/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEF2CB;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #C54232 1px solid; 
	border-top: #C54232 1px solid; 
	border-left: #C54232 1px solid; 
	border-bottom: #C54232 1px 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(KBCLogo.jpg); 
	background-repeat:no-repeat;
	height: 187px;
}
.skingradient {
	background-image: url(gradient_DkMaroon.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-color: #FFD973;
	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 {
	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;
}
/* Search Padding - lines up text nicely */
.GoLink 
{
padding-right: 10px;
font-family: Arial;
font-size:  11px;
font-weight: bold;
color: navy;
}

/* Standard Menu Settings */

.MainMenu_MenuContainer {
background-color: transparent; 
}
.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand;
height: 16px;
background-color: Transparent;
}
.MainMenu_MenuItem {
border-left: #FFD973 0px solid; 
border-bottom: #FFD973 1px solid; 
border-top: #FFD973 1px solid; 
border-right: #FFD973 0px solid;
cursor: pointer; 
cursor: hand; 
color: #8A2626; 
font-family: tahoma, arial, helvetica; 
font-size: 9pt; 
font-weight: bold; 
font-style: normal; 
background-color: Transparent;
height: 19px;
}
.MainMenu_MenuIcon {
background-color: #FFD973; 
border-left: #FFD973 1px solid; 
border-bottom: #FFD973 1px solid; 
border-top: #FFD973 1px solid; 
cursor: pointer; 
cursor: hand; 
text-align: center; 
width: 15px; 
height: 19px;
}
.MainMenu_SubMenu {
background-color: #FFD973;  
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
}
.MainMenu_MenuBreak {
height: 1px;
}
.MainMenu_MenuItemSel {
background-color: #FFD973; 
cursor: pointer; 
cursor: hand; 
color: white; 
font-family: tahoma, arial, helvetica; 
font-size: 9pt; 
font-weight: bold; 
font-style: normal;
height: 19px;
}
.MainMenu_MenuArrow {
border-right: #FFD973 1px solid; 
border-bottom: #FFD973 1px solid; 
border-top: #FFD973 0px solid;
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand; 
}
.MainMenu_RootMenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand;
}

/* End Menu Settings */

.StandardButton {
  background: #8A2626 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;
}
.loginText {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: #ffffff;
}
a.loginText:Link {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
}
a.loginText:Active {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
}
a.loginText:Visited {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
}
a.loginText:Hover {
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: underline;
}

