/* CSS Document */
.bar {
	/* font-color: #CCCC66; */
	color: #CCCC66;
}
table.table1 {
	height: 25px;
	width: 620px;
	border: 2px;
	border-collapse: collapse;
	text-align: center;
}
td.table1 {
	background-color: #003366; /* sage dark blue */
	font-size: 10pt;
	font-family: Tahoma;
	/* font-weight: normal; */
	/* color: #000000; */
	text-align: center;
}

td.table1 A:link {font-weight: normal; color: White; text-decoration: none}
td.table1 A:visited {font-weight: normal; color: White; text-decoration: none}
td.table1 A:active {font-weight: normal; color: White; text-decoration: none}
td.table1 A:hover {font-weight: normal; text-decoration: none; color: #CCCC66;}

td.cellheader {
	background-color: #CCCC99; /* lt sage */
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
td.cellleft {
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold; 
	text-align: right;
	align:	right;
	vertical-align: top;
}
td.required {
    color: Red;
}
td.cellright {
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: regular;
	text-align: left;
    vertical-align: top;
}
tr.bgeven {
	background-color: #cccccc;
}
tr.bgodd {
	background-color: #eeeeee;
}
/*
p.menu2 A:link {font-weight: normal; color: White; text-decoration: none}
p.menu2 A:visited {font-weight: normal; color: White; text-decoration: none}
p.menu2 A:active {font-weight: normal; color: White; text-decoration: none}
p.menu2 A:hover {font-weight: normal; text-decoration: none; color: #CCCC66;}
*/

div.menu2 {
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: normal;
	/* color: #003366; */
	color: White;
	text-align: right;
	line-height: 0.5cm; 
	margin-bottom: 0;
	margin-top: 2px;
	padding-right: 4px;
	//*background-color: #003366;*/
	background-color: White;
}

a.menu2 {
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: normal;
	/* color: #003366; */
	color: White;
	text-align: right;
	text-decoration: none;
	line-height: 0.5cm; 
	margin-bottom: 0;
	margin-top: 0;
}

p.heading {
	font-size: 14pt;
	font-family: Tahoma;
	font-weight: normal;
	color: #F90000;
	text-align: left;
	margin-top: 0.3cm;
	margin-bottom: 0;
}
p.subheading {
	font-size: 12pt;
	font-family: Tahoma;
	font-weight: normal;
	color: #003366;
	text-align: left;
	margin-top: 0.2cm;
	/* margin-bottom: 0; */
}
.normalfont {
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: normal;
	color: #003366;
	text-align: left;
}

/* for switchcontent.js */
.handcursor{
cursor:hand;
cursor:pointer;

}

.colorchange A:hover {font-weight: normal; text-decoration: none; color: #CCCC66;}

/*Default style for SPAN icons. Edit if desired: */

.iconspan{
	float: right;
	margin: 1px;
	cursor:hand;
	cursor:pointer;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 8pt;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
	font-weight: normal;
	font-family: Tahoma;
	border: 0px solid black;
	font-size: 8pt;
	padding: 2px;
}

.eg-bareven {
	/* background-color: #EEF5D3; */
	background-color: #CCCC99;
}

.eg-barodd {
	background-color: #FFFFFF;
}

div.eg-bar{
	width: 550px;
	padding: 1px;

}

.jobgroup1{
	width: 550px;
	padding: 0px;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid black;
	padding-left: 0px;
	background: none #ffffff;
}
.jobgroupInner{
	width: 536px;
	padding: 0px;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 8pt;
	border: 0px solid black;
	padding-left: 0px;
	float: right;
	background: none #ffffff;
}
.jobInner{
	width: 536px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#newsletterInner{
	/* width:700px; */
	/* background-color: White; */
	/* text-align:left; */
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 00px;
}

/* to make tables using DIV */
DIV.base-layer {
  /* background: none #ffffff; border: solid #333333 0px; color: #000000; */
  /* margin: 0.5em 12px 0.5em 12px; padding: 0; */
  text-align: left; 
  width: auto;
}

DIV.table-row {
  /* background: none #ffffff; border: solid #000000 0px; color: #000000; */
  margin-top: 0; margin-right: 0; margin-bottom: 2px; margin-left: auto;
  padding: 0; text-align: center; width: 100%;
  border: solid #000000 0px;

}
DIV.table-header-row {
  /* background: none #ffffff; border: solid #000000 0px; color: #000000; */
  margin-top: 0; margin-right: 0; margin-bottom: 2px; margin-left: auto;
  padding: 0; text-align: center; width: 100%;
  border: solid #000000 1px;

}
DIV.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
}
H5.colhdr {
  background: none #ffffcc; border: solid #3333cc 1px; color: #993333;
  font-family: sans-serif; font-size: 1em; font-style: italic;
  font-weight: normal; margin: 0; padding: 0.3em 0.3em 0 0.3em;
  text-align: center; width: auto;
}
DIV.left-layer11 {
  border: none; float: left; margin: 0; padding: 0; width: 9%;
}

DIV.right-layer11 {
  border: none; float: right; margin: 0; padding: 0; width: 10%;
}
DIV.left-checkbox {
  border: solid #000000 0px; float: left; margin: 0; padding: 0; width: 3%;
}
DIV.left-jobnumber {
  border: solid #000000 0px; float: left; margin: 0; padding: 0; width: 7%;
}
DIV.left-header-description {
    background-color: #003366; text-align: left; border: solid #000000 0px; float: left; margin: 0; padding: 0; width: 48%;
}
DIV.left-description {
    text-align: left; border: solid #000000 0px; float: left; margin: 0; padding: 0; width: 50%;
}
DIV.left-header-location {
    text-align: left; border: solid #000000 0px; float: left; margin: 0; padding: 0; width: 12%;
}
DIV.left-location {
    text-align: left; border: solid #000000 0px; float: left; margin: 0; padding: 0; width: 15%;
}
DIV.left-minsal {
  border: solid #000000 0px; float: left; margin: 0; padding: 0; width: 10%;
}
DIV.left-maxsal {
  border: solid #000000 0px; float: left; margin: 0; padding: 0; width: 10%;
}
DIV.bgcolor {
    background-color: #003366; 
}
