

.hidden
{
	display: none;
}

.center
{
	text-align: center !important;
}

.reset
{
	font-weight: normal;
}

.small, .note
{
	font-size: 8pt;
	line-height: 12pt;
}

span.error, span.warning
{
	color: red;
	font-weight: bold;
}

div.error, div.warning, label.error, label.warning     /* Should be used to warn/notify a user about something important */
{
	color: #D8000C !important;
	border: 1px solid #D8000C;
	
	background-color: #FFBABA;
	background-image: url('/assets/misc/validation-error.png');
	background-repeat: no-repeat;
	background-position: 3px 4px;
	
	padding: 4px;
	padding-left: 24px;
	
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; 
	
	width: auto !important;
}

.ok, .success
{
	color: #339933;
}

div.apply
{
	background-color: #A8FFB0; 
	padding: 8px; 
	margin-bottom: 16px; 
	text-align: center;
}

div.apply a
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 13pt;
}

label.validation-error
{
	color: #D8000C !important;
	border: 1px solid #D8000C;
	
	background-color: #FFBABA;
	background-image: url('/assets/misc/validation-error.png');
	background-repeat: no-repeat;
	background-position: 3px 4px;
	
	position: relative;
	top: -5px;
	
	padding: 4px;
	padding-left: 24px;
	
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; 
}

label.validation-success
{
	background-color: transparent !important;
	
	background-image: url('/assets/misc/validation-error.png');
	background-repeat: no-repeat;
	background-position: 3px 4px;
	
	border: 0px !important;
}

.button3-111px, .button3-125px, .button3-180px
{
	height: 25px; 
	margin: 5px; 
}

.button3-111px
{
	width: 111px;
	background-image: url('/assets/misc/button3_111px.png'); 
}

.button3-125px
{
	width: 130px;
	background-image: url('/assets/misc/button3_130px.png'); 
}

.button3-180px
{
	width: 180px;
	background-image: url('/assets/misc/button3_180px.png'); 
}

.button3-111px a, .button3-125px a, .button3-180px a
{
	font-weight: bold; 
	font-size: 11pt; 
	text-decoration: none;
	
	/*padding-left: 12px;*/
	
	line-height: 26px;
	
	color: #6c6969;	
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.highlight
{
	background-color: #fffde5;
	border: 1px solid #c3c3c3;
	padding: 5px;
	margin-bottom: 5px;
}

.success_box
{
	background-color: #e9ffda;
	border: 1px solid #88c95d;
	padding: 8px;
}

.error_box
{
	color: red;
	width: 300px;
	background-color: #ab3b3d;
	border: 1px solid #ff0000;
}

.warning_box
{
	background: #ffffe0;
	border: 1px solid #e6db55;
	padding: 8px;
}

.alternate
{
	/*background-color: #efefef;*/
}

.record
{
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 5px;
}

.record tr td
{
	line-height: 13pt;
	/*padding-left: 3px;
	padding-right: 3px;*/
}

.record label
{
	margin: 0;
	line-height: 7pt;
}

.box
{
	border: 1px solid #b3b3b3;
	/*margin-left: 10px;
	margin-right: 10px;*/
	padding: 8px;
}

.boxhead
{
	padding-bottom: 2px;
	padding-left: 25px;
	margin-left: 32px;
	font-weight: bold;
	background-image: url('/layout/folder_16x16.png');
	background-repeat: no-repeat;
	
	margin-right: 30px;
}

.box hr
{
	color: #d3d3d3;
}






/* Job display stuff */


					#job_info_box, #job_apply_box, #job_other_box, #job_file_box, #job_subscribe_box
					{
						width: 100%;
						border: 1px solid #c3c3c3;
						margin-right: 15px;
						
						/*background-color: red;*/
						
						align: left;
					}
					
					#job_info_box td, #job_apply_box td, #job_other_box td, #job_subscribe_box td
					{
						padding: 3px;
						padding-left: 2px;
						align: left;
					}

					#job_other_box td
					{
						padding-top: 3px;
					}

					#job_other_box td table td
					{
						padding: 0px;
					}
					
					#job_info_box hr
					{
						color: #d9d9d9;
						padding: 0;
						margin: 0;
						margin-left: 10px; 
						margin-right: 10px;
						height: 1px;
					}

					#job_other_location, #job_other_at
					{
						font-size: 9px;
						line-height: 14px; 
					}

					#job_other_location a, #job_other_at a
					{
						color: #434343;
						text-decoration: none;
					}

				
					#job_file_photo_box
					{
						border: 1px solid #c3c3c3;
					}
					
					#job_file_photo_box td
					{
						padding: 6px;
						width: 174px;
						
					}
						
					#job_file_photo_box a
					{
						font-size: 8pt;
					}
			
					#job_file_other_box
					{
						border: 1px solid #c3c3c3;
						width: 174px;
					}
					
					#job_file_other_box ul
					{
						margin: 0;
						padding: 0;
						margin-bottom: 10px;
						font-size: 8pt;
					}

					#job_file_box
					{
						float: right;
						width: 174px;
						border: 0;
						margin-left: 15px;
					}					
				
					.job_descrip_list, .job_descrip_list ul
					{
						margin: 0;
						padding: 0;
						margin-top: 10px;
					}
					
					.job_descrip_list li
					{
						margin: 0;
						margin-left: 30px;
						margin-top: 5px;
					}
				



