@charset "utf-8";
/* CSS Document */

body {
	background-color: #111111;
	background-image:url(../_includes/common-images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:12px;
	color: #FFFFFF;
	}
	
p, ul {
	font-size: 12px;
	line-height:18px;
	color: #FFFFFF;
	padding:0px 30px 0px 30px;
	}

ul {
	margin:0px 0px 0px 30px;
	list-style-image:url("/pwp/_includes/common-images/bullet.gif");
	}

li {padding: 0px 0px 8px 0px; margin:0px;}
	
a {color: #00FF00;}

a:hover {color: #FFFFFF;}
	
h1 {
	color: #66FF00;
	font-size:16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align:center;
}

h2 {
	color:#FFFF00;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding:0px 0px 0px 30px;
}
	
#container {
	width:678px;
	background-color:#000000;
	margin:0px auto;
	}
	
#highlight_box {
	width:590px;
	margin:0px auto;
	border:solid 1px #66FF00;
	background-image:url(../_includes/common-images/highlight-box-background.jpg);
	background-repeat:repeat-x;
	background-color:#000033;
	}
	
.footer {
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
	color:#999999;
	text-align:center;
	}
	
.footer a {color:#FFFFFF;}

.footer a:hover {color:#66FF00;}

.padding {padding:15px;}

.subtext {font-size:10px; color:#999999;}



/** TABLE FORMATTING **/

table.table {
	font-size: 12px;
	border-spacing: 0px;
	width:90%;
	color:#FFFFFF;
}

table.table td {
	padding: 10px;
}

table.table td.RowA {background:url("/pwp/_includes/common-images/dark_gray.jpg") repeat-x #373636;}

table.table td.CenterRowA {background:url("/pwp/_includes/common-images/light_gray.jpg") repeat-x #3f3e3f; text-align:center; width:150px;}

table.table td.MiddleRowA {background:url("/pwp/_includes/common-images/medium_gray.jpg") repeat-x #3f3e3f; text-align:center; width:120px;}

table.table td.RowB {background:url("/pwp/_includes/common-images/dark_green.jpg") repeat-x #022700;}

table.table td.CenterRowB {background:url("/pwp/_includes/common-images/light_green.jpg") repeat-x #033200; text-align:center; width:150px;}

table.table td.MiddleRowB {background:url("/pwp/_includes/common-images/medium_green.jpg") repeat-x #033200; text-align:center; width:120px;}



/** RESUME **/

.more {
	display:block;
	width:610px;
	height:25px;
	background:url("/pwp/_includes/common-images/more.jpg");
}

.highlight {
	background:url("/pwp/_includes/common-images/more_over.jpg");
	margin-bottom: 5px;
}

/*.more a:hover {background:url("/pwp/_includes/common-images/more_over.jpg");}*/