/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-image: url(background.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
}
.skinmaster {
	height: 100%;
	background-color: transparent; 
}
.skinheader {
}
.headerpane {
	color: #f6c174;
	text-decoration: none;
	background-color: #7c3115;
}
.headerpane a:link, .headerpane a:hover, .headerpane a:active, .headerpane a:visited
{
	color: #f6c174;
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.skingradient2 {
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: transparent;
}
.toppane {
	width: 100%;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.toppane a:link, .toppane a:hover, .toppane a:active, .toppane a:visited
{
	color: #7c3115;
}
.leftpane {
	width: 175px;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	color: #7c3115;
}
.leftpane a:link, .leftpane a:hover, .leftpane a:active, .leftpane a:visited
{
	color: #7c3115;
}
.contentpane {
	width: 100%;
	background-color: #e6cba4;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	color: #7c3115;
}
.contentpane a:link, .contentpane a:hover, .contentpane a:active, .contentpane a:visited
{
	color: #7c3115;
}
.rightpane {
	width: 175px;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	color: #7c3115;
}
.rightpane a:link, .rightpane a:hover, .rightpane a:active, .rightpane a:visited
{
	color: #7c3115;
}
.bottompane a:link, .bottompane a:hover, .bottompane a:active, .bottompane a:visited
{
	color: #7c3115;
}
.bottompane {
	width: 100%;
	background-color: #FFFFFF;
	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: hand; 
	cursor: hand; 
	color: #f6c174; 
	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;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: hand; 
	cursor: hand; 
	color: #f6c174; 
	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: transparent;
	color: #FFFFFF;
}

.main_dnnmenu_itemhover td {
	background-color: transparent;
	color: #FFFFFF;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #7c3115;  
	z-index: 1000; 
	cursor: hand; 
	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: #7c3115 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: #7c3115;
}

.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: #000000;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #7c3115;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #000000;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

A:link
{
	text-decoration: none;
	color: #7c3115;
}

A:visited
{
	text-decoration: none;
	color: #7c3115;
}

A:hover
{
	text-decoration: underline;
	color: #7c3115;
}

A:active
{
	text-decoration: none;
	color: #7c3115;
}

SMALL
{
	font-size: 8px;
}
.footer
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
	background-color: transparent;
}
.footer a:link, .footer a:hover, .footer a:active, .footer a:visited
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
.footer a.skinobject:link, .footer a.skinobject:hover, .footer a.skinobject:active, .footer a.skinobject:visited
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
.header
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #f6c174;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
	background-color: #7c3115;
	height: 30px;
}
.header a:link, .header a:hover, .header a:active, .header a:visited
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #f6c174;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
.header a:hover
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
.header a.skinobject:link, .header a.skinobject:active, .header a.skinobject:visited
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #f6c174;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
.header a.skinobject:hover
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
.search_style{float:right; height:30px;}
.search_bg{padding:8px 2px 0 0;
}
/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer{position:relative; white-space: nowrap;}
div.SearchBorder{width: 180px; height: 20px; border: solid 1px #e0e0e0; float:left; background-color: White; white-space: nowrap; margin-top: 2px;}
div.SearchContainer a{padding: 0px; display: block; float:left; }
div.SearchContainer a img{padding-left:5px;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 3px;}

input.SearchTextBox{float: left; z-index: 10; border: 0px; width:130px; height:18px; margin-left:3px; color: #43494D;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; background-color: #F3F7FA; position:absolute; top: 22px; left: 0px;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #7c3115;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}
