/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

/* GENERAL */
/* style for module titles */
.Head
{
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

Body
{
    background-color: #DEDEDE;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: black;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: black;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: black;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: black;
}

A.OtherTabs:hover
{
	text-decoration: underline;
	color: black;
}


.DNN_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 16;
}

/* Not Used in DNN code */
.DNN_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

.COPYRIGHT
{
    font-weight: strong;
    font-size: 8px;
    color:#ffffff;
    font-family: Verdana;
    text-decoration: none;
}

.CurrentDate
{
    font-weight: strong;
    font-size: 12px;
    color:#494D52;
    font-family: Verdana;
    text-decoration: none;
}


