.print {
  display: none;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-size: 8pt;
  line-height: 20px;
  color: #303330;
  background-image: url(/images/bg.gif);
  background-repeat: repeat-x;
  background-color: #ffffff;
  margin: 0 0 1em;
}

div.clear {
  clear: both
}
div.clearleft {
  clear: left;
}
img {
  border: none;
}
input, textarea, select {
  background-color: #cccccc;
  border: 1px solid #666666;
  color: #303330;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-size: 8pt;
  line-height: 18px;
}
.formLayout input, .formLayout textarea {
  width: 99%;
}
.formLayout .radio input {
  width: auto;
}
input {
/*  width: 236px;*/
/*  height: 16px;*/
}
input.image_submit {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
}
textarea {
/*  height: 65px;*/
/*  width: 489px;*/
}
label {
  font-size: 8pt;
  font-weight: bold;
}
#container {
  width: 900px;
  margin: 0 auto;
}
#headerandmain {
  padding: 0 10px 20px;
  background-color: #ede9e5;
  background-image: url(/images/headerandmain_bg.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
/*  border: 1px solid green;*/
}
#header {
  margin-bottom: 9px;
}
#masthead {
  height: 96px;
}
#menubar {
  height: 28px;
  background-color: #ede9e5;
	position:relative;

}
#menu_main {
  list-style: none;
  float: left;
  width: 545px;
}
#menu_main li {
  text-indent: -9999px;
  float: left;
}
#menu_main li a{
  height: 28px;
  display: block;
}

#menu_main li.education a {
  width: 94px;
  background-image: url(/images/mainmenu_education.gif);
}
#menu_main li.recruitment a {
  width: 105px;
  background-image: url(/images/mainmenu_recruitment.gif);
}
#menu_main li.consultancy a {
  width: 106px;
  background-image: url(/images/mainmenu_consultancy.gif);
}
#menu_main li.publications a {
  width: 105px;
  background-image: url(/images/mainmenu_publications.gif);
}
#menu_main li.assessments a {
  width: 135px;
  background-image: url(/images/mainmenu_assessments.gif);
}
#menu_main li a:hover, #menu_main li.selected a {
  background-position: 0 28px;
}


#menu_aux {
  list-style: none;
  background-image: url(/images/nav_block3.gif);
  background-position: top right;
  background-repeat: no-repeat;
  background-color: white;
  height: 28px;
  margin-left: 555px;
  padding-left: 40px;
}
#menu_aux li {
  float: left;
  margin: 10px 0 9px 0;
  height: 9px;
  padding: 0;
  overflow: hidden;
  padding-right: 1px;
  background-image: url(/images/nav_br.gif);
  background-position: middle right;
  background-repeat: repeat-x;
  text-indent: -9999px;
}
#menu_aux li a {
  display: block;
  height: 9px;
}
#menu_aux li.home a {
  background-image: url(/images/auxmenu_home.gif);
  width: 42px;
}
#menu_aux li.news a {
  background-image: url(/images/auxmenu_news.gif);
  width: 44px;
}
#menu_aux li.companyprofile a {
  background-image: url(/images/auxmenu_companyprofile.gif);
  width: 106px;
}
#menu_aux li.contact a {
  background-image: url(/images/auxmenu_contact.gif);
  width: 72px;
}
#menu_aux li.contact {
  width: 72px;
  padding-right: 0;
}
#menu_aux li a:hover {
  background-position: 0 9px;
}
body.education #main {
  background-image: url(/images/main_bg_education.gif);
}
body.calendar #main {
  background-image: url(/images/main_bg_calendar.gif);
}
body.roadmap #main {
  background-image: url(/images/main_bg_calendar.gif);
}
body.consultancy #main {
  background-image: url(/images/main_bg_consultancy.gif);
}
body.assessments #main {
  background-image: url(/images/main_bg_assessments.gif);
}
body.recruitment #main {
  background-image: url(/images/main_bg_recruitment.gif);
}
body.publications #main {
  background-image: url(/images/main_bg_publications.gif);
}
body.misc #main {
  background-image: url(/images/main_bg_misc.gif);
}
body.home #main {
  background-image: url(/images/main_bg_home.gif);
}
#main {
  background-color: #ffffff;
  background-repeat: repeat-y;
  padding-bottom: 0px;
  position:relative;
  /* IE hack to stop background from #main extending into the margin between #header and #main */
  min-height: 1px;
}
#content {
  background-repeat: no-repeat;
	/* padding-left: 9px (white) + 60px (red bar) + 9px (white) + 15px (padding on grey) = 93px
		padding-right: 9px (white) + 263px (sidebar) + 9px (white) + 15px (padding on grey) */
	/*  margin-right: 272px;*/
	/*  padding: 16px 24px 18px 93px;*/
	/* margin-top: 9px (white) */
	/*  margin-top: 9px;*/
	/* min-height: 552px (background gradient height) - 16px (padding-top) - 18px (padding-top) */
  min-height: 518px;
  padding-left: 93px;
  padding-right: 15px;
  width: 491px;
  margin-bottom: 9px;
	float:left;
	display:inline;
}
body.home #content {
  background-image: url(/images/content_bg_home.gif);
  /* padding-left: 9px (white) + 15px (padding on grey) */
/*  padding-left: 24px;*/
  /* padding-right: 9px (white) + 263px (sidebar) + 9px (white) + 45px (grey bar) + 9px (white) + 15px (padding on grey) */
/*  margin-right: 272px;*/
/*  padding-right: 78px;*/
/*  min-height: 0;*/
  
  padding-left: 24px;
  width: 506px;
}
body.education #content {
  background-image: url(/images/content_bg_education.gif);
	padding-bottom: 192px;
}
body.calendar #content {
  background-image: url(/images/content_bg_calendar.gif);
	width: 100%;
}

body.roadmap #content {
  background-image: url(/images/content_bg_calendar.gif);
	width: 491px;
	padding-right: 296px;
}

body.consultancy #content {
  background-image: url(/images/content_bg_consultancy.png);
}
body.assessments #content {
  background-image: url(/images/content_bg_assessments.png);
}
body.recruitment #content {
  background-image: url(/images/content_bg_recruitment.png);
}
body.publications #content {
  background-image: url(/images/content_bg_publications.png);
}
body.misc #content {
  background-image: url(/images/content_bg_misc.png);
}
#sidebar {
  /*background-color:#303330;*/
  width: 263px;
  float: right;
  margin-right: 9px;
}
#sidebar div.image, #sidebar div.section {
  background-color: white;
  padding-bottom: 0px;
}
#sidebar div.image p {
  margin: 0;
}
#sidebar div.first {
  padding-top: 9px;
}
#sidebar div.last {
}
#sidebar div.lastseamless {
  padding-bottom: 9px;
}
#sidebar h3 {
  margin: 10px 10px auto;
  color: white;
}
#sidebar p a {
  color: white;
  text-decoration: underline;
}
#sidebar p a:hover {
  text-decoration: none;
  background-color: white;
}
body.misc #sidebar p a:hover {
  color: #434441;
}
#sidebar h2 {
  font-size: 1.2em;
  color: white;
  background-color: #434441;
  padding: 15px;
}


#content h1 {
  margin-top: 1em;
  font-size: 16pt;
  font-weight: bold;
  line-height: 28px;  
}
#content h2 {
  margin: 1em 0 0;
  font-size: 14pt;
  font-weight: bold;
}
#content h2.coursetitle {
  background-color: #cccccc;
	padding:10px 10px 20px 10px;
	margin-bottom:10px;
}
#content h3 {
  font-weight: bold;
  font-size: 10pt;
  margin: 5px 0 10px 0px;
}
#content p {
  margin: 1em 0;
}

#content a {
  color: #303330;
  padding: 2px 3px 0 3px;
}

#content a:hover {
  color: white;
  background-color: #303330;
  text-decoration: none;
}

#content h1 a,
#content h2 a,
#content h3 a{
  font-size: 10pt;
}




#content ul {
  margin: 1em 0;
}
#content li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 30px;
}
#content span.minor {
  font-size: 8pt;
  font-weight: normal;
}
#content .major {
  font-size: 9pt;
  font-weight: bold;
}
#content .section {
  border-bottom: 1px solid #999999;
}
#content p.action {
  text-align: right;
}
#content p.action input {
  border: none;
}
#content p.contact {
  height: 31px;
  text-align: left;
}
#content p.contact a {
  height: 31px;
  width: 99px;
  display: block;
  background-repeat: no-repeat;
  text-indent: -9999px;
  float: right;
}
body.education p.contact a {
  background-image: url(/images/contactus_edu.gif);
}
body.consultancy p.contact a {
  background-image: url(/images/contactus_consul.gif);
}
body.assessments p.contact a {
  background-image: url(/images/contactus_ass.gif);
}
body.recruitment p.contact a {
  background-image: url(/images/contactus_grey.gif);
}
body.publications p.contact a {
  background-image: url(/images/contactus_grey.gif);
}
body.misc p.contact a {
  background-image: url(/images/contactus_grey.gif);
}



#content ul.publicationsul, #content ul.coursestwoline, #content ul.downloads {
  list-style: none;
  font-size: 9pt;
  font-weight: bold;
  margin-top: 0px;
}

#content ul.courses, #content ul.coursestwoline, #content ul.downloads {
  list-style: none;
  font-size: 9pt;
  font-weight: bold;
  margin-top: 0px;
}
#content ul.courses li, #content ul.coursestwoline li, #content ul.downloads li {
  margin-bottom: 12px;
  padding-left: 10px;
  background-color: #cccccc;
  list-style: none;
  margin-left: 0;
}

#content ul.publicationsul li, #content ul.coursestwoline li, #content ul.downloads li {
  margin-bottom: 12px;
  padding-left: 10px;
  background-color: #cccccc;
  list-style: none;
  margin-left: 0;
}

#content ul.courses li, #content ul.downloads li {
  line-height: 31px;
  height: 31px;
}

#content ul.publicationsul li, #content ul.downloads li {
  line-height: 31px;
  height: 31px;
}
#content ul.coursestwoline li {
  min-height: 38px;
}
#content ul.courses li span, #content ul.coursestwoline li span, #content ul.downloads li span {
  float: left;
}

#content ul.publicationsul li span, #content ul.coursestwoline li span, #content ul.downloads li span {
  float: left;
}
#content ul.coursestwoline li span {
  width: 380px;
}
#content ul.downloads li span.minor {
  float: none;
}
#content ul.courses li a, #content ul.coursestwoline li a, #content ul.downloads li a {
  display: block;
  float: right;
  height: 31px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center left;
  background-color: #dbdbdb;
}
#content ul.courses li h2 a {
  display: inline;
  float: none;
  height: auto;
  text-indent: 0;
  background-image: none;
  background-color: transparent;
}
#content ul.coursestwoline li a {
  height: 38px;
}
#content ul.courses li a, #content ul.coursestwoline li a {
  width: 80px;
  background-image: url(/images/details_education.gif);
}
#content ul.courses li.publications a.details, #content ul.coursestwoline li a {
  width: 80px;
  background-image: url(/images/details_education.gif);
}

#content ul.publicationsul li a, #content ul.coursestwoline li a, #content ul.downloads li a {
  display: block;
  float: right;
  height: 31px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center left;
  background-color: #dbdbdb;
}
#content ul.publicationsul li h2 a {
  display: inline;
  float: none;
  height: auto;
  text-indent: 0;
  background-image: none;
  background-color: transparent;
}
#content ul.publicationsul li a, #content ul.coursestwoline li a {
  width: 80px;
  background-image: url(/images/details_publication.gif);
}
#content ul.publicationsul li.publications a.details, #content ul.coursestwoline li a {
  width: 80px;
  background-image: url(/images/details_publication.gif);
}


#content ul.courses li.publications a.dates, #content ul.coursestwoline li a {
  width: 80px;
  background-image: url(/images/dates.jpg);
}

#content ul.downloads li a {
  width: 99px;
  background-image: url(/images/download.gif);
}

#content p.recruitment_headline a, #content p.education_headline a, #content p.headline a {
  display: block;
  font-weight: bold;
  height: 33px;
  line-height: 33px;
  background-color: #cccccc;
  background-position: right;
  background-repeat: no-repeat;
  padding-left: 5px;
  padding-right: 54px;
  text-decoration: none;
  font-size: 1.2em;
  color: #303330;
}
#content p.recruitment_headline a img.new, #content p.education_headline a img.new, #content p.headline a img.new {
  vertical-align: middle;
  border: none;
  margin-right: 7px;
}
#content p.headline a {
  background-image: url(/images/go_grey.gif);
}

#content p.recruitment_headline a {
  background-image: url(/images/go_yellow.gif);
}

#content p.education_headline a {
  background-image: url(/images/go_red.gif);
}

#footer {
  margin-top: 10px;
  background-image: url(/images/greybase_bg.gif);
  background-repeat: repeat-x;
  height: 52px;
}
#footer p {
  height: 52px;
  line-height: 52px;
  text-align: right;
  padding-right: 13px;
  background-image: url(/images/footer_cnr.gif);
  background-repeat: no-repeat;
  background-position: top right;
}
#footer span.trade {
  display: block;
  float: right;
  width: 173px;
  height: 27px;
  margin: 13px auto 12px;
}
#footermenu {
}
#footermenu ul {

	text-align:center;
}
#footermenu li {
	list-style: none;
	display: inline;
	color: black;
	font-size: 10px;
	text-align:center;
	margin: 0 19px 0px 0px;
 /* height: 15px;
  float: left;*/

}
#footermenu li.last {
  margin: 0;
}
#footermenu li a {
	text-decoration:none;
	color: black;
	font-size: 12px;
  
  height: 15px;
}


#footermenu li a:hover {
/*  background-position: 0 15px;*/
	color: #9A9A9A;
}

/*======================================================================
	PARTNER LOGOS
========================================================================*/
div#partner_logos{margin:39px 0 0 9px;background-color:#DBDBDB;float:left;display:inline;width:536px;border-top:9px solid white;padding-bottom:9px;padding-top:9px;}
body#education div#partner_logos{margin:39px 0 0 78px; width:521px;position:absolute;bottom:0;left:0;}

div#partner_logos h2{font-size:1.2em;}
div#partner_logos h2 img{width: 112px; height: 40px;}
div#partner_logos img {cursor:pointer}
div#partner_logos img{margin:0 0 9px 9px; height:75px;}

/*======================================================================
	PROMOS
========================================================================*/
#promos {
  background-color: #ffffff;
	width: 536px;
  margin-left: 9px;
  padding-top: 9px;
  float: left;
	display:inline;
}
#promos ul {
  margin: 0;
}
#promos li {
  list-style: none;
  float: left;
  padding-right: 9px;
  background-color: #ffffff;
  margin: 0;
}
#promos li.last {
  padding-right: 0;
}
#promos a {
  display: block;
  text-indent: -9999px;
}
#promos a:hover {
  background-position: 0 161px;
}
#promos .education a {
  height: 161px;
  width: 144px;
  background-image: url(/images/promo_education.jpg);
}
#promos .recruitment a {
  height: 161px;
  width: 144px;
  background-image: url(/images/promo_recruitment.jpg);
}
#promos .consultancy a {
  height: 161px;
  width: 144px;
  background-image: url(/images/promo_consultancy.jpg);
}
#promos .shop a {
  height: 161px;
  width: 77px;
  background-image: url(/images/promo_shop.jpg);
}
table.courselisting {
  border-collapse: no-collapse;
  width: 490px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
table.courselisting th, table.courselisting td {
  padding-right: 5px;
  padding-left: 5px;
}
table.courselisting th {
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 2px;
}
table.courselisting td {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #cccccc;
  border-top: 5px solid #dbdbdb;
  border-bottom: 5px solid #dbdbdb;
}
table.courselisting td.action {
  background-color: transparent;
  width: 100px;
}
table.courselisting a {
  display: block;
  text-indent: -9999px;
  height: 31px;
  float: left;
}
table.courselisting a.details {
  width: 76px;
  background-image: url(/images/details_education.gif);
}
table.courselisting a.book {
  width: 89px;
  background-image: url(/images/booknow_edu.gif);
  margin-left: 2px;
}
#content ul.pagelist {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#content ul.pagelist li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10pt;
}
#content ul.pagelist ul.pagelist ul.pagelist li {
  margin-left: 2em;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 8pt;
}
#content ul.pagelist a {
  text-decoration: none;
}
#content ul.pagelist ul ul a {
  text-decoration: underline;
}

table.two_column_form {
  border-collapse: collapse;
}
table.two_column_form td {
  padding: 5px 5px;
  width: 180px;
}
table.two_column_form input, table.two_column_form select {
  width: 230px;
}
table.two_column_form td.wide textarea {
  width: 470px;
  height: 80px;
}
.formLayout td {
   vertical-align: top;
   padding: 3px auto;
}
table.basket {
   border-collapse: collapse;
}

table.basket thead td {
   font-weight: bold;
}

table.basket td {
   border: 1px solid black;
   padding: 3px;
}

table.basket p {
	margin: 0; padding: 0;
}
.fieldWithErrors {
  padding: 2px;
  background-color: #ff0000;
}
.smallprint {
  font-size: 8pt;
  color: #9a9a9a;
}
hr {
  height: 1px;
  color: #999999;
  background-color: #999999;
}
table.standard th {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
table.standard td {
  background-color: #cccccc;
}
table.vacancy, table.vacancy_header, table.vacancy_footer {
  width: 490px;
}
table.vacancy {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
}
table.vacancy td, table.vacancy_header td, table.vacancy_footer td.reference {
  background-color: #f7cc69;
  padding: 5px 10px;
}
table.vacancy td.title, table.vacancy_header td.title, table.vacancy_footer td.reference {
  text-align: left;
}
table.vacancy td.reference, table.vacancy_header td.salary, table.vacancy_footer td.action {
  text-align: right;
}

table.vacancy_footer td.action {
  background-color: transparent;
}


div.vacancy_description {
  width: 465px;
  background-color: #cccccc;
  padding: 10px;
  margin-left: 3px;
}

#content ul.news_items {
  font-weight: normal;
  font-size: 1em;
}
#content ul.news_items li {
  list-style-type: none;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #999999;
  line-height: 31px;
}
#content ul.news_items li a {
  text-decoration: none;
  display: block;
  width: 400px;
  background-image: url(/images/readmore.gif);
  background-repeat: no-repeat;
  background-position: top right;
  color: #303330;
  padding-right: 105px;
}
#content table.publications {
  border-collapse: collapse;
}
#content table.publications td {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid #999999;
  padding: 10px;
  vertical-align: top;
}
#content table.publications a {
  color: #303330;
  text-decoration: none;
}
#content table.publications a:hover {
  text-decoration: underline;
}
.emphasised {
  background-color: #303330;
  color: #ffffff;
  font-size: 12pt;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 2px;
  padding: 2px 4px;
}

ul#menu_recruitment {
  list-style-type: none;
  font-weight: bold;
  font-size: 9pt;
  background-color: #e7b94e;
  padding: 20px 15px 1em;
/*  margin-top: 15px;*/
}
ul#menu_recruitment li {
  line-height: 18px;
}
ul#menu_recruitment a {
  color: white;
  text-decoration: none;
}
img.profile {
  float: left;
  margin: 0 5px 5px 0;
}
#content div.sitemap a {
  color: #303330;
}
#content div.sitemap li li ul {
  margin: 1em 10px;
}
#content div.sitemap li li li ul {
  margin: 0 10px;
}
div.book {
  background-color: #dbdbdb;
  margin: 1em 0 0;
  padding: 1em;
  border-bottom: 1px solid #999999;
  position: relative;
}
div.book img {
  float: left;
  margin-right: 1em;
}
div.book a.download-link{
  position: absolute;
  top: 1em;
  right: 0;
  margin-top: 3px;
}
div.book div.purchasing {
  clear: left;
  text-align: right;
}
div.book div.purchasing p{
  margin: -1em  0 0 0 !important;
}
form.button-to div {
  margin-bottom: 1em;
}
#sidebar .coursebrowse, #sidebar .coursesearch {
  background-color: transparent;
}
#sidebar .coursebrowse h2, #sidebar .coursesearch h2 {
  padding: 2px 10px;
}
#course_browse p, #course_select p, #course_browse input, #course_select input {
  line-height: 18px;
}
#course_browse select {
  width: 205px;
}
#course_search input {
  width: 40px;
}
#course_search input#query {
  width: 180px;
}
#globalsearch {
  padding-bottom: 9px;
  /*background-color:#303330;*/
}
#globalsearch p {
  margin: 5px 9px;
  padding: 0;
}
#globalsearch input#globalsearchquery {
  width: 180px;
}
#globalsearch input {
  width: 40px;
}
table#calendar {
	padding: 0px 5px;
	width: 100%;
	text-align:center;
	}
	
table#calendar tr#titles td {
	background-color: #efefef;
	border: 1px solid black;
	font-weight: bold;
	}
	
table#calendar tr#light {
	background-color: #efefef;
	}

table#calendar tr#dark {
	background-color: #bbbbbb;
	}
	
table#calendar td {
	padding: 0;
	margin: 0;
	border: 1px solid;
	border-color: #8f8f8f;
	vertical-align:top;
	width: 7%;
	}
	

table#calendar td#courses {
	width: 16%;
	}
	
table#calendar a:link {
	color: #000;
	text-decoration: underline;
}

table#calendar a:hover {
	color: #727272;
}










table#new-calendar {
	padding: 10px 5px;
	width: 750px;
	text-align:center;
	}
	
table#new-calendar tr#titles td {
	background-color: #efefef;
	border: 1px solid black;
	font-weight: bold;
	}
	
table#new-calendar tr#light {
	background-color: #efefef;
	}

table#new-calendar tr#dark {
	background-color: #bbbbbb;
	}
	
table#new-calendar td {
	padding: 0;
	margin: 0;
	border: 1px solid;
	border-color: #8f8f8f;
	vertical-align:top;
	width: 7%;
	}
	
table#new-calendar td#courses {
	width: 16%;
	}
	
table#new-calendar a:link {
	color: #303330;
	text-decoration: underline;
}

table#new-calendar a:hover {
	color: #727272;
}



.course-event a{
	color: #C43D22 !important;
}

.course-title a{
	color: #000 !important;

}

.course-title a:hover{
		background-color: #C43D22 !important;
}





.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a.button{
  background-color:#DBDBDB;
  background-position:left center;
  background-repeat:no-repeat;
  display:block;
  height:31px;
  text-indent:-9999px;
}

#content a.button:hover{
    color: #303330;
    padding: 2px 3px 0 3px;
    background-color: transparent;
}

a.view_basket{
  width: 154px;
  background-image: url(/images/view-your-basket.gif);
}



.right{
  float: right;
}

.left{
  float: left;
}
#content h2.coursetitle span.price{
  font-size: 9pt;
  float: right;
}

#content h2.coursetitle span{
  font-size: 9pt;
  float: left;
}



#content p.action a:hover{
  background-color: transparent;
}

/*changes no sections so its going here*/

.product-summary{
	border: 1px solid #999;
	padding: 5px;
}
	.product-summary p {
		color: #859E2E;
	}
	
	.product-summary p {
		color: #859E2E;
	}
	
	.product-summary ul li {
		color: #859E2E;
	}
	
.education-info-link{
	margin-bottom: 12px;
}
.education-info-link p{
	padding: 5px;
}
	
.education-info-link a{ 
	background-image:url(/images/go_yellow.gif);
	display: block;
  font-weight: bold;
  height: 33px;
  line-height: 33px;
  background-color: #cccccc;
  background-position: right;
  background-repeat: no-repeat;
  padding-left: 5px;
  padding-right: 54px;
  text-decoration: none;
  font-size: 1.2em;
  color: #303330;
}

optgroup{
	color: #D8573B;
}

optgroup option{
	color: #000;
}

#content ul.news_items li a:hover{
	color: #fff;
}

.coursetitle{
	height: 25px;
}


/*menu*/
#nav-container{
	left:-440px;

	top:81px;
	width:100%;
}

.nav-header{
	text-indent: -9999px;
}

.display-none{
	position:absolute;
	left:-999px;
	width:0;
	height:1px;
	overflow:hidden;
}


/*this is for the education page */

.calender-education{
	/*float: right;
		margin-right :8px;
		margin-top: 24px;
		font-size: 18px;
		font-weight: bold;*/

		height:31px;
		text-align:left;
	

}

.calender-education a{
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:31px;
	color:white;
	text-indent:-9999px;
	width:108px;
	margin-right :8px;
	margin-top: 24px;
	font-size: 18px;
	background-image:url(/images/course_calendar_red.gif);
	text-decoration: none; 
	background-color:transparent;
}


.calender-education a:hover{
	background-color:transparent;
	text-decoration: none; 	
}

.left{
	float: left;
}

.clear{
	clear: both;
}

/*.courses li {
	margin: 0px;
	padding: 0px;
}*/

/* Company info in sidebar (home_page)*/
div#info_box {float:right}
div#info_wrapper {width:275px;float:left;}
div#info_top_margin {height:9px;background-color:#fff;_margin:0px;_padding:0px;}
p#info_text {color:#fff;margin:9px;}

/* Company info for footer */
div#footer {font-size:1em;line-height:1}
div#footer div.company_info {width:65%;float:left;padding:13px;color: black;}
div#footer div.copyright {text-align:right;width:25%;float:right;padding:20px 15px;color: black;}
div#footer div.company_info {float:left;padding:13px;font-size:0.85em;line-height:1;color: black;}

/* Calendar tooltips */
.tip {
    width:400px;
    color:#fff;
    background:#303330 top left;
    filter:alpha(opacity=85);
    opacity: 0.85;
    -moz-opacity:0.85;
}

.tip-title {
    font-weight: bold;
	font-size: 11px;
    padding:5px;
}

.tip-text {
    font-size: 11px;
    padding:5px;
}

/* Homepage/Education Upcoming Events, Testimonials & Partners */
div#upcoming_events,
div#client_testimonials,
div#delegate_testimonials{padding:0 0 10px 0;color:#fff;background-color:#303330;width:263px;position:relative;}

div#delegate_testimonials{border-bottom: 9px solid white;margin-bottom:-9px;}

div.box_top {height:8px;padding:0;margin:0;background:#fff;width:100%;line-height:8px;font-size:1px;display:block;}
div.box_top#sidebar_btm {float:right;width:275px}

div#upcoming_events h2,
div#client_testimonials h2,
div#delegate_testimonials h2{padding: 0; background-color:transparent}

div#upcoming_events h2 img,
div#client_testimonials h2 img,
div#delegate_testimonials h2 img{width: 263px; height: 39px;}

div#upcoming_events div.content-box,
div#client_testimonials div.content-box,
div#delegate_testimonials div.content-box{padding: 0 19px;}


div#upcoming_events ul li a {color:#fff;font-size:0.9em;text-decoration:none;}
div#upcoming_events ul li a:hover {background-color:#fff;color:#303330;font-size:0.9em;text-decoration:none;}

div#client_testimonials span.endorsement,
div#delegate_testimonials span.endorsement {font-style:italic}

.vcard {
		color: black;
		font-size: 10px;
		right:1px;
		text-align:left;
		margin-top:10px;
		line-height:15px;		
}

.vcard a {
	text-decoration: none;
	color: black;
}

.vcard a:hover {
	text-decoration: none;
	background-color: #ede9e5;
}
#calendar_container {
	position:relative;
	width:765px;
}
/*========================================================================
  PUBLICATIONS / STORE TABLE STYLES
=========================================================================*/
#itil_v3_products,
#itil_v2_products,
#prince2_products,
#other_itil_products,
#other_methodologies_products{
    margin-bottom: 60px;
  }
  #itil_v3_products th,
  #itil_v2_products th,
  #prince2_products th,
  #other_itil_products th,
  #other_methodologies_products th{
    text-align: left;
    background-color: #ccc;
  }