/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #e7eefa;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	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 {
	background-color: #0B53CA;
}
.skinphoto
{
	background-image: url(bannerphoto.gif);
	background-repeat:no-repeat;
	height:179px;
	width:100%;
}
.skinphotoFR
{
	background-image: url(bannerphoto_fr.gif);
	background-repeat:no-repeat;
	height:179px;
	width:100%;
}
.skingradient {
	background-image: url(gradient_Green.jpg); 
	height: 30px;
}
.footergradient{
	background-image: url(footer_gradient.gif); 
	height: 30px;
}
.controlpanelpane {
	width: 100%;
	background-color: 0B53CA;
}
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.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;
}
.contenttext
{
	font-family:Verdana;
	font-size:12px;
	color:#4c4c4c;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	text-align:left;
	font-family:Verdana;
	font-size:12px;
	color:#4c4c4c;	
}
.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;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.MainMenu_Separator 
{ 
    background-color: transparent;
    color: #FFFFFF;
    font-size: 9pt;
    font-family: Verdana; 
	border: 0 px;
}
.MainMenu_MenuItem {
	border-left: #0ba81d 0px solid; 
	border-bottom: #0ba81d 1px solid; 
	border-top: #0ba81d 1px solid; 
	border-right: #0ba81d 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #0ba81d; 
	border-left: #0ba81d 1px solid; 
	border-bottom: #0ba81d 1px solid; 
	border-top: #0ba81d 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #0ba81d;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
	background-color: transparent;
	border: 0px;
}
.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: 1f4e97; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #0ba81d 1px solid; 
	border-bottom: #0ba81d 1px solid; 
	border-top: #0ba81d 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: #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: Verdana;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}
.H4
{
   font-family: Verdana;
   font-size:  15px;
   font-weight:  normal;
   color: #000000;

}

.SkinObject {
	color: white;
}

a.SkinObject {
	color: white;
}
a.SkinObject:link {
	color: white;
}
a.SkinObject:visited {
	color: white;
}
a.SkinObject:hover {
	color: 18d72d;
}
.separator {
	color: white;
}
#dnn_dnnDSLOCALESELECTOR2_lblLinks a {
	color: white;
    font-weight: bold;
    font-size: 8.5pt;
    font-family: Verdana;
    text-decoration: none;	
	text-transform: uppercase;
}

#dnn_dnnDSLOCALESELECTOR2_lblLinks a:hover {
	color: 18d72d;
}
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #808080
}
BLOCKQUOTE{
    font-family: Tahoma, Arial, Helvetica;
}