body {
	background-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	
}

td, table, tr, p , span, br {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:link, a:visited {
	color: #CC6600;
}

#MainContent {
	background-image: url("../images/generic/content_bg.gif");
	padding-top: 25px;
	padding-right: 10px;
	vertical-align: top;
	text-align: justify;
}

.SubTitle {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 20px;
}

.Content {
	
}


.ListSquare  {
	list-style: square;
}

.ListSquare li {
	padding-bottom: 10px;
}

.Comment {
	font-size: 10px;
	font-weight: bold;
}


#ApplyOnlineForm {
	width: 500px;
	background-color: #9f2d2d;
}

.FirstColForm {
	text-align: right;
	background-color: #F7BC90;
	color: #682222;
	font-weight: bold;
}

.SubTitleError {
	background-color: #FF0000;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

.TextError {
	font-weight: bold;
}

.JobList {
	border: 1px #CCC dashed;
	padding: 5px;
	margin-bottom: 10px;
}

.ShortDesc {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.LongDesc {
	display: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#LoginForm {
	width: 80%;
	background-color: #FFF;
	margin:60 auto;
	vertical-align: middle;
}

#MainFrameAdmin {
	border-collapse: collapse;
	border: 1px #EEE solid;
	background-color: #FFF;
	color: #FFF;
}

#MenuAdmin {
	list-style: none;
	padding: 5px;
	margin: 0px;
}

#MenuAdmin li {
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 0px;
}

#MenuAdmin a {
	font-variant: small-caps;
	text-decoration: none;
	color: #FFF;
	padding: 2px;
}

#MenuAdmin a:hover {
	border: 1px dotted #FFF;
	background-color: #333;
}

.crochets {
	font-size: 10px;
	color: #BBB;
}

.line1 {
	background-color: #DDDDFF;
}

.line2 {
	background-color: #FFF;
}

#ListJobsTable {
	border: 1px solid #CCC;
}

.ListJobsTableHead {
	font-weight: bold;
	text-align: center;
}
.ListJobsTableHead a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
}
.ListJobsTableHead a:hover {
	text-decoration: underline;
}

#AdminMain {
	padding: 10px;
	color: #000;
}

#AdminTitle {
	color: #000;
	background-color: #OOO;
	font-size: 18px;
	font-weight: bold;
	border: 1px dashed #FFF;
	padding: 10px;
}

.ActionLinks {
	font-size: 11px;
}

.ActionLinks a {
	text-decoration: none;
}

.ActionLinks a:hover {
	text-decoration: underline;
}

.TextErrorAdmin {
	border: 1px solid #FF0000;
	color: #FF0000;
	padding: 5px;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: bold;
}

#boldBttn {
	font-weight: bold;
	width: 40px;
}

#italBttn {
	font-style: italic;
	width: 40px;
}

#underBttn {
	text-decoration: underline;
	width: 40px;
}