/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #000000;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
	line-break: strict;
}

.checkbox, .radio {
	height: 21px;
	padding: 0 0 0 0px;
	background: url("images/checkbox2.gif") no-repeat;
	cursor: default;
}

.checkbox input, .radio input {
	display: none;
}

.selected {
	background-position: 0px -52px;
}

a, a:visited {
	text-decoration: none;
	color: #000000; 
	background: inherit;
}
a:hover {
	color: #ffb200;
	background: #000000;
}

img {
	border: 0px;
}


/********************************************
   LAYOUT
********************************************/ 


a#a_home {
	position: absolute;
	top: 35px; 
	left: 0px;
	width: 77px;
	height: 17px;
	background: url(images/home.gif) no-repeat;
}

a:hover#a_home {
	background: url(images/invhome.gif) no-repeat;
}

a#logoutbtn {
	position: absolute;
	top: 70px; 
	left: 696px;
	width: 80px;
	height: 17px;
	background: url(images/smlogout.gif) no-repeat;
}

a:hover#logoutbtn {
	background: url(images/invsmlogout.gif) no-repeat;
}

div#a_home {
	position: absolute;
	top: 35px; 
	left: 0px;
	height: 17px;
}

div.polybtn#a_home a#mid {
	width: 65px;
}

div#footerblock {
	position: absolute;
	left: 33%;
	top: 550;
	background: transparent;
	font-family: helvetica,sans-serif;
	font-weight: bold;
	font-size: 9pt;
	display: block;
	text-align: center;
}

div#footerblock a {
	background: transparent;
	color: #000;
}

div#footerblock a:hover {
	color: #FFB200;
}

/********************************************
17px height button with impact font
********************************************/
.polybtn {
	position: absolute;
	background: transparent;
	font-family: impact-condensed,sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.polybtn a#mid {
	position:relative;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	height: 17px;
	text-decoration: none;
}

.polybtn a:hover#mid {
	color: #ffb200;
}

/********************************************
25px height button with impact font
********************************************/
.polybtn25 {
	position: absolute;
	background: transparent;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 15px;
}

.polybtn25 a#mid {
	position:relative;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	height: 25px;
	text-decoration: none;
	text-align: left;
}

.polybtn25 a:hover#mid {
	color: #ffb200;
}




/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

