/* 
================================
Skin styles for DotNetNuke
================================
*/   
/* SIDE MENU STYLES */



.NavBarMenu
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    border: 0;
    background-color: #0166ff;
    color: white;
    width: 200px;
    height: 500px;
    cursor: hand;
}

.Item
{
    font-size: 9pt;
    font-weight: bold;
    color: white;
    padding: 3px;
}

.ItemSelected, .ItemHover, .ItemSelectedHover
{
    font-size: 9pt;
    font-weight: bold;
    color: white;
    padding: 3px;
    background-color: #ff9900;
}

.TopItem
{
    font-size: 12pt;
    font-weight: bold;
    border-bottom: 1px solid white;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;    
}

.TopItemChildSelected
{
    font-size: 12pt;
    font-weight: bold;
    border-bottom: 1px solid #0166ff;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;    
}

.TopItemSelected, .TopItemHover, .TopItemSelectedHover
{
    font-size: 12pt;
    font-weight: bold;
    border-bottom: 1px solid white;
    background-color: #ff9900;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;    
}

.TopItemChildSelectedHover
{
    font-size: 12pt;
    font-weight: bold;
    border-bottom: 1px solid #0166ff;
    background-color: #ff9900;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;    
}

/* END SIDE MENU STYLES */

body {
margin : 0;
padding : 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 100%;
background-color : #cccccc;
text-align:center;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #cccccc;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px; 
}
.skinheader {
}
.skingradient {
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
}
.leftpane {
width: 179px;
margin:0; padding:0;
background-color: #0066FF;
font-size: 80%;
}
.contentpane {
	width: 100%;
	padding: 10px 20px 20px 20px;
}
.rightpane {
	width: 196px;
	padding: 10px 0px 20px 0px;
	font-size:80%;
}
.bottompane {
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  }
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
      color: #333333;
}
.footer {
color: #FFFFFF;
font-size:100%;
}
.footer p{
margin:0px; padding:5px;
color:#FFFFFF;
text-align:center;
}
.footer a:link{
color:#FFFFFF;
text-decoration:none;
}
.footer a:visited{
color:#FFFFFF;
}
.footer a:hover{
color:#FFFFFF;
text-decoration:underline;
}
.disclaimer {
font-size:100%;
padding:0px 0px 0px 10px;
margin:0px;
color: #333333;
}
.disclaimer a:link{
font-size:100%;
text-decoration:none;
color: #333333;
padding: 0px;
}
.disclaimer a:visited{
font-size:100%;
text-decoration:none;
color: #333333;
padding: 0px;
}
.disclaimer a:hover{
font-size:100%;
text-decoration:underline;
padding: 0px;
}

/* Layout by Elliott Richmond http://www.squareonemd.co.uk */


#loginid {
font-size: 80%;
width: 900px;
margin: 10px auto;
text-align:right;
}


#wrapper {
width: 900px;
margin: 0 auto;
background-color:#FFFFFF;
text-align:left;
}

#header {
margin:0; padding:0;
height:244px;
background-image: url(Images/header.jpg);
background-repeat:no-repeat;
}


#main1 {
margin:0; padding:0;
}

#main2 {
margin:0; padding:0;
}

#left {
float:left;
width: 200px;
margin:0; padding:0;
background-color:#0066FF;
font-size:80%;
}


#middle {
_display: inline;/**/
margin:0px 250px 20px 200px;
padding-top:20px;
font-size:80%;
line-height:130%;
}

#middle h1{
font-size:130%;
color: #0066FF;
margin-bottom:20px;
font-weight: bold;
}

#middle h2{
font-size:110%;
color: #333333;
margin-top:20px;
font-weight: bold;
}

#middle p{
color: #999999;
}

#middle li{
margin-left:40px;
color:#666666;
}

#middle a:link {
color: #0066FF;
}

#middle a:visited {
color:#0066FF;
}

#middle a:hover {
color: #0066FF;
text-decoration: underline;
}

.imageright {
float:right;
margin-left:10px;
}

.imageleft {
float:left;
margin-right:5px;
}

#right {
float:right;
display:inline;
width:196px;
margin:10px; padding:0;
background-color:#CCCCCC;
font-size:80%;
background-image:url(Images/qlkhead.gif);
background-repeat:no-repeat;
}

#right h1{
font-size:100%;
margin-bottom:0px;
margin-top:15px;
}

#right p{
font-size:80%;
line-height:130%;
}

#right li{
color:#666666;
}

#right a:link, a:visited{
color: #0066FF;
}

#right a:hover {
color: #0066FF;
text-decoration: underline;
}

#footer {
background-image:url(Images/footer.jpg);
background-repeat:no-repeat;
width: 900px;
height: 30px;
margin: 0px auto;
font-size:70%;
}

#footer p{
margin:0px; padding:5px;
color:#FFFFFF;
text-align:center;
}

#footer a:link{
color:#FFFFFF;
text-decoration:none;
}

#footer a:visited{
color:#FFFFFF;
}

#disclaimer {
font-size:60%;
padding:10px;
margin:0px;
text-align:center;
}

#disclaimer a:link{
text-decoration:none;
color: #333333;
}

#disclaimer a:visited{
text-decoration:none;
color: #333333;
}

#disclaimer a:hover{
text-decoration:underline;
}

hr {
visibility:hidden;
}

	.column-in {
		margin:0; padding:0.5em 1em;
		}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		
	h1,h2,h3,h4 { margin: 0.2em 0 }
	p { margin: 0.5em 0 }
	a { color:black }
	
	.copy { text-align:center; font-size:80% }

h3 {
font-weight:bold;
}