/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 90%;
	font-weight: normal;
	color: #fff;
	background-color:#7B1400;
}

.Title   {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 90%;
	font-weight: normal;
	color: #fff;
}

/* background color for the content part of the pages */
Body
{
    
}

.ContentPane {
    .RightPane {
    background-color: #FFFFFF
}

.FooterPane {
    
}

.normal {
    font-weight: normal;
    font-size: 90%;
    color: #000000;
	font-family: "Lucida Grande", Verdana, Arial;
    text-decoration: none
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 85%;
    color: black;
	font-family: "Lucida Grande", Verdana, Arial;
    text-decoration: none;
}

.borderbox{
border:5px solid grey;
}
