﻿body {
	background: #e8e8e8;
	padding-bottom: 30px;
}


a { color: #0000cc; }

a img, .noborder  
{
    border:0;
}

.left {
	float:left;
}
.right {
	float:right;
}

/* Basic structure */

#page {
	width: 924px;
	background: #fff;
}

#content {
	padding-bottom: 60px;
	padding-top: 0;
}

/* Header */

#topnav ul {
	padding-top: 15px;
	margin: 0;
	background: url(../images/branding/border.gif) repeat-x 100% 100%;
}

#topnav li {
	float: left;
	margin-right: 2px;
	background: #e2e7ef url(../images/branding/tab_topleft.png) no-repeat 0 0;
	border-bottom: 1px solid #c9c9c9;
}

#topnav a {
	float: left;
	padding: 4px 20px 2px 20px;
	background: url(../images/branding/tab_topright.png) no-repeat 100% 0;
	text-align: center;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#topnav li.current {
	background-image: url(../images/branding/tab_topleft_current.png);
	border-bottom: 0;
	padding-bottom: 1px;
}

#topnav li.current a {
	background-image: url(../images/branding/tab_topright_current.png);
	color: #e1081e;
}

#header .site-search 
{
    padding-top: 10px;
}

#header .site-search label 
{
    visibility: hidden;
}

#header .site-search input {
	vertical-align: middle;
}
#header .site-search label 
{
    font-weight:bold;
}


#header .site-search input.text {
	border: 2px solid #c9c9c9;
	margin-right: 2px;
	font-size: 0.916em;
}

#header #sitelinks {
	font-size: 0.916em;
}

#header #sitelinks .text-size-medium {
	font-size: 1.2em;
}

#header #sitelinks .text-size-large {
	font-size: 1.5em;
}

#header #sitelinks  .text-sizes a {
 	text-decoration: none;
}


#header #sitelinks  .text-sizes a:hover {
	color: #fff;
	background: #0000cc;
}

#header .level2 {
	border-bottom: 1px solid #c9c9c9;
}

#header .level2 ul {
	margin: 0;
	padding: 10px 0 10px 10px;
}

#header .level2 li {
	float: left;
}

#header .level2 a {
	float: left;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 8px;
	border-left: 1px solid #c9c9c9;
	line-height: 1em;
}

#header .level2 li.current a {
	color: #e1081e;
} 


#header .level2 li.first a {
	border-left: 0;
}

#crumbtrail {
	padding: 3px 20px;
	color: #666;
	background: #eee;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 30px;
}

#crumbtrail a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}


/* Footer */

#footer {
	border-top: 1px solid #c9c9c9;
	padding-top: 15px;
	font-size: 0.916em;
	color: #666677;
	clear: both;
}

.lead h3 {
	margin:20px 0 10px 0;
	padding:0;
	color:#BE2F3A;
}

.rhs-green h4 {

}

/* Page Tools */

.page-tools ul {
	padding: 0;
	margin: 0;
	float: right;
	clear:both;
}
.lead .page-tools ul 
{
    clear:none !important;
}

.page-tools ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.page-tools li {
	float: left;
}

.page-tools li a {
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left:24px;
	color: #000;
	text-decoration: none;
	margin-right: 20px;
	font-size: 0.916em;
	min-width: 22px;
}

.page-tools li a:hover {
	text-decoration: underline;
}

.page-tools li a.send-to-friend {
	background-image: url(../images/branding/icon-send-to-a-friend.gif);
}

.page-tools li a.comment-tool {
	background-image: url(../images/branding/icon-comment.gif);
}
.page-tools li a.feedback {
	background-image: url(../images/branding/icon-feedback.gif);
}

.page-tools li a.share {
	background-image: url(../images/branding/icon-share.gif);
}

.page-tools li a.read-more {
	background-image: url(../images/branding/icon-read-more.gif);
}

.page-tools li a.print {
	background-image: url(../images/branding/icon-print.gif);
}

/* Content */

#content h1 {
	color: #e1081e;
}

#content h2 {
	color: #e1081e;
}

/* Banners */

.banner {
	margin-bottom: 10px;
	width:180px;	
}

.banner a {
	display: block;
	color: #fff;
	background: #666;
	text-decoration: none;
	padding: 5px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.banner a:hover {
	/*font-weight: bold;*/
}

.banner  h3 {
	text-transform: uppercase;
	margin: 0;
	font-size: 1em;
	padding-top: 0.3em;
    color:#fff !important;
}


.bannerheader {
	text-transform: uppercase;
	margin: 0;
	font-size: 1em;
	padding-top: 0.3em;
	color:#fff !important;
	font-weight:bold;
}

.banner-red a {
	background-color: #be2f3a;
	background-image: url(../images/branding/banner-red.gif);
}

.banner-purple a {
	background-color: #9c00ff;
	background-image: url(../images/branding/banner-purple.gif);
}

.banner-blue a {
	background-color: #999999;
	background-image: url(../images/branding/banner-blue.gif);
}

.banner-green a {
	background-color: #009900;
	background-image: url(../images/branding/curve-green.gif); 
}


/* General components */

.action-links li {
	list-style: none;
	display: inline;
}

.action-links li a {
	background: url(../images/branding/arrow-right-red.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
	margin-right: 20px;
	color: #000000;
}

.redbold {
  color: red;
  font-weight: bold;
}

.admin-button {
    background-color:#7D7B7B;
    border:1px solid #666666;
    color:#FFFFFF;
    padding:0pt 10px;
}

.Popup_BackGround
{
	background:#000; opacity:0.5; filter:alpha(opacity=50); 
}

/* OVERLAY */

div.overlay {
	position: absolute;
	width: 400px;
	padding: 10px;
	left: 50%;
	top: 100px;
	margin-left: -210px;
	z-index: 999;
	background: #fff;
	
	text-align: left;
	border: 5px solid #ccc;
}

/* dialog */

div.special {
	background: #fff;
	text-align: left;
	border: 5px solid #ccc;
}


/*
 *		Popup Windows	
 */
 /*
 div.radwindow {
 	background: #fff;
	color: #000 !important;
	border: 4px solid #ccc;
 }
 
 div.radwindow table td {
 	font-size: 1em !important;
 }
 
 div.radwindow table td.windowcontent {
    height: 100%;
 }
 
 div.radwindow table td iframe {

 }
 
 div.radwindow table.titlebarcontrols em {
    font-style: normal;
    font-weight: normal;
 }
 
 div.radwindow .footerrow,
 div.radwindow .topresize,
 div.radwindow .corner {
    display: none;
 }
 
 div.TelerikModalOverlay 
 {
     background: #000 !important;
     opacity: 0.2 !important;
 }
 
 div.radwindow_Vista table.titlebarcontrols em 
 {
     font-style: normal;
     font-weight: bold;
     color: #000 !important;
 }
*/
 td.titlebar 
{
    background: transparent url('/admin/images/popup-back.png') repeat-x right top;
}
.footercenter {
	border-top:solid 1px #ccc;
}


/*Events */

.searchevents {
	margin:10px 0 0 0;
	padding:10px;
	background-color:#efefef;
	border:1px solid #ccc;
}
.widthcurrent {
	width:224px !important;
}
.widthspread {
	width:700px !important
}

/*Listings */
.listinglist {
	margin:0;
	padding:0;
}
.listinglist h3 {
	margin:0 0 5px 0;
	padding:0;
}
.listinglist li {
	border-top:1px dotted #ddd;
	padding:10px 10px 0 10px;
	margin:0 0 5px 0;
	list-style:none;
	background-color:#f7f7f7;
}
.listinginfo {
	font-size:0.916em;
	padding-bottom:3px;
}
.listingdescription{
	margin-bottom:5px;
}
.listingregion, .listingdate {
	color:#666 !important;
}

.listinglist img {
	float:left;
	display:block;
	margin-right:10px;
}
.listingdata {
	width:420px;
	float:left;
}
.jobstats {
	margin:0;
	padding:0;
}
.jobstats li {
	font-size:0.916em;
	padding:0;
	font-weight:bold;
	margin:0;
	min-height:22px;
	list-style-type:none;
}
.jobstats .joblabel {
	width:90px;
	float:left;
}
.jobstats .jobinfo {
	width:160px;
	float:left;
	font-weight:normal !important;
}
.jobdetailcol {
	width:50%;
	float:left;
	margin-bottom:10px;
}



#sortbar {
	border:1px solid #ddd;
	padding:2px;
	margin:0 0 20px 0;
	background-color:#efefef;
	text-align:right;
	font-size:0.916em;
}
#sortbarlisting {
	border:1px solid #ddd;
	padding:2px 2px 2px 20px;
	margin:0 0 20px 0;
	text-align:left;
	font-size:0.916em;
	background:#efefef url(../images/arrow-back.gif) no-repeat 5px 50%;
}
#sortbar a, #sortbarlisting a {
	color:#000;
	text-decoration:none;
}
.two-column-bespoke .prev {
	margin-left:0 !important;
}
.required 
{
    color:#dd362e;   
}
.applybutton {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size:1em;
    border: 1px solid #444;
    padding: 3px 15px 3px 5px;
    background: #777 url(../images/arrow-btn.gif) no-repeat 100% 50%;
	float:right;
	margin:0;
	color:#fff;
	text-decoration:none;
}

.fixmainwidth {
	width:759px !important;
	padding-left:0px !important;
}



