/* 
================================
Skin styles for DotNetNuke
================================
*/   

a { text-decoration:underline;}

.Normal {
font-family: arial;
font-size:12px;
}

.SkinObject {
color: white}

a.SkinObject {
color:#a0bdca;
}

a.SkinObject:hover {
color: white;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #253136;
}
.skinmaster {
	height: 100%;
	background-color: #8c8745;
	
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-color:#414b50;
	height: 30px;

}
.controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.toppane {
	width: 100%;
	background-color: transparent;
padding:0px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
padding:0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
padding:0px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
padding:0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
padding:0px;
}

.StandardButton2 {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: arial; 
   font-size: 12px;
   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: georgia, times;
   font-size:  20px;
   font-weight:  normal;
   color: #c31d1d;
}
