body
{
    background-color:#FFF;
    padding:0;
    margin:0;
}
.LineRule
{
    height:15px;
    width:765px;
    background-color:#d7d7d7;
}
.ContentPane
{
    padding:5px,10px,5px,10px;
    color:#000;
    background-color:#FFF;
}
.LeftMenu
{
    text-align:center;
}
.SkinObject
{
    vertical-align:middle;
    color:#000;
    font-family:Arial;
    font-size: 9pt;
    font-weight:normal;    
}
a.SkinObject
{
    vertical-align:middle;
    color:#000;
    font-family:Arial;
    font-size: 9pt;
    font-weight:normal;    
}
a.SkinObject:active
{
    vertical-align:middle;
    color:#000;
    font-family:Arial;
    font-size: 9pt;
    font-weight:normal;    
}
a.SkinObject:link
{
    vertical-align:middle;
    color:#000;
    font-family:Arial;
    font-size: 9pt;
    font-weight:normal;    
}
a.SkinObject:hover
{
    vertical-align:middle;
    color:#000;
    font-family:Arial;
    font-size: 9pt;
    font-weight:normal;
    text-decoration:underline;    
}
a.SkinObjec:visited
{
    vertical-align:middle;
    color:#000;
    font-family:Arial;
    font-size: 9pt;
    font-weight:normal;    
}
.Footer
{
    vertical-align:middle;
    color:#ff0000;
    background-color:#FFF;
    padding-top:5px;
}
.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}
/***** Main Menu - Start *****/
.MainMenuBar
{
	background-color: #FFF797;
	color: #FFFFFF;
	cursor:hand;
	height:25px;
}

.MainMenuItem
{
	background-color: #FFF;
	color: #000;
	text-align:left;
	font-family: Arial;
	font-size: 10pt;
	cursor:hand;
	height:25px;
}

.MainMenuItemSelected
{
	color: #FFF;
	background-color: #a7a7a7;
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	cursor:hand;
	height:25px;
}

.MainMenu_SubMenu
{
	color: #FFF;
	background-color: #FFF;
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	cursor:hand;
}

.MainMenu_MenuBreak
{
	display:none;
}

/* The next 4 classes are needed to override the default settings and remove all arrows from the dynamic menu. */
.MainMenu_MenuArrow 
{ 
	display:none;
}
.MainMenu_RootMenuArrow 
{ 
	display:none;
}
.ModuleTitle_MenuArrow 
{
	display:none;
}
.ModuleTitle_RootMenuArrow 
{
	display:none;
}
/***** Main Menu - End *****/




/***** Content Pane - Start *****/
.ContentPane
{
    margin-left:227px;
    background-color:#FFF;
	color:#000;
	font-family: Arial;
	font-size: 10pt;
	font-weight:normal;
	line-height: 10pt;
	width:100%;
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
}
#dnn_ContentPane
{
    margin-left:227px;
    background-color:#FFF;
	color:#000;
	font-family: Arial;
	font-size: 10pt;
	font-weight:normal;
	line-height: 10pt;
}

#dnn_ContentPane H2
{
	color: #000;
	font-family: Arial;
	font-size: 12pt;
	font-weight:bold;
	line-height: 11pt;
	margin-bottom: 5px;
}

#dnn_ContentPane H3
{
	color: #000;
	font-family: Arial;
	font-size: 11pt;
	font-weight:bold;
	line-height: 11pt;
	margin-bottom: 3px;
}

#dnn_ContentPane a
{
	color: #ff0000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

#dnn_ContentPane a:visited
{
	color: #ff0000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

#dnn_ContentPane a:hover
{
	color: #ff0000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}
/***** Content Pane - End *****/
