/* common styles  */

body {
	background: #fff url(../img/page_background.gif) repeat-y top center;
	margin: 0;
	padding: 0;
	font-family: Arial, helvetica, sans-serif;
	text-align: left;
	font-size: 75%; /* Set default font size to 12px*/
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

form input,
form select {
	font-family: Arial, helvetica, sans-serif;
}

form input.checkbox,
form input.file {
	width: auto !important;
	margin: 6px 7px 0 7px;
}

h1 {
	text-transform: uppercase;
}

/* end common styles  */

#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background: #ffffff;
}

#header {
	/*background: #c6c690 url(../img/header_background.gif) no-repeat right -20px;*/
	background: #fff;
}

#header #logo {
	float: left;
}

#header #now {
	float: right;
	color: #767561;
	padding: 75px 25px 10px 0;
}


#mainbanner {
	clear: both;
	text-align: right;
	color: white;
	margin-bottom: 5px;
	height: 115px;
	position: relative;
}

#mainbanner div.main_banner {
	position: absolute;
	top: 0;
	left: 0;
	height: 115px;
	width: 100%;

}

#mainbanner div.image {
	float: right;
	margin-left: 30px;
	height: 115px;
}

#mainbanner div.info {
	padding: 10px;
	margin-right: 512px;
}

#mainbanner div.info h2 {
	margin: 0;
	padding: 0;
	font-size: 160%;
}

#mainbanner div.info div.lead {
	margin: 0 0 0.25em 0;
	font-size: 120%;
}

#mainbanner a {
	color: white !important;
	font-weight: bold;
}

#mainnav {
	float: left;
	margin-left: 20px;
	margin-top: 7px;
}

#mainnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainnav ul li {
	float: left;
	border-right: 1px solid #767561;
	padding-right: 10px;
	margin-right: 10px;
}

#mainnav ul li.last {
	border: 0;
	padding: 0;
	margin: 0;
}

#mainnav ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #767561;
	text-align: center;
}

#mainnav ul li a.on,
#mainnav ul li a:hover {
	color: #000;
}

#search {
	float: right;
	margin-right: 10px;
}

#search label {
	color: white;
}

#mainArea {
	clear: both;
	background: white url(../img/mainarea_background.gif) repeat-y top left;
	/*border-top: 5px solid #C6C690;*/
	border-top: 5px solid #fff;
	height: 1%;
}

#colLeft {
	float: left;
	width: 140px;
	color: white;
	font-size:91%;
}

#colLeft a {
	color: white;
}

#leftnav {
	background-color: #7d805d;
}

#colLeft ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#colLeft ul li {
	display: inline;
}

#leftnav ul li a {
	display: block;
	padding: 3px 20px;
	background-color: transparent;
	border-bottom: 1px dotted white;
}

/* colour themeing starts here */

#leftnav ul li.news a:hover,
#leftnav ul li.news a.on,
#mainbanner div.news {
	/*background-color: #a0cfdd;*/
	background-color: #092c42;
}

#leftnav ul li.features a:hover,
#leftnav ul li.features a.on,
#mainbanner div.feature {
	background-color: #7c6464;
}
#leftnav ul li.interviews a:hover,
#leftnav ul li.interviews a.on,
#mainbanner div.interview {
	background-color: #8b2229;
}
#leftnav ul li.reports a:hover,
#leftnav ul li.reports a.on,
#mainbanner div.report {
	background-color: #759387;
}
#leftnav ul li.projects a:hover,
#leftnav ul li.projects a.on,
#mainbanner div.project {
	/*background-color: #ad87a0;*/
	background-color: #b8b7a3;
}
#leftnav ul li.diary a:hover,
#leftnav ul li.diary a.on,
#mainbanner div.diary {
	background-color: #929daf;
}
#leftnav ul li.yearbook a:hover,
#leftnav ul li.yearbook a.on {
	background-color: #6b5157;
}
#leftnav ul li.jobs a:hover,
#leftnav ul li.jobs a.on,
#mainbanner div.job {
	background-color: #55727b;
}
#leftnav ul li.conferences a:hover,
#leftnav ul li.conferences a.on,
#leftnav ul li.orders a:hover,
#leftnav ul li.orders a.on,
#mainbanner div.conference {
	background-color: #738c93;
}
#leftnav ul li.roundtables a:hover,
#leftnav ul li.roundtables a.on {
	background-color: #746f6e;
}
#leftnav ul li.subscribe a:hover,
#leftnav ul li.subscribe a.on {
	background-color: #a09774;
}
#leftnav ul li.advertise a:hover,
#leftnav ul li.advertise a.on {
	background-color: #C6C690;
}
#leftnav ul li.users a:hover,
#leftnav ul li.users a.on {
	background-color: #5b4861;
}
#leftnav ul li.eventreports a:hover,
#leftnav ul li.eventreports a.on,
#mainbanner div.eventreports,
div.eventreports h1 {
	background-color: #5c7c64;
}

#leftnav ul li.usefullinks a:hover,
#leftnav ul li.usefullinks a.on,
#mainbanner div.usefullinks,
div.usefullinks h1 {
	background-color: #ada5a3;
}

#leftnav ul li.companies a:hover,
#leftnav ul li.companies a.on,
#mainbanner div.companies {
	background-color: #535e7c;
}

#leftnav ul li.leaguetables a:hover,
#leftnav ul li.leaguetables a.on,
#mainbanner div.leaguetables {
	background-color: #8a9dff;
}

body#themePage #content a {
	color: #333;
}

body#themeRegister #content a {
	color: #5b4861;
}


body#themeNews #content h2,
body#themeNews #content a {
	/*color: #799EAA;*/
	color: #092c42;
}

body#themeFeature #content h2,
body#themeFeature #content a
 {
	color: #7c6464;
}

body#themeLogin #content h2,
body#themeLogin #content a {
	color: #7c6464;
}

body#themeInterview #content h2,
body#themeInterview #content a {
	color: #8b2229;
}
body#themeReport #content h2,
body#themeReport #content a {
	color: #759387;
}
body#themeProject #content h2,
body#themeProject #content a {
	padding: 2px 10px;
	margin-left: -10px;
}

body#themeProject #content {
  color: #000000;
}

body#themeDiary #content h2,
body#themeDiary #content a {
	color: #929daf;
}
body#themeYearbook #content h2,
body#themeYearbook #content a {
	color: #6b5157;
}
body#themeJob #content h2,
body#themeJob #content a {
	color: #55727b;
}
body#themeConference #content h2,
body#themeConference #content a,
body#themeOrder #content h2,
body#themeOrder #content a {
	color: #777;
}
body#themeRoundtable #content h2,
body#themeRoundtable #content a {
	color: #746f6e;
}
body#themeSubscribe #content h2,
body#themeSubscribe #content a {
	color: #a09774;
}
body#themeAdvertise #content h2,
body#themeAdvertise #content a {
	color: #C6C690;
}

body#themeCompany #content h2,
body#themeCompany #content a {
	color: #535e7c;
}

body#themeLeaguetable #content h2,
body#themeLeaguetable #content a {
	color: #8a9dff;
}

#leftnav ul li.users a:hover,
#leftnav ul li.users a.on {
	background-color: #5b4861;
}

#leftnav ul li a.on {
	font-weight: bold;
}

#colLeft #login {
	background-color: #c6c690;
	padding: 10px;
	color: #7D805D;
}

#colLeft #login form {
	margin: 1em 0;
}

#colLeft #login a {
	padding: 3px 5px;
	font-weight: bold;
	color: #7D805D;
	background-color: white;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #7D805D;
}

#colLeft #login #loginbtn {
	display: block;
	padding: 3px 5px;
	margin-top: 5px;
	font-weight: bold;
	color: #7D805D;
	background-color: white;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #7D805D;
	font-size: 100%;
	width: 100%;
	text-align: left;
}

#colLeft #login input.textbox {
	width: 115px;
}

#colLeft div.banner {
	margin: 10px;
}

#colRight {
	float: left;
	width: 175px;
	color: white;
	background-color: #092c42;
}

#colRight h2 {
	font-size: 110%;
	margin: 0;
	text-transform: uppercase;
}

#colRight div.padding {
	padding: 10px;
}

#colRight div.padding ol {
	margin-left: 0px;
	padding-left: 20px;
	font-weight:bold;
}

#colRight div.padding ol li .normal {
	line-height: 150%;
	font-weight: normal;
}

#colRight div.padding ol li .normal a {
	color: #fff;
}

#colRight div.padding ol li .normal a:hover {
	color: #fff;
	text-decoration:underline;
}

#colRight #thePublication {
	background-color: #7d805d;
}

#colRight #thePublication h2 {
	/*background: transparent url(../img/themes/right/publication_heading_background.gif) no-repeat -435px bottom;*/
	background: #c6c690;
	padding: 5px 10px;
}

#colRight #thePublication img {
	margin-bottom: 5px;
}

#colRight #thePublication p.lead {
	font-size: 110%;
	font-weight: bold;
}

#colRight #thePublication ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#colRight #thePublication ul li {
	margin-bottom: 10px;
}

#colRight #thePublication ul li a {
	color: #C6C690;
}

#colRight #jobOfTheWeek {
	background: #092c42;
}

#colRight #jobOfTheWeek h2 {
	/*background: transparent url(../img/themes/right/job_heading_background.gif) no-repeat -435px bottom;*/
	background:#929daf;
	padding: 5px 10px;
}

#colRight #jobOfTheWeek div.logo {
	text-align: center;
	background: white;
	padding: 8px;
	margin-bottom: 10px;
}

#colRight #jobOfTheWeek div.company {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%;
}

#colRight #jobOfTheWeek div.jobtitle {
	font-weight: bold;
	font-size: 110%;
}

#colRight #jobOfTheWeek div.moreinfo {
    margin-bottom: 10px;
    margin-top: 5px;
}

#colRight #jobOfTheWeek div.moreinfo a {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 5px;
}

#colRight #jobOfTheWeek div.moreinfo a:hover {
    text-decoration: none;
}

#colRight #jobOfTheWeek p.location,
#colRight #jobOfTheWeek p.salary,
#colRight #jobOfTheWeek p.code {
	font-weight: bold;
}

#colRight #jobOfTheWeek p a {
	color: white;
	font-weight: bold;
}

#colRight #jobOfTheWeek p a.pdflink {
	background-color: white;
	color: #799EAA !improtant;
	padding: 4px 5px 5px 24px;
	background-position: 3px 3px;
	font-weight: bold;
	font-size: 110%;
}

#colRight p.more {
	padding: 5px;
	border: 1px solid white;
}

#colRight p.more a {
	color: white;
	font-weight: bold;
}

#middle {
	width: 584px;
	float: left;
	color: #333;
}

body.admin #middle {
	width: 755px;
}

#middle h2 {
	font-size: 120%;
}

#middle div.banner {
	padding: 10px 10px 0 10px;
}

#middle div.breakingNews {
	background-color: #e6eef1;
	border-bottom: 1px dotted #999;
}

#middle div.breakingNews div.image {
	float: right;
	margin: 10px;
}

#middle div.breakingNews h3 {
	font-size: 140%;
	line-height:1.1em;
	color: #84abb7;
	padding: 0 !important;
	margin: 5px 0 0 0 !important;
	/*text-transform: lowercase;*/
}

#middle div.breakingNews a {
	color: #092c42 !important;
}

#middle div.col {
	width:	50%;
	float: left;
}

#middle div.col h2 {
	padding: 3px 10px;
	color: white;
	text-transform: uppercase;
}

#middle div.feature {
	border-bottom: 1px dotted #999;
}

#content ul.subnav {
	list-style-type: none;
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
	height: 2em;
	line-height: 2em;
}

#content ul.subnav li {
	float: left;
}

#content ul.subnav li a {
	color: white !important;
}

#content ul.subnav li a:hover {
	text-decoration: underline;
}

#middle div.breakingNews h2 {
	color: white;
	padding: 3px 10px;
	/*background: transparent url(../img/themes/breaking_news/heading_background.gif) no-repeat -350px bottom;*/
	background: #092c42;
	min-width: 272px;
	text-transform: uppercase;
}

#middle div.news h2 {
	/*background: transparent url(../img/themes/news/heading_background.gif) no-repeat -350px bottom;*/
	background: #8b2229;
}

body#themeNews #content h1 {
	background: #092c42;
}

#middle div.projects h2,
body#themeProject #content h1,
body#themeProject #content h2,
body#themeProjectPhase #content h1 {
	/*background: transparent url(../img/themes/projects/heading_background.gif) no-repeat -350px bottom;*/
	background: #b8b7a3;
}

body#themeProject #content h2.long {
	/*background: transparent url(../img/themes/projects/heading_background.gif) no-repeat -26px bottom;*/
	background: #b8b7a3;
}

#middle div.companies h2,
body#themeCompany #content h1,
body#themeCompany #content h1 {
	/*background: transparent url(../img/themes/companies/heading_background.gif) no-repeat -350px bottom;*/
	background: #535e7c;
}

#middle div.leaguetables h2,
body#themeLeaguetable #content h1,
body#themeLeaguetable #content h1 {
	/*background: transparent url(../img/themes/leaguetables/heading_background.gif) no-repeat -350px bottom;*/
	background: #a80dff;
}

body#themeProject #content ul.subnav {
	/*background: transparent url(../img/themes/projects/subnav_background.gif) no-repeat -500px bottom;*/
	background: #ad8780;
}

#middle div.features h2,
body#themeFeature #content h1 {
	/*background: transparent url(../img/themes/features/heading_background.gif) no-repeat -350px bottom;*/
	background: #7c6464;
}

#middle div.interviews h2,
body#themeInterview #content h1 {
	/*background: transparent url(../img/themes/interviews/heading_background.gif) no-repeat -350px bottom;*/
	background: #8b2229;
}

body#themeAbout #content h1,
body#themeLinks #content h1 {
	/*background: transparent url(../img/themes/about/heading_background.gif) no-repeat -350px bottom;*/
	background: #ada5a3;
}

body#themeUser #content h1,
body#themeSector #content h1 {
	/*background: transparent url(../img/themes/register/heading_background.gif) no-repeat -350px bottom;*/
	background: #5b4861;
}

body#themeReport #content h1,
body#themeBanner #content h1,
body#themeBannerSection #content h1 {
	/*background: transparent url(../img/themes/reports/heading_background.gif) no-repeat -350px bottom;*/
	background: #759387;
}

body#themeDiary #content h1 {
	/*background: transparent url(../img/themes/diary/heading_background.gif) no-repeat -350px bottom;*/
	background: #929daf;
}


body#themeYearbook #content h1 {
	/*background: transparent url(../img/themes/year_book/heading_background.gif) no-repeat -350px bottom;*/
	background: #6b5157;
}

body#themeJob #content h1,
body#themeJobTitle #content h1,
body#themeJobLocation #content h1 {
	/*background: transparent url(../img/themes/jobs/heading_background.gif) no-repeat -350px bottom;*/
	background: #55727b;
}

body#themeOrder #content h1,
body#themeVoucher #content h1,
body#themeConference #content h1 {
	/*background: transparent url(../img/themes/conferences/heading_background.gif) no-repeat -350px bottom;*/
	background: #738c93;
}

body#themeRoundtables #content h1,
body#themeRoundtable #content h1 {
	/*background: transparent url(../img/themes/roundtables/heading_background.gif) no-repeat -350px bottom;*/
	background: #746f6e;
}

body#themeSubscribe #content h1,
body#themePage #content h1 {
	/*background: transparent url(../img/themes/subscribe/heading_background.gif) no-repeat -350px bottom;*/
	background: #a09774;
}

body#themeAdvertise #content h1,
body#themeParameter #content h1 {
	/*background: transparent url(../img/themes/advertise/heading_background.gif) no-repeat -350px bottom;*/
	background: #c6c690;
}

body#themeEventreport #content h1 {
	/*background: transparent url(../img/themes/eventreport/heading_background.gif) no-repeat -350px bottom;*/
	background: #68886c;
}


#middle div.feature div.item,
#middle div.breakingNews div.item,
#middle div.two_cols div.col div.projects div.item,
#middle div.two_cols div.col div.news div.item {
	/*width: 272px;*/
	/*float: left;*/
	margin: 0 0 1em 0;
}

#middle div.feature div.item,
#middle div.breakingNews div.item img{
	/*width: 272px;*/
	float: right;
	margin: 0 1em 1em 1em;
}

#middle div.item div.padding {
	padding: 0 10px;
}

#middle div.item div.padding h3{
	margin: 0;
}

#middle div.feature h2 {
	padding: 3px 10px;
	color: white;
	text-transform: uppercase;
}

#middle div.feature div.item h3 {
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	color: white;
}

#middle div.feature div.item h3 a {
	color: #000;
}

#middle div.feature div.item h3 a:hover {
	color: #666;
}

#middle div.news div.item div.date {
	color: #a0cfdd;
}

#middle div.projects div.item div.date {
	color: #b8b7a3;
}

#middle div.features div.item div.date {
	color: #7c6464;
}

#middle div.interviews div.item div.date {
	color: #8b2229;
}

#middle div.companies div.item {
  border-bottom: 1px solid #CCCCCC;
}

#middle div.companies div.item div.enhanced_info {
  margin-left: 200px;
}

div.morelink {
  float: right;
}

#middle div.companies div.item div.image {
  float: left;
  width: 190px;
}

#middle div.companies div.item div.image img {
  width: 180px;
}

#content {
	margin: 0 10px;
	line-height: 1.5em;
}

#content h1 {
	font-size: 120%;
	margin-left: -10px;
	color: white;
	padding: 3px 10px;
}

#content h3 {
	font-size: 100%;
}

#content ol {
	padding-left: 2em;
	margin-left: 0;
}

#content li {
	margin-bottom: 1em;
}

#content a {
	font-weight: bold;
	color: #7D805D;
}


#content p.lastUpdate {
	color: #999;
}

#content div.registerPrompt {
	background-color: #e6eef1;
	padding: 1em;
	margin: 1em 0;
}

#content div.insetImage {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 3px solid #ddd;
}

#content div.insetLogo {
	float: right;
	margin: 0 0 10px 10px;
}

#content div.index div.item {
	margin: 1em 0;
}

#content div.index div.item h3 {
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#content div.feature div.item h3 a {
	color: #000;
}

#content div.feature div.item h3 a:hover {
	color: #666;
}

#content div.news div.item div.date {
	/*color: #a0cfdd;*/
	color: #8b2229;
}

#content div.projects div.item div.date {
	color: #b8b7a3;
}

#content div.features div.item div.date {
	color: #7c6464;
}

#content div.interviews div.item div.date {
	color: #8b2229;
}

#content a.top {
	border-top: 1px solid #ccc;
	text-align: right;
	background: transparent url(../img/icon_back_to_top.gif) no-repeat scroll right 3px;
	display: block;
	padding-right: 14px;
	color: #7D805D;
	clear: both;
}

#content div.jobSearhResultsList {

}

#content div.jobSearhResultsList div.job {
	clear: both;
	border-bottom: 1px dotted #999;
	padding: 10px 0;
}

#content div.jobSearhResultsList div.job div.logo {
	width: 180px;
	float: left;
}

#content div.jobSearhResultsList div.job div.info {
	width: 200px;
	float: left;
}

#content div.jobSearhResultsList div.job div.apply {
	width: 150px;
	float: left;
}

#content div.jobSearhResultsList div.job div.apply a {
	font-weight: bold;
}

#homepage {
	margin: 0 -10px;
}

#footer {
	clear: both;
	color: #999;
	margin-top: 15px;
	border-top: 1px solid #ccc;
	line-height: 1.5em;
}

#footer p {
	margin: 0.75em 0;
}

#footer a {
	text-decoration: none;
	color: #999999;
}

#footer a.wiredmedia {
}

#footer p#validator {
	float: right;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

div.error_message {
	background: #fee url(../img/icon_error.gif) 8px 6px no-repeat;
	padding: 5px 5px 5px 28px;
	margin: 1em 0;
	border: 1px solid #f00;
}

fieldset div.error_message {
	margin: 1em 7px 1em 31.5%;
}

fieldset.wide div.error_message {
	margin-left: 7px !important;
}

div.warning {
	background: #ffd url(../img/icon_warning.gif) 8px 6px no-repeat;
	padding: 5px 5px 5px 28px;
	margin: 1em 0;
	border: 1px solid #ffcc00;
}

div.message {
	background: #def url(../img/icon_notice.gif) 8px 6px no-repeat;
	padding: 5px 5px 5px 28px;
	margin: 1em 0;
	border: 1px solid #0099ff;
}

div.success {
	background: #efe url(../img/icon_success.gif) 8px 6px no-repeat;
	padding: 5px 5px 5px 28px;
	margin: 1em 0;
	border: 1px solid #33cc00;
}

div#UserMessage {
	background: #fee url(../img/icon_error.gif) 8px 6px no-repeat;
	padding: 5px 5px 5px 28px;
	margin: 1em 0;
	border: 1px solid #f00;
}

a.doclink {
	background: transparent url(/img/icon_doc.gif) no-repeat 0 0;
	padding: 2px 0 2px 22px;
	line-height: 16px;
	font-weight: bold;
}

a.pdflink {
	background: transparent url(../img/icon_pdf.gif) no-repeat 0 0;
	padding: 2px 0 2px 22px;
	line-height: 16px;
}

div#content fieldset div.spacer {
	height: 10px;
}

/* form styles */

form div.required,
form div.optional {
	padding: 5px 0;
}

form div.striped {
	background-color: #eee;
}

form div.required div.info,
form div.optional div.info {
	margin-left: 31%;
	padding-left: 22px;
	margin-top: 5px;
	background: transparent url(../img/icon_info.gif) no-repeat 0px 1px;
}

form div.required p,
form div.optional p {
	margin: 0;
	padding: 6px 0;
}

form div.required label {
	font-weight: bold;
}

form div.required label,
form div.optional label {
	width: 30%;
	display: block;
	float: left;
	padding-top: 6px;
	padding-left: 7px;
}

fieldset table {
	margin: 0 5px;
}

#content dl {
	clear: both;
}

#content dl dt {
	float: left;
	width: 30%;
	font-weight: bold;
	padding: 5px 0;
}

#content dl dd {
	border-bottom: 1px dotted #ccc;
	margin-left: 0;
	padding: 5px 0;
}

#content dl dd p {
	margin: 0 0 0 30%;
	padding: 0;
}

#content fieldset dl {
	margin-left: 7px;
	margin-left: 7px;
}

#content fieldset dl dt {
	border: 0 !important;
}

fieldset p {
	padding-left: 7px;
	padding-right: 7px;
	margin: 0.5em 0;
}

form div.required img,
form div.optional img {
	padding-top: 7px;
	padding-left: 7px;
}

form div.required input,
form div.optional input,
form div.required textarea,
form div.optional textarea {
	width: 65%;
	padding: 2px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 100%;
}

form .auto {
	width: auto !important;
}

form div.required div.submit,
form div.optional div.submit {
	float: left;
}

form div.submit {
	text-align: right;
	margin-top: 1em;
}

fieldset div.submit {
	margin-left: 30%;
	margin-top: 0.5em !important;
	text-align: left !important
}

fieldset div.submit input {
	margin-left: 7px !important;
}

fieldset {
	border: 1px solid #ccc;
	margin: 1em 0;
	padding: 0 0 10px 0;
}

fieldset legend {
	color: #7D805D;
	font-size: 140%;
	padding-left: 7px;
}

form div.wide label {
	width: auto !important;
}

fieldset.jobSearch select,
fieldset.jobSearch input {
	width: 50% !important;
}

/* form styles end */

#content a.buttonlink,
div.submit input {
	color: #7D805D !important;
	border: 1px solid #C6C690;
	padding: 3px 5px;
	background-color: white;
	color: #7D805D;
	cursor: pointer;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	width: auto !important;
}

#content a.buttonlink:hover,
div.submit input:hover {
	background-color: #C6C690;
}

table.orderSummary {
	width: 100%;
}

table.orderSummary th,
table.orderSummary td {
	padding: 6px;
}

table.orderSummary th {
	border-bottom: 1px solid #999;
}

table.orderSummary td {
	border-bottom: 1px solid #ccc;
}

table.orderSummary tfoot td {
	font-weight: bold;
}

div.info_message {
	padding-left: 22px;
	background: transparent url(../img/icon_info.gif) no-repeat 0px 1px;
	clear: both;
}


#content div#sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content div#sitemap ul li {
	margin: 2em 0 0.5em 0;
}

#content div#sitemap ul li ul li {
	margin: 0.5em 0;
	padding-left: 17px;
	background: transparent url(../img/sitemap_list_icon.gif) no-repeat 1px 2px;
}

#content div#sitemap ul li a {
	font-size: 120%;
	font-weight: bold;
	color: #7D805D;
}

#content div#sitemap ul li a:hover {
}

#content div#sitemap ul li ul li a {
	font-size: 100% !important;
}

#content div#sitemap ul li ul li a:hover {
}

#content div#pagination {
	margin-top: 1em;
}

#content div#pagination div.results {
	float: left;
}

#content div#pagination div.links {
	text-align: right;
	margin-left: 200px;
}

a.basketDeleteItem {
	color: #88160D !important;
}

.conference_logos {

}

.conference_logos ul {
    list-style: none outside;
    overflow: auto;
}

.conference_logos ul li {
    float: left;
    margin-right: 10px;
}
#printfiendly {

}
#printfriendly a{
	display:block;
	background-color:white;
	color:#7D805D;
	/*border:1px solid #7D805D;*/
	padding:0 0 0 5px;
	font-weight:bold;
	margin-left:10px;
}

#geo_options {
    float: right;
    width: 200px;
    margin-right: 20px;
}

#geo_options ul {
    list-style: none inside;
}

#geo_options li {
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    color: #767561;
    text-align: center;
}

#geo_options a {
    color: #767561;
    text-decoration: none;
    font-size: 1.1em;
}

#geo_options a:hover {
	color: #000;
    text-decoration: underline;
}

#content table.related {
  width: 100%;
}

#content table.related tr {

}

#content table.related th {
  padding: 5px 0;
  border-bottom:1px dotted #CCCCCC;
}

#content table.related td {
  padding: 5px 0;
  border-bottom:1px dotted #CCCCCC;
}

.projects hr {
	border: 1px solid #CCCCCC;
}

div#company_contact p{
	line-height:8px;
}

.project_related{
	border: 1px solid #C6C690;
}
#content .project_related ul{
	margin:0;
	padding-left: 40px;
}
#content .project_related ul li{
	margin-bottom:5px;
}
.project_related .lead{
	margin:5px 0 0 2px;
}
.project_related .title{
	background-color: #C6C690;
	padding-left:5px;
}

.project_related .content {
  display: none;
}

.project_related .holder {
  padding: 10px;
}

.tabNavigation li a {
	margin-left: 0 !important;
}

.league {

}

.league .phase {
    text-align: center;
}

.league .value {
    text-align: right;
}

cakeSqlLog { display: none; }