
body{
	color: #ffffff;
	/*background-color:#33FF00;*/
	/*background-color: #ffcc00;*/
	background-color: #003300;
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
}

td,div{
	color: #000000;
}

.SkinMaster{
	height: 100%;
	width: 100%;
}

.HeaderCell{
	color: #000000;
	background-color: #003300;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

.MenuCell{
	color: #000000;
	background-image: url(menu_bg.jpg);
	/*background-color: #000384;*/
	background-color: yellow;
	background-position: top left;
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
	height: 24px;
	font-size: 18px;
}

.Breadcrumb{
	color: #ffffff;
	padding: 4px;
	text-align: center;
	font-size: 11pt;
}

.Pane{
	color: #ffffff;
	padding: 2px;
	vertical-align: top;
	text-align: center;
	min-width: 150px;
}

.ContentCell{
	color: #ffffff;
	/*background-image: url(paw_bg.jpg);*/
	background-position: top left;
	background-repeat: repeat-y;
	vertical-align: top;
	height: 100%;
}

.LinkCell{
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
}

.FooterCell{
	color: #000000;
	/*background-color: #000384;*/
	/*background-color:Yellow*/
	background-image: url(footer_bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-left: 4px;
	padding-right: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	height: 31px;
}

a:link,a:visited,a:active{
	color: #000259;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #000259;
	font-weight: bold;
	text-decoration: underline;
}

.white{
	color: #ffffff;
}

a.white:link,a.white:visited,a.white:active{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.white:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}


/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg{
	background-color: #ffcc00;
	border: 2px solid #000000;
}

/* background/border colors for the selected tab */
.TabBg{
	background-color: #ffcc00;
}

/* text style for the selected tab */
.SelectedTab{
	color: #5d4d0b;
	background-color: #ffd013;
}

/* hyperlink style for the selected tab */
a.SelectedTab:link,a.SelectedTab:visited,a.SelectedTab:active{
	color: #5d4d0b;
	background-color: transparent;
	text-decoration: none;
}

a.SelectedTab:hover{
	color: #5d4d0b;
	background-color: #ffd013;
	text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs{
	color: #5d4d0b;
	background-color: #ffe990;
}
    
/* hyperlink style for the unselected tabs */
a.OtherTabs:link,a.OtherTabs:visited,a.OtherTabs:active{
	color: #5d4d0b;
	background-color: #ffe990;
	text-decoration: none;
}

a.OtherTabs:hover{
	color: #5d4d0b;
	background-color: #ffe990;
	text-decoration: none;
}

/* GENERAL */
/* style for module titles */
.Head{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

/* text style used for most text rendered by modules */
.Normal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.NormalRed{
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.NormalBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton{
	color: #006699;
	background-color: #ffffff;
	font-size: 10pt;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link,a.CommandButton:visited,a.CommandButton:active{
	color: #006699;
	background-color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a.CommandButton:hover{
	color: #006699;
	background-color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message{
	font-style: italic;
}   

/* style of item titles by Announcements and events */
.ItemTitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #ffe990 0px solid; 
	border-bottom: #ffe990 1px solid; 
	border-top: #ffe990 1px solid; 
	border-right: #ffe990 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffe990; 
	border-bottom: #ffe990 0px solid; 
	border-left: #ffe990 0px solid; 
	border-top: #ffe990 0px solid; 
	border-right: #ffe990 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #ffe990 1px solid; 
	border-bottom: #ffe990 1px solid; 
	border-top: #ffe990 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #ffe990 0px solid; 
	border-bottom: #ffe990 1px solid; 
	border-top: #ffe990 1px solid; 
	border-right: #ffe990 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffe990;
	border-bottom: #ffe990 0px solid; 
	border-left: #ffe990 0px solid; 
	border-top: #ffe990 0px solid; 
	border-right: #ffe990 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #ffe990 1px solid; 
	border-left: #ffe990 0px solid; 
	border-top: #ffe990 1px solid;  
	border-right: #ffe990 0px solid; 
	background-color: #ffe990; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #ffcc00;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #ffe990 1px solid; 
	border-bottom: #ffe990 1px solid; 
	border-top: #ffe990 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
