/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #E2DCA7;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-top: #E2DCA7 10px solid; 
	border-bottom: #E2DCA7 20px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	height:45px;
	background-color: #0F185B;
	border-bottom: #FFFFFF 1px solid;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
    padding-bottom: 2px;
}

.contentpane {
	background-color: transparent;
	
}
.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_MenuItem {
	border-left: #0F185B 0px solid; 
	border-bottom: #0F185B 1px solid; 
	border-top: #0F185B 1px solid; 
	border-right: #0F185B 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #0F185B;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #0F185B; 
	border-left: #0F185B 1px solid; 
	border-bottom: #0F185B 1px solid; 
	border-top: #0F185B 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #0F185B;  
	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: #0F185B; 
	cursor: pointer; 
	cursor: hand; 
	color: #F8F349; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #0F185B 1px solid; 
	border-bottom: #0F185B 1px solid; 
	border-top: #0F185B 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: #FFFFF none; 
  color: #000000;
  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;
}
.copyright{
background-color: #918F69;
padding-left: 10px;
}

.rightpane-head{
background-color:#918F6D;
font-family:"Times New Roman", Times, serif;
font-size:17px;
vertical-align:middle;
padding-left:17px;
padding-right:17px;
text-align:left;
color:#ffffff;
font-weight:bold;
height:58px;
}

.lefttpane{
background-color:#FFFFFF;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding-left:0px;
padding-right:0px;
text-align:left;
padding-top:0px;
padding-bottom:3px;
width: 228px;
}

/*without underlining*/
.rightpane2{
background-color:#F1EFD3;
color:#66644B;
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding-left:17px;
padding-right:17px;
text-align:left;
padding-top:25px;
padding-bottom:45px;
}

.browntextbig{
background-color:#F1EFD3;
color:#66644B;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding-right:17px;
text-align:left;
padding-top:25px;
padding-bottom:45px;
text-decoration:underline;
}

.rightpanelink{
color:#000FD3;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
padding-left:17px;
}
.OtherTabs
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
}

a:hover {

text-decoration: none;
}

.TitleWhite
{
    color: #FFFFFF;
}

.labelText
{
	font-size: 12px;color: #003366;
}
