/* ================================
    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;
	
}
.MessageTitle   {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-position: center;
	height: 20px;
	vertical-align: middle;
	padding: 5px 3px 10px 0px;
	text-transform:uppercase;
}
.MainTitle   {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-position: center;
	height: 20px;
	vertical-align: middle;
	padding: 5px 3px 10px 0px;
	text-transform:uppercase;
}
.BlackTitle   {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color:#666666;
	background-position: center;
	height: 20px;
	text-align:center;
	letter-spacing: 4px;
	vertical-align: middle;
	padding: 5px 3px 10px 0px;
	text-transform:uppercase;
}
.BlueTitle   {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	background-position: center;
	height: 20px;
	text-align:center;
	letter-spacing: 2px;
	vertical-align: middle;
	padding: 5px 3px 10px 0px;
	text-transform:uppercase;
}
.MessageContent {
    font-weight: normal;
    color: #000000;
    font-size: 18px;
}
.MainContent {
color:#ffffff;
    font-weight: normal;
    color: #000000;
    font-size: 18px;
}
/* background color for the content part of the pages */
Body
{
color: #596C8E;   
}

.ContentPane {
color: #ffffff;
background-color: ;
}

.FooterPane {
    
}




/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 12px;
    color: #fff000;
    font-family:  tahoma; 
    text-decoration: none;
}


