/* 
================================
Skin styles for KPSE
================================
*/
a img {
	border: 0;
	}
body {
	background-image: url(images/My13BackAlt1.jpg);
	background-color: #00a3e4;
	font-family: verdana, arial, helvetica, "times new roman";
	font-size: 10pt;
	margin: 5px;
	}
.Normal {
	font-family: verdana, arial, helvetica, "times new roman";
	font-size: 10pt;
	color: #000;
	}
.NormalBold {
	font-family: verdana, arial, helvetica, "times new roman";
	color: #000;
	}
td.SkinObject, span.SkinObject {
	color: #000;
	font-size: 10pt;
	}
a:link.SkinObject, a:visited.SkinObject, a:active.SkinObject {
	color: #000;
	text-decoration: underline;
	}
a:hover.SkinObject {
	color: #000;
	text-decoration: none;
	}
a:link, a:visited, a:active {
	color: #c96;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
.controlpanel {
	background-color: #ffc;
}
.footer {
	padding: 5px 0;
	font-size: 10px;
	color: #000;
	}
.footer a:link, .footer a:visited, .footer a:active {
	text-decoration: underline;
	color: #000;
	}
.footer a:hover {
	text-decoration: none;
	color: #000;
	}
.SubHead {
	font-size: 10px;
	}
#dnn_ContentPane {
	background-color: #fff;
	padding: 10px;
	}
#dnn_leftPane {
	background-image: url(images/menuBack.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
}
	
/* INVSIDEMENU Styles */
.MenuHdr
{
	padding-left: 2px;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 15px;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-family: verdana, arial, helvetica, "times new roman";
}
.MenuCurrent
{
	color:#fff;
	width: 100%;
	text-decoration: none;
	font: bold 12px verdana, arial, helvetica, "times new roman";
}
.MenuCurrent A, .MenuCurrent A:Active, .MenuCurrent A:Visited, .MenuCurrent A:Link {
}
.MenuItem
{
	color:#f7d75e;
	width: 100%;
	text-decoration: none;
	font: bold 12px verdana, arial, helvetica, "times new roman";
	padding: 4px;	
}

.MenuItem A, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
	width: 100%;
	text-decoration: none;
	font: bold 12px verdana, arial, helvetica, "times new roman";
	color: #f7d75e;
	padding: 4px;	
} 

.MenuItemMouseOver, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Hover
{
	width: 100%;
	font: bold 12px verdana, arial, helvetica, "times new roman";
	text-decoration: none;
	color: #fff;
	padding: 4px;	
}
