#Body
{
	overflow-y: scroll;
}
a:focus, a:hover, a:active
{
	outline: none;
}

table, tr, td
{
	padding: 0;
}

.NormalEdit td, td.NormalEdit
{
	font-family: Arial;
    font-size: 9pt;
	vertical-align: top;
	padding: 5px;
}

p
{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

img
{
	border: none;
}

.Normal
{
	font-family: Arial;
    font-size: 9pt;
    text-align: left;
}

.NormalSmall
{
	font-family: Arial;
    font-size: 8pt;
}

h3
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.contentpane
{
	min-height: 450px;
	_height: 450px;
}

.Head, h2
{
	font-family: Verdana;
    font-size: 19px;
    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 */
.MainMenu_RootMenuItemActive
{
	background-image: url(images/bg_navactive.png);
	line-height: 32px;
    height: 32px;
	width: 136px;
    display: block;
    margin: 0 0 -10px 0;
    font-family: Arial;
    text-align: center;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
	cursor: hand;
}
.MainMenu_RootMenuItem
{
	line-height: 32px;
	height: 32px;
	width: 136px;
	display: block;
	margin: 0 0 -10px 0;
    font-family: Arial;
    text-align: center;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
	cursor: hand;
}
.MainMenu_SubMenuItem
{
    font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	cursor: hand;
	margin: -20px 0 -10px 20px;
	height: 14px;
	line-height: 14px;
	display: block;
}

.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;
}

#navdiv a:link, #navdiv a:visited, #navdiv a:active
{
	background-image: url(images/bg_nav.png);
	line-height: 32px;
	height: 32px;
	width: 136px;
	display: block;
	margin: 0 0 -10px 0;
}

#navdiv a:hover
{
	background-image: url(images/bg_navactive.png);
	line-height: 32px;
	height: 32px;
	width: 136px;
	display: block;
	margin: 0 0 -10px 0;
}

.Footer
{
	font-family: Arial;
    font-size: 9pt;
    color: #ffffff;
}

a.ListingLinks:link, a.ListingLinks:visited, a.ListingLinks:active, a.ListingLinks:hover
{
	color: #000000;
	text-decoration: underline;
	line-height: 14pt;
}

a.Footer:link, a.Footer:visited, a.Footer:active, a.Footer:hover
{
	font-family: Arial;
    font-size: 9pt;
    color: #ffffff;
    text-decoration: underline;
}

.hideme
{
	display: none;
}