/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	/*background-color: #2d5a91;*/
	background-color: #FFFFFF;

}
.skinmaster {
	height: 100%;
	background-color: BFD3EB;
	border-right: 0 2px solid; 
	border-top: 0 0px solid; 
	border-left: 0 2px solid; 
	border-bottom: 0 0px solid; 

/*
	border-right: #91a6c1 2px solid; 
	border-top: #91a6c1 0px solid; 
	border-left: #91a6c1 2px solid; 
	border-bottom: #91a6c1 0px solid; 
*/
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{
	background-image: url(banner2.jpg);
	height:138px;
}
.skingradient {
	background-image: url(background.jpg); 
	height:20px;
}
.controlpanel {
	width: 100%;
	background-color: #ffd696;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 200px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.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: #FFFFFF;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: #FFFFFF;
}
.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: 666699;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color:#ffffff; /*#ffc700;*/ 
	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;
}
.MainMenu_SubMenu
{
	background-color: #bfd3eb;
	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: #9cb3d2;
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	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; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #FF6600 none; 
    color: #ffffff;
    font-family:verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #ffd696;
	border-right: #e08c0b 1px solid; 
	border-top: #e08c0b 1px solid; 
	border-left: #e08c0b 1px solid; 
	border-bottom: #e08c0b 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_MidTangerine.jpg);
}
.Head   {
   font-family: Verdana, Arial, Tahoma, Helvetica;
   font-size: 12px;
   font-weight: bold;
   color: 666699;
}

.Normal
{
   font-family: Verdana, Arial, Tahoma, Helvetica;
   font-size: 9px;
   font-weight: normal;
   color: 666699;
}

