/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #cfdcea;
	/*background-image:url(PageImages/StripeBg.png);
	background-repeat:repeat-x;*/
}
.skinmaster {
	height: 100%;
	background-color:transparent;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
background-color:#C6D5E4;
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.skingradient2 {
background-color:#283E6A;
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.ban{
	background-image:url(PageImages/rchomelinkbannermid.jpg);
	background-repeat:no-repeat;
	width:820px;
	height:100px;

}
.freemenu{
	padding-left:5px;
	padding-top:4px;

}

td, tr, table	{
	
	page-break-inside: avoid;
	border-collapse:collapse;
}

hr {border: none 0; 
border-top: 1px dashed #E2E2E2;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

/*------------ Breadcrumb Style --------------*/
.breadcrumb_text{color:#ffffff; font-size:10px; font-family:Arial, Verdana; padding-left:5px; }
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{ color:#ffffff; font-size:10px; font-family:Arial, Verdana }
a.Breadcrumb:hover{color:#C00;}

UL 
{
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 12px;
    font-weight: normal;
	
}

UL LI  { list-style-type: square ; line-height: 1.4em; list-style-image: url(../../../../images/action_right.gif);  }
UL LI LI { list-style-type: disc; }
UL LI LI LI { list-style-type: circle; }
OL LI  { list-style-type: decimal; font: Arial, Helvetica, sans-serif; font-size:12px; color:#000000;}
OL OL LI { list-style-type: lower-alpha; }
OL OL OL LI { list-style-type: lower-roman; }
p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color:#000000;
	line-height: 1.6em;
}

H3  {
 color:#000B54;
 font-size: 13px;
 font-weight: bold;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 margin-bottom:0px; 
}

.pdf 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .78em;
	line-height: 1.5em;
	color: #999999;
}


.bioPicWCaption
{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:xx-small;
font-weight:bold;
text-align: center;
float: right;
width: 240px;
margin: 0 0 0px 0px;
background-color: ;
padding: 2px 0px 10px 10px;
border-top: 0px solid #999;
border-right: 0px solid #555;
border-bottom: 0px solid #555;
border-left: 0px solid #999;
}

span.bioPicWCaption img
{
border-top: 5px solid #F7F0E1;
border-right: 5px solid #F7F0E1;
border-bottom: 5px solid #F7F0E1;
border-left: 5px solid #F7F0E1;
}

.Normal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color:#000000;
	
}

.Normal td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color:#000000;
}

ul.Normal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color:#000000;
}

.Normal li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color:#000000;
}






/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color:#000000;
}



.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	color:#000000;
}

A:link  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	text-decoration: underline;
    color:  Blue;
}

A:visited   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	text-decoration: underline;
    color:  Purple;
}

A:active    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	text-decoration: underline;
    color:  Red;
}

A:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	text-decoration: underline;
    color:  #ff0000;
}


.topLinks
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.topLinks:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color: #666666;
}

A.topLinks:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color: #666666;
}

A.topLinks:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: underline;
	color: #38507e;
}

A.topLinks:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color: #666666;
}


.bannerpane{
	width: 75%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	}


.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.leftpane {
	width: 25%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom:10px;
}
.contentpane {
	width: 75%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 4px;
	padding-top: 3px;
}
.midpane1 {
	width: 33%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 4px;
	padding-top: 3px;
}
.midpane2 {
	width: 33%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 4px;
	padding-top: 3px;
}
.midpane3 {
	width: 33%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 4px;
	padding-top: 3px;
}
.rightpane {
	width: 20%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom:5px;
}
.linkpane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 5px;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #e1e1e1;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  15px;
   font-weight: normal;
   color: #486594;
}

.Menu-Left { background: url(PageImages/menu-left2.png) no-repeat bottom right; width:21px; height:55px; }
/* Menu Center Image */  
.Menu-Center { background: url(PageImages/menu-center2.png) repeat-x bottom left; height:55px; }
/* Menu Right Image */  
.Menu-Right { background: url(PageImages/menu-right2.png) no-repeat bottom left; width:21px; height:55px; }
/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/
/* Menu Container Box */
.MainMenu_MenuContainer {
	background-color: transparent; 
	height:39px; 
}
/* Sub Menu */
.MainMenu_MenuItem {
	border: 0;
	color: #000000; 
	height: 24px; 
	background-color: Transparent; border-bottom:0px solid #93B1E2;
	font: normal normal 11px Arial; padding:0px 10px 0px 15px; 
}

.MainMenu_MenuItemSel {
	background-color: Transparent; 
}
/* Sub Menu Mouse Hover */
.SubMenu_MenuHover {
	border: 0;
	color: #000000; 
	height: 24px; 
	background-color: #cfdcea; border-bottom:0px solid #93B1E2;
	font: normal normal 11px Arial; padding:0px 10px 0px 15px;
}
/* Sub Menu Active */
.SubMenuSelected {
	border: 0;
	color: #000000; 
	height: 24px; 
	background-color: #cfdcea; border-bottom:0px solid #93B1E2;
	font: normal normal 11px Arial; padding:0px 10px 0px 15px; 
}
/* Sub Menu Background and Borders */
.MainMenu_SubMenu {
	margin-top: 4px;
	border-top: 0px solid #93B1E2; 
	border-left: 0px solid #93B1E2; 
	border-right: 0px solid #93B1E2; 
	border-bottom: 0px solid #93B1E2; 
	background-color:#ffffff;
	filter:alpha(opacity=99);-moz-opacity:0.8;width:auto !important;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuBreak {
	border: 0; 
	background-color: transparent;
	height: 0px; 
}
.MainMenu_MenuArrow {
	border-right: 0px; 
	border-bottom:0px solid #93B1E2; 
	border-top:0px; 
	font-family: webdings; padding:0px 10px 0px 15px; height: 20px;  
}

/* For Tabs Menu */
.MainMenu_MenuBarTab { cursor: hand; height: 27px; background-color: Transparent; }
.MainMenu_MenuItemTab TD { padding:0; margin:0; }
.MainMenu_MenuItemTab TD DIV { background-image:url(PageImages/spacer.gif); background-position:top right; background-repeat: no-repeat; margin:0; padding:0; margin:-9px 0 -25px 0; _margin:-13px 0;}
.MainMenu_MenuItemTab TD DIV DIV { background-image:url(PageImages/spacer.gif); background-position:top left; background-repeat: no-repeat; margin:0; padding:0 10px; margin:-4px 0 -26px 0; _margin:-12px 0;}
.MainMenu_MenuItemTab TD DIV DIV DIV{ background-image:url(PageImages/spacer.gif); background-repeat:repeat-x; color:#000000;  font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; height:31px; padding: 7px 4px 0 5px; line-height:1.3em; margin:-4px 0 -29px 0; }             

.MainMenu_MenuSelectedTab TD, .MainMenu_MenuSelectedRootTab TD {padding:0px; margin:0;}
.MainMenu_MenuSelectedTab TD DIV, .MainMenu_MenuSelectedRootTab TD DIV { background-image:url(PageImages/menu-ha-right.png); background-position:top right; background-repeat: no-repeat; margin:0; padding:0; margin:-8px 0 -25px 0; _margin:-13px 0;}
.MainMenu_MenuSelectedTab TD DIV DIV, .MainMenu_MenuSelectedRootTab TD DIV DIV{ background-image:url(PageImages/menu-ha-left.png); background-position:top left; background-repeat: no-repeat; margin:0; padding:0 10px; margin:-4px 0 -26px 0; _margin:-12px 0;}
.MainMenu_MenuSelectedTab TD DIV DIV DIV, .MainMenu_MenuSelectedRootTab TD DIV DIV DIV{ background-image:url(PageImages/menu-ha-center.png);  background-repeat:repeat-x; color:#283E6A; font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; height:32px; padding: 7px 4px 0 5px; line-height:1.3em; margin:0px 0 0 0; }
/*=============== END DEFAULT MENU STYLES ============================================*/


.SearchObject
{
	font-weight: normal;
	font-size: 8.5pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SearchObject:link
{
	text-decoration: none;
	color: #ffffff;
}

A.SearchObject:visited
{
	text-decoration: none;
	color: #ffffff;
}

A.SearchObject:hover
{
	text-decoration: none;
	color: #ffffff;
}

A.SearchObject:active
{
	text-decoration: none;
	color: #ffffff;
}

/* -------------------------inventua side menu classes------------------------------ */

.MenuHdr
{ 
font-size: 12pt; padding-left: 10px; font-weight: normal; padding-bottom: 2px; 
background-color: #2F89B7; padding-top: 2px;display:block;  cursor: default; color:#ffffff;
font-family:Arial, Verdana; background-image:url(Skin_Images/MiniBar.png);
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, 
.MenuHdr A:Link{
text-decoration: none; color: #ffffff; width: 200px; padding-top: 2px;
padding-bottom: 0px; cursor: default; cursor: pointer; display:block;  
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
font-size: 12pt; padding-left: 20px; font-weight: normal; padding-bottom: 2px;
background-color:#ffffff; padding-top: 2px; border:1px solid #e1e1e1; display:block;
font-family:Arial, Verdana; width:213px;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, 
.MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver 
A:Link
{
text-decoration: none; color: black; width:100%; padding-top: 2px;
padding-bottom: 2px; cursor: default; cursor: pointer; display:block; 
}
.SelectedMenuItem
{
 
 font-size: 12pt; padding-left: 10px; font-weight: normal; padding-bottom: 2px; 
/*background-color: #FFFF00;*/ padding-top: 2px; cursor: default; color:#ffffff; display:block;
font-family:Arial, Verdana; 
}
.MenuItemMouseOver
{
background-color:#D6E8FF!Important; color:#FFFFFF;
}

/* ====================== Table Styling (homePromo) ====================== */
.hpage {
	
	margin-bottom:5px;
	width:100%;
	border:solid 1px #e1e1e1;
	
	
	
	}
	
.homePromo {
	
	margin-bottom:5px;
	width:100%;
	border:solid 1px #e1e1e1;
	}

.homePromoPhoto {
	width: 125px;
	border:solid 1px #999999;
	vertical-align: top;
	padding: 3px 3px 3px 3px;
	background-color: #D6E8FF;}

.homePromoText {
    font-family:Arial, Verdana;
	font-size:10px;
	color: #333333;
	padding: 3px 3px 3px 3px;	
	vertical-align:top;
	width:100%;
	border-left:solid 1px #999999;
	
	}
.homePromoLink {
    font-family:Arial, Verdana;
	font-size:10px;
	color: #333333;
	padding: 2px;
	vertical-align:top;
	text-align:right;
	}
A.homePromoLink:link
{
	text-decoration: none;
	color: #FF0000;
}

A.homePromoLink:visited
{
	text-decoration: none;
	color: #FF0000;
}

A.homePromoLink:hover
{
	text-decoration: none;
	color:#00FF00;
}

A.homePromoLink:active
{
	text-decoration: none;
	color: #FF0000;
}
	
.style1 {font-size: xx-small;
color:#666666;
font-weight:normal;}
.style2 {
	font-size: 15px;
	color: #9900FF;
	font-weight:bold;
	}	
	
/* ====================== Table Styling (homePage) ====================== */

.Maintable{
	width:100%;
	
	}
.Tablepage {
	margin:5px;
	height:250px;
	background-color:#fffff;
	padding:1px;
	border:solid 1px #e1e1e1;
}
	
.TableHead {
	height:37px;
	background-color:#e1e1e1;
	border:solid 1px #283E6A;
	}

.TablePromoPhoto {
	width: 125px;
	border:solid 1px #999999;
	vertical-align: top;
	padding: 3px 3px 3px 3px;
	background-color: #D6E8FF;}

.TablePromoText {
    font-family:Arial, Verdana;
	font-size:11px;
	color: #333333;
	padding: 3px 3px 3px 3px;	
	vertical-align:top;
}
A.TablePromoText:link
{
	text-decoration: none;
	color: #cfdcea;
}

A.TablePromoText:visited
{
	text-decoration: none;
	color: #cfdcea;
}

A.TablePromoText:hover
{
	text-decoration: none;
	color: #ffffff;
}

A.TablePromoText:active
{
	text-decoration: none;
	color: #cfdcea;
}
	

/*===============  Login STYLES ============================================*/
.LoginObject
{
	font-weight: normal;
	font-size: 8.5pt;
	color: #cfdcea;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.LoginObject:link
{
	text-decoration: none;
	color: #cfdcea;
}

A.LoginObject:visited
{
	text-decoration: none;
	color: #cfdcea;
}

A.LoginObject:hover
{
	text-decoration: none;
	color: #ffffff;
}

A.LoginObject:active
{
	text-decoration: none;
	color: #cfdcea;
}