/*
 * Style sheet for the nullsleep.com
 */

body { 
	font : 7pt Verdana;
	color : #FFFFFF;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color : #000000;
}

html {
	scrollbar-3d-light-color : #FFFFFF;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #000000;
	scrollbar-dark-shadow-color : #000000;
	scrollbar-face-color : #000000;
	scrollbar-highlight-color : #CCCCCC;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color : #000000;
}

img {
    border: none;
}

td {
	font : 7pt Verdana;
}

pre {
	font: 10pt Courier New;
}

a:link {
	color : #AAAAAA;
	text-decoration : none;
}

a:visited {
	color : #888888;
	text-decoration : none;
}

a:active {
	color : #FFFFFF;
	text-decoration : none;
}

a:hover {
	color : #FFFFFF;
	background : #ED2024;
	text-decoration : none;
}

#div-logo {
	position : absolute;
	top : 20px;
	left : 2px;
}

#div-divider {
	position : absolute;
	top : 31px;
	left : 0px;
	width : 100%;
}

#div-8bp {
	position : absolute;
	top : 55px;
	right : 0px;
}

#div-body {
	position : absolute;
	top : 85px;
	left : 0px;
	width : 100%;
}

#div-navigation {
	position : absolute;
	top : 55px;
	left : 0px;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:18px;   /* Height of the footer */
   background:#ED2024;
}

:focus {
    outline: 0;
}

.logo a:hover {
	background-color : #000000;
	text-decoration:  none;
} 

.subMenuBlock { 
	display: none; margin-left: 0px;
}

.menuHeading { 
	color: #AAAAAA; cursor: pointer; 
}

.menuHeading:visited { 
	color: #888888; text-decoration: none; 
}

.menuHeading:hover { 
	color: #FFFFFF; text-decoration: none; 
}


