/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* BASE */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	background-color: #FFFFFF;
}

ul {
	list-style-image: url(arrow2.gif);
	list-style-position: outside;
}

li {
	list-style-position: outside;
	list-style-type: lower-roman;
}


a:link {
	color: #07B1E7;
	text-decoration: none;
}

a:visited, a:active {
	color: #07B1E7;
	text-decoration: none;
}

a:hover {
	color: #07B1E7;
	text-decoration: underline;
}


/* GENERAL */
/* style for module titles */
.Head   {
    font-size:  1.4em;
    font-weight: bold;
    color: #5ACCEF;
}

/* text style for the unselected tabs */
.OtherTabs, 
.OtherTabs.A {
	font-size: 0.6em;
	color:#ABABAB;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
    

/* SIGNIN */
.SignIn,
.SignIn A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #0497CD;
}

/* USER */
.User, .User A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666666;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #FFFFFF 0px solid;  
	background-color: #ABABAB;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
/*	height:24;*/
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: WHITE; 
	font-family: Arial, Helvetica; 
	font-size: 1.0em; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #ABABAB; 
	border-left: #ABABAB 1px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #ABABAB 1px solid; 
	border-top: #ABABAB 1px solid; 
	text-align: center; 
	width: 1; 
	height: 21;	
}	

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 1.0em; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #ABABAB; 
	border-bottom: #ABABAB 1px solid; 
	border-left: #ABABAB 1px solid; 
	border-top: #ABABAB 1px solid; 
	border-right: #ABABAB 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=90, Strength=0);
}

.MainMenu_MenuBreak {
	border-bottom: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid;  
	border-right: #000000 1px solid; 
	background-color: #000000; 
	height: 10px;
}

.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #ABABAB; 
	font-family: Arial, Helvetica; 
	font-size: 1.0em; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 1.0em; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 1.0em; 
	cursor: pointer; 
	cursor: hand;
}



.Date {
	color: #333333;
}




.More, .More A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #76D9D7;
	text-decoration: none;
	font-style: normal;
}

A.More:hover {
	text-decoration: underline;
}


.Title {
	font-size: 1.2em;
	font-weight: bold;
	color: #ABABABA;
}

.Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
	text-decoration: underline;
}
A.Gray:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}

/* Footer */
.Footer {
	font-size: 8.5pt;
	color:#FFFFFF;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
/* Footer Links */
A.Footer:link {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:visited  {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:active   {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:hover    {
	text-decoration: underline;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}


.SubHead {
	font-size: 1.0em;
	font-weight: bold;
	color: #ABABAB ;
}

.SubHead .Head {
	font-size: 1.5em;
	font-weight: bold;
    color: #5ACCEF;
}


.SubHead13 {
	font-size: 1.0em;
	font-weight: bold;
	color: yellow;
}

.SubHeadAqua {
	font-size: 1.0em;
	font-weight: bold;
	color: #76D9D7;
}	
.SubHeadBlue {
	font-size: 1.0em;
	font-weight: bold;
	color: #07B1E7;
}


.CommandButton, .CommandButton A {
	font-size: 0.8em;
	color: #ABABAB;
	line-height: 9pt;
}

A.CommandButton:hover {
	font-size: 0.8em;
	color: #ABABAB;
	text-decoration: underline;
}



/* Breadcrumbs */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #ABABAB;
}
A.breadcrumb:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #ABABAB;
	text-decoration: none;
}
A.breadcrumb:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #ABABAB;
	text-decoration: none;
}
A.breadcrumb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #ABABAB;
	text-decoration: underline;
}
A.breadcrumb:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #ABABAB;
	text-decoration: none;
}
.SubHeadAqua2 {
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #76D9D7;
}


.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FF0000;
	width: 100%;
}
A.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #4BBDD5;
	text-decoration: none;
}
A.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #4BBDD5;
	text-decoration: none;
}
A.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;	
	color: #4BBDD5;
	text-decoration: underline;
}
A.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;	
	color: #4BBDD5;
	text-decoration: none;
}




.Tagline1 {
	font-family: Arial, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: yellow;
}
.Tagline2 {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: yellow;
}

.headerbkgrd {
	background-image: url(headerBG.jpg);
	background-repeat: no-repeat;
	width: 100%;
}

/* Search */
.SkinObject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #5ACCEF;
}
A.SkinObject:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #5ACCEF;
	text-decoration: none;
}
A.SkinObject:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #5ACCEF;
	text-decoration: none;
}
A.SkinObject:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #5ACCEF;
	text-decoration: underline;
}

A.SkinObject:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #5ACCEF;
	text-decoration: none;
}

.navtable {
	background-color: #ABABAB;
	height: 26px;
	width: 100%;
}

.maintable {
	width: 800px;
}

.headertable {
	width: 100%;
}

.headerBGtable {
	background-image: url(hbg.jpg);
	background-repeat: repeat-x;
	height: 144px;
	width: 100%;
}


.Normal  {
	font-size: 0.8em;
	color: #666666;
}

.Normal A {
	color: #07B1E7;
}

.NormalBold  {
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
}

.NormalBoldBlue {
	font-size: 0.8em;
	font-weight: bold;
	color: #07B1E7;
}

.NormalBlue {
	font-size: 0.8em;
	color: #07B1E7;
}

.NormalBoldBlue9 {
	font-weight: bold;
	color: #07B1E7;
}

/* Normal Text Box */
.NormalTextBox {
	font-size: 0.8em;
	border: 1px solid #5ACCEF;
	vertical-align: middle;
}

.NormalSmall {
	font-size: 0.8em;
	color: #666666;
	line-height: 0.9em;
}

.NormalBoldSmall {
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	line-height: 0.9em;
}

.NormalBoldSmallBlue {
	font-size: 0.5em;
	color: #07B1E7;
	line-height: 0.7em;
}

.Normal H2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}