/* ================================
    DXDNN - CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.Title   {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

/* background color for the content part of the pages */
Body
{
    
}

.ContentPane {
    .RightPane {
    background-color: #003366
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 1.4em;
	color: #b1b4b6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #990099;
	line-height: 1.4ex;
}
.pbtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: b1b4b6;
	line-height: 1.4em;
}


.FooterPane {
    
}

.normal {
    font-weight: normal;
    color: #000000;
    font-family: tahoma; 
    text-decoration: none;
    font-size: 12px;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 12px;
    color: #666699;
    font-family:  tahoma; 
    text-decoration: none;
}

