/* Default stylesheet for jobs */

BODY {
	font-family: Helvetica,Arial,Verdana;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #000000;
}

TABLE {
	font-size: 14px;
}

DIV.questions {
	padding-left: 50px;
	padding-right: 50px;
}

P.error {
	background-color: MistyRose;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

P.problems {
	font-size: xx-small;
}

P.title {
	font-weight: bold;
	font-style: oblique;
	font-size: 20px;
	color: #555500;
}

/* Formating for the percentage completed bar */
TABLE.percent {
	border: 0px solid black;
	border-collapse: collapse;
	float: none;
}

TABLE.percent TR.heading TABLE {
	font-size: small;
}

TABLE.percent TR.bar {
	background-color: #BBBBBB;
}

TABLE.percent TD.bar {
	background-color: #27B;
}

/* Formating for grid questions */

TABLE.grid {
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	width: 90%;
}

TABLE.grid TH {
	border: 1px solid #569;
	background-color: #DDE4FF;
	vertical-align: middle;
	padding: 6px;
	border-spacing: 1px;
}

TABLE.grid TD {
	border: 1px solid #579;
	padding: 6px;
	border-spacing: 0px;
}

TABLE.grid TD.selected {
	background-color: #BCE;
	text-align: center;
}

TABLE.grid TD.gridItem {
	text-align: center;
}

TABLE.grid TD.gridItemUnanswered {
	text-align: center;
	background-color: #ddd;
}

TABLE.grid TD.gridScaleHeader {
	font-weight: bold;
	border: 0px;
}

SPAN.questionText {
	font-size:15px;
	font-weight:bold;
	font-family: arial,helvetica,verdana;
	padding-top: 5px;
	padding-bottom: 5px;
}

SPAN.missedQuestion {
	font-size:15px;
	font-weight:bold;
	font-family:arial,helvetica,verdana;
	padding-top: 5px;
	padding-bottom: 5px;
}

SPAN.responses {
	font-size: 95%;
	padding-bottom: 15px;
}

HR.thebar {
	background-color: #99AABB;
	color: #99AABB;
}

TD.gridQuestion SPAN.questionText{
	font-weight:normal;
	font-size:100%;
}

TD.gridQuestion SPAN.missedQuestion {
	font-weight:normal;
	font-size:100%;
}

TEXTAREA {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	border: 2px solid #059;
	padding: 3px;
}

INPUT.text {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	border: 2px solid #059;
	font-size: 80%;
}

INPUT.disabled {
	background-color: #DDD;
	color: #DDD;
	font-weight: bold;
	border: 2px solid #888;
	font-size: 80%;
}

INPUT.submit {
	background-color: #BCE;
	border-bottom: 2px solid #059;
	border-right: 2px solid #059;
	border-top: 1px solid #27B;
	border-left: 1px solid #27B;
	font-weight: bold;
}

INPUT.submit:active {
	background-color: #BCE;
	border-bottom: 1px solid #27B;
	border-right: 1px solid #27B;
	border-top: 2px solid #059;
	border-left: 2px solid #059;
	font-weight: bold;
}

/* CARD QUESTION RELATED STYLES */

DIV.card {
	position: absolute;
	width: 130;
	height: 160;
	border: 1px solid black;
	background-color: #DDDDFF;
	text-align: center;
	vertical-align: middle;
}
DIV.card_placed {
	position: absolute;
	width: 130;
	height: 160;
	border: 1px solid black;
	background-color: #00FF00;
	text-align: center;
	vertical-align: middle;
}
DIV.stack {
	width: 140;
	height: 170;
	border: 2px dashed black;
	margin: 5px;
	background-color: #DDDDDD;
}
SPAN.stack_header {
	font-weight: bold;
}

/* LightBox Styles */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/support/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/support/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Clearbox styles */
#CB_ShowTh, #CB_Thumbs2, #CB_Thumbs, .CB_RoundPixBugFix, #CB_Padding, #CB_ImgContainer, #CB_PrevNext, #CB_ContentHide, #CB_LoadingImage, #CB_Text, #CB_Window, #CB_Image, #CB_TopLeft, #CB_Top, #CB_TopRight, #CB_Left, #CB_Content, #CB_Right, #CB_BtmLeft, #CB_Btm, #CB_BtmRight, #CB_Prev, #CB_Next, #CB_Prev:hover, #CB_Next:hover, #CB_CloseWindow, #CB_SlideShowS, #CB_SlideShowP, #CB_SlideShowBar, #CB_Email {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0px;
}

#CB_iFrCont {
	position: absolute;
	width: 0px;
	height: 0px;
}

#CB_HiddenText {
	position: absolute;
	visibility: hidden;
	z-index: -1000;
	top: -100px;
	left: -1000px;
}

.CB_Sep {
	color: #bbb;
}

.CB_TnThumbs {
	width: 0px;
	height: 0px;
	border: 0px;
	outline-style: none;
	outline: 0px;
	padding: 0;
	margin: 0;
	visibility: hidden;
}

.CB_BtmNav {
	position: relative;
	top: 4px;
	border: 0;
	padding: 0px 0px 0px 3px;
}

#CB_ImgHide {
	position: absolute;
	visibility: hidden;
	z-index: 1098;
	left: 0px;
}

#CB_ShowTh {
	width: 100%;
	height: 20%;
	visibility: hidden;
	position: absolute;
	z-index: 1097;
	bottom: 0px;
	left: 0px;
}

#CB_Thumbs {
	display: none;
	height: 62px;
	padding-top: 10px;
	position: absolute;
	z-index: 1100;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
}

#CB_Thumbs2 {
	margin: auto 0;
	height: 52px;
	position: absolute;
}

.CB_ThumbsImg {
	position: absolute;
	border: 1px solid #fff;
	cursor: pointer;
}

.CB_RoundPixBugFix {
	display: block;
	visibility: hidden;
	font-family: arial;
	font-size: 1pt;
}

#CB_ImgContainer {
	position: relative;
	width: 100%;
}

#CB_PrevNext {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1002;
}

#CB_NavPrev, #CB_NavNext {
	visibility: hidden;
	position: absolute;
	z-index: 1001;
	top: 47%;
	cursor: pointer;
}

#CB_NavPrev {
	left: 18px;
}

#CB_NavNext {
	right: 15px;
}

#CB_ContentHide {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
}

#CB_LoadingImage {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	visibility: hidden;
}

#CB_Text {
	position: relative;
	text-align: left;
	overflow: hidden;
}

#CB_T1 {
	height: 14px;
	white-space: nowrap;
	position: relative;
}

#CB_T2 {
	margin-top: -1px;
}

#CB_TL {
	position: relative;
	background-color: #fff;
	display: none;
}

#CB_Window {
	left:50%;
	position:absolute;
	top:50%;
	visibility:hidden;
	z-index: 1100;
	border-collapse: separate;
}

#CB_Image {
	position: relative;
}

#CB_iFrame {
	position: absolute;
	width: 0px;
	height: 0px;
	z-index: 1003;
}

#CB_TopLeft {
	background-image:url(/support/images/clearbox/s_topleft.png);
	background-position:right bottom;
}

#CB_Top {
	background-image:url(/support/images/clearbox/s_top.png);
	background-position:left bottom;
}

#CB_TopRight {
	background-image:url(/support/images/clearbox/s_topright.png);
	background-position:left bottom;
}

#CB_Left {
	background-image:url(/support/images/clearbox/s_left.png);
	background-position:right top;
}

#CB_Content {
	background-color: #fff;
}

#CB_Right {
	background-image:url(/support/images/clearbox/s_right.png);
	background-position:left top;
}

#CB_BtmLeft {
	background-image:url(/support/images/clearbox/s_btmleft.png);
	background-position:right top;
}

#CB_Btm {
	background-image:url(/support/images/clearbox/s_btm.png);
	background-position:left top;
}

#CB_BtmRight {
	background-image:url(/support/images/clearbox/s_btmright.png);
	background-position:left top;
}

#CB_Prev, #CB_Next {
	background: transparent url(/support/images/clearbox/blank.gif) no-repeat scroll 0%;
	display: block;	
	width: 49%;
	cursor: pointer;
	outline-style: none;
	outline: 0px;
	z-index: 1102;
}

.CB_TextNav {
	text-decoration: underline;
	padding-right: 5px;
	color: #999;
	outline-style: none;
	outline: 0px;
	cursor: pointer;
	border: none;
}

.CB_TextNav:hover {
	text-decoration: underline;
	color: #555;
	border: none;
}

#CB_Prev {
	float: left;
	left: 0px;
}

#CB_Next {
	float: right;
	left: 0px;
}

#CB_Prev:hover {
background:transparent;
}

#CB_Next:hover {
background:transparent;
}

#CB_CloseWindow {
	position: absolute;
	right: -14px;
	top: -10px;
	z-index: 1104;
	cursor: pointer;
}

#CB_SlideShowS, #CB_SlideShowP {
	position: absolute;
	left: -11px;
	top: -10px;
	z-index: 1104;
	cursor: pointer;
}

#CB_SlideShowBar {
	background-color: #fff;
	width: 0px;
	position: absolute;
	height: 2px;
	display: none;
	z-index: 1102;
}

#CB_Email {
	position: absolute;
	right: 15px;
}                              

/* Slider */

TABLE.sliderTable {
	width: 85%;
}

DIV.sliderFrame {
	border: 1px solid black;
	width: 100%;
	height: 1em;
	padding: 0px;
	cursor: pointer;
}

DIV.slider {
	position: relative;
	cursor: pointer;
	border: 1px solid black;
	top: -1px;
	left: -1px;
	width: 1em;
	height: 100%;
	background-color: red;
	z-index: -1000;
}

