/*-- common Selectors -------------------------------*/

body {
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 12px;
color: #b8a073; 
font-weight: normal;
font-style: normal;
font-stretch: none;
text-decoration: none;
line-height: 18px;
text-align: left;
font-variant: normal;
background-color: #000000;
}

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

a:visited {
color: #363021; }

a:hover {
color: #ffffff; }

table {
border: 0em;
margin: 0em;
}

img {
border: none; 
}

/*-- specific Selectors --------------------------------*/

#wrapper {
width: 720px;
top: 40px;
margin-left: auto;
margin-right: auto;
position: relative;
}

#contentblock{
border-top: 1px #413d2e dotted;
padding-bottom: 0px;
padding-top: 0px;  }

#topblock{
padding-bottom: 10px;
}

.notopline {
border-top: none; }

.space {
padding-top: 40px;
padding-bottom: 40px; }

.footer {
font-size: 9px;
color: #282419; 
text-transform: uppercase;
letter-spacing: 1px; }

.footer a:link {
text-decoration: none;
color: #282419; }

.footer a:hover {
text-decoration: none;
color: #b8a073; }

.footer a:visited {
text-decoration: none;
color: #282419;  }

.footer img {
padding-right: 0px;
margin-right: 10px;
float: left; }

.cell {
background-color: #282419; 
}

.greycell {
background-color: #191919; 
}

.header {
font-size: 16px;
font-style: italic;
}

.hidefocus { 
outline:0; -moz-outline:0; 
}



/* --------------------------- tooltip*/

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:9px;
	width:130px;
	
}

#tooltip .tipHeader {
	height:8px;
	background:url(_gfx/tipHeader.gif) no-repeat;
}


#tooltip .tipBody {
	background-color:#000;
	padding:5px 5px 5px 15px;
}

#tooltip .tipFooter {
	height:8px;
	background:url(_gfx/tipFooter.gif) no-repeat;
}



/* --------------------------- classes*/