

/* ================================
    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 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	color: black; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif;
}
.skinmaster{border-bottom; white 7px solid;
	border-left; white 7px solid;
	border-top; white 7px solid;
	border-right; white 7px solid;}

.footer { background-color: white; color: #00888a; font-size: xx-small; font-family: Verdana, Arial, Helvetica, sans-serif; }
/* beginning of insert test */
.toppane {
	width: 100%;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#dnn_leftpane {
	width: 175px;
	background-color: white;
	margin-left: 10px;
}
#dnn_contentpane {
	margin-left: 10px;
}
#dnn_rightpane {
	width: 175px;
	background-color: white;
	margin-left: 10px;
}
.bottompane {
	width: 100%;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

/* end of insert test */

/* text style for the selected tab */
.SelectedTab
{
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
}

A.SelectedTab:visited
{
}

A.SelectedTab:active
{
}

A.SelectedTab:hover
{
}

/* text style for the unselected tabs */
.OtherTabs
{ color: white; font-weight: lighter; }

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{ color: white; font-weight: lighter; }

A.OtherTabs:visited
{ font-size: 11px; color: white; font-weight: lighter; }

A.OtherTabs:active
{ font-size: 11px; color: white; font-weight: lighter; }

A.OtherTabs:hover
{ font-size: 11px; color: white; font-weight: lighter; }

/* text style for the login token from xml */
.LoginTab
{ color: #0f4777; font-size: 9pt; font-weight: bold; vertical-align: baseline; }

/* text style for the login token from xml */
A.LoginTab:link
{ color:  #0f4777; font-size: 9pt; font-weight: bold; vertical-align: baseline; }

A.LoginTab:visited
{ font-size: 9pt; color: #0f4777; font-weight: bold; vertical-align: baseline; }

A.LoginTab:active
{ font-size: 9pt; color: #0f4777; font-weight: bold; vertical-align: baseline; }


A.LoginTab:hover
{ font-size: 9pt; color: #7aacc3; font-weight: bold; vertical-align: baseline; }

#logintab {
vertical-align: baseline;
}

/* GENERAL */
/* style for module titles */
.Head
{ color: #000; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

/* 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:active
{
}

A.CommandButton:hover
{
}

/* button style for standard HTML buttons */
.StandardButton
{
}

/* GENERIC */
H1
{
}

H2
{
}

H3
{
}

H4
{
}

H5, DT
{
}

H6
{
}

TFOOT, THEAD
{
}

TH
{
}

A:link
{
}

A:visited
{
}

A:active
{
}

A:hover
{
}

SMALL
{
}

BIG
{
}

BLOCKQUOTE, PRE
{
}


UL LI
{
}

UL LI LI
{
}

UL LI LI LI
{
}

OL LI
{
}

OL OL LI
{
}

OL OL OL LI
{
}

HR
{
}

/* 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
{
height: 15px;
}

.MainMenu_MenuBar
{
background-color: transparent;
}

.MainMenu_MenuItem
{
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: transparent;
	padding: 2px;
}

.MainMenu_MenuItemSel
{ 	font-weight: bold; 
	font-size: 11px; 
	color: #31678d;
	background-color: white;
	padding: 2px;
	}


.MainMenu_MenuIcon
{
	display: none;
}

.MainMenu_SubMenu
{
	background-color: #50819d;
	border-bottom; white 2px solid;
	border-left; white 2px solid;
	border-top; white 2px solid;
	border-right; white 2px solid;
	
}

.MainMenu_SubMenuItemActive
{
	background-color: #white;
	border-bottom; white 2px solid;
	border-left; white 2px solid;
	border-top; white 2px solid;
	border-right; white 2px solid;
	
}
.MainMenu_SubMenuItemSelected
{
	background-color: #white;
	border-bottom; white 2px solid;
	border-left; white 2px solid;
	border-top; white 2px solid;
	border-right; white 2px solid;
	
}

.MainMenu_MenuBreak
{
}


.MainMenu_MenuArrow
{
	display:none;
}

.MainMenu_RootMenuArrow
{
	display: none;
}

.rootselected
{
	padding-left: 10px;
	color: white;
}

.Breadcrumb
{ color: #00888a; font-size: xx-small; }

#dnn_dnnCURRENTDATE_lblDate
{	
	margin-left: 10px;
	color: #00888a;
	}


.form_header
{ font-size: 9pt; }

.form_table
{ font-size: 9pt; font-weight: lighter; font-style: normal; }

.form_items
{ font-size: 10pt; font-weight: bold; }

.form_title
{ font-size: 12pt; font-weight: bold; }

.photo_center
{ text-align: center; }


/* to assign fonts grey container */

.grey_table{
	}
.grey_title_middle{color: #fff; font-size: 10pt; font-family: Verdana, Arial, Helvetica, san-serif;
	}
.grey_title_middle span.head{ color: #fff; font-size: 10pt; font-family: Verdana, Arial, Helvetica, san-serif; }


.grey_title_right{
	}
.grey_contentpane_left{
	}
.grey_contentpane_middle
	{ 
	}
	.grey_contentpane_middle A:link
{ color: #fff; text-decoration: underline; }

.grey_contentpane_middle A:visited
{ color: #fff; text-decoration: underline; }

.grey_contentpane_middle A:active
{ color: #fff; text-decoration: underline; }

.grey_contentpane_middle A:hover
{ color: #add8e6; text-decoration: underline; }
.grey_contentpane_right{
}
.grey_footer_left{
	}
.grey_footer_middle{
	}
.grey_footer_right{
}

/* new td for grey */

.grey_title_lefttd{
	background-color: #636363;
	background-repeat: no-repeat; 
	background-image: url(images/upperlft.jpg); 
	width: 30px; 
	height: 30px; 
	background-position: top left; 
  }
  
  #grey_title_left{
	background-color: #636363;
	background-repeat: no-repeat; 
	background-image: url(images/upperlft.jpg); 
	width: 30px; 
	height: 30px; 
	background-position: top left; 
  }

.grey_title_middletd{
	background-image: url(images/topmid.jpg);
	width: 25px;
	height: 30px;
	background-repeat: repeat-x;
	background-color: #636363;  
}

.grey_title_middletd span.head{
	background-color: #636363; 
}

.grey_title_righttd{
	background-image: url(images/toprt.jpg);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-color: #636363; 
	background-position: top right; 
}

.grey_contentpane_lefttd{
    background-image: url(images/leftmid.jpg);
	background-repeat: repeat-y;
	width: 30px;
	height: 20px;
	background-color: #636363; 
	}

.grey_contentpane_middletd
	{ color: #fff; background-color: #636363; background-repeat: no-repeat; }

.grey_contentpane_righttd{
	background-image: url(images/rtmid.jpg);
	background-repeat: repeat-y;
	width: 30px;
	height: 20px;
	background-color: #636363; 
	
}

.grey_footer_lefttd{
	background-image: url(images/lowerleft.jpg);
	width: 30px;
	height: 29px;
	background-repeat: no-repeat;
	background-color: #636363; 
	background-position: bottom left; 
}

.grey_footer_middletd{
	background-image: url(images/bottommid.jpg);
	background-repeat: repeat-x;
	width: 25px;
	height: 29px;
	background-color: #636363; 
}


.grey_footer_righttd{
	background-image: url(images/bottomrt.jpg);
	width: 30px;
	height: 29px;
	background-repeat: no-repeat;
	background-color: #636363; 
	background-position: bottom right; 
}


/* to assign fonts news container */

.news_table{
	}
.news_title_middle{
	}
.news_title_middle span.head{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, san-serif;
}
.news_title_right{
	}
.news_contentpane_left{
	}
.news_contentpane_middle
	{ 
	}
.news_contentpane_right{
}
.news_footer_left{
	}
.news_footer_middle{
	}
.news_footer_right{
}

/* new td for news */

.news_title_lefttd{
	background-color: white;
	background-repeat: no-repeat; 
	background-image: url(images/news_upperlft.jpg); 
	width: 30px; 
	height: 19px; 
	background-position: top left; 
  }
  
  #news_title_left{
	background-color: white;
	background-repeat: no-repeat; 
	background-image: url(images/news_upperlft.jpg); 
	width: 30px; 
	height: 19px; 
	background-position: top left; 
  }

.news_title_middletd{
	background-image: url(images/news_topmid.jpg);
	width: 28px;
	height: 19px;
	background-repeat: repeat-x;
	background-color: white;  
}


.news_title_righttd{
	background-image: url(images/news_toprt.jpg);
	width: 21px;
	height: 19px;
	background-repeat: no-repeat;
	background-color: white; 
	background-position: top right; 
}

.news_contentpane_lefttd{
    background-image: url(images/news_leftmid.jpg);
	background-repeat: repeat-y;
	width: 30px;
	height: 17px;
	background-color: white; 
	}

.news_contentpane_middletd
	{ 
	background-color: white; 
	background-repeat: no-repeat;
	}

.news_contentpane_righttd{
	background-image: url(images/news_rtmid.jpg);
	background-repeat: repeat-y;
	width: 21px;
	height: 18px;
	background-color: white; 
	
}

.news_footer_lefttd{
	background-image: url(images/news_lowerleft.jpg);
	width: 30px;
	height: 54px;
	background-repeat: no-repeat;
	background-color: white; 
	background-position: bottom left; 
}

.news_footer_middletd{
	background-image: url(images/news_bottommid.jpg);
	background-repeat: repeat-x;
	width: 22px;
	height: 54px;
	background-color: white; 
}


.news_footer_righttd{
	background-image: url(images/news_bottomrt.jpg);
	width: 21px;
	height: 54px;
	background-repeat: no-repeat;
	background-color: white; 
	background-position: right bottom; 
}










