/* 
================================
Skin styles for DotNetNuke
================================
*/   

*
{
    font-family: Helvetica;
    font-size: 13px;
}
.FontText, p, td, strong
{
    color: #333;
}
.FontText {
padding: 5px;
}
.FontHeader
{
    color: #008fd5;
    font-weight: bold;
}
.FontSubHeader
{
    color: #008fd5;
}
.textLogo
{
	color: #808080;
	padding: 5px;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-alignment: center;
	vertical-align: bottom;
}
.imgLogo
{
	display: block;
	float: left;
}
/* Masterpage styles */

.UserName a.headLink, .UserName a.headLink:hover, .UserName a.headLink:visited,.UserName a.headLink:link, .UserName a.headLink:active
{
    text-decoration: none;	
}

td.Login
{
	text-align: right;
	vertical-align: bottom;

	padding-right: 7px;
	padding-bottom: 7px;
}
td.Language
{
	text-align: right;
	vertical-align: top;
	padding: 7px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.headLink
{
	padding-left: 8px;
	padding-right: 8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.headLink:link, a.headLink:visited
{
	text-decoration: underline;	
	color: #414141;

}
a.headLink:hover
{
	text-decoration: none;	
	color: Black;
}
.Login a:link, .Login a:visited
{
	font-family: Helvetica;
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;	
	color: #414141;
}
.Login a:hover
{
	text-decoration: none;	
	color: Black;

}
a, a:active, a:link, a:visited
{
	font-family: Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #008fd5;
	text-decoration: none;	
}
a:hover
{
	text-decoration: underline;	
	color: #008fd5;

}


#dnn_BottomPane a, #dnn_BottomPane a:active, #dnn_BottomPane a:link, #dnn_BottomPane a:visited
{
	font-family: Helvetica;
    font-size: 13px;
    font-weight: normal;      
	color: #414141;
	text-decoration: none;	
}
#dnn_BottomPane a:hover
{
    text-decoration: underline;	
	color: #414141;

}

td.NavigationBar
{
    background-color: #808080;
    background: url(images/mainmenu_bgimage.jpg) top left repeat-y;
    padding: 2px 1px 0px 2px;
    height: 37px;
}
td.CopyrightBar
{
    border-top: solid 1px blue;
    height: 50px;
}


/*
Header styles
*/
.searchControl .SkinObject
{
	color: white;
}
#dnn_dnnSEARCH_cmdSearch:link
{
	color: white;
	text-decoration: underline;
}
#dnn_dnnSEARCH_cmdSearch:hover
{
	color: white;
	text-decoration: none;
}
#dnn_dnnSEARCH_txtSearch
{
	color: green; 
}


.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #eeeeee;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
#dnn_ContentPane
{
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#dnn_RightPane
{
	padding-top: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#dnn_BottomPane
{
	padding: 10px 0px 10px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #414141; 
	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: 1px 3px 3px 1px;	
	/*border-top: 1px solid gray;
	border-bottom: 1px solid gray;*/
	border-collapse: collapse;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	line-height: 16px;
	font-family: Tahoma, Arial, Helvetica; 
	white-space: nowrap;  /*Word wrapping menu item now optional*/	    
	padding: 8px 15px 9px 15px;   /*explicitly set padding for root menu items*/
	margin: 0px 0px 2px 0px;
	border: 0px solid #ffffff;
	background: transparent url('images/mainmenu_separator.gif') top right repeat-y;
	/*border-right: solid 1px #b8b8b8;
	border-left: solid 1px #ffffff;*/
	display: block;
	float:left;
	/*height: 35px;   */
	/*width: 120px;*/
	text-align:center;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.main_dnnmenu_rootitem span
{
	color: #414141;
	line-height: 16px;
}


.main_dnnmenu_itemhover 
{  
    background-color: #999999;
    filter:alpha(opacity=50);   /* Internet Explorer       */
    -moz-opacity: 0.5;          /* Mozilla 1.6 and below   */
    opacity: 0.5;               /* newer Mozilla and CSS-3 */	
    /*border: 1px solid #FFFFFF;
    border-right: solid 1px #B8B8B8;*/
}

.main_dnnmenu_itemhoversub 
{  
}


.main_dnnmenu_itemhoversub td {  
	background-color: #f0f0f0; 
}

.main_dnnmenu_itemhover span
{
   color: #FFF;
   filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1.0;           /* Mozilla 1.6 and below   */
   opacity: 1.0;               /* newer Mozilla and CSS-3 */	
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}

.main_dnnmenu_submenu {
	background-color: #fff;  
	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 */
	border: 1px solid #999999;
	border-collapse: collapse;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	/*border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid;  */
	border-top: #cccccc 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: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #008fd5;
}

div.Normal {
	color: #484848;
	text-align: justify;

}

#dnn_RightPane div.Normal{
	width: 400px;
	padding-top: 22px;
}

#dnn_RightPane div.Normal div{

	background: url(images/rightpane_bggrad.jpg) top left repeat-x;
}
#dnn_RightPane div.Normal div div{
	background: url(images/rightpane_bgtline.gif) top left repeat-x;
}
#dnn_RightPane div.Normal div div div{
	background: url(images/rightpane_bglline.gif) top left repeat-y;
}
#dnn_RightPane div.Normal div div div div{
	background: url(images/rightpane_bgrline.gif) top right repeat-y;
}
#dnn_RightPane div.Normal div div div div div{
	background: url(images/rightpane_bgbline.gif) bottom left repeat-x;
}


#dnn_RightPane div.Normal div div div div div div{
	background: url(images/rightpane_bglt.gif) top left no-repeat;
}
#dnn_RightPane div.Normal div div div div div div div{
	background: url(images/rightpane_bgrt.gif) top right no-repeat;
}
#dnn_RightPane div.Normal div div div div div div div div{
	background: url(images/rightpane_bglb.gif) bottom left no-repeat;
}
#dnn_RightPane div.Normal div div div div div div div div div{
	background: url(images/rightpane_bgrb.gif) bottom right no-repeat;
	text-align: center;
	padding: 0px;
}
#dnn_RightPane div.Normal div div div div div div div div div div{
	background: none;
}

.DivForCaptionOnMap
{
	padding-right: 20px; padding-left: 20px; padding-bottom: 0px; padding-top: 20px; text-align: left;
}

.DivForMapCabcaption
{
	padding-right: 20px; padding-left: 20px; padding-bottom: 0px; padding-top:  0px; text-align: left;
}

.CaptionOnMap
{
	padding-right: 0px; padding-left: 0px; font-weight: bold; font-size: 14px; 
	padding-bottom: 5px; 
	padding-top: 5px;
	color: #008fd5;
}

.SubcaptionOnMap, .LinkOnMap
{
	color: #008fd5;
}

.LinkOnMap
{
	text-decoration: underline;
}







