 

/***** Body and main container *****/
#Body {
margin:0 auto;
text-align: center;
padding:0;
font:76% Arial, Verdana, Helvetica, sans-serif;
background:white;
color: black;
}

#wrap {
background: #fff;
color: black;
margin:0 auto;
width:960px;
text-align: left;
}

/***** Various tags *****/

a, a:link, a:visited, a:active {
text-decoration:none;
font-weight:normal;
color: black;
background-color:inherit;
}
a:hover {
text-decoration:underline;
color: red;
background-color:inherit;
cursor:pointer;
}

a img, img {
border:none;
}

p {
margin:0 0 1.4em 0;
}

/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 10pt;
    color: black;
	text-decoration: none;
	}

.NormalBold{
    font-weight: bold;
}
.NormalDisabled{
    color: Silver;
}
.NormalRed {
    font-weight: bold;
    color: #ff0000
}

.Head{	font-size: 12pt;}
h1{	font-size: 18pt;}
h2{	font-size: 16pt;}
h3{	font-size: 14pt;}




/****** Header *****/
#header {
width:100%;
text-align:center;

}

#frontphoto {
border:0;
}




/***** Main menu  - see RADMenu style.css *****/
.navbar{
background: url(img/menu_bar.gif);
height:28px;
}


/***** Main content *****/
.bottompane{
width:100%;
clear:both;
}

/***** Right sidebar *****/
.rightpane{
float:right;
width:49%;
padding:0;
}



/***** Left sidebar *****/
.leftpane{
float:left;
width:49%;
padding:0;

}



/***** Footer *****/

#footer {
clear:both;
width:960px;
text-align:center;
}


/***** Various classes *****/
/*links module only- custom code*/
.linkbackground {                 
}

.login_search{
padding: 4px 10px 4px 10px;
height: 22px;
}
.login_search a{color:orange; font-weight: bold;}

#premiumlogin, #premiumlogin a, #premiumlogin a:link, #premiumlogin a:visited, #premiumlogin a:hover
{
text-align:left;
color: #111;
font-weight:bold;
background:black;
}
#premiumlogin a:hover{
color:grey;
}

.dnn2links, .dnn2links a, .dnn2links a:link, .dnn2links a:visited {
font-size: 7pt;
text-align:left;
color:black;
/* to match menu */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;

}

.bold {
font-weight:bold;
}

.clearing {
clear:both;
padding:0;
margin:0;
visibility:hidden;
}

.hide {
display:none;
}

/*-------------------------------------------------------*/
/* --- DNN admin colors overide --- 
.CommandButton     {
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 10pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages 
A.CommandButton:link, A.CommandButton:visited , A.CommandButton:active {
    text-decoration:    underline;
    color: white;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

*/





