html {
	background: #FFF;
	color: #000;
	font-family: Tahoma, Verdana, arial, sans-serif;
}

/* ----------------------- LAYOUT STYLING ------------------------------ */

#main_wrap {
	padding-bottom:6em;
}

#footer {
	border-top: 1px solid #999;
	margin:2em 0;
}

.main_window { /* main frame within the primary div  */
	background-color:#fff;
	padding:10px;
	margin-bottom:1.5em;
}

/* --------------------- HEADING STYLING ------------------------------- */

#primary h1, #secondary h1 {
	font-size:1.3em;
	margin:1.5em 0 2em 0;
	padding:4px;
	padding-left:1em;
	background: url("../gfx/navbar.gif");
	border: 1px solid #000;
	border-bottom:none;
}

#secondary h1 {
	margin-bottom:0;	
}

#primary h2 {
	font-size:1.2em;
	margin: 0 .8em .5em .6em;
}

#primary h3, #primary h4 {
	font-size: 1.1em;
	font-weight:bold;
	margin:1em 0 1.2em 0;
}

#primary h4 {
	clear:both;
	border-bottom:1px solid #666666;
	padding-top:2em;
}

#primary li {
	list-style-type:disc;
}

/* --------------------- TO BE SORTED -------------------------------- */

.clearline {
	clear:both;
	height:5px;
	line-height:5px;
}

p.tiny {
	clear:both;
	text-align:right;
	font-size:.8em;
	color:#999;
	margin-bottom:0;
}

.centered {
	text-align:center;
}
.grey {
	color:#666;
}
.lightgrey {
	color:#999;
}
p.right {
	text-align:right;
}

.notice {
	margin-top:23px;
   min-height:20px;
	background: #7bf url("../gfx/info2.png") no-repeat 10px 50%;
	padding:15px 0 13px 70px;
}
.notice p {
   margin:0;
}

.updatable_div {
	width:500px;
	margin: 10px 0 0 50px;
	border: 1px dashed #999;
	background-color:#ccc;
	padding:4px;
}

img.centered {
	display:block;
	margin: 10px auto;
}
img.bordered {
	border:1px solid;
}
img.padded {
	margin: 0 .5em 0 1.5em;
}



/* --------------------- CONTENT STYLING ------------------------------- */

p {
	font-size:.9em;
	margin-bottom:1.5em;
}
p.small {
	font-size:.8em;
}
p.inline {
	display:inline;
}
p.indented {
	margin-left:3em;
}

p .underlined {
	text-decoration:underline;
	font-weight:bold;
}


#primary ul {
	margin-bottom:1em;
	margin-left:4em;
	font-size:.9em;
}

#primary ul.options li {
	margin-bottom:10px;
	
}

#primary .docs p, #primary .docs ul, #primary .docs ol {
	font-size:1em;
}

#primary .docs ul {
	padding-left:3em;
}

#primary .docs ol {
	padding-left:6em;
}
#primary .docs ol li {
	list-style-type:lower-alpha;
}

#primary .docs dt {
	font-size:1em;
	clear:both;
	padding-top:10px;
	float:left;
	width:60px;
	padding-left:3em;
	margin:0px;
}

#primary .docs dd {
	font-size:1em;
	width:530px;
	float:left;
	margin:0;
	padding-top:10px;
}

#primary p.indented {
	margin-left:3em;
	font-size:1em;
}

#primary .rightframe {
	float:right;
	width:150px;
	border:1px solid black;
}
#primary .rightframe p {
	padding:3px;
	text-align:center;
	margin:0;
}

#sponsored_links {
	padding:5px;
	border:1px solid #ccc;
	width:210px;
	float:right;
   clear:right;
   
}
p.sponlink_head {
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
	color:blue;
	text-decoration:underline;
}
p.sponlink {
	font-family: arial, Tahoma, Verdana, sans-serif;
	font-size:1em;
}
p.sponlink a {
	color:green;
	text-decoration:none;
}

/* --------------------- JOB AD STYLING -------------------------------- */

.jobad {
	width: 635px;
	border:1px solid #999;
	background:#fff;
	padding:10px;
	margin:10px auto;
	min-height:50px;
}
.jobdesc {
	width:635px;
}
.jobcompdetails {
	width:220px;
	border:1px dashed #999;
	float:right;
	background:#fff;
	padding:10px;
	margin:0 0 10px 10px;
}
.jobappdetails {
	width:613px;
	clear:both;
	border:1px dashed #999;
	margin:10px auto;
	padding:10px;
	padding-bottom:0;
}
.jobfoot {
	clear:both;
}
.jobcompdetails p.activejob {
	text-align:center;
	background-color:#093;
	color:#fff;
}
.jobcompdetails p.unactivejob {
	text-align:center;
	background-color:#f30;
	color:#fff;
}
h1 span.listing_date {
	float:right;
	white-space:nowrap;
	font-size:.7em;
	font-weight:normal;
	border:1px solid #999;
	background:#fff;
	padding:2px 10px;
}

/* --------------------- HEADER STYLING -------------------------------- */

#logo {
	float:left;
	height: 106px;
	width:228px;
	border:none;
	margin: 10px 0 0 30px;
	padding:5px 0;
}
#logo a:hover {
	background:none;
}

#bannerad {
	float:right;
	margin:30px 30px 0 0;
	height: 60px;
	width:468px;
}
/* --------------------- FOOTER STYLING -------------------------------- */

#footer p {
	text-align:center;
	margin:1em;
}

#footer p.credits {
	font-size:.8em;
}

/* --------------------- WIDGET STYLING -------------------------------- */

#secondary .widgetlogin {
	border: 1px solid #930;
}
#secondary .widgetmore {
	border: 1px solid #F93;
}
#secondary .widgettools {
	border: 1px solid #090;
}
#secondary .widgetother {
	border: 1px solid #090;
}
#secondary .widgetmore, #secondary .widgetlogin, #secondary .widgettools {
	padding:10px;
	background: #fff;
	margin-bottom:20px;
	border-top:none;
}
#secondary .widgetother {
	border: 1px solid #f90;
	padding:6px;
	background: #fff;
	margin:0px;
}
#secondary h1.login {
	border: 1px solid #930;
	border-bottom:none;
}
#secondary h1.more {
	border: 1px solid #F93;
	border-bottom:none;
}
#secondary h1.tools {
	border: 1px solid #090;
	border-bottom:none;
}
#secondary p {
	margin: 1em 0;
}

.widget label {
	color: blue;
	text-decoration:underline;
	margin-left:15px;
	
}
/* --------------------- FORM STYLING ---------------------------------- */

textarea:focus, input[type='text']:focus, input[type='file']:focus, input[type='password']:focus,select:focus
{
	outline:2px solid #e4e4e4;
	border-color:#888;
}

label {
	display:block;
	margin:15px 0 5px 0;
	color:#000;
	font-weight:bold;
}

textarea, input[type='text'], input[type='file'], input[type='password'], input[type='submit'], select {
	border:1px solid #666;
	color:#333;
	margin-left:15px;
	padding:2px;
}
textarea {
	width:400px;
	height:100px;
}

input[type='submit'] {
	margin-left:48px;
	background:#424fff;
	color:#fff;
	font-weight:bold;
	padding: 2px 10px;
}

.form_error {
	background-color:#ff3;
	padding: 0 10px;
	border:#aaa dashed 1px;
	margin-left:6px;
	font-weight:normal;
	font-size:.9em;
	
}

/*
label.checkbox {
	display:inline;
  	margin-left:10px;
	font-weight:normal;
}

/*

select {
	padding-right:1px;
	width:200px;
}
input.checkbox {
	margin-right:10px;
	margin-left:10px;
}
*/
input[disabled], textarea[disabled] {
	color:#ccc;
}
input.short {
	width:100px;
}
input.medium {
	width:250px;
}
input.long {
	width:350px;
	margin-bottom:5px;
}

/* ------------------ PAGINATION STYLING ----------------------------- */

.pagination {
	text-align:center;
}

.pagination b, .pagination i {
	border: 1px solid #999;
	background: #fff;
	padding: 2px 4px;
	margin: 0;
}

.pagination i {
	background: #ff9;
}

.pagination a {
	text-decoration:none;
	color:#666;
}

.pagination a:hover b {
	text-decoration:none;
	background: #ff9;
}

/* --------------------- LINK STYLING -------------------------------- */

a, a:visited {
	color:#00f;
	padding:1px;
}

a:hover {
	background-color:#ddd;
	text-decoration:none;
}

.sliding_pics {  
   position: relative;
	float:right;
   height:  200px;
   width:   220px;
   padding: 0;
   margin:  0 1px 30px 10px;
   overflow:hidden
} 

.sliding_pics a {
	text-decoration:none;
}
