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