/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster {
	width: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	background-color: #FFFFFF;
}
.skinheader {
	background-image:url(h_bg.gif);
	background-repeat:repeat-x;
	white-space: nowrap;
}

.logo {
	margin:0;
	padding:0;
	float:left;
}

.skingradient {
	background: #000000; 
	height:30px;
}

.skinfootgradient {
	background: #E6E8ED; 
	height:30px;
}

.SkinSearch {
    color: #FFFFFF;
}

.leftpane {
	width: 200px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
}

.main_dnnmenu_container {
	background-color: transparent;
	white-space: nowrap; 
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	white-space: nowrap;
}

.main_dnnmenu_item  td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #4682B4;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #5AA7E5; 
}

.main_dnnmenu_itemhover td {  
	background-color: #5AA7E5;
	color: #000000;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}

.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	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; 
}

.main_dnnmenu_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;
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.button  a  {
background:#ccc;
color:#000;
text-decoration:none;
text-align:center;
}


.ArrowPointer
{
	cursor: default;
}

/* ==========================
    CSS STYLES FOR HouseMenu Dynamic
   ==========================
*/

/* Vertical Menu */
#houseMenuV, #houseMenuV ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background: transparent;
}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 200px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	border-bottom:#999999 1px solid;
}

#houseMenuV ul li {
	background: #F5F5F5;
}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 200px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 198px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV a {
	display: block;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 190px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #191970;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 6px 6px 5px;
}


#houseMenuV li a:hover {
	color: #FFFFFF;
	background: #5AA7E5;
}



#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
	background: #F5F5F5;
}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
	background: #F5F5F5;
}

#houseMenuV iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
	background: #F5F5F5;
}

/* Vertical Menu2 */
#houseMenuV2, #houseMenuV2 ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background: transparent;
}

#houseMenuV2 li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 200px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	border-bottom:#999999 1px solid;
}

#houseMenuV2 ul li {
	background: #F5F5F5;
}

#houseMenuV2 li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 200px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV2 li ul ul { /* third-and-above-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 198px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV2 a {
	display: block;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 190px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #191970;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 6px 6px 5px;
}


#houseMenuV2 li a:hover {
	color: #FFFFFF;
	background: #5AA7E5;
}



#houseMenuV2 li:hover ul ul, 
#houseMenuV2 li:hover ul ul ul, 
#houseMenuV2 li.sfhover ul ul, 
#houseMenuV2 li.sfhover ul ul ul {
	left: -9999px;
	background: #F5F5F5;
}

#houseMenuV2 li:hover ul, 
#houseMenuV2 li li:hover ul, 
#houseMenuV2 li li li:hover ul, 
#houseMenuV2 li.sfhover ul, 
#houseMenuV2 li li.sfhover ul, 
#houseMenuV2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
	background: #F5F5F5;
}

#houseMenuV2 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
	background: #F5F5F5;
}

/* Vertical Menu3*/
#houseMenuV3, #houseMenuV3 ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background: transparent;
}

#houseMenuV3 li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 200px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	border-bottom:#999999 1px solid;
}

#houseMenuV3 ul li {
	background: #F5F5F5;
}

#houseMenuV3 li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 200px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV3 li ul ul { /* third-and-above-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 198px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV3 a {
	display: block;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 190px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #191970;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 6px 6px 5px;
}


#houseMenuV3 li a:hover {
	color: #FFFFFF;
	background: #5AA7E5;
}



#houseMenuV3 li:hover ul ul, 
#houseMenuV3 li:hover ul ul ul, 
#houseMenuV3 li.sfhover ul ul, 
#houseMenuV3 li.sfhover ul ul ul {
	left: -9999px;
	background: #F5F5F5;
}

#houseMenuV3 li:hover ul, 
#houseMenuV3 li li:hover ul, 
#houseMenuV3 li li li:hover ul, 
#houseMenuV3 li.sfhover ul, 
#houseMenuV3 li li.sfhover ul, 
#houseMenuV3 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
	background: #F5F5F5;
}

#houseMenuV3 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
	background: #F5F5F5;
}

/* Vertical Menu4 */
#houseMenuV4, #houseMenuV4 ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background: transparent;
}

#houseMenuV4 li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 200px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	border-bottom:#999999 1px solid;
}

#houseMenuV4 ul li {
	background: #F5F5F5;
}

#houseMenuV4 li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 200px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV4 li ul ul { /* third-and-above-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 198px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV4 a {
	display: block;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 190px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #191970;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 6px 6px 5px;
}


#houseMenuV4 li a:hover {
	color: #FFFFFF;
	background: #5AA7E5;
}



#houseMenuV4 li:hover ul ul, 
#houseMenuV4 li:hover ul ul ul, 
#houseMenuV4 li.sfhover ul ul, 
#houseMenuV4 li.sfhover ul ul ul {
	left: -9999px;
	background: #F5F5F5;
}

#houseMenuV4 li:hover ul, 
#houseMenuV4 li li:hover ul, 
#houseMenuV4 li li li:hover ul, 
#houseMenuV4 li.sfhover ul, 
#houseMenuV4 li li.sfhover ul, 
#houseMenuV4 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
	background: #F5F5F5;
}

#houseMenuV4 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
	background: #F5F5F5;
}

.font_12_bold
{
	color: #000000;
	font: bold 12px Arial, Helvetica;
}
.font_10 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
}
.font_16_red_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FF0000;
}
.font_12 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.font_10_bold {
	color: #000000;
	font: bold 10px Arial, Helvetica;
}
.font_12_Blue {
	font: 12px Arial, Helvetica, sans-serif;
	color: #191970;
}
.font_10_Blue {

	font: 10px Arial, Helvetica, sans-serif;
	color: #191970;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 0px;
 border: 1px solid #aaa;
 border-bottom: none;
 background: #DEDFE1;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background:  #5AA7E5;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: whitesmoke;
 border-bottom: 1px solid whitesmoke;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: whitesmoke;
 border-bottom: 1px solid whitesmoke;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

.tabbertab ul {
	list-style:none;
}
.tabbertab li {
	list-style-image: url(arrow1.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.LinksList { /* all lists */
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background: transparent;
	position: relative;
	float: left;
	width: 170px;
}

.LinksList td { /* all list items */
	margin: 3px 3px 4px 3px;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 170px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
}

.LinksList a {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 4px 3px;
	width: 170px;
}


.LinksList a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	background: #5AA7E5;
	padding: 3px 3px 4px 3px;
	width: 170px;
}

.LinksList a:visited {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 4px 3px;
	width: 170px;
}
