
.divPageOuter
{
    width:100%;
    /*position:absolute;
    top:0;
    left:0;*/
}
.divAdminMenu
{
    width:50%;
    float:left;
    min-height:10px;
}
.divLogin
{
    width:50%;
    float:left;
    text-align:right;
    height:20px;
}
.textLogin a:link,.textLogin
{
    color:#ccc;
    font-size:9pt;
}
#dnn_dnnLOGIN_cmdLogin
{
    color:#ccc;
    font-size:9pt;
    margin-right:15px;
}
.divPageClose
{
    width:900px;
    clear:both;
    height:20px;
    background-color:#990000;
}
.divPageFooter
{
    width:902px;
    font-size:7pt;
    font-family:Verdana, Sans-Serif;
    color:#333;
    margin-top:2px;
    padding-bottom:13px;
}
.divPageFooter a:link
{
    font-size:7pt;
    font-family:Verdana, Sans-Serif;
    font-weight:normal;
    color:#333;
}
.divPageFooter a:hover
{
    color:#333;
}
.divPageFooter a:visited
{
    color:#333;
}
.divCopy
{
    width:250px;
    float:left;
    text-align:left;
}
.divLinks
{
    width:400px;
    float:left;
}
.divSiteBy
{
    width:250px;
    float:left;
    text-align:right;
}
.divClose
{
    width:100%;
    clear:both;
    height:0px;
}

/* ==========================
    CSS STYLES FOR DNN MENU
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#bcMenuH, #bcMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 9;
}

#bcMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li li { /* all items under the top level */
	z-index: 8;
}

#bcMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#bcMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 7;
}

#bcMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li:hover ul ul, 
#bcMenuH li:hover ul ul ul, 
#bcMenuH li.sfhover ul ul, 
#bcMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#bcMenuH li:hover ul, 
#bcMenuH li li:hover ul, 
#bcMenuH li li li:hover ul, 
#bcMenuH li.sfhover ul, 
#bcMenuH li li.sfhover ul, 
#bcMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9;
}

#bcMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}