/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #0D2D66;
	font-family:Arial;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #BE2100 5px solid; 
	border-top: #BE2100 5px solid; 
	border-left: #BE2100 5px solid; 
	border-bottom: #BE2100 5px solid; 
}
.skinheader {
	border-width:1px;
	border-color:#BE2100;
	padding-bottom:3px;
}

.statebanner {
	background: url(media/KASE-logo.jpg) no-repeat center; 
	height:160px;
	padding-right:7px;
}

.redtextbanner {
	background-image: url(media/redheadertext-new.gif);	 
}

.search {
	color:#FFFFFF;
	padding-top:6px;
	padding-left:1px;
	padding-right:0px;
	margin-top:5px; 
	font-size: 10pt;
}

.date {
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial;
    text-decoration:none;
    padding: 1px 1px 1px 1px;
}

.SearchSkinObject {
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial;
    text-decoration:underline;
    padding: 1px 1px 1px 1px;
}

A.SearchSkinObject:link {
    text-decoration:underline;
    color: #ffffff;
    padding: 1px 3px 1px 1px;
}

A.SearchSkinObject:visited  {
    text-decoration:underline;
    color: #ffffff;
    padding: 1px 3px 1px 1px;
}

A.SearchSkinObject:active   {
    text-decoration:underline;
    color: #ffffff;
    padding: 1px 3px 1px 1px;
}

A.SearchSkinObject:hover    {
    text-decoration:underline;
    color: #ffffff;
    background-color: transparent;
    padding: 1px 3px 1px 1px;
}


.footeraddress {
	color:#ffffff;
	font-size:10pt;
	background-color:#063166;
}

.footertext  {
	color:#ffffff;
	font-size:8pt;
	background-color:#BE2100;
	height:30px;
	vertical-align:middle;
	text-align:center;
}

.skingradient {
	height:30px;
	border-color:#FFFFFF;
	border-width:2px;
	border-left:none;
	border-right:none;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.contentpane {
	background-color: transparent;
	padding-right: 1px;
	padding-top: 2px;
	padding-left:0px;
}
.rightpane {
	background-color: transparent;
	padding-left: 1px;
	padding-top: 2px;
	padding-right: 0px;
}

.menu {
	background-color:#BE2100;
	margin-top:3px;
	margin-bottom:3px;
	color:#FFFFFF;
	border-color:#FFFFFF;
	border-left:none;
	border-right:none;
	border-top-width:3px;
	border-bottom-width:3px;
}

.rootmenuitem {
	color:#FFFFFF;
	font-size:11pt;
	width:200px;
}

A.rootmenuitem:hover    {
    text-decoration:underline;
    color: #ffffff;
    background-color:#BE2100;
	width:200px;
}

.main_dnnmenu_container {
	background-color:none; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color:none;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color:#BE2100;
	font-family:Arial; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color:#BE2100;
	font-family:Arial; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color:#0345B5; 
	
}

.main_dnnmenu_itemhover td {  
	background-color:#0345B5; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color:#BE2100;  
	
	cursor: pointer; 
	cursor: hand; 
	
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.StandardButton {
  background: #0D2D66 none; 
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
}


