/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.Title   {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* background color for the content part of the pages */
Body
{
    
}

.ContentPane {
    .RightPane {
    background-color: #FFFFFF
}

.FooterPane {
    
}

.normal {
    font-weight: normal;
    color: #000000;
    font-family: Verdana; 
    text-decoration: none
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 10px;
    color: black;
    font-family:  Verdana; 
    text-decoration: none;
}
