/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #0a2540;
	background-image: url(images/bodyBG.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
textarea{
font-family:Arial, Helvetica, sans-serif;
}
td{
/*font-family: Arial, Helvetica, sans-serif;*/
font-size: 12px;
}


/* text style for the selected tab */
.SelectedTab {

    /*font-family: Arial, Helvetica, sans-serif;*/
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;

}
A.SelectedTab:visited {
    text-decoration:    none;

}
A.SelectedTab:active {
    text-decoration:    none;
    color:#eeeeee;
}
A.SelectedTab:hover {
    text-decoration:    none;

}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    text-decoration: none;
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:white;
}
A.OtherTabs:visited {
    text-decoration: none;
    color:#eeeeee;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#eeeeee;
}
A.OtherTabs:hover {
    text-decoration: none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head {

    font-size:  12px;
    font-weight: bold;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {

    font-size:  12px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {

	font-size: 12px;
	
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #ff0000;
}    
/* GENERIC */
H1 {

    font-size:  20px;
    font-weight:    bold;
	color:#666666;
}
H2 {

    font-size:  20px;
    font-weight:    bold;
	color:#ff0000;
}
H3 {

    font-size:  15px;
    font-weight:    bold;
	color:#666666;
}
H4 {

    font-size:  14px;
    font-weight:    bold;
	color:#666666;
}
H5, DT {

    font-size:  12px;
    font-weight:    bold;
	color:#666666;
}
H6 {

    font-size:  12px;
    font-weight:    bold;
    color:#666666;
}
TFOOT, THEAD {

    font-size:  12px;
    font-weight:    bold;
	color:#666666;
}
TH {
    vertical-align: baseline;

    font-size:  12px;
    font-weight:    bold;
	color:#666666;
}
A:link {
    text-decoration: underline;
    color: #FF0000;
}
A:visited {
    text-decoration: underline;
    color:  #FF0000;
}
A:active {
    text-decoration: underline;
    color: #FF0000;
}
A:hover {
    text-decoration: none;
    color: #214d7b;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Arial, Helvetica, sans-serif;
}
UL LI {
    list-style-type:    square ;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* 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 {
	border: 0px;
	background-color: transparent;
	width: 156px;
	padding: 0px;
	padding-bottom: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #500D00; 

	font-size: 12px; 
	font-weight: normal; 
	border: 1px #E5E5E5 solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 0px;	
	background-color: transparent;
}
.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: hand; 
	color: #500D00; 

	font-size: 12px; 
	font-weight: normal; 
	border: 1px #E5E5E5 solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 0px
}
.rootmenuitem {
	background-color: transparent;
	cursor: hand; 
	color: #666666; 

	font-size: 12px; 
	font-weight: normal; 
	border: 0px #E5E5E5 solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 0px;	
	display:table-cell;
}
.rootmenuitemselected {
	background-image:  url(images/navbg.gif);
	background-repeat: no-repeat;
	background-color: #E5E5E5;
	cursor: hand; 
	color: #FF0000; 

	font-size: 12px; 
	font-weight: normal; 
	border: 0px #E5E5E5 solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 0px;	
	display:table-cell;
	
}
.rootmenuitembreadcrumb{
	background-image:  url(images/navbg.gif);
	background-repeat: no-repeat;
	background-color: #ededed;
	cursor: hand; 
	color: #FF0000; 

	font-size: 12px; 
	font-weight: normal; 
	border: 0px #ededed solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 0px;	
	display:table-cell;	
	
}

.rootmenuitemText, a.rootmenuitemText:link, a.rootmenuitemText:visited, a.rootmenuitemText:active {
	color: #666666; 

	font-size: 12px; 
	font-weight: normal; 
	text-decoration:none;
	width:100%;
}

a.rootmenuitemText:hover {
	color: #666666; 

	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	width:100%;
}


.submenuitembreadcrumb{
	cursor: hand; 
	color: #FF0000; 

	font-size: 12px; 
	font-weight: normal; 
	border: 1px #E5E5E5 solid;
	background-color: transparent;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 0px
}
.submenu {
	z-index: 1000; 
	background-color: #E5E5E5; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #A7A7A7 solid;
	margin-left:0px;
	margin-top:0px;
}
.MainMenu_MenuBreak {
	display:none;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
/*___________________________________________________________________________________________*/

a.links_bottom:visited{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:hover{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #FF0000;
	text-decoration:none;	
}
a.links_bottom:link{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;
}
.Copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
}
a.Copyright:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.Copyright:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.Copyright:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #F5ECE2;
	text-decoration:none;	
}
a.Copyright:link {
    font-size:  11px;
    color: #333333;
	text-decoration:none;
}

.FooterLink {	
	font-size: 11px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}

.MainTable{background-color:#FFFFFF;}
.menuBG{background:url(images/mnu_BG.gif) repeat-x center top;}
.searchCell{padding-left:4px; padding-right:10px;height:30px;vertical-align:top;}

#dnn_dnnSEARCH_txtSearch.NormalTextBox { height:18px; width: 100px; margin-bottom:5px; padding: 0px 0px 0px 0px; border: 1px solid #666666; cursor:text;}
.SearchButton { background: transparent; padding: 0px 0px 0px 0px; cursor: hand; margin: 6 0 1 0px;}


.contentArea{padding:20px;}
.interiorPanePadding{padding-top:25px;}
.solpartContainer{background:#ededed url(images/solpartMenuBG.gif) repeat-y; padding-left:33px; padding-top:15px; padding-bottom:20px;}

.hideIcon table tbody tr td img{ display:none; }

.pagetitle{
    font-size:  20px;
    font-weight:    bold;
	color:#ff0000;}
	
	
	
	
	
