/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.main_area{
	padding-left:20px;
	padding-right:20px;
}
.main_area_small{
	padding-left:20px;
	padding-right:0px;
}
.skinmaster {
	height: 100%;
}
.logo_background{
	background-image: url(logo_back.jpg); 
	height:49px;
}
.menu_background{
	background-image: url(menu_back.jpg); 
	height:49px;
}
.menu{
	background-image: url(menu.jpg); 
	height:49px;
}
.skinheader {
}
.left_border{
	background-image: url(left_border.jpg); 
	background-repeat:no-repeat;
	background-position:right top;
}
.right_border{
	background-image: url(right_border.jpg); 
	background-repeat:no-repeat;
	background-position:left top;
}
.login{
	font-size:12px;
	color:#FFFFFF;
}
.graybase{
	background-color:#FFFFFF;
	height:35;
}
.darkgraybase{
	background-color:#E4B558;
	height:35;
}
.SkinObject{
	color:#000000;
}
.top_border{
	height:8;
	background-image: url(top_border.jpg); 
	background-repeat:no-repeat;
	background-position:top;
}

a:link {
  color: #3168A1; 
  text-decoration: none;}/*normal links in the text*/
a:visited {
  color: #3168A1; 
  text-decoration: none;}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #993300; 
  text-decoration: underline;}
a:active {/*colour in NN4.xx is red*/ 
  color: #3168A1; 
  text-decoration: underline;}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom:: 20px;
	width: 175px;
	background-color: transparent;
}
.leftpanesmall{
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom:: 20px;
	width: 198px;
	background-color: transparent;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-right: 20px;
	padding-left: 15px;
}
.contentpanesmall {
	width: 710px;
	background-color: transparent;
	padding-right: 0px;
	padding-left: 0px;
}
.rightpane {
	padding:0px;
	width: 1px;
	background-color: transparent;
}
.bottompane {
	width: 100%;
	background-color: transparent;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	border-right: #333333 1px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.MainMenu_MenuIcon {
	border-left: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid; 
	border-right: #333333 0px solid;
	background-color: #333333; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color:#333333;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;	
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color:#C1E0FF;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color:Transparent;
}
.MainMenu_MenuArrow {
	border-left: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid; 
	border-right: #333333 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_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;
}
.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);
}
.Title {
	font-size:16px;
	font-family:Tahoma, Arial, Helvetica;
	color:#993300;
}
.Content {
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica;
	color:#282828;
}
.Head {
	font-size:18px;
	font-family:Tahoma, Arial, Helvetica;
	color:#993300;
}
img.thumbnail{
	border-color:#000000;
	border:solid;
	border-width:thin;
	}



