/* -------------------------------------------------------------- 
   
   * site.css for the ipol project 
   * Sets up some custom styling for ipol
   * Design and code copyright Raffworks Ltd / G-RAFF NZ 2008
-------------------------------------------------------------- */

body {
background: #2a2423;
color: #d7d6d6;
}
h1,h2,h3,h4,h5,h6{color: #fff;}

a:link, a:visited {
text-decoration: none;
color: #e45a49;
}

a:hover {
color: #e45a49;
background-color: transparent;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e45a49;
}

#wrapper {
border:1px solid #666;
background-color:#39312F;
}

#jewel {
margin:0 auto;
text-align:left;
position:relative;
border:1px solid #666;
width: 952px;
background: #39312F;
}

tt {
color: #F8550D;
text-align: right;
margin-top: -6px;
cursor: pointer;
}

#ipol_ft_inner {
	background: #39312F url('/assets/images/ipol_ft_inner_bg.gif') repeat-x top left;
}


.ipol_ft {
	background: #39312F url('/assets/images/ipol_ft_inner_bg.gif') repeat-x top left;
}


.quiet a {
	color: #999;
	text-decoration: none;
	letter-spacing: -0.002em;
background-color: transparent;
border: none;
}

.quiet a:hover {
	color: #cdcdcd;
	text-decoration: underline;
background-color: transparent;
border: none;

}


.sitestatus {
	text-align: center;
	font-size: 0.8em;
    background: #39312F url(/assets/images/status.gif) no-repeat bottom center;
    color: #dedede;
font-family: arial, helvetica, sans-serif;
}
a.ss{
	color: #FF9933;
	text-decoration: none;
}	
a:hover.ss{
	color: #FFFFCC;
	text-decoration: none;
background-color: transparent;
border: none;
	
}


.maptext { color: #666666; }
.maptext h1, .maptext h2, .maptext h6, .maptext p {
color: #666666;
}


.box {
background-color: #5f554e;
}

.hilit {
color: #e45a49;
}

#terms {
	font-size:x-small;
}

#terms h1,h2,h3,h4 {
	margin-top:14px;
	margin-bottom:4px;
}

#terms p {
	margin-left:13px;
	width:560px;
}

#altNav {
	margin-top:20px;
}

#altNav ul {
	list-style: none;
	font-size:1.1em;
	margin-left: 10px;
}

#altNav a {
	color:#ff5600;
	font-weight:bold;
}

#altNav .alt_sub {
	line-height:1.2em;
	list-style: disc;
	margin-left: 5px;
}

#altNav .alt_sub a {
	font-weight:normal;
	color:#fff;
}