div#mainPage{
	margin-left: 50px;
	margin-top: 40px;
}

/*
  COLORING
*/
a
{  
  color: #0D3C0B;                           /* Dark Color */
  text-decoration: none;
}
a:visited {
  color: #0D3C0B;                           /* Dark Color */
  text-decoration:none;
}

table { 
  background: #8CC189;                         /* Light Color 1 */
  border:1px solid gray;
  border-collapse:collapse;
  font:normal 12px verdana, arial, helvetica, sans-serif;
}

td, th { 
  color: black;
  padding:.4em;
}

thead th, tfoot th {
  background:#5C443A;
  color:#FFFFFF;
  padding:3px 10px 3px 10px;
  text-align:left;
  text-transform:uppercase;
}

tfoot td {
  background:#5C443A;
  color:#FFFFFF;
  padding-top:3px;
}
tbody tr:hover {
  background: #4B8748;                     /* Hover Color */
  color:#000000;
}




body {
  text-align: center;
  font-family: verdana, arial, helvetica, sans-serif;
}

div#wrap {
  margin: auto;
  text-align: left;
}

h6{
  margin: 0 0 0 10px;
}

h5{
  margin: 10px 0 0 0;
}

h4{
  margin: 21px 0 13px 0;
}

h3{
  margin: 0;
}

h2{
  margin: 0;
}

label {
  cursor: pointer;
}

img {
  border: 0;
}

input.input_text, select.input_sel {
  width: 150px;
}


span.menu
{
  font-weight: bold;
  font-size: 20px;
  margin: 0 20px 0 0;
}

#template-new-job-timeperiod
{

}

.template-new-job-description
{
	width: 120px;
}


tr { 
  border:1px dotted gray;
}

.listTable td, .listTable th{
  border:1px dotted gray;
}
tbody td a {
  color:black;
  text-decoration:none;
}
tbody td a:visited {
  color:black;
  text-decoration:none;
}
tbody td a:hover {
  color:black;
  text-decoration:none;
}
tbody th a {
  color:black;
  font-weight:none;
  text-decoration:none;
}
tbody th a:hover {
  color:black;
}

tbody th, tbody td { 
  text-align:left;
  vertical-align:top;
}

td.submit{
  text-align: right;
  vertical-align: middle;
}

.odd {
  background:#fff;
}

input, select, textarea{
  background-color: white;
  color: black;
}

.statusLight{
	width: 10px; 
	height: 10px; 
	border: 1px solid black; 
	float:left; 
	margin-right: 20px;
}


/* FAQ */

h3.faq{
	margin-left: 20px;
	cursor: pointer;
}

h4.faq{
	margin-left: 20px;
	cursor: pointer;
}

.hhidden{	
	display: none;
}

p.faq{
	margin-left: 47px;
}

div.faq{
	margin-left: 47px;
}

.clear-float{
  display: block;
}




ol b{
	display: inline-block;
}

ol.list li{
	margin: 10px 0px;
}




table.cleanTable, table.cleanTable tr{
	font:normal 14px verdana, arial, helvetica, sans-serif;
	background: transparent;
	border: 0px solid transparent;
}

table.cleanTable tr:hover {
  background: transparent;                     /* Hover Color */
  color:#000000;
}

p a{
	text-decoration: underline;
	color: #4B8748;
}
