/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
    font-family:Tahoma;
    text-decoration: none;
    color: #6E6E6E;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TABLE {font-size: 1em;}

TFOOT, THEAD    {
}

TH  {
}

A {
    text-decoration: none;
    font-size:0.9em;
}

A:link  {
    color: #0088CC;
}

A:visited   {
    color: #0088CC;
}

A:hover {
    color: #0088CC;
    text-decoration: underline;

}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}


.ControlPanel {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}




/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  {
}

.ContentPane  {
}

.RightPane  {
}

/* text style for the selected tab */
.SelectedTab {
}

/* text style for the unselected tabs */
.OtherTabs {
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */

/* SkinObject :The overall font sizing for Search, Date, Breadcrumbs, Login, Register, Copyright, Terms, Privacy. */


/* The font colour for Date, Copyright (They are not links). */


.SkinObject {
    color: #6E6E6E;
    text-decoration: none;
}

/* The font colour for links: Search, Breadcrumbs, Terms, Privacy */


A.SkinObject:link {
    text-decoration: none;
    color: #0088CC;
    font-size: 1.2em;

}

/* Changes the colour if you have visited the link */

A.SkinObject:visited  {
    text-decoration:  none;
    color: #0088CC;
}

/* Changes the colour whenever you hover over a link */

A.SkinObject:hover    {
    text-decoration: underline;
    color: #0088CC;
}

/* Changes the colour when you click the link */

A.SkinObject:active   {
}


/* style for module titles */
.Head   {
    font-size:  2em;
    color: #565656;



 }
/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}

A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message    {
}

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


/* BlogView Wraps the whole entry*/
blog_body {
}

/* BlogView Header*/
.blog_head {
}
/* BlogView Header Title */
.blog_title {
 font-size:1.6em;font-weight:bold;
}
/* BlogView Summary box */
.blog_entry_description{ 
  border:dotted 1px #C0C0C0;background:#F6F6F6;margin-bottom:1em;padding:0em 1em 0.5em 0.25em;
}

.blog_footer {margin-top:2em;}
.blog_footer_left{}
.blog_footer_right{}

.blog_body #ShareBadgePRO_Toolbar {background:#F0F0FF;}

.blog_Description {background:red;font-style:italic;font-family:Times New Roman;}

.blog_bookmarktools {
 margin-top:1em;
}

.blog_bookmarktools_title {
 font-size:1.5em;
}

.blog_published {
	float:right; 

}

.blog_topics {
  font-size:1.2em;
  position:relative;float:left;
}

	OL,UL {margin:0 0 0.25em 2em;}

	.TITLED:FIRST-LINE  {font-weight: bold; display:block;}
	.BOX {margin:1em 0em 1em 0em;border: double 1px #E0E0EE;}
	.BOX.CODE {border: double 1px #C0C0CA; background:#FCFCFF;font-family:'Courier New';color:blue;}
	.BOX.NOTE {color:darkblue;}
	.BOX.CENTERED {text-align:center;}




/*-----------------------------TIPJOY WIDGET -----------------*/
.tjbody{  /* this is the container around the entire widget */
	background:none;
	display:block;
}

.tjContent { /* this is the container just inside tjbody, contains all content */
	margin:5px auto;
	text-align:left;
	display:block;
}

.block1{ /* this is the 'give' block */
	display:block;
	margin-bottom:7px;
}

.block2{ /* this is the giver list block */
	margin-top:10px;
	display:block;
}
   
.tjp{ /*this is our paragraph tag */
	margin-top:2px;
	display:block;
	font-size:80%;
	font-weight:normal;
}

.tjemphasis{ /* used to give various elements emphasis */
	font-weight:bold;
}

.tjtitle{  /* the title field is for your custom message.*/
	margin: 5px 0;
}

.tjsubtitle{ /* the subtitle field is for the 'recent givers' and 'most generous' headers */
	font-size:100%;
	font-weight:bold;
}

.tjgivebtn{ /* this styles the 'give' button.*/
	vertical-align:middle;
}

/*-----------------------------TIPJOY WIDGET: GIVER LISTS -----------------*/

.tjgiventry{  /* this gives extra style to the paragraphs which list the giver and their message if applicable */
	margin:5px 0 10px 0;
	padding-left:4px;
	border-left:1px solid #ccc;  
	display:block;
}

.tjtime{ /* the time indicator on each giver paragraph */
	font-style:italic;
}

.tjmymsgs{ /* the giver's message row(s)*/
	display:block;
}


.FAQ_LOADING {padding:0.5em;font-style:italic;}
.FAQ_QUESTION {font-family:'Courier New';}
.FAQ_QUESTION_INNER1{float:left;}
.FAQ_QUESTION_INNER2{width:24px;margin-right:12px;float:right; }
.FAQ_ANSWER {margin: 1em; border-left:solid 0.5em #E0E0FF; background:#FBFBFF;}
.FAQ_ANSWER_INNER1 {margin:0.5em 0.5em 0.5em 1em;}
.FAQ_ANSWER_INNER2{margin:0 0 0.25em 0; background:#F0F0FF; text-align:right; font-size:0.75em;}





