@charset "utf-8";

/* CSS Document */
body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: .9em;
	background-color: #b8baba;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #990000;
}

a:link {
	color: #990000;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #3333CC;
}

a:active {
	color: #990000;
}

#content {
	width: 394px;
	margin: 20px 30px 20px 260px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: .7em;
	color: #000000;
}

#stylemesstop {
	width: 193px;
	height: 33px;
	background-image: url(images/messagetop.jpg);
	background-repeat: no-repeat;
}

#searchbuttbox {
	width: 205px;
	height: 62px;
	margin: 2px 0px 2px 25px;
	background-image: url(images/searchbutJOG.png);
	background-repeat: no-repeat;
}

#searchbuttbox2 {
	width: 205px;
	height: 62px;
	margin: 2px 0px 2px 25px;
	background-image: url(images/searchbutCAND.png);
	background-repeat: no-repeat;
}

.sub {
	color: #990000;
	font-size: .8em;
}

.red {
	color: #990000;
}

.white {
	color: white;
	font-size: 1.0em;
}

.field {
	padding: 28px 0px 0px 8px;
}

.messagetitle {
	margin: 0px 15px 0px 10px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}

.stylemessbody {
	background-image: url(images/messagebody.jpg);
	background-repeat: repeat-y;
	padding: 2px 15px 0px 18px;
}

.styletitles {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.5em;
	color: #990000;
}

.stylesubtitle {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.3em;
	color: #333399;
}

.stylesubtitleB {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.3em;
	color: black;
}

.stylesubtitle2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: .9em;
	color: #333399;
}

.stylenav {
	padding: 3px 0px 3px 48px;
	width: 234;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}

.stylenav a,.stylenav a:link,.stylenav a:visited,.stylenav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.stylenav a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.stylenav2 {
	margin: 6px 35px 0 35px;
	padding: 5px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
}

.stylenav2 a,.stylenav2 a:link,.stylenav2 a:visited,.stylenav2 a:active
	{
	color: #FFFFFF;
	text-decoration: none;
}

.stylenav2 a:hover {
	color: #000066;
	text-decoration: none;
}

.stylemargin {
	margin: 10px 0 10px 50px;
}

.stylemessagebox {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: .9em;
	color: #000066;
	margin: 0px 15px 0px 20px;
}

.small {
	font-size: .9em;
}

.small2 {
	font-size: .7em;
}

.formtitle {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
}

.standards {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 2em;
	color: #000066;
	width: 350px;
	margin: 48px 0 0 20px;
}

.standards2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.5em;
	color: #000066;
	width: 350px;
	margin: 30px 0 0 20px;
}

.standarssub {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.3em;
	color: #990000;
}

.standarssub2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.0em;
	color: #990000;
}

.list {
	font-size: .9em;
}

.search {
	padding: 27px 0 0 8px;
}

/* Forms */
table.key th {
	font-weight: bold;
	vertical-align: middle;
}

table.key td {
	vertical-align: middle;
}

table.form th {
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	/* padding-left intentionally omitted */
	font-weight: bold;
	vertical-align: middle;
}

table.form td {
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	/* padding-left intentionally omitted */
	vertical-align: middle;
}

.requiredField {
	color: #990000;
}

.validationError {
	padding: 0.5em;
	margin-right: 1.0em;
	background-color: #ffff99;
}

span.validationErrorText {
	font-size: 0.9em;
	font-weight: bold;
	color: #cc0000;
}

#skillsChecklist .headerRow {
  border-bottom: 2px solid #cccccc;
}

#skillsChecklist th, #skillsChecklist td {
  padding-left: 0.5em;
}

#skillsChecklist .headerRow th {
  vertical-align: baseline;  
}

#skillsChecklist th.categoryName {
  padding-top: 1.5em;
  padding-left: 0;
  font-family: "Arial Narrow", Arial, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #990000;
}

#skillsChecklist th.subCategoryName {
  padding-top: 0.8em;
  padding-left: 1em;
  font-family: "Arial Narrow", Arial, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: none;
  color: #990000;
}

#skillsChecklist td.subCategory {
  padding-left: 1.2em;
}

#skillsChecklist .scaleLabel {
  color: #000;
  font-weight: normal;
  text-align: center;
}

#skillsChecklist tr.highlight {
  background-color: #CCCCCC;
}

.checklistForm th, .checklistForm td {
  text-align: center;
}

.checklistForm th.categoryName,
.checklistForm th.subCategoryName,
.checklistForm td.skill {
  text-align: left;
}

.checklistForm th.scaleLabel {
  width: 1em;
}

.checklistForm td.skill {
  padding-right: 3em;
}
