/* 
================================
Skin styles for User Interface

Dark Blue: #0A0F74
Gold: #B38901
================================
*/  

.ABC_title_gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B38901;
}
.ABC_body_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.ABC_body_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0A0F74;
}
.ABC_body_gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #B38901;
}
.ABC_title_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0A0F74;
}
.ABC_captions_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.ABC_captions_black_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.ABC_captions_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0A0F74;
}
.ABC_captions_blue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0A0F74;
}

.ABC_Breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0A0F74;
}

A.ABC_Breadcrumbs:link  {
    text-decoration:    none;
    color:  #0A0F74;
}

A.ABC_Breadcrumbs:visited   {
    text-decoration:    none;
    color:  #0A0F74;
}

A.ABC_Breadcrumbs:active    {
    text-decoration:    none;
    color:  #B38901;
}

A.ABC_Breadcrumbs:hover {
    text-decoration:    underline;
    color:  #B38901;
}

.ABC_small_body_blue
{
	font-weight: normal;
	font-size: 8.5pt;
	color: #0F1279;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.ABC_small_body_blue_bold 
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #0F1279;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.ABC_captions_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

.ABC_captions_white_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.ABC_captions_white_smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

/* 
================================
Rotator
================================
*/ 

.Rotator 
{
  width:190px; 
  height:190px; 
  padding:0px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrame 
{
  width:190px; 
  height:190px; 
  padding:0px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{
  width:190px; 
  height:190px; 
  padding:0px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.NewsTitle
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size:10px;   
  font-weight:bold; 
  text-decoration:underline; 
  color: #0F1279;
}

.NewsText
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size:10px;   
  color: #0F1279;
}

.NewsDate
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size:10px;   
  color:gray; 
}

/* 
================================
Core CSS's
================================
*/ 

.NavBar_Noline
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.NavBar_Topline
{
	padding-right: 8px;
	border-top: #0f1279 1px solid;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.NavBar_Topline_NoBor
{
	border-top: #0f1279 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 12px;
	padding-top: 4px;
}

.NavBar_Bottomline
{
	padding-right: 8px;
	border-bottom: #0f1279 1px solid;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.NavBar_Bottomline_NoBor
{
	padding-right: 0px;
	border-bottom: #0f1279 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.NavBar_Underline
{
	border-bottom: #0F1279 1px solid;
}

.NavBar_Overline
{
	border-top: #0F1279 1px solid;
}

.HolderPane
{
	border-top-style: none;
	border-bottom: #0a0f74 6px solid;
	border-right: #0a0f74 1px solid;
}

.FooterPane
{
	height: 8px;
}

.CopyBody {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #0A0F74;
}

A.CopyBody:link {
    text-decoration:    none;
    color:#0A0F74;
}

A.CopyBody:visited  {
    text-decoration:    none;
    color:#0A0F74;
}

A.CopyBody:active   {
    text-decoration:    none;
    color:#0A0F74;
}

A.CopyBody:hover    {
    text-decoration:    underline;
    color:#000000;
}

A:link  {
    text-decoration:    none;
    color:  #B38901;
}

A:visited   {
    text-decoration:    none;
    color:  #B38901;
}

A:active    {
    text-decoration:    none;
    color:  #0A0F74;
}

A:hover {
    text-decoration:    underline;
    color:  #0A0F74;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #DF0029
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}


.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#0A0F74;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#0A0F74;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#0A0F74;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#000000;
}
/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #B48A00;
}
.toppane {
	width: 100%;
	background-color: transparent;
}

.leftpaneholder
{
	border-left: #0a0f74 1px solid;
	border-right: #0a0f74 1px solid;
	background-color: transparent;
}

.leftpane 
{
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.contentpane
{
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.rightpaneholder
{
	border-right: #0a0f74 1px solid;
	background-color: transparent;
}

.rightpane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	border-right: #CAD5EA 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #CAD5EA; 
	border-left: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CAD5EA;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8DA4D3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
