/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.skinmaster {
	
	background-color: #FFFFFF;
	border: 0px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
.skinheader {
	width: 960px;
}
.skingradient {
	height:30px;
	background-color: #FFFFFF;
	margin-bottom: 6px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.LeftPane {
	width: 190px;
	background-color: #000000;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
}

#childLinks a:link, #childLinks a:visited {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 22px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	background-image: url(plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	padding-top: 4px;
}

#childLinks a:hover{
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	display: block;
	height: 22px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	background-image: url(plusred.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	padding-top: 4px;
}

.contentpane {
	width: 500px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
	background-image: url(contentBackground.gif);
	background-repeat: no-repeat;
}
.contentpane2 {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
	background-image: url(contentBackground.gif);
	background-repeat: no-repeat;
}
.rightpane {
	width: 267px;
	background-color: #fff;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 6px;
	margin-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 {
	cursor: hand;
	cursor: hand;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap;
	padding: 1px 3px 3px 1px;
	vertical-align: middle;
}

.main_dnnmenu_rootitem  {
	cursor: hand;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-transform: uppercase;
	background: Transparent url(righttabbackground.gif) no-repeat;
	width: 97px;
	border: none;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: left;
	padding-top: 10px;
	
}
.main_dnnmenu_itemhover {  
	cursor: hand;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-transform: uppercase;
	background: Transparent url(righttabbackground.gif) no-repeat;
	width: 97px;
	border: none;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: left;
	padding-top: 10px;
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #0099CC;
	z-index: 1000;
	cursor: hand;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;
	
}

.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: 40pt;
	cursor: pointer;
	cursor: hand;
	
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	display: none;
}
.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:  16px;
   font-weight: bold;
   color: #B5310D;
}
#navoffset {
	padding-left: 490px;
	background-color: #000000;
}
#kendo {
	background-color: #000000;
}
#topbackground {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 145px;
}
#navholder {
	vertical-align: bottom;
	background: transparent;
	position: absolute;
	top: 92px;
	width: 960px;
}
#base, #base .SkinObject {
	background-color: #B5310D;
	height: 30px;
	padding-right: 4px;
	padding-left: 4px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 4px;
}
.copyrighttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#searchbox {
	width: 267px;
	background-image: url(searchbackground.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	#searchbox .SkinObject {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
	
h2 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
h3 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
h1 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
}
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, p
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

li {
	list-style-type: disc;
}
ul {
	list-style-type: disc;
}
