a:focus, a:hover, a:active
{
	outline: none;
}

table, tr, td
{
	padding: 0;
}

p
{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.Normal
{
	font-family: Gill Sans MT Condensed, Arial Narrow, Arial;
	font-size: 14px;
	line-height: 19px;
}

h3
{
	font-family: Gill Sans MT Condensed, Arial Narrow, Arial;
	font-size: 15px;
	font-weight: bold;
}

.contentpane
{
	min-height: 350px;
	_height: 350px;
}

.MainMenu_RootMenuItem:first-letter, .MainMenu_RootMenuItemActive:first-letter
{
	padding-left: 10px;
}

.Head, h2
{
	font-family: Gill Sans MT Condensed, Arial Narrow, Arial;
	font-size: 16px;
	font-weight: bold;
}

#ControlPanel .SubHead, .ControlPanelHead, #dnn_dnnLOGIN_cmdLogin
{
	color: #ffffff;
}

#ControlPanel .CommandButton, .ControlPanelButton, a.ControlPanelButton:link, a.ControlPanelButton:visited, a.ControlPanelButton:active, a.ControlPanelButton:hover
{
	color: #ffffff;
}

/* Menu Items */
#navdiv
{
	padding: 10px 0 0 0;
}

.MainMenu_RootMenuItem
{
	color: #ffffff;
    font-family: Gill Sans MT Condensed, Arial Narrow, Arial;
    font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
}
.MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemSelected
{
    color: #5A8A60;
    font-family: Gill Sans MT Condensed, Arial Narrow, Arial;
    font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
}
.MainMenu_RootMenuItemSeparator
{
	color: #5A8A60;
	font-family: Gill Sans MT Condensed, Arial Narrow, Arial;
    font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.SubMenu_RootMenuItem
{
    color: #000000; 
    text-decoration: none;  
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    padding: 0 8px 0 8px;
}

.SubMenu_RootMenuItemActive
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #000000;
}

.footer, a.footer
{
	color: #ffffff;
	font-family: Gill Sans MT Condensed, Arial Narrow, Arial;
	font-size: 12px;
}
