/* TGTAP v4
# gtasa.css
# Styles used by San Andreas
# (c) www.thegtaplace.com 2002-2009
*/

/* LINKS */
a:link, a:visited, a:active {
	color: #783318;
}

a:hover {
	color: #482618;
}


/* HEADER */
#container{
	width: 990px;
	margin: 0 auto;
	background: #e4e4e4 url(../images/page_bg/gtasa.png) repeat-y;
}

#header{
	width: 100%;
	height: 165px;
	background: #783318 url(../images/header/gtasa.jpg);
	cursor: pointer;
}

#population{
	color: #888888;
}


/* MIDDLE BAR */
#middlebar{
	width: 100%;
	height: 90px;
	background: #783318;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


/* LEFT/RIGHT MENUS */
.navsubtitle{
	font-weight: bold;
	width: 160px;
	color: #ffffff;
	letter-spacing: 1.5px;
	height: 22px;
	line-height: 22px;
	background: url(../images/menu/gtasa-subheading.png);
	text-indent: 3px;
}


/* NAVIGATION TITLES */
.navtitle{
	background-image: url(../images/menu/gtasa-left.png);
}
.navtitler{
	background-image: url(../images/menu/gtasa-right.png);
}


/* NAVMENU ROLLOVERS */
.navmenul a{
	color: #eeeeee;
}

.navmenul li a:link, .navmenul li a:active, .navmenul li a:visited{
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	width: 150px;
	border-left: 3px solid #aaaaaa;
	color: #eeeeee;
}

.navmenul li a:hover{
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	background-color: #482618;
	border-left: 3px solid #6f5d4d;
}


/* NEWS POSTS */
.newspost h1 a{
	text-decoration: none;
	color: #783318;
}
.newspost h1 a:hover{
	text-decoration: none;
	color: #482618;
}

p.citation{
	display: none;
}

.quote{
	width: 90%;
	background: #fafafa;
	border: 2px solid #ddd;
	color: #444444;
	padding: 8px;
	margin: 0px auto;
}


/* CONTENT */
.imgwbg{
	border: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 1px;
	margin: 0 5px;
}

.messagebox{
	background-color: #eeffff;
}

/* alternate rows in tables */
.darkrow{
	background: #b19b8e;
	padding: 2px;
}
.lightrow{
	background: #d7c7bd;
	padding: 2px;
}
.lightrow2{
	background: #ddd0c8;
	padding: 2px;
}
.lightrow a, .lightrow2 a, .darkrow a{
	text-decoration: none;
}

table.withborders{
	border-spacing: 3px;
}
.withborders .lightrow,.withborders .lightrow2, .withborders .darkrow{
	border: 1px solid #724836;
}

/* radio */
.radiologo{
	vertical-align: top;
	text-align: center;
}


/* POLLS */
.pollbar{
	background: #d9815e;
}
