/* 
================================
Skin styles for DotNetNuke
================================
*/

.SkinObject {
    font-weight: bold;
	font-family:Verdana;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#333333;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#333333;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#D10000;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#D10000;
} 

.topDetails{
	background-color:#ffffff;
	padding:3px 3px 0px 3px;
	height:22px;
	border-bottom:1px solid #ffffff;
}
.topDetails .skinobject{
	font-size: 11px;
	font-family: Verdana;
	color: #424242;
}

.flashLogo {
	
}

.bottomDetails {
	background-color:#336699;
	color:#FFFFFF;
	padding:0px 6px 0px 6px;
	height:23px;
	margin-top:1px;
	margin-left:2px;
}
.bottomDetails .skinobject{
	font-size: 11px;
	font-family: Verdana;
	color: #ffffff;
}
.bottomDetails a.skinobject:link, .bottomDetails a.skinobject:visited, .bottomDetails td, .rightpane a:link, .rightpane a:visited, .leftpane a:link, .leftpane a:visited{
	color: #ffffff;
}
.bottomDetails a.skinobject:hover, .bottomDetails a.skinobject:active, .rightpane a:hover, .rightpane a:active, .leftpane a:hover, .leftpane a:active{
	color: #d10000;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	font-size: small;
	font-family: Verdana;
	color: #424242;
	margin-left:2px;
}
.skinheader {
	background:url("bvi_header.jpg") right no-repeat;
	padding-bottom:1px;
	padding-right:5px;
}
.skinheader a.skinobject:link, .skinheader a.skinobject:visited{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
.skinheader a.skinobject:hover, .skinheader a.skinobject:active{
	color:#d10000;
}
.skinheader .search{
	padding-bottom:3px;
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.NormalTextBox{
    font-size: 11px;
    font-weight: normal;
	color: #424242;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 140px;
	background-color: transparent;
	padding-top:10px;
}
.contentpane {
	width: 100%;
	font-family :Verdana;
}
.bottomDivider {
	background:url("hr_divider.gif") bottom repeat-x;
	background-color: #ffffff;
	height:30px;
}
.bottomStar {
	background:url("shadow_star.gif") center no-repeat;
	background-color: #ffffff;
	height:70px;
}
.rightpane {
	padding-top:19px;
	width: 200px;
	background:url("rightTop.gif") top no-repeat;
	background-color: #005CA8;
	border-left:1px solid #fff;
}
.leftPane .LinkTextBox{
	width:115px;
}
.rightPane .LinkTextBox{
	width:191px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
}
.MainMenu_MenuContainer {
	border-left:2px solid #fff;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 23px;
	background-color:  #336699;
	padding:0px;
	margin:0px;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana; 
	font-size: 11px; 		
}
.MainMenu_MenuIcon {
	background-color:  #336699; 
	border-left:  #336699 1px solid; 
	border-bottom:  #336699 1px solid; 
	border-top:  #336699 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 20px;
}
.MainMenu_SubMenu {
	background-color:  #336699;  
	z-index: 1000;
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
	height: 10px;
}
.MainMenu_MenuItemSel {
	background-color: #D10000;
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 	
}
.MainMenu_MenuArrow {
	border-right:  #336699 1px solid; 
	border-bottom:  #336699 1px solid; 
	border-top:  #336699 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-color:#336699;
	border:3px outset  #336699;
    color: #FFFFFF;
    font-family:Verdana; 
    font-size: 10px;
    font-weight: bold;
}
.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 {
}
.PageH3{
	font-size:small;
	font-weight:bold;
}


