body {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	line-height: 16px;
}

form {
	margin: 0;
}

a, a:link, a:active, a:visited {
	color: #3e9eda;
}
a:hover {
	color: #e6a80b;
}

.required {
	color: #CC0000;
}
.required .inputboxes {
	background: #fcf9f9;
}

.active {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

ul {
	margin: 5px 0 10px 25px;
	padding: 0;
}
li {
	line-height: 18px;
}
li.arrow {
	background: url(../images/arrow.gif) no-repeat left top;
	line-height: 18px;
	padding: 0 0 0 15px;
	list-style: none;
}
li.dot {
	background: url(../images/bullet.gif) no-repeat left top;
	line-height: 18px;
	padding: 0 0 0 15px;
	list-style: none;
}
li.dot label {
	color: #1d79b4;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #7a7a7a;
	margin: 5px 0 5px 0;
	line-height: 18px;
	text-transform: capitalize;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #1e7bb5;
	margin: 0;
	line-height: 16px;
	text-transform: capitalize;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #818285;
	margin: 0;
	line-height: 12px;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
	padding: 0 0 5px 10px;
}

.align-left {
	text-align: left !important;	
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}

.threshold h2,
.threshold p {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.threshold {
	margin: 0 0 0 75px;
}
*html .threshold {
	margin: 0;
	width: 650px;
}

/* BUTTONS */
.rightbuttons {
	text-align: right;
	float: right;
	padding: 0 0 0 10px;
}
.rightbuttons table td {
	padding: 0 3px !important;
}

#bottombuttons {
	background: url(../images/btn_bg_corrections.gif) no-repeat left;
	text-align: right;
}
#bottombuttonsright {
	text-align: right;
	background: url(../images/btn_bg_corrections_right.gif) no-repeat right;
	height: 31px;
	padding: 3px 5px 0 0;
}
.button {
	background: url(../images/btn_bg_corrections.gif) no-repeat top left;
	text-align: right;
	height: 31px;
}
.buttonright {
	background: url(../images/btn_bg_corrections_right.gif) no-repeat top right;
	text-align: right;
	height: 31px;
	padding: 0 10px 0 0;
}

.buttonrightpad {
	background: url(../images/btn_bg_corrections_right.gif) no-repeat top right;
	text-align: right;
	height: 31px;
	padding: 0 10px 0 0 !important;
}
.buttonsright2 {
	background: url(../images/btn_bg_corrections_right.gif) no-repeat top right;
	text-align: right;
	height: 31px;
	padding: 0 10px 0 0 !important;
}
#dashboardbuttons {
	display: inline;
	float: right;
}
#btn-gotojobslist {
	margin: 5px 0 5px 0;
}
#btn-logout {
	margin: 5px 0 5px 0;
}

.transparentbutton {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* FAILED JOB */
#failed .threshold-content {
	background: #c94c4c url(../images/joblist_failed_icon.gif) no-repeat 7px 2px;
	padding: 2px 5px 5px 45px;
}
#failed .corner{
	display: block;
}
#failed .corner *{
  	display: block;
  	height: 1px;
  	overflow: hidden;
  	font-size: .01em;
  	background: #bc3a3a;
}
#failed .corner1{
  	margin-left: 3px;
  	margin-right: 3px;
  	padding-left: 1px;
  	padding-right: 1px;
  	border-left: 1px solid #e99191;
  	border-right: 1px solid #e99191;
  	background: #d83f3f;
}
#failed .corner2{
  	margin-left: 1px;
  	margin-right: 1px;
  	padding-right: 1px;
  	padding-left: 1px;
  	border-left: 1px solid #f9e5e5;
  	border-right: 1px solid #f9e5e5;
  	background: #d53030;
}
#failed .corner3{
  	margin-left: 1px;
  	margin-right: 1px;
  	border-left: 1px solid #d53030;
  	border-right: 1px solid #d53030;
}
#failed .corner4{
  	border-left: 1px solid #e99191;
  	border-right: 1px solid #e99191;
}
#failed .corner5{
  	border-left: 1px solid #d83f3f;
  	border-right: 1px solid #d83f3f;
}


/* PASSED JOB */
#passed .threshold-content {
	background: #9bbd5d url(../images/joblist_passed_icon.gif) no-repeat 7px 2px;
	padding: 2px 5px 5px 45px;
}
#passed .corner{
	display: block;
}
#passed .corner *{
  	display: block;
  	height: 1px;
  	overflow: hidden;
  	font-size: .01em;
  	background: #88aa4a;
}
#passed .corner1{
  	margin-left: 3px;
  	margin-right: 3px;
  	padding-left: 1px;
  	padding-right: 1px;
  	border-left: 1px solid #9bcd91;
  	border-right: 1px solid #9bcd91;
  	background: #51a93f;
}
#passed .corner2{
  	margin-left: 1px;
  	margin-right: 1px;
  	padding-right: 1px;
  	padding-left: 1px;
  	border-left: 1px solid #e7f3e5;
  	border-right: 1px solid #e7f3e5;
  	background: #43a230;
}
#passed .corner3{
  	margin-left: 1px;
  	margin-right: 1px;
  	border-left: 1px solid #43a230;
  	border-right: 1px solid #43a230;
}
#passed .corner4{
  	border-left: 1px solid #9bcd91;
  	border-right: 1px solid #9bcd91;
}
#passed .corner5{
  	border-left: 1px solid #51a93f;
  	border-right: 1px solid #51a93f;
}

/* HOLDING JOB */
#holding .threshold-content {
	background: #649ed7 url(../images/joblist_hold_icon.gif) no-repeat 7px 2px;
	padding: 2px 5px 5px 45px;
}
#holding .corner{
	display: block;
}
#holding .corner *{
  	display: block;
  	height: 1px;
  	overflow: hidden;
  	font-size: .01em;
  	background: #649ed7;
}
#holding .corner1{
  	margin-left: 3px;
  	margin-right: 3px;
  	padding-left: 1px;
  	padding-right: 1px;
  	border-left: 1px solid #91c2e5;
  	border-right: 1px solid #91c2e5;
  	background: #3f96d2;
}
#holding .corner2{
  	margin-left: 1px;
  	margin-right: 1px;
  	padding-right: 1px;
  	padding-left: 1px;
  	border-left: 1px solid #e5f1f9;
  	border-right: 1px solid #e5f1f9;
  	background: #308dce;
}
#holding .corner3{
  	margin-left: 1px;
  	margin-right: 1px;
  	border-left: 1px solid #308dce;
  	border-right: 1px solid #308dce;
}
#holding .corner4{
  	border-left: 1px solid #91c2e5;
  	border-right: 1px solid #91c2e5;
}
#holding .corner5{
  	border-left: 1px solid #3f96d2;
  	border-right: 1px solid #3f96d2;
}

/* TRIAL JOB */
#trial .threshold-content-hold {
	background: #a1a1a1 url(../images/joblist_hold_icon.gif) no-repeat 7px 2px;
	padding: 2px 5px 0 45px;
}
#trial .threshold-content-pending {
	background: #a1a1a1 url(../images/joblist_pending_icon.gif) no-repeat 7px 2px;
	padding: 2px 5px 0 45px;
}
#trial .threshold-content-processing {
	background: #a1a1a1 url(../images/joblist_processing_icon.gif) no-repeat 7px 2px;
	padding: 2px 5px 0 45px;
}
#trial .threshold-content-passed {
	background: #a1a1a1 url(../images/joblist_passed_icon.gif) no-repeat 7px 2px;
	padding: 2px 5px 0 45px;
}
#trial .threshold-content-failed {
	background: #a1a1a1 url(../images/joblist_failed_icon.gif) no-repeat 7px 2px;
	padding: 2px 5px 0 45px;
}
#trial .corner{
	display: block;
}
#trial .corner *{
  	display: block;
  	height: 1px;
  	overflow: hidden;
  	font-size: .01em;
  	background: #8d8d8d;
}
#trial .corner1{
  	margin-left: 3px;
  	margin-right: 3px;
  	padding-left: 1px;
  	padding-right: 1px;
  	border-left: 1px solid #c1c1c1;
  	border-right: 1px solid #c1c1c1;
  	background: #949494;
}
#trial .corner2{
  	margin-left: 1px;
  	margin-right: 1px;
  	padding-right: 1px;
  	padding-left: 1px;
  	border-left: 1px solid #f0f0f0;
  	border-right: 1px solid #f0f0f0;
  	background: #8b8b8b;
}
#trial .corner3{
  	margin-left: 1px;
  	margin-right: 1px;
  	border-left: 1px solid #8b8b8b;
  	border-right: 1px solid #8b8b8b;
}
#trial .corner4{
  	border-left: 1px solid #c1c1c1;
  	border-right: 1px solid #c1c1c1;
}
#trial .corner5{
  	border-left: 1px solid #949494;
  	border-right: 1px solid #949494;
}

/* PROCESSING JOB */
#processing .threshold-content {
	background: #f5a252 url(../images/joblist_processing_icon.gif) no-repeat 7px 2px;
	padding: 2px 5px 5px 45px;
	color: #72410c !important;
}
#processing .corner{
	display: block;
}
#processing .corner *{
  	display: block;
  	height: 1px;
  	overflow: hidden;
  	font-size: .01em;
  	background: #ec9036;
}
#processing .corner1{
  	margin-left: 3px;
  	margin-right: 3px;
  	padding-left: 1px;
  	padding-right: 1px;
  	border-left: 1px solid #fad69c;
  	border-right: 1px solid #fad69c;
  	background: #f6b752;
}
#processing .corner2{
  	margin-left: 1px;
  	margin-right: 1px;
  	padding-right: 1px;
  	padding-left: 1px;
  	border-left: 1px solid #fdf5e8;
  	border-right: 1px solid #fdf5e8;
  	background: #f6b244;
}
#processing .corner3{
  	margin-left: 1px;
  	margin-right: 1px;
  	border-left: 1px solid #f6b244;
  	border-right: 1px solid #f6b244;
}
#processing .corner4{
  	border-left: 1px solid #fad69c;
  	border-right: 1px solid #fad69c;
}
#processing .corner5{
  	border-left: 1px solid #f6b752;
  	border-right: 1px solid #f6b752;
}

/* PENDING JOB */
#pending .threshold-content {
	background: #f1c322 url(../images/joblist_processing_icon.gif) no-repeat 7px 2px;
	padding: 2px 5px 5px 45px;
	color: #90730c !important;
}
#pending .corner{
	display: block;
}
#pending .corner *{
  	display: block;
  	height: 1px;
  	overflow: hidden;
  	font-size: .01em;
  	background: #f1c322;
}
#pending .corner1{
  	margin-left: 3px;
  	margin-right: 3px;
  	padding-left: 1px;
  	padding-right: 1px;
  	border-left: 1px solid #ffe5a0;
  	border-right: 1px solid #ffe5a0;
  	background: #ffd25a;
}
#pending .corner2{
  	margin-left: 1px;
  	margin-right: 1px;
  	padding-right: 1px;
  	padding-left: 1px;
  	border-left: 1px solid #fff9e9;
  	border-right: 1px solid #fff9e9;
  	background: #ffce4d;
}
#pending .corner3{
  	margin-left: 1px;
  	margin-right: 1px;
  	border-left: 1px solid #ffce4d;
  	border-right: 1px solid #ffce4d;
}
#pending .corner4{
  	border-left: 1px solid #ffe5a0;
  	border-right: 1px solid #ffe5a0;
}
#pending .corner5{
  	border-left: 1px solid #ffd25a;
  	border-right: 1px solid #ffd25a;
}

/* GET INFO PAGE TOP LINKS */
.info-links {
	padding: 5px 0 0 0;
}
.info-links ul li {
	margin: 10px 25px 10px 5px;
	display: inline;
	background: url(../images/downarrow.gif) no-repeat left 4px;
}
.info-links a {
	color: #9fb246;
	text-decoration: none;
}
.info-links a:hover {
	color: #9fb246;
	text-decoration: underline;
}

/* JOB DETAIL */

.accuracytable td {
	padding: 0;
	margin: 0;
	border: 1px solid red;
}

.jobdetail#original {
	background-color: #f2f2f3;
}
.jobdetail#original .per-accurate {
	background-color: #cfcfcf;
	font-size: 24px;
	font-weight: bold;
	color: #7f7f7f;
	padding: 8px 10px 8px 20px;
	text-align: right;
}
.jobdetail#original .per-accurateright {
	background: #cfcfcf url(../images/corner_gray_jobdetail_topright.gif) no-repeat top right;
	font-size: 11px;
	color: #303030;
	padding: 8px;
}
.jobdetail#original .per-fix {
	background-color: #dddddd;
	font-size: 24px;
	font-weight: bold;
	color: #7f7f7f;
	padding: 8px 10px 8px 20px;
	text-align: right;
}
.jobdetail#original .per-fixright {
	background-color: #dddddd;
	font-size: 11px;
	color: #303030;
	padding: 8px;
}
.jobdetail#original .per-alternative {
	background-color: #e9e9e9;
	font-size: 24px;
	font-weight: bold;
	color: #7f7f7f;
	padding: 8px 10px 8px 20px;
	text-align: right;
}
.jobdetail#original .per-alternativeright {
	background-color: #e9e9e9;
	font-size: 11px;
	color: #303030;
	padding: 8px;
}
.jobdetail#original .per-wrong {
	background-color: #f0f0f0;
	font-size: 24px;
	font-weight: bold;
	color: #7f7f7f;
	padding: 8px 10px 8px 20px;
	text-align: right;
}
.jobdetail#original .per-wrongright {
	background: #f0f0f0 url(../images/corner_gray_jobdetail_botright.gif) no-repeat bottom right;
	font-size: 11px;
	color: #303030;
	padding: 8px;
}

.jobdetail#original .titleheading {
	background-color: #e5e5e5;
	vertical-align: top;
	height: 31px;
}
.jobdetail#original .heading {
	background-color: #e5e5e5;
	color: #818285;
	font-weight: bold;
	padding: 0 7px;
}
.jobdetail#original .dl-soa {
	background-color: #e5e5e5;
	padding: 0 7px;
	text-align: right;
}
.jobdetail#original label {
	color: #7f7f7f;
	font-weight: bold;
	padding: 0 2px 0 8px;
}
.jobdetail#original .cell1 {
	border-bottom: 1px solid #e3e3e3;
	font-size: 11px;
}
.jobdetail#original .cell2 {
	background: url(../images/jobdetail_dot_vertical.gif) repeat-y left top;
	border-bottom: 1px solid #e3e3e3;
	font-size: 11px;
}
.jobdetail#original .cell3 {
	background: url(../images/jobdetail_dot_vertical.gif) repeat-y left top;
	font-size: 11px;
}
.jobdetail#original .cell4 {
	background: url(../images/corner_gray_botleft.gif) no-repeat left bottom;
	font-size: 11px;
}
.jobdetail#original .cell5 {
	font-size: 11px;
}

.jobdetail {
	background-color: #fafafa;
}
.jobdetail .per-accurate {
	background-color: #4ea4da;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px 10px 8px 20px;
	text-align: right;
}
.jobdetail .per-accurateright {
	background: #4ea4da url(../images/corner_results_topright.gif) no-repeat top right;
	font-size: 11px;
	color: #303030;
	padding: 8px;
}
.jobdetail .per-fix {
	background-color: #86c2e7;
	font-size: 24px;
	font-weight: bold;
	color: #bc3a3a;
	padding: 8px 10px 8px 20px;
	text-align: right;
}
.jobdetail .per-fixright {
	background-color: #86c2e7;
	font-size: 11px;
	color: #303030;
	padding: 8px;
}
.jobdetail .per-alternative {
	background-color: #bfddf0;
	font-size: 24px;
	font-weight: bold;
	color: #bc3a3a;
	padding: 8px 10px 8px 20px;
	text-align: right;
}
.jobdetail .per-alternativeright {
	background-color: #bfddf0;
	font-size: 11px;
	color: #303030;
	padding: 8px;
}
.jobdetail .per-wrong {
	background-color: #e0edf6;
	font-size: 24px;
	font-weight: bold;
	color: #303030;
	padding: 8px 10px 8px 20px;
	text-align: right;
}
.jobdetail .per-wrongright {
	background: #e0edf6 url(../images/corner_results_botright.gif) no-repeat bottom right;
	font-size: 11px;
	color: #303030;
	padding: 8px;
}
.jobdetail#corrected .titleheading {
	background: #f2f5e2 url(../images/jobdetail_correctionsapplied.gif) no-repeat top left;
	vertical-align: middle;
	height: 31px;
	text-align: right;
	padding: 0 7px;
}
.jobdetail#corrected .heading {
	background-color: #f2f5e2;
	color: #afbd41;
	font-weight: bold;
	padding: 0 7px;
}
.jobdetail#corrected .dl-soa {
	background-color: #f2f5e2;
	padding: 0 7px;
	text-align: right;
}
.jobdetail#corrected .cell1,
.jobdetail#corrected .cell2,
.jobdetail#corrected .cell3,
.jobdetail#corrected .cell4,
.jobdetail#corrected .cell5 {
	background-color: #fbfcf3;
}

.jobdetail .titleheading {
	background-color: #e5e5e5;
	vertical-align: top;
	height: 31px;
}
.jobdetail .heading {
	background-color: #e5e5e5;
	color: #9e9e9e;
	font-weight: bold;
	padding: 0 7px;
}
.jobdetail .dl-soa {
	background-color: #e5e5e5;
	padding: 0 7px;
	text-align: right;
}
.jobdetail label {
	color: #888376;
	font-weight: bold;
	padding: 0 2px 0 8px;
}
.jobdetail .cell1 {
	border-bottom: 1px solid #e4e4e4;
	font-size: 11px;
}
.jobdetail .cell2 {
	background: url(../images/jobdetail_beige_dot_vertical.gif) repeat-y left top;
	border-bottom: 1px solid #e4e4e4;
	font-size: 11px;
}
.jobdetail .cell3 {
	background: url(../images/jobdetail_beige_dot_vertical.gif) repeat-y left top;
	font-size: 11px;
}
.jobdetail .cell4 {
	background: url(../images/corner_beige_botleft.gif) no-repeat left bottom;
	font-size: 11px;
}
.jobdetail .cell4 .paid {
	color: #178d00;
}
.jobdetail .cell4 .unpaid {
	color: #cc0000;
	font-weight: bold;
}

.jobdetail .cell4.trial {
	padding: 0 8px 0 8px;
	font-weight: normal;
}
.jobdetail .cell4.trial label {
	padding: 0;
	color: #cc0000;
	font-weight: bold;
}
.jobdetail .cell5 {
	font-size: 11px;
}

/* CORRECTIONS */
#corrections {
	margin: 10px 0 10px 0;
}
#corrections .title {
	margin: 10px 0 10px 0;
}
#corrections .corner{
	display: block;
}
#corrections .corner *{
  	display: block;
  	height: 1px;
  	overflow: hidden;
  	font-size: .01em;
  	background-color: #f2f5e2;
}
#corrections .corner1{
  	margin-left: 3px;
  	margin-right: 3px;
  	padding-left: 1px;
  	padding-right: 1px;
  	border-left: 1px solid #f9f9f9;
  	border-right: 1px solid #f9f9f9;
  	background-color: #f2f5e2;
}
#corrections .corner2{
  	margin-left: 1px;
  	margin-right: 1px;
  	padding-right: 1px;
  	padding-left: 1px;
  	border-left: 1px solid #fdfdfd;
  	border-right: 1px solid #fdfdfd;
  	background-color: #f4f4f5;
}
#corrections .corner3{
  	margin-left: 1px;
  	margin-right: 1px;
  	border-left: 1px solid #f4f4f5;
  	border-right: 1px solid #f4f4f5;
}
#corrections .corner4{
  	border-left: 1px solid #f9f9f9;
  	border-right: 1px solid #f9f9f9;
}
#corrections .corner5{
  	border-left: 1px solid #f5f5f6;
  	border-right: 1px solid #f5f5f6;
}
#corrections .corrections-content {
	background-color: #f2f5e2;
	padding: 5px 10px;
}
#corrections .corrections-content p {
	background-color: #f2f5e2;
	padding: 2px 8px;
}
#corrections .corrections-content table p {
	background-color: #f2f5e2;
	padding: 2px 10px;
}
#corrections .corrections-content #fixes th {
	background-color: #717171;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 3px 10px;
}
#corrections .corrections-content #fixes .topleftcorner {
	background: #717171 url(../images/corner_fixes_topleft.gif) no-repeat top left;
}
#corrections .corrections-content #fixes th.toprightcorner {
	background: #717171 url(../images/corner_fixes_topright.gif) no-repeat top right;
	text-align: right;
}

/* AFTERCORRECTIONS */
#aftercorrections {
	margin: 10px 0 10px 0;
}
#aftercorrections .title {
	margin: 10px 0 10px 0;
}
#aftercorrections .corner{
	display: block;
}
#aftercorrections .corner *{
  	display: block;
  	height: 1px;
  	overflow: hidden;
  	font-size: .01em;
  	background-color: #fffbe9;
}
#aftercorrections .corner1{
  	margin-left: 3px;
  	margin-right: 3px;
  	padding-left: 1px;
  	padding-right: 1px;
  	border-left: 1px solid #fffdf5;
  	border-right: 1px solid #fffdf5;
  	background-color: #fffcee;
}
#aftercorrections .corner2{
  	margin-left: 1px;
  	margin-right: 1px;
  	padding-right: 1px;
  	padding-left: 1px;
  	border-left: 1px solid #fffefc;
  	border-right: 1px solid #fffefc;
  	background-color: #fffbed;
}
#aftercorrections .corner3{
  	margin-left: 1px;
  	margin-right: 1px;
  	border-left: 1px solid #fffbed;
  	border-right: 1px solid #fffbed;
}
#aftercorrections .corner4{
  	border-left: 1px solid #fffdf5;
  	border-right: 1px solid #fffdf5;
}
#aftercorrections .corner5{
  	border-left: 1px solid #fffcee;
  	border-right: 1px solid #fffcee;
}
#aftercorrections .content {
	background-color: #fffbe9;
	padding: 5px 10px;
}
#aftercorrections .content p {
	background-color: #fffbe9;
	padding: 2px 8px;
}
#aftercorrections .content table p {
	background-color: #fffbe9;
	padding: 2px 10px;
}

/* DOWNLOADS */
DIV.btn_downloadsoa {
    float: right;
	background-repeat: no-repeat;
}
DIV.btn_downloadsamplesoa {
    float: right;
	background-repeat: no-repeat;
}
DIV.btn_downloadcorrectedlistfile {
    float: right;
	background-repeat: no-repeat;
}
/* see css-button.css for images sizes */
.btn_downloadsoa img {
    width: 106px;
    height: 15px;
}
.btn_downloadsamplesoa img {
    width: 147px;
    height: 15px;
}
.btn_downloadcorrectedlistfile img {
    width: 165px;
    height: 15px;
}

.linetitle1 td {
	background-color: #bebebe;
	padding: 3px 10px;
	font-size: 12px !important;
	font-weight: bold;
	color: #FFFFFF;
}
.linetitle2 td {
	background-color: #bebebe;
	padding: 3px 10px;
	font-size: 12px !important;
	font-weight: bold;
	color: #FFFFFF;
}
.line2tabletitle1 td {
	background-color: #818285;
	padding: 3px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.line2tabletitle2 td {
	background-color: #818285;
	padding: 3px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #e3f17a;
}
.lineprice td {
	background-color: #ffd634 !important;
	padding: 10px 10px !important;
	font-size: 14px !important;
}
.lineprice td label {
	font-size: 14px;
	color: #48484a;
}

tr.even td,
.line1 td {
	background-color: #fafafa;
	padding: 3px 10px;
	font-size: 12px;
}
tr.odd td,
.line2 td {
	background-color: #e5e5e5;
	padding: 3px 10px;
	font-size: 12px;
}
.even .highlight {
	background-color: #ecf3b3;
}
.odd .highlight {
	background-color: #e2e9a8;
}

.adduploadjob .linetitle1 td {
	background-color: #d0d0d0 !important;
	padding: 7px 10px 5px 10px;
	font-size: 13px !important;
	font-weight: bold;
	color: #646566;
	text-transform: uppercase;
}
.adduploadjob .topleftcorner {
	background: url(../images/corner_graytitle_topleft.gif) no-repeat top left;
}
.adduploadjob .toprightcorner {
	background: url(../images/corner_graytitle_topright.gif) no-repeat top right;
}
.matchfieldstable td {
	background-color: #fafafa;
	width: 33%;
}
.matchfieldstable .linetitle1 td {
	background-color: #d0d0d0 !important;
	padding: 7px 10px 5px 10px;
	font-size: 13px !important;
	font-weight: bold;
	color: #646566;
	text-transform: uppercase;
}
.matchfieldstable .topleftcorner {
	background: url(../images/corner_graytitle_topleft.gif) no-repeat top left;
}
.matchfieldstable .toprightcorner {
	background: url(../images/corner_graytitle_topright.gif) no-repeat top right;
}
.matchfieldstable .cellleftdotsbottomborder {
	border-bottom: 1px solid #e8e8e8;
}
.matchfieldstable .cellnodotsbottomborder {
	border-bottom: 1px solid #e8e8e8;
}
.matchfieldstable .botleftcorner {
	background: #fafafa url(../images/corner_ltgray_botleft.gif) no-repeat bottom left;
}
.matchfieldstable .botrightcorner {
	background: #fafafa url(../images/corner_ltgray_botright.gif) no-repeat bottom right;
}
.confirmtable td {
	background-color: #fafafa;
}
.confirmtable .linetitle1 td {
	background-color: #d0d0d0 !important;
	padding: 7px 10px 5px 10px;
	font-size: 13px !important;
	font-weight: bold;
	color: #646566;
	text-transform: uppercase;
}
.confirmtable .line2tabletitle1 td,
.confirmtable .line2tabletitle2 td {
	background-color: #a6a6a6;
}
.confirmtable .topleftcorner {
	background: url(../images/corner_graytitle_topleft.gif) no-repeat top left;
}
.confirmtable .toprightcorner {
	background: url(../images/corner_graytitle_topright.gif) no-repeat top right;
}
.confirmbuttons td {
	background-color: transparent !important;
}

/* FIXES */
#fixes td {
	font-size: 11px;
}
#fixes .accuracy {
	background-color: #cecbc5;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 3px 10px;
}
#fixes .accuracy .pass {
	color: #178d00;
}
#fixes .accuracy .fail {
	color: #cc0000;
}
#fixes .price {
	background-color: #ffc423;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 3px 10px;
}

.contactboxunderpageicon {
	margin: 10px 0 3px 0;
	padding: 0;
	clear: left;
	background: url(../images/contactboxbg.gif) no-repeat top right;
	height: 197px;
}
.contactboxleft {
	background: url(../images/contactboxleft.gif) no-repeat top left;
	width: 10px;
	height: 197px;
}

/* BOX UNDER PAGE ICON - should be max width under the icon rather than floating right next to the icon */
.boxunderpageicon {
	margin: 10px 0 3px 0;
	padding: 5px 0;
	clear: left;
}
.boxunderpageicon p {
	padding: 2px 10px;
}
.boxunderpageicon h2 {
	padding: 2px 9px;
}
.boxunderpageicon .inputboxes {
	border: 1px solid #d1d2d4;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.boxunderpageicon select {
	border: 1px solid #d1d2d4;
	font-size: 11px;
	padding: 2px;
}
.boxunderpageicon label {
	color: #888376;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	padding-right: 5px;
}
.boxunderpageicon table td {
	font-size: 11px;
	padding: 5px 10px;
}
.boxunderpageicon table td.btn {
	font-size: 11px;
	padding: 0 10px;
}
.boxunderpageicon h3 {
	font-size: 12px;
	font-weight: bold;
	color: #88aa4a;
	margin: 0;
	padding: 5px 10px 0 10px;
}



#boxwithintable {
	padding: 0;
	margin: 0 0 0 10px;
}
#boxwithintable td {
	font-size: 11px;
}

.red {
	color: #bc3a3a;
}

.nowrap {
	white-space: nowrap;
}

.columnborder-right1 {
	border-right: 1px solid #FFFFFF;
}
.columnborder-right2 {
	border-right: 2px solid #FFFFFF;
}
.boxunderpageicon .tabletitle1 {
	background-color: #a6a6a6;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #FFFFFF;
	padding: 7px 10px 0 10px;
}
.boxunderpageicon .tabletopleftcorner {
	background: #a6a6a6 url(../images/corner_dkgray_topleft.gif) no-repeat top left;
	padding: 7px 10px 0 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #FFFFFF;
}
.boxunderpageicon .tabletoprightcorner {
	background: #a6a6a6 url(../images/corner_dkgray_topright.gif) no-repeat top right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 7px 10px 0 10px;
}
.boxunderpageicon .tabletitle2-a {
	background-color: #a6a6a6;
	color: #8f9934;
	font-weight: bold;
	padding: 0 10px;
	border-right: 1px solid #FFFFFF;
}
.boxunderpageicon .tabletitle2 {
	background-color: #a6a6a6;
	color: #e3f17a;
	font-weight: bold;
	padding: 0 10px;
}

.topleftcorner {
	background: url(../images/corner_mdgray_topleft.gif) no-repeat top left;
}
.toprightcorner {
	background: url(../images/corner_mdgray_topright.gif) no-repeat top right;
}
.botleftcorner {
	background: url(../images/corner_ltgray_botleft.gif) no-repeat bottom left;
}
.botrightcorner {
	background: url(../images/corner_ltgray_botright.gif) no-repeat bottom right;
}


.topleftcornerlt {
	background: url(../images/corner_ltgray_topleft.gif) no-repeat top left;
}
.toprightcornerlt {
	background: url(../images/corner_ltgray_topright.gif) no-repeat top right;
}

.cellleftdotsbottomborder {
	background: url(../images/jobdetail_beige_dot_vertical.gif) repeat-y left top;
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
}

.cellnodotsbottomborder {
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
}

.cellrightdotsnoborder {
	background: url(../images/jobdetail_beige_dot_vertical.gif) repeat-y right top;
	font-size: 11px;
}
.cellleftdotsnoborder {
	background: url(../images/jobdetail_beige_dot_vertical.gif) repeat-y left top;
	font-size: 11px;
}

p {
	margin: 0 0 10px 0;
}

.morepad p {
	margin: 0 0 15px 0;
}
.morepad ul {
	margin-bottom: 15px;
}

img {
	border: none;
}

#globalwrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	min-width: 775px;
	max-width: 1180px;
}

*html #globalwrap {
	width: 775px;
	margin: 0 auto;
	padding: 0;
}

#navwrap-columns {
	padding: 15px 0 0 0;
	margin: 0;
	background-color: #FFFFFF;
	text-align: center;
}
*html #navwrap-columns {
	padding: 15px 0 0 0;
	text-align: center;
	float: left;
	
}
#navwrap {
	padding: 15px 0 0 0;
	margin: 0 215px 0 0;
	background-color: #FFFFFF;
	text-align: center;
}
*html #navwrap {
	padding: 15px 0 0 0;
	background-color: #FFFFFF;
	text-align: center;
}


/* LOGO (for public and for logged in) */
#logo-columns {
	padding: 60px 0 0 0;
	margin: 0;
	width: 100%;
	text-align: center;
	background: url(../images/logo_gradbg.gif) no-repeat top right;
}
*html #logo-columns {
	padding: 60px 0 0 0;
	text-align: center;
	background: url(../images/logo_gradbg.gif) no-repeat top right;
}
#logo {
	padding: 0;
	margin: 0;
	width: 100%;
	background: url(../images/logo_loggedin.gif) no-repeat top right;
}


/* MAIN NAVIGATION */
#mainnav {
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
	height: 21px;
	background: url(../images/nav_bg.gif) repeat-x top left;
	font-size: 9px;
}
*html #mainnav {
	height: 21px;
	background: url(../images/nav_bg.gif) repeat-x top left;
	font-size: 9px;
}
#mainnav ul {
	padding: 0;
	margin: 0;
}
#mainnav ul li {
	display: inline;
}
#mainnav #navhome a,
#mainnav #navhome a:link,
#mainnav #navhome a:active,
#mainnav #navhome a:visited {
	width: 115px;
	height: 21px;
	background: url(../images/navhome_off.gif) no-repeat top left;
	padding: 3px 56px 3px 56px;
	margin: 0;
	text-decoration: none;
}
#mainnav #navhome a:hover {
	background: url(../images/navhome_over.gif) no-repeat top left;
	text-decoration: none;
}
#mainnav #navhome.selected a{
	background: url(../images/navhome_on.gif) no-repeat top left;
	text-decoration: none;
}
#mainnav #navstarted a,
#mainnav #navstarted a:link,
#mainnav #navstarted a:active,
#mainnav #navstarted a:visited {
	width: 113px;
	height: 21px;
	background: url(../images/navstart_off.gif) no-repeat top left;
	padding: 3px 55px 3px 55px;
	margin: 0;
	text-decoration: none;
}
#mainnav #navstarted a:hover {
	background: url(../images/navstart_over.gif) no-repeat top left;
	text-decoration: none;
}
#mainnav #navstarted.selected a {
	background: url(../images/navstart_on.gif) no-repeat top left;
	text-decoration: none;
}
#mainnav #navgoing a,
#mainnav #navgoing a:link,
#mainnav #navgoing a:active,
#mainnav #navgoing a:visited {
	width: 105px;
	height: 21px;
	background: url(../images/navgoing_off.gif) no-repeat top left;
	padding: 3px 51px 3px 51px;
	margin: 0;
	text-decoration: none;
}
#mainnav #navgoing a:hover {
	background: url(../images/navgoing_over.gif) no-repeat top left;
	text-decoration: none;
}
#mainnav #navgoing.selected a {
	background: url(../images/navgoing_on.gif) no-repeat top left;
	text-decoration: none;
}
#mainnav #navinfo a,
#mainnav #navinfo a:link,
#mainnav #navinfo a:active,
#mainnav #navinfo a:visited {
	width: 95px;
	height: 21px;
	background: url(../images/navinfo_off.gif) no-repeat top left;
	padding: 3px 46px 3px 46px;
	margin: 0;
	text-decoration: none;
}
#mainnav #navinfo a:hover {
	background: url(../images/navinfo_over.gif) no-repeat top left;
	text-decoration: none;
}
#mainnav #navinfo.selected a {
	background: url(../images/navinfo_on.gif) no-repeat top left;
	text-decoration: none;
}
#mainnav #navcontact a, 
#mainnav #navcontact a:link,
#mainnav #navcontact a:active,
#mainnav #navcontact a:visited {
	width: 114px;
	height: 21px;
	background: url(../images/navcontact_off.gif) no-repeat top left;
	padding: 3px 54px 3px 55px;
	margin: 0;
	text-decoration: none;
}
#mainnav #navcontact a:hover {
	background: url(../images/navcontact_over.gif) no-repeat top left;
	text-decoration: none;
}
#mainnav #navcontact.select a {
	background: url(../images/navcontact_on.gif) no-repeat top left;
	text-decoration: none;
}


/* SUBNAVIGATION - when logged in */
#subnav {
	padding: 5px 0 0 5px;
	margin: 0 215px 0 5px;
	height: 39px;
	background: url(../images/loggedin_bggrad.gif) repeat-x top left;
	font-size: 12px;
	color: #8c8d8f;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
}
#subnav #username {
	font-size: 12px;
	color: #1d79b4;
	text-decoration: none;
	margin: 0 3px 0 5px;
}
#subnav #username:hover {
	color: #f5a744;
	text-decoration: underline;
}
#subnav #joblist,
#subnav #newjob, 
#subnav #agreement, 
#subnav #details,
#subnav #logout {
	font-size: 11px;
	text-transform: lowercase;
	color: #4ea4da;
	text-decoration: none;
}
#subnav #joblist:hover,
#subnav #newjob:hover, 
#subnav #agreement:hover, 
#subnav #details:hover,
#subnav #logout:hover {
	text-decoration: underline;
}


/* VISUAL CLEAR */
#visualclear {
	clear: both;
}
#visualclearleft {
	clear: left;
}



#contentwrap {
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/bgshadow_left.gif) repeat-y top left;
}

#contentwrap-right-columns {
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/colright_gridbg.gif) repeat-y top right;
}

*html #contentwrap-right-columns {
	background: url(../images/colright_gridbg.gif) repeat-y top right;
}

#contentwrap-right {
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/bgshadow_right.gif) repeat-y top right;
}


/* BANNER FOR HOME AND PUBLIC (just drop shadow below menu) */
#banner-home {
	background: url(../images/homebanner_long.jpg) no-repeat top right;
	margin: 0 215px 0 5px;
	text-align: right;
	height: 153px;
}
*html #banner-home {
	background: url(../images/homebanner_long.jpg) no-repeat top right;
	height: 153px;
	width: 555px;
	padding: 0;
	margin: 0;
	position: relative;
	left: 5px;
}
#banner {
	background: url(../images/subnav_bg.gif) repeat-x top left;
	height: 28px;
	margin-left: 5px;
}
*html #banner {
	background: url(../images/subnav_bg.gif) repeat-x top left;
	height: 28px;
	width: 555px;
	padding: 0;
	margin: 0;
	position: relative;
	left: 5px;
}

#content {
	padding: 5px 20px 10px 20px;
	background: url(../images/watermark.gif) no-repeat top right;
	margin: 0 5px 0 5px;
}
#content ul {
	margin: 0 0 10px 20px;
}
#content ul li {
	list-style-image: url(../images/arrow.gif);
	margin: 0 0 0 20px;
}
#content-columns {
	padding: 5px 20px 10px 20px;
	background: url(../images/watermark.gif) no-repeat top right;
	margin: 0 215px 0 5px;
}
*html #content-columns {
	padding: 5px 20px 10px 20px;
	background: url(../images/watermark.gif) no-repeat top right;
}

#content-columns.home {
	padding: 5px 20px 20px 150px;
	background: url(../images/watermark_2col.gif) no-repeat top right;
	margin: 0 215px 0 5px;
}
*html #content-columns.home {
	padding: 5px 0 20px 150px;
	background: url(../images/watermark_2col.gif) no-repeat top right;
}
#column-left {
	width: 135px;
	padding: 0 0 0 20px;
	margin: 0;
	float: left;
}

#column-right {
	width: 215px;
	float: right;
	text-align: center;
	background: url(../images/colright_gridbg.gif) repeat-y top right;
	margin: 0;
	padding: 0;
}


/* ADD NEW JOB STEPS */
#addjobsteps {
	height: 20px;
	width: 100%;
	background: #818285 url(../images/steps_left.gif) no-repeat top left;
	margin: 0 0 15px 0;
	font-size: 12px;
}
#addjobsteps .start {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
}
#addjobsteps .step1 {
	color: #818285;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	background: #d0d0d0 url(../images/steps_title_off.gif) no-repeat top left;
}
#addjobsteps .step1-active {
	color: #818285;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	background: url(../images/steps_title_on.gif) no-repeat top left;
}
#addjobsteps .step2 {
	color: #818285;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	background: #d0d0d0 url(../images/steps_on_off.gif) no-repeat top left;
}
#addjobsteps .step2-inactive {
	color: #818285;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	background: #d0d0d0 url(../images/steps_off_off.gif) no-repeat top left;
}
#addjobsteps .step2-active {
	color: #818285;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	background: url(../images/steps_off_on.gif) no-repeat top left;
}
#addjobsteps .step3-2active {
	color: #818285;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	background: #d0d0d0 url(../images/steps_on_off.gif) no-repeat top left;
}
#addjobsteps .step3 {
	color: #818285;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	background: #d0d0d0 url(../images/steps_off_off.gif) no-repeat top left;
}
#addjobsteps .step3-active {
	color: #818285;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	background: url(../images/steps_off_on.gif) no-repeat top left;
}
#addjobsteps .end {
	color: #818285;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	width: 5px;
	background: url(../images/steps_right_off.gif) no-repeat top left;
}
#addjobsteps .end-active {
	color: #818285;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	width: 5px;
	background: url(../images/steps_right_on.gif) no-repeat top left;
}


.description {
	font-size: 10px;
	color: #777777;
	padding: 0 !important;
	margin: 0;
}


/* PAGE ICON */
#page-icon {
	width: 75px;
	height: 75px;
	float: left;
}

#page-icon-img {
	width: 67px;
	height: 67px;
	padding: 4px 8px 4px 0px;
}

/* JOB LIST */
#uploadedandholding,
#submittedforprocessing,
#completed{
	width: 100%;
	font-size: 11px;
	margin: 0;
}

#uploadedandholding .active,
#submittedforprocessing .active,
#completed .active {
	color: #818285;
}
.nojobs {
	color: #db0707;
	font-weight: bold;
}
#full,
#trial{
	padding-top: 0;
}
#joberror {
	width: 100%;
	font-size: 11px;
}
#joblist_delete {
	text-align: right;
	padding: 1px 0 0 0;
}
.boxunderpageicon #joblist_delete a,
.boxunderpageicon #joblist_delete a:link,
.boxunderpageicon #joblist_delete a:active,
.boxunderpageicon #joblist_delete a:visited {
	background: url(../images/btn_deletejob_off.gif) no-repeat;
	width: 80px;
	height: 15px;
	padding: 0 38px 1px 38px;
	margin: 0;
	text-decoration: none;
}
.boxunderpageicon #joblist_delete a:hover {
	background: url(../images/btn_deletejob_on.gif) no-repeat;
	text-decoration: none;
}
#click {
	vertical-align: top;
	width: 100px;
	text-align: right;
	padding: 0;
}

#details td, #detailscorrected td, #detailserror td {
	padding: 0;
}

#full #details #click a,
#full #details #click a:link,
#full #details #click a:active,
#full #details #click a:visited {
	background: url(../images/joblist_click_full_off.gif) no-repeat;
	width: 100px;
	height: 40px;
	padding: 1px 48px 25px 49px;
	margin: 0;
	text-decoration: none;
}
#full #details #click a:hover {
	background: url(../images/joblist_click_full_on.gif) no-repeat;
	text-decoration: none;
}

#full #detailscorrected #click a,
#full #detailscorrected #click a:link,
#full #detailscorrected #click a:active,
#full #detailscorrected #click a:visited {
	background: url(../images/joblist_click_corrected_off.gif) no-repeat;
	width: 100px;
	height: 60px;
	padding: 1px 48px 45px 49px;
	margin: 0;
	text-decoration: none;
}
#full #detailscorrected #click a:hover {
	background: url(../images/joblist_click_corrected_on.gif) no-repeat;
	text-decoration: none;
}
#trial #details #click a,
#trial #details #click a:link,
#trial #details #click a:active,
#trial #details #click a:visited {
	background: url(../images/joblist_click_trial_off.gif) no-repeat;
	width: 100px;
	height: 40px;
	padding: 1px 48px 25px 49px;
	margin: 0;
	text-decoration: none;
}
#trial #details #click a:hover {
	background: url(../images/joblist_click_trial_on.gif) no-repeat;
	text-decoration: none;
}

#joberror #detailserror #click a,
#joberror #detailserror #click a:link,
#joberror #detailserror #click a:active,
#joberror #detailserror #click a:visited {
	background: url(../images/joblist_click_error_off.gif) no-repeat;
	width: 100px;
	height: 60px;
	padding: 1px 48px 45px 49px;
	margin: 0;
	text-decoration: none;
}
#joberror #detailserror #click a:hover {
	background: url(../images/joblist_click_error_on.gif) no-repeat;
	text-decoration: none;
}

#full #holding {
	background: #649ed7 url(../images/joblist_hold_icon.gif) no-repeat 5px 5px;
	width: 90px;
	font-size: 9px;
	color: #a8c4de;
	line-height: 10px;
	padding: 0 5px 0 0px;
	margin: 0;
	text-align: right;
}
#full #pending {
	background: #ffda5d url(../images/joblist_pending_icon.gif) no-repeat 5px 5px;
	width: 90px;
	font-size: 9px;
	color: #90730c;
	line-height: 10px;
	padding: 0 5px 0 0;
	margin: 0;
	text-align: right;
}
#full #processing {
	background: #f5a252 url(../images/joblist_processing_icon.gif) no-repeat 5px 5px;
	width: 90px;
	font-size: 9px;
	color: #72410c;
	line-height: 10px;
	padding: 0 5px 0 0;
	margin: 0;
	text-align: right;
}
#full #failed {
	background: #c94c4c url(../images/joblist_failed_icon.gif) no-repeat 5px 5px;
	width: 90px;
	font-size: 9px;
	color: #ffffff;
	line-height: 14px;
	padding: 5px 5px 0 0;
	margin: 0;
	text-align: right;
	vertical-align: top;
}
#full #failedcorrected {
	background: #c94c4c url(../images/joblist_failed_icon.gif) no-repeat 5px 5px;
	width: 90px;
	font-size: 9px;
	color: #ffffff;
	line-height: 14px;
	padding: 5px 5px 0 0;
	margin: 0;
	text-align: right;
	vertical-align: top;
	text-transform: lowercase;
}
#full #failedcorrected .strike {
	line-height: 18px;
	text-decoration: line-through;
	color: #efbebe;
}
#full #passed {
	background: #9bbd5d url(../images/joblist_passed_icon.gif) no-repeat 5px 5px;
	width: 90px;
	font-size: 9px;
	color: #ffffff;
	line-height: 14px;
	padding: 5px 5px 0 0;
	margin: 0;
	text-align: right;
	vertical-align: top;
}
#full #passedcorrected {
	background: #9bbd5d url(../images/joblist_passed_icon.gif) no-repeat 5px 5px;
	width: 90px;
	font-size: 9px;
	color: #ffffff;
	line-height: 14px;
	padding: 5px 5px 0 0;
	margin: 0;
	text-align: right;
	vertical-align: top;
	text-transform: lowercase;
}
#full #passedcorrected .strike {
	line-height: 18px;
	text-decoration: line-through;
	color: #dfebca;
}
#full #details {
	font-size: 11px;
	background: url(../images/joblist_full_detail_bg.gif) repeat-x;
}
#full #detailscorrected {
	font-size: 11px;
	background: url(../images/joblist_fullcorrected_detail_bg.gif) repeat-x;
}

#full label {
	color: #888376;
	font-weight: bold;
	padding-left: 5px;
}
#full #details #cell1,
#full #details #cell2 {
	background: url(../images/joblist_full_detail_dot.gif) repeat-y right;
}
#full #detailscorrected #cell1,
#full #detailscorrected #cell2 {
	background: url(../images/joblist_full_detail_dot.gif) repeat-y right;
}

#joberror #detailserror #cell1,
#joberror #detailserror #cell2 {
	background: url(../images/joblist_full_detail_dot.gif) repeat-y right;
}
#trial #holding {
	background: #8d8d8d url(../images/joblist_freetrial.gif) no-repeat 5px;
	width: 90px;
	font-size: 9px;
	color: #e7e7e7;
	line-height: 10px;
	padding: 0 5px 0 0;
	margin: 0;
	text-align: right;
}
#trial #pending {
	background: #8d8d8d url(../images/joblist_freetrial.gif) no-repeat 5px;
	width: 90px;
	font-size: 9px;
	color: #e7e7e7;
	line-height: 10px;
	padding: 0 5px 0 0;
	margin: 0;
	text-align: right;
}
#trial #processing {
	background: #8d8d8d url(../images/joblist_freetrial.gif) no-repeat 5px;
	width: 90px;
	font-size: 9px;
	color: #e7e7e7;
	line-height: 10px;
	padding: 0 5px 0 0;
	margin: 0;
	text-align: right;
}
#trial #failed {
	background: #8d8d8d url(../images/joblist_freetrial.gif) no-repeat 5px;
	width: 90px;
	font-size: 9px;
	color: #e7e7e7;
	line-height: 14px;
	padding: 0 5px 0 0;
	margin: 0;
	text-align: right;
}
#trial #passed {
	background: #8d8d8d url(../images/joblist_freetrial.gif) no-repeat 5px;
	width: 90px;
	font-size: 9px;
	color: #e7e7e7;
	line-height: 14px;
	padding: 0 5px 0 0;
	margin: 0;
	text-align: right;
}
#trial #details {
	font-size: 11px;
	background: url(../images/joblist_trial_detail_bg.gif) repeat-x;
}
#joberror #detailserror {
	font-size: 11px;
	background: url(../images/joblist_error_detail_bg.gif) repeat-x;
	margin-top: 5px;
}
#joberror #detailserror #errorfile {
	background: #e5d1d1 url(../images/joblist_error_icon.gif) no-repeat 5px 14px;
	width: 90px;
	font-size: 9px;
	color: #d46b6b;
	line-height: 14px;
	padding: 5px 5px 0 0;
	margin: 0;
	text-align: center;
	vertical-align: top;
}
#joberror #detailserror #errorfile p {
	padding: 0;
	margin: 0;
	text-align: center;
}
#trial label {
	color: #888376;
	font-weight: bold;
	padding-left: 5px;
}
#joberror #detailserror label {
	color: #a6584b;
	font-weight: bold;
	padding-left: 5px;
}
#trial label a,
#trial label a:link,
#trial label a:visited,
#trial label a:active {
	color: #7a7a7a;
}
#full label a,
#full label a:link,
#full label a:visited,
#full label a:active {
	color: #4fa5db;
}
#joberror label a,
#joberror label a:link,
#joberror label a:visited,
#joberror label a:active {
	color: #bb1b00;
}
#trial #details #cell1,
#trial #details #cell2 {
	background: url(../images/joblist_trial_detail_dot.gif) repeat-y right;
}
#joberror #detailserror #cell1,
#joberror #detailserror #cell2 {
	background: url(../images/jobdetail_beige_dot_vertical.gif) repeat-y right;
}
#details #cell3,
#detailscorrected #cell3,
#joberror #detailserror #cell3 {
	width: 180px;
}

#full #holding p,
#full #pending p,
#full #processing p,
#full #error p,
#joberror #detailserror #errorfile p {
	text-align: center;
	margin-top: 10px;
	margin-left: 40px;
	padding: 0;
}
#trial #holding p,
#trial #pending p,
#trial #processing p,
#trial #failed p,
#trial #passed p {
	text-align: center;
	margin-top: 0;
	margin-left: 40px;
	padding: 0;

}


#full #failed p,
#full #failedcorrected p,
#full #passed p,
#full #passedcorrected p {
	text-align: center;
	margin-top: 0;
	margin-left: 40px;
	margin-bottom: 0;
	padding: 0;
}
#joberror .ErrorMessage {
	color: #e6a80b;
	font-weight: bold;
	background: url(../images/icon_error.gif) no-repeat left 2px;
	padding: 0 0 0 15px;
}


/* ERROR MESSAGES */
.ErrorMessage {
	color: #c81b14;
	font-weight: bold;
	background: url(../images/icon_error.gif) no-repeat left 2px;
	padding: 0 0 0 15px;
}
.boxunderpageicon .ErrorMessage {
	color: #c81b14;
	font-weight: bold;
	background: url(../images/icon_error.gif) no-repeat left 2px;
	padding: 0 0 0 15px;
	margin: 0;
}

/* JOBLIST NO JOB MESSAGE */
.nojobsmsg {
	padding: 5px 0;
}
.nojobsmsg .ErrorMessage {
	color: #c81b14;
	font-weight: bold;
	background: url(../images/icon_error.gif) no-repeat 10px 2px;
	padding: 0 0 0 25px;
	margin: 0;
}

.LoggedIn td {
	margin: 0 10px 0 10px;
	width: 190px;
	padding: 0;
	text-align: left;
	font-size: 11px;
	padding-left: 12px;
}
.LoggedIn label {
	font-weight: bold;
	color: #afbd41;
	text-transform: uppercase;
	font-size: 12px;
}

/* LOGIN ON RIGHT COLUMN */
#login {
	margin: 0;
	padding: 0 0 20px 0;
}

*html #login {
	padding: 0 0 20px 0;
}
*html .LoginForm {
	border: none;
	height: 85px;
	padding: 0;
	margin: 0;
	text-align: left;
	background: url(../images/login_title.gif) no-repeat 5px 5px;
}
.LoginForm {
	border: none;
	height: 85px;
	margin: 0 10px 0 10px;
	width: 195px;
	padding: 0;
	text-align: left;
	background: url(../images/login_title.gif) no-repeat 5px 5px;
}
.LoginForm td {
	padding: 2px 0 0 26px;
}
.LoginForm .error {
	color: #c81b14;
	font-weight: normal; 
	font-size: 9px;
	padding: 0 2px;
	margin: 0 0 3px 0;
	background: #ffecec;
}
.LoginForm #login_inputboxes {
	width: 102px;
	height: 12px;
	font-size: 11px;
	border: 1px solid #d1d2d4;
}
.LoginForm #loginrecover {
	padding: 0 0 5px 0;
	vertical-align: middle;
}
.LoginForm #loginrecover input {
	vertical-align: middle;
}
.LoginForm #recoverpassword {
	font-size: 9px;
	color: #b8c359;
	margin: 0 15px 0 0;
}
#login #btn-loginregister {
	margin: 5px 0 0 0;
}

/* NEWS ON RIGHT COLUMN */
#news {
	margin: 5px 0 20px 0;
	padding: 0;
	text-align: center;
}
.newslist {
	width: 190px;
	margin: 0 10px;
}
.newslist ul {
	margin: 0 0 0 20px;
	font-size: 11px;
}
.newslist ul li {
	list-style-image: url(../images/bullet.gif);
}
.newslist li a {
	text-decoration: none;
	color: #848484;
}
.newslist li a:hover {
	text-decoration: underline;
}


/* ADS AND QUICK LINKS ON RIGHT COLUMN */
#validatebox {
	text-align: center;
	margin: 0 0 10px 0;
}
#whatsoabox {
	text-align: center;
	margin: 0 0 10px 0;
}
#whyuseprbox {
	text-align: center;
	margin: 0 0 10px 0;
}


/* FOOTER */
#footer {
	font-size: 9px;
	background: url(../images/footer_bg.gif) repeat-x;
	text-align: center;
}
#footer p {
	margin: 0 0 5px 0;
	color: #b7b7b7;
}
#footer p a {
	color: #a7a7a7;
	text-decoration: none;
}
#footernav {
	font-size: 11px;
	height: 21px;
	color: #FFFFFF;
	padding: 3px 0 0 10px;
	background: url(../images/footer_left.gif) no-repeat top left;
	text-align: left;
}
#footernav a {
	color: #c2d263;
	text-decoration: none;
	margin: 0 10px;
}


/* COPYRIGHT */
#copyright {
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	height: 21px;
	padding: 3px 20px 0 0;
	background: url(../images/footer_right.gif) no-repeat top right;
}
#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}

#magic_rectangle {
/*	float:center; */
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
  	background-color: #e0e0e0;
  	z-index: 2;
  	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#magic_layer { /* 50% opacity */
  	filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;
  	background: url(../images/gradient.gif) repeat-x bottom left;
  	visibility: hidden;
  	z-index: 3;
	position: absolute;
	left: 25%;
	min-width: 440px;
	width: 55%;
	top: 30%;
	height: 140px;
	text-align: center;
	border: 2px solid #4ea4da;
 }
* html #magic_layer { /* 50% opacity */
  	filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;
  	background: url(../images/gradient.gif) repeat-x bottom left;
  	visibility: hidden;
  	z-index: 3;
	position: absolute;
	left: 25%;
	width: 440px;
	top: 30%;
	height: 140px;
	text-align: center;
	border: 2px solid #4ea4da;
 }

