/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	/*background: #000000 url(images/img1.gif) repeat-x left top; */
	margin: 0px;
	padding: 0px;
	background: #eeeeee;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

h1 {
	margin-top: 0px;
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

img { border: 2px solid #FFFFFF; }

.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}

/* Search */
#search {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

/** Forms */

form {
	margin: 0px;
	padding: 15px 0px 0px 25px;
}

/* Header */

#header {
	width: 375px;
	height: 80px;
	background-color: #000000;
	margin: 0px auto;
	text-align: center;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header h1 {
	margin: 0px;
	padding-top: 10px;
	font-size: 40px;
	letter-spacing: -2px;
}

#header h2 {
	margin: 0px;
	padding-top: 10px;
	font-size: 12px;
	letter-spacing: -1px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Post */

.latest-post {
	padding: 0px 2em 1em 3em;
}

.latest-post h2 {
	font-size: 1.6em;
	color: #FFCC00;
}

.jobtable tr td{
	padding: 2em 2em 1em 3em;
}

.jobtitle {
	border-bottom: 1px dashed #B5D6FF;
	background-position: top;
	margin-bottom: .5em;
	text-transform: uppercase;
	font-size: 12px;;
	color: #FFCC00;
	text-decoration: none;
}

.coname {
	color: #B5D6FF;
}

.duration , .source {
	color: #DDCB00;
}

/* Content */

#content {
	width: 375px;
	margin: 0px auto;
	background: #000000;
	padding: 0px;
}

#colOne {
	float: right;
	width: 375px;
	color: #FFFFFF;
}

#colOne .search {
	width: 370px;
	background: url(images/img3.jpg) no-repeat;
	margin-bottom: 20px;
	padding-left: 5px;
	height: 65px;
}
/* Footer */

#footer {
	background: url(images/img3.jpg) no-repeat;
	width: 375px;
	height: 60px;
	margin: 0px auto;
	padding: 3px 0px;
	color: #2E66AE;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #1A4986;
}

/* menubar */

.menubar {
	width: 100% !important;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 15px;
	font-size:12px;
}

/* Page number header */
.numheader * {
	font-size: 12px;
}


/* Login Page */
.userloginheader{
	font-size:14px;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #DDCB00;
}
.userloginwrapper {
	padding: 0 25px 0 0;
	font-size: 12px;
	text-align: right;
}
.userlostpass{
	padding: 0 0 0 25px;
}

/* user registration page */
.regwrapper {
	font-size: 12px;
	padding: 0 25px 0 0;
	text-align: right;
}

.buttontxt{
	font-size: 12px;
}

	/* directory view */

.dirkey{
	text-align: center;
}

	.dirkey a{
		font-size: 10px;
		color: #ffffff;
	}
	
	/* job View */
.tablemenu{
	background-color:#ffffff;
	color: #000000;
}
	.bodybox{
		background-color:#ffffff;
		color: #000000;
	}
	.td-position{
		font-size:16px;
		font-weight:bold;
	}
	.nest-table td a{
		color:#003399;
	}