.jobBox {
	border: 1px solid black;
	font-size: 10pt;
	margin: 5px 0px 5px 0px;
}

.jobBoxHeader {
	/*background-image: url('/public/cruzenPublic/images/table.jpg');*/
	font-size: 12pt;
	font-weight: bold;
	/*color: white;	*/
}

.catHeader {
	background-image: url('/public/cruzenPublic/images/table.jpg');
	font-size: 12pt;
	font-weight: bold;
	color: white;
	margin-top: 20px;	
}

.header1 {
	background-color: #DCDCDC;
	text-align: center;
}

.required {
	color: #FF0000;
	font-size: 8pt;
	font-weight: bold;
}

.msg {
	padding: 4px;
	margin: 5px;
	text-align: center;
}

.good {
	border: 1px solid #ff3333;
	background-color: #ff6666;
}

.err {
	border: 1px solid #66ff66;
	background-color: #99ff99;
}

.yellowBack {
	background-color: #FFFF99;
}

img {
	border: 0px;
}

.center {
	text-align: center;
}

body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}

#container {
	width: 900px;
}

#content {
	margin: 5px;
	padding: 15px 5px 5px 5px;
	clear: both;
}

#appHeader {
	z-index: 3;
	height: 120px;
	width: 900px;
	background: url('/public/cruzenPublic/images/appHeader.jpg') no-repeat;
	border-bottom: 2px solid black;
	margin: 0px;
}

#authBar {
	width: 200px;
	position: absolute;
	top: 55px;
	left: 620px;
	color: #FFFFFF; /*#D69C00;*/
	padding: 2px;
/*
	z-index: 5;
	background-color: #FF0000;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #D69C00;
	padding: 2px;		
*/
	/*border: 1px solid black;*/
	
}

#authBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
/*	font-weight: bold;*/
}

.tinyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
}

.mediumText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal; 
}

.sectionHeader {
	font-weight: bold;
	font-size: 14pt;
}

.field {
}

.fieldLabel {
	font-weight: bold;
}

.fieldContent {

}

label {
	font-weight: bold;
}

div.row {
  clear: both;
  padding-top: 7px;
}

div.row span.label {
  float: left;
  width: 150px;
  text-align: left;
  font-weight: bold;
/*  color: #000000;*/
}

div.row span.formw {
  float: left;
  width: 250px;
  text-align: left;
} 

input[type="text"] {
	width: 200px;
}

.directions {
	width: 700px;
	border: 1px solid #000000;
	background-color: #FFF7D6;
	padding: 4px;
	/*float: right;*/
	clear: both;
	font-size: 8pt;
	margin-bottom: 5px;
}

.directions ul {
	list-style-type: disk;
}

.infoBox {
  /*font-family: Verdana, Georgia, "Times New Roman", Times, sans-serif;*/
  /*font-weight: 300;*/
/*  color: #000000; */
  /*background-color: #E1E1E1;*/
  /*border: 1px dashed black;*/
  width: 420px;
  margin: 5px;
  float: left;
}

.infoBoxHeader {
  font-weight: bold;
  font-size: 10pt;
  padding: .5em;
  /*color: #000000;*/
  border-bottom: 1px solid black;
  /*background-color: #CCCCCC;*/
  /*height: 35px; */
}

.infoBoxText {
	padding: .5em;
 	text-align: left;
}

.infoBoxText ul {
	list-style-type: none;
}

.cBtn
{
	background-image:url(/public/cruzenPublic/images/cBtn.gif);
	background-position: center center;
	background-repeat:repeat-x;
	background-color:#E7E7E7;
	border: 1px solid #3E6E9B;
	TEXT-DECORATION: none;
	height:20px;	
	CURSOR: hand; 
	COLOR: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	vertical-align:middle;
	cursor:hand;
	cursor:pointer;
}

.dBtn
{
	background-image:url(/public/cruzenPublic/images/dBtn.gif);
	border:#342b2b 1px solid;
	HEIGHT: 22px; 
	TEXT-DECORATION: none;
	CURSOR: hand;
	CURSOR: pointer;
	COLOR: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
}

.odd {
	background-color: #DCDCDC;
}

.even {
	background-color: #FFFFFF;
}

.bold {
	font-weight: bold;
}

#addExperience {
	margin: 0px 0px 4px 0px;
	width: 690px;
	background-color: #ACBC8B;
	padding: 5px;
}

#addEducation {
	margin: 0px 0px 4px 0px;
	width: 700px;
	background-color: #ACBC8B;
}

#addLanguage {
	margin: 0px 0px 4px 0px;
	width: 700px;
	background-color: #ACBC8B;
}

#addLicense {
	margin: 0px 0px 4px 0px;
	width: 700px;
	background-color: #ACBC8B;
}

#addRelocation {
	margin: 0px 0px 4px 0px;
	width: 700px;
	background-color: #ACBC8B;
}

#addCertificate {
	margin: 0px 0px 4px 0px;
	width: 700px;
	background-color: #ACBC8B;
}

.experienceRecord {
	clear: both;
	width: 100%;
	border: 1px solid #DCDCDC;
}

.recordHolder {
	margin-top: 20px;
	width: 700px;
}

/* TABS */

    #tabs {
      float:left;
      width:100%;
      background:#DAE0D2 url("/public/cruzenPublic/images/tabs/bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
	  clear: right;
      }
    #tabs ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #tabs li {
      float:left;
      background:url("/public/cruzenPublic/images/tabs/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #tabs a {
      float:left;
      display:block;
      background:url("/public/cruzenPublic/images/tabs/right.gif") no-repeat right top;
      padding:5px 10px 4px 3px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #tabs a {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover {
      color:#333;
      }
    #tabs #current {
      background-image:url("/public/cruzenPublic/images/tabs/left_on.gif");
      border-width:0;
      }
    #tabs #current a {
      background-image:url("/public/cruzenPublic/images/tabs/right_on.gif");
      color:#333;
      padding-bottom:5px;
      }
	  
/* END TABS */

/* New Applicant hints */
#currentTitleHint {
  display:none;
  position: relative;
  right: 20px;
  width: 400px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background-color: #ffc;
  z-layer: 4;
}

#currentJobHint {
  display:none;
  position: relative;
  right: 20px;
  width: 400px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background-color: #ffc;
  z-layer: 4;
}

#currentDeptHint {
  display:none;
  position: relative;
  right: 20px;
  width: 400px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background-color: #ffc;
  z-layer: 4;
}

#desiredPositionsHint {
  display:none;
  position: relative;
  right: 0px;
  width: 400px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background-color: #ffc;
  z-layer: 4;
}
/* END New Applicant hints */