/* 
================================
Skin styles for DotNetNuke
================================
*/   

.wrapper {
	width:796px;
	background-color:#FFFFFF;
	border-left:1px solid #ffffff;
	display:table;
	margin-bottom:5px;
	border-right:1px white solid;
}

.header {}

.logo {
	width:209px;
	float:left;}

.banner {
	width:586px;
	float:left;}

.topNav {	
	width:580px;
	float:left;
	margin-top:2px;
	margin-bottom:8px;
	}
.leftNav {
	width:209px;
	background-image:url(bgLeftNavTile.jpg);
	background-repeat:repeat-x;
	background-color:#bfeafb;
	padding-bottom:3px;
	}

.leftNav a {
	color:#009eeb;
	text-decoration:none;
	}

.leftNav a:hover {
	color:#003a7a;
	}


.contentPane {
	width:586px;
	margin-right:10px;
}

.leftNav strong {
	font-size:11px;
	color: #003a7a;}

strong {
	font-size:11px;
	color:#999999;}

.controlpanel {
	width: 98%;
	background-color: #e9e9e9;
}
/*
.dnn_dnnmenu_ctlmenu_spmbctr MainMenu_MenuContainer {
	width:586px;
}
.dnn_dnnmenu_ctldnnmenu_spmrarw
.MainMenu_RootMenuArrow,
.dnn_dnnmenu_ctlmenu_spmrarw img
.MainMenu_RootMenuArrow img{
	display:none;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuContainer td td {
	padding-left:10px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #223366; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
}
.topNav img {
	display:none;
}
.MainMenu_MenuIcon {
	background-color: #ffffff; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	margin-left:-15px;
	display:none;
}
.MainMenu_SubMenu {
	background-color: #ffffff;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #ffffff; 
	cursor: pointer; 
	cursor: hand; 
	color: #429006; 
	font-family:  Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: normal; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	display:none;
}
.MainMenu_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:  18px;
    font-weight:    normal;
    color: #333333;
}
.SkinObject {
	font-weight:normal;
}
.FooterPane strong {
	width:750px;
	text-align:center;
	color:#223366;
}
a strong {
	color:#223366;
}
a, a:link, a:visited, a:active, a strong, a:link strong, a:visited strong, a:active strong {
	color:#223366;
	text-decoration:none;
}
a:hover, a:hover strong {
	color:#0066FF;
	text-decoration:underline;
}
strong {
	color:inherit;
}