 

/***** Body and main container *****/
#Body {
margin:0 auto;
padding:0;
font:76% Arial, Verdana, Helvetica, sans-serif;
background: black;

}

#wrap {

margin:0 auto;
width:850px;
}

/***** Various tags *****/
a, a:link,  a:visited {
font-size: 100%;
color:#e6be5a;
/* to match menu */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
}
a:hover{ color: #e6be5a; 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: white;
	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;}
h4{ font-size: 12pt;}




/****** Header *****/
#header {
width:100%;
text-align:center;

}

#frontphoto {
border:0;
}


/***** Main menu  - see RADMenu style.css *****/
.navbar{
height:30px;
color:white;
}

#nameplate{
	position: relative;
	left: -100px;
	z-index: 99;
	
}


/***** Main content *****/
.bottompane{
width:100%;
clear:both;
}

/***** Right sidebar *****/
.rightpane{
float:right;
width:60%;
}

/***** Left sidebar *****/
.leftpane{
float:left;
width:40%;

/*
margin:0 50% 5px 0;
border-right:1px solid #f0f0f0; 
padding:0 10px 0 0; */
}



/***** Footer *****/
#footer2{clear:both; width:100%;}


#footer {
z-index: 99;
float: right;
width:60%;
position: relative;
top: -223px;
left: 35px;
}


/***** Various classes *****/
/*links module only- custom code*/
.linkbackground {                 
}


#premiumlogin, #premiumlogin a, #premiumlogin a:link, #premiumlogin a:visited, #premiumlogin a:hover
{
text-align:left;
color: #000;
font-weight:bold;
background:black;
}
#premiumlogin a:hover{
color:grey;
}


.fright{float:right;padding-right: 80px;}

.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;
}

*/




