body {
	padding: 0px;
	margin: 0px;
	FONT-FAMILY:  verdana, arial, tahoma;
}

.bg {
	background: url(../images/bg_2.jpg);
	background-repeat: repeat;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
	width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
	background-color: #333;
	margin-right: 8px;
	margin-bottom: 3px;
	font-size: 8pt;
	COLOR: #fcfcfc;
	font-face: arial;
	font-weight:bold;
	FONT-FAMILY: Arial, verdana;
	text-transform: uppercase;
	text-decoration: underline;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
	background: url(../images/currentPage.gif);
	font-size: 8pt;
	COLOR: #333;
	font-face: arial;
	font-weight:bold;
	FONT-FAMILY: Arial, verdana;
	text-transform: uppercase;
	text-decoration: none;
}

h1.jobName {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #EFEDED;
	margin: 25px 0px 10px 0px;
}

input.input1 {
	border: #333 .5pt solid;
	FONT-SIZE: 11px;
	COLOR: #333;
	FONT-FAMILY:  verdana, arial, tahoma;
	FONT-WEIGHT: bold;
	HEIGHT: 20px;
	WIDTH: 100px;
	BACKGROUND-COLOR: #efeded;
	margin: 30px 0px 0px 5px;
}

select.select1 {
	border: #333 .5pt solid;
	FONT-SIZE: 11px;
	COLOR: #333;
	FONT-FAMILY:  verdana, arial, tahoma;
	FONT-WEIGHT: bold;
	HEIGHT: 18px;
	WIDTH: 100px;
	margin: 0px 0px 0px 4px;
	BACKGROUND-COLOR: #efeded;
}

img.thumb {
	border:0;
	width:100px;
	margin-top:1.5em;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 1;
}

img.thumb:hover{
	border:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 0.8;
}

div.thumbWrapper {
	width: 650;
	height: 650;
	align: center;
	padding-top:50px;
}

div.thumb {
	float: left;
	width: 120;
	height: 120;
	align: center;
	text-align:center;
	line-height:25px;
	color:#333;
	font-size:10px;
	font-weight: bold;
	font-family:verdana;
}

/*+++++ BEGIN TD,TABLE CLASSES +++++*/

td.jobDescr {
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding-left: 10em;
	padding-right: 10em;
	font-size: 10px;
	color: #fff;
}

td.topBorder {
	height: 34px;
	background: url(../images/topBorder.gif);
	background-repeat: repeat-x;
}

td.nav {
	width: 13%;
	text-align: center;
	vertical-align: top;
}

/*+++++ END TD,TABLE CLASSES +++++*/

.copy {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 11px;
	color: #B9BDC0;
	text-decoration: none;
}

.tit_1 {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

.text {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 13px;
	color: #CCCCCC;
}

.link_2 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 11px;
	color: #CCCCCC;	
}

a:active {
	COLOR: #cccccc;
	FONT-FAMILY: Tahoma, Arial;
	TEXT-DECORATION: none;
}

a:link {
	FONT-WEIGHT: bold;
	COLOR: #cccccc;
	FONT-FAMILY: Tahoma, Arial;
	TEXT-DECORATION: none;
}

a:visited {
	FONT-WEIGHT: bold;
	COLOR: #cccccc;
	FONT-FAMILY: Tahoma, Arial;
	TEXT-DECORATION: none;
}

a:hover {
	COLOR: #fff;
	FONT-FAMILY: Tahoma, Arial;
	TEXT-DECORATION: underline;
}

a.jobLinks {
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: underline;
}

a.nav {
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

a.nav:visited {
	color: #333;
}

/*+++++ ADMIN AREA STYLE +++++*/

h1.photosHeading {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	margin: 25px 0px 10px 0px;
}

td.heading {
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial, tahoma;
	color: #fff;
	background-color: #333;
}

td.title {
	text-align: right;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial, tahoma;
	color: #333;
}

td.enterInfo {
	text-align: left;
	vertical-align: top;
}

td.manageJobsResult {
	color: #333;
	background-color: #EFEDED;
	vertical-align: top;
	font-size: 11px;
}

a.crumb {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #333;
}

a.crumb:hover {
	color: #999;
}

a.newJob {
	display: block;
	width: 125px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #EFEDED;
	font-weight: bold;
	background-color:#cc0000;
	BORDER: none;
	border: solid 1px #fcfcfc;
}

a.newJob:hover {
	border: solid 1px #333;
	background-color:#EFEDED;
	color: #333;
	text-decoration: none;
}