/*default module titles */
#Body{
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: black;
}
.Head
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12pt;
font-weight:bold;
}

.SubHead{

}

.SubSubHead{
}

/* default for container content */
.Normal{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
}


/* custom styles */

/*links module only- custom code*/
.linkbackground {                 
}

.dnn2links, .dnn2links a, .dnn2links a:link {
color:black;
/* to match menu */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;

}

.premiumlogin, .premiumlogin a, .premiumlogin a:link, .premiumlogin a:visited
{
background-color: #003dc2;
color:#003eg7;
}

.premiumlogin a:hover
{
color:red;

}



/* 
================================
Skin styles for DotNetNuke
================================
*/   
.bsfooter
{
	height: 80px;
	width: 960px;
	background-image: url(img/footer.gif);	
}


.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: black;
}
.skinmaster {
	height: 100%;
	background-color: #dedeff;
	border-right: #3472aa 4px solid; 
	border-left: #3472aa 4px solid; 
	
}
.skinheader {
}
.navbar {
	background-image: url(img/menubar.png); 
	background-repeat: repeat-x;	
	height: 30px;
	width: 100%;
}


.controlpanel {
	width: 100%;
	background-color: #dddddd;
}


.topbanner{
	width:960px;
	height:169px;
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/*global panes */
.toppane, .leftpane, .contentpane, .rightpane, .bottompane{
background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.toppane {	width: 100%;}
.leftpane {	width: 180px;}
.contentpane {	width: 100%;}
.rightpane {		width: 180px;}
.bottompane {	width: 100%;}



