/* 
CSS Styles by Thomas Mack, thomasmack@gmail.com
Style belongs to GPSSlim
*/

/* Page Styles */

body {
	background-color: #393939;
	font-family:Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	
}

a:hover {
	color: #D2E152;
	text-decoration:underline;
}

img {
	border: 0px;
}

a {
	color: #3D656C;
	text-decoration:none;
	font-family:Tahoma, Arial;
	font-size: 11px;
}
	
h1 { 
    margin: 5px 10px 0px 3px;
    padding: 2px 5px 0px 5px;
	font-family:Tahoma, Arial;
    font-weight:bold;
    font-size:13px;
    color: #000000;
	width:700px;
    background: #FFFFFF bottom url(../images/line.png) repeat-x;

}

.Table {
	border: 1px solid #000000;
	margin:auto;
	width:800px;
}

.FirstHeader {
	background:url(../images/header_bar.png);
	text-align:right;
	padding-right: 20px;
	height:1px;
	border-bottom: 1px solid #000000;
}

.NavTabs {
	background-image:url(../images/tabs_bg.png);
	border-bottom: 1px solid #000000;
	height: 1px;
}

.ContentHeader {
	background-image:url(../images/top_bg.png);
}

.Content {
	width:608px;
	background-color:#FFFFFF;
	vertical-align:top;
	padding-left:3px;
	height:500px;
}

.Footer {
	border-top: 1px solid #000000;
	background-image:url(../images/footer.png);
}

/* Ads */
.RightContentAd {
	background-color:#FFFFFF;
	vertical-align:top;
	padding-left:3px;
	width:192px;
}

.InLineAd {

}
