* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: verdana;
	background-color: #fff;
	text-align: center;
}
h1 {
	line-height: 1.5em;
}
table {
	border-collapse: collapse;
}
p {
	padding: .5em 0;
	line-height: 1.1em;
}
fieldset {
	padding: 12px;
	margin: 10px 0;
}
legend {
	padding: 0 4px;
}
option, input, textarea {
	font-family: verdana;
}
input.button {
	padding: 2px;
	font-weight: bold;
	cursor: pointer;
}
option {
	padding: 0 4px;
}
input, textarea {
	padding: 2px;
	font-family: verdana;
	font-size: 12px;
}
li {
	margin-left: 26px;
}
h1 {
	background-color: #9D0A0E;
	color: #fff;
	padding: 15px 30px;;
	font-size: 14px;
	line-height: 1.2em;
}
h1 a:link, h1 a:visited {
		color: #fff;
	}
#wrapper {
	margin: 20px auto;
	width: 950px;
	text-align: left;
	border: 1px solid #C6C6C6;
}
#header {
	margin: 14px;
}
.sucka {
	display: none;
}
div#notice {
	color: #9D0A0E;
	border: 1px solid #9D0A0E;
	margin: 10px 0;
	padding: 10px 20px;;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
}
div.intro {
	padding: 10px 30px;
}
div.intro p, p.general {
	line-height: 1.5em;
	word-spacing: 1px;
}
input.big_button {
	padding: 2px;
	font-weight: bold;
	cursor: pointer;
	font-size: 18px;
}
div.submit_block {
	clear: both;
	padding: 20px 0;
	text-align: center;
}

div.prev_next_pager {
	text-align: right;
}

div.jobs {
	margin: 20px 10px; 
}
table.job_tbl {
	width: 100%;
}
table.job_tbl td {
	padding: 8px 10px;
	border-bottom: 1px solid #C6C6C6;
	font-size: 11px;
}
table.job_tbl tr.head td {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
table.job_tbl tr.even td {
	background-color: #efefef;
}
table.job_tbl tr.paid td {
	color: #777;
}
table.job_tbl tr.even:hover td, table.job_tbl tr.odd:hover td {
	background-color: #9D0A0E;
	color: #fff;
}
table.job_tbl tr.even:hover a:link, table.job_tbl tr.even:hover a:visited, table.job_tbl tr.even:hover a:hover,
table.job_tbl tr.odd:hover a:link, table.job_tbl tr.odd:hover a:visited, table.job_tbl tr.odd:hover a:hover {
	color: #fff;
}



/* -------------- Link Styles -------------- */
a:link, a:visited {
	color: #9D0000;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}

/* -------------- Font Styles -------------- */
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}

/* -------------- Alignments -------------- */
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}

.float_right {
	float: right;
}
.float_left {
	float: left;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 0;
}


/* -------------- Form 1-------------- */
.form1 {
	margin: 10px 0;
}
.form1 ul, .form1 li, form1 p {
	padding: 0;
	margin: 0;
}
.form1 input, .form1 textarea, .form1 select {
	background-color: #eee;
	border: 1px solid #999;
}
.form1 ul {
	list-style: none;
	clear: left;
}
.form1 ul li {
	display: block;
	float: left;
	padding: 6px 20px 6px 0;
	text-align: left;
}
.form1 li p {
	font-size: 10px;
	line-height: 1.3em;
}

#manage_form_container {
	margin: 20px 40px;
}

.form1 ul.job_filter li {
	padding: 0 40px 0 0;
}
#job_filter_container {
	padding: 10px 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
}
#modification_dates {
	text-align: right;
	color: #333;
	padding: 10px;
	margin: 0 10px;
	font-size: 11px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
}
.form1 ul li.filter_on fieldset {
	padding: 8px 10px;
	margin: 0;
	font-weight: bold;
	color: #333;
}
div#header_links {
	float: right;
	line-height: 1.5em;
}

.form1 div.section {
	clear: left;
	font-weight: bold;
	color: #333;
	padding: 20px 0 10px 0;
}
.form1 div.section div {
	border-bottom: 1px solid #C4C2C3;	
}

table.ppdgtools_tbl {
	width: 100%;
}

table.ppdgtools_tbl td {
	width: 50%;
	text-align: center;
	padding: 20px;
}
div#ppdgtools {
	padding: 20px 0;
}
div#ppdgtools a {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	width: 383px;
	height: 92px;
}
div#ppdgtools a.unity_stats {
	background: url('../images/buttons/unity_stats.gif') 0 0 no-repeat;
}
div#ppdgtools a.job_list {
	background: url('../images/buttons/job_list.gif') 0 0 no-repeat;
}
div#ppdgtools a.employee_survey {
	background: url('../images/buttons/employee_survey.gif') 0 0 no-repeat;
}
div#ppdgtools a.job_list:hover, div#ppdgtools a.unity_stats:hover, div#ppdgtools a.employee_survey:hover {
	background-position: 0 -92px;
}
