/* with the black background container */
Body {background-color: black; color: white;}
td{color: white ;}
a {color: #ccccff }
a:link {color: #ccccff}
a:active {color: #ccccff }
a:visited {color: #ccccff }
a:hover {color: #ccccff }

.topheaderbar{height: 18px ; border-bottom: solid 1px #666666 ; background-color: #444444 ; font-size: 12px ; font-family: verdana,arial,tahoma ;}

.outline{}
.toppane {}
.leftpane {}
.contentpane{}
.rightpane{}
.bottompane{}

.dnnLogin {color: #ffffff ; font-weight: bold ; font-size: 11px ; font-family: verdana,arial,tahoma ;}
.dnnLogin a {color: blue ; }
.dnnLogin a:link {color: white }
.dnnLogin a:active {color: white }
.dnnLogin a:visited {color: white }
.dnnLogin a:hover {color: white }

.dnnUser {color: #ffffff ; font-size: 11px ; font-family: verdana,arial,tahoma ;}
.dnnCurrentDate {color: #ffffff ; font-weight: bold ; font-size: 11px ; font-family: verdana,arial,tahoma ;}
.dnnHostName{color:#ffffff ; font-size: 11px ; }
.dnnCopyright{color:#ffffff ; font-size: 11px ; }
.dnnTerms {}
.dnnPrivacy {}

.footer { background-color: #444444 ; COLOR: white ; font-size: 11px ; font-family: tahoma,verdana,'sans serif'}
.footer a {color: white }
.footer a:link {color: white }
.footer a:active {color: white }
.footer a:visited {color: white }
.footer a:hover {color: white }

.Head{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    bold;
    color: #ffffff;
}
.Normal{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: white;
}

.SubHead,.SubHead label    { color: #eeeeff ;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { color: #eeeeff ;
}

a.CommandButton {color: #eeeeff ;}
a:link.CommandButton {color: #eeeeff ;}
a:active.CommandButton {color: #eeeeff ;}
a:visited.CommandButton {color: #eeeeff ;}
a:hover.CommandButton {color: #ff0000 ;}

/** forums - some conflict with forum stylesheet **/
p.navlinks a {
color: white;
font-weight: bold ; 
font-size: 16pt;
}
p.navlinks a:visited {color: white;}
p.navlinks a:link {color: white;}
p.navlinks a:hover {color: white;}
p.navlinks a:active {color: white;}

.postheader {color: navy ;}
.post {color: navy;}
.content td {color: navy ;}
.content td a:link {color: navy ;}
.content td a:visited {color: purple ;}
