/* TGTAP v4
# gta4.css
# Styles used by GTA III
# (c) www.thegtaplace.com 2002-2009
*/

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

a:hover {
	color: #283b4a;
}


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

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


/* MIDDLE BAR */
#middlebar{
	width: 100%;
	height: 90px;
	background: #172836;
	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/gta3-subheading.png);
	text-indent: 3px;
}


/* NAVIGATION TITLES */
.navtitle{
	background-image: url(../images/menu/gta3-left.png);
}
.navtitler{
	background-image: url(../images/menu/gta3-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: #1a2934;
	border-left: 3px solid #145180;
}


/* NEWS POSTS */
.newspost h1 a{
	text-decoration: none;
	color: #283b4a;
}
.newspost h1 a:hover{
	text-decoration: none;
	color: #3a5368;
}

#commentsheading{
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	margin: 3px 0;
	background: #23394b;
	border: 1px solid #474747;
	font-size: 85%;
	color: #ffffff;
}
#commentsheading a{
	color: #dddddd;
}
#commentsheading a:hover{
	color: #bbbbbb;
}

.newscomment{
	border: 1px solid #aaaaaa;
	padding: 5px;
	margin: 5px 0 10px 0;
}
.newscommentinfo{
	font-size: 85%;
	background: #cccccc;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 4px;
	padding: 1px 3px;
}

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: #3f5d7d;
	padding: 2px;
	color: #eeeeee;
}
.lightrow{
	background: #98b1c6;
	padding: 2px;
}
.lightrow2{
	background: #bacad7;
	padding: 2px;
}

.lightrow a, .lightrow2 a, .darkrow a{
	color: #dddddd;
	text-decoration: none;
}
.lightrow a:hover, .lightrow2 a:hover, .darkrow a:hover{
	color: #bbbbbb;
	text-decoration: none;
}

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

.weapon{
	background: #000000;
}


/* POLLS */
.pollbar{
	background: #75a1c1;
}
