/* ================================
    DXDNN - CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	color: #999999;
	padding: 5px 3px 5px 0px;
}

.Title   {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	background-position: center;
	height: 20px;
	vertical-align: middle;
	padding: 5px 3px 10px 0px;
}

/* background color for the content part of the pages */
Body
{
color: #596C8E;   
}

.ContentPane {
color: #ffffff;
background-color: ;
}

.FooterPane {
    
}

.normal {
    font-weight: normal;
    color: #fff;
    font-family: tahoma; 
    text-decoration: none;
    font-size: 12px;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 12px;
    color: #fff000;
    font-family:  tahoma; 
    text-decoration: none;
}



