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: Arial;
	font-size: 14px;
	line-height: 19px;
}

h3
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.contentpane, .sidepane
{
	min-height: 250px;
	_height: 250px;
}

#ContentPane
{
	padding: 0 10px 0 10px;
	width: 100%;
}

.Head, h2
{
	font-family: Arial;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}

#ControlPanel .SubHead, .ControlPanelHead
{
	color: #ffffff;
}

#ControlPanel .CommandButton, .ControlPanelButton, a.ControlPanelButton:link, a.ControlPanelButton:visited, a.ControlPanelButton:active, a.ControlPanelButton:hover
{
	color: #ffffff;
}

.SkinObject, a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active
{
	color: #ffffff;
}

a.SkinObject:hover
{
	color: #ffc425;
}

a.TopLinks:link, a.TopLinks:visited, a.TopLinks:active
{
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

a.TopLinks:hover
{
	font-family: Arial;
	color: #ffc425;
	font-size: 12px;
	text-decoration: none;
}

.headerPosition
{
	padding-top: 3px;
}

/* Menu Items */
#navdiv a, #navdiv a:hover, #sidenavdiv a, #mainsidediv a
{
	color: #000000;
}
#sidenavdiv a:hover
{
	color: #999999;
}

.dnn_dnnsidemenu_ctldnnsidemenu_spmitm, .dnn_dnnsidemenuroot_ctldnnsidemenuroot_spmitm
{
	line-height: 18px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial;
    font-weight: normal;
}

.MainSubMenu_RootMenuItemActive
{
	font-size: 13px;
	line-height: 23px;
	text-transform: uppercase;
	font-family: Arial;
    font-weight: normal;
    color: #999999;
}

.MainSubMenu_RootMenuItem
{
	font-size: 13px;
	line-height: 23px;
	text-transform: uppercase;
	font-family: Arial;
    font-weight: normal;
}

.MainMenu_MenuContainer td
{
    text-align: center;
    vertical-align: middle;
    width: 132px;
	height: 33px;
}

.MainMenu_RootMenuItem
{
    text-decoration: none;
    text-transform: uppercase;
    background: url(images/nav_button.png) no-repeat center;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
}
.MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemSelected
{
    text-transform: uppercase;
    background: url(images/nav_button_active.png) no-repeat center;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.MainSideMenu_MainMenuContainer td
{
	text-align: left;
	width: 264px;
	height: 38px;
	padding: 3px 0 3px 0;
}

.MainSideMenu_RootMenuItem:first-letter, .MainSideMenu_RootMenuItemActive:first-letter
{
	padding-left: 10px;
}

.MainSideMenu_RootMenuItem, .MainSideMenu_RootMenuItemActive
{
	background: url(images/home_button_bg.png) no-repeat;
	width: 264px;
	height: 38px;
	line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
}

.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:link, a.footer:visited, a.footer:active
{
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}

a.footer:hover
{
	color: #ffffff;
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
}
