/*redefinitions*/
body {
	background-color: #003C78;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, Sans-serif;
}

h1 {
	font: 1.3em Trebuchet MS, Arial, Helvetica, Sans-serif;
	color: #189ACE;
	margin: 0 0 1em 0;
}

h1.home {
	text-align:center;
	margin: 20px 0 30px 95px;
	width:450px;
}


h2 {
	font: 1.2em Arial, Helvetica, Sans-serif;
	font-weight: bold;
	margin: 0 0 .2em 0;
	color: #003C78;
}


h3 {
	font: 1.1em Arial, Helvetica, Sans-serif;
	font-weight: bold;
	margin: 0 0 .2em 0;
	color: #003C78;
}

h4 {
	font: 1em Arial, Helvetica, Sans-serif;
	color: #003C78;
}

h5 {
	font: .9em Arial, Helvetica, Sans-serif;
	color: #003C78;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1em 0;
}

a {
	color: #013C74;
}

a:hover {
	color: #000;
}

a img {
	border: 0;
}

hr {
	border: 0;
	border-top: 1px dashed #526474;
	height: 1px;
	margin: .5em 0;
}

ul {
	list-style-type: square;
	color: #003C78;
}

li {
	margin-bottom: .5em;
}
/*redefinitions*/

/*custom classes*/
div.formWrap {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
div.required {
	font-weight: bold;
}
div.formRight input,
div.formRight textarea
{
	width: 300px;
}
div.formLeft {
	float: left;
	padding: 4px 2px 2px 2px;
	width: 125px; /*default width*/
}
div.formRight {
	float: left;
	padding: 2px;
}
div.formWrap {
	float: left;
}
div.errorMessage ul,
div.errorMessage p,
div.errorMessage li
{
	margin: 0;
	color: #C60000;
}
div.errorMessage ul
{
	padding-bottom: 15px;
	padding-top: 5px;
}
div.rssBox {
	float: right;
}

div#previewWarning {
	border: 2px solid #BB0A0A;
	background-color: #FAE3E3;
	margin: 5px;
	padding: 2px;
}

div#adminInlineButtons {
	float: right;
	margin: 2px;
	border: 1px solid #ccc;
	padding: .3em 0 .3em .5em;
	background-color: #E8F4FF;
}

div#adminInlineButtons a {
	margin-right: .5em;
}

.errorMessage {
	color: #C60000;
}

div.messageBoxBlue {
	padding: .3em .3em .3em 1.6em;
	margin: .5em 0;
	background-color: #DFF0FF;
	border: 1px dashed #000033;
	background-image: url("/images/common/icon_info.gif");
	background-repeat: no-repeat;
	background-position: .2em .5em;
}

.libThumb, .eventThumb, .newsThumb {
	display: block;
	float: left;
	border: 1px solid #999999;
	margin-right: .5em;
}

.libBlock, .eventBlock, .newsBlock {
	float: left;
	width: 440px;
}

.eventBlockOuter, .newsBlockOuter, .libBlockOuter {
	clear: both;
	float: left;
	width: 520px;
	padding-bottom: 5px;
	border-bottom: 1px solid #2A5279;
	margin-bottom: 8px;
	
}

.eventBlock p, .newsBlock p {
	margin: 0;
}

.eventBlock a.float
{
	float: right;
	width: auto;
}


table.priceList td, table.priceList th {
	padding: 3px;
}

.clearBoth {
	clear: both;
}

.annual_conf_img {
margin-left:95px;
margin-top:20px;
}

.bingham_centre_img {
margin-left:40px;
margin-bottom:40px;
}


/*custom classes*/

/*layout*/
div#shell {
	width: 870px;
	margin: 0 auto;
	text-align: left;
	color: #000;
	background-color: #fff;
	background-image: url("/images/common/body_bg_left.gif");
	background-repeat: repeat-y;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
/*layout*/

/*top logo and search*/
div#topLogo {
	float: left;
	width: 100%;
	border-bottom: 1px solid #003D76;
	
	background-image: url("/images/common/topmenu_bg.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #054278;
}

div#topLogo img {
	float: left;
}

a#topLogoImgInv {
	display: none;
}

form#topSearch {
	display: block;
	float: right;
	width: 300px;
	margin-top: 44px;
	padding: 3px;
	
	background-image: url("/images/common/search_bg.jpg");
	background-repeat: no-repeat;
}

form#topSearch #q {
	font-size: .75em;
	width: 225px;
	margin: 0 5px 0 0;
	padding: 0 2px;
	vertical-align: middle;
}

form#topSearch #searchbutton {
	vertical-align: middle;
	font-size: .9em;
	margin: 0 2px;
}

form#topSearch a {
	font-size: .75em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-right: .4em;
}

form#topSearch a:hover {
	text-decoration: underline;
}
/*top logo and search*/

/*toplinks*/
div#topLinks {
	clear: both;
	margin-left: 79px;
}

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

div#topLinks li {
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #189ACD;
}

div#topLinks li.endElement {
	border-right: 0;
}

div#topLinks a {
	display: block;
	margin: 0 1px 0 1px;
	padding: 3px 5px 2px 5px;
	font-size: .8em;
	text-decoration: none;
	color: #189ACD;
	font-weight: bold;
	
	background-color: #fff;
}

div#topLinks a:hover {
	background-color: #189ACD;
	color: #fff;
}

div#subLinksShell {
	clear: both;
	height: 21px;
	margin-left: 82px;
	margin-right: 150px;
}

div.subLinks {
	display: none;
	float: left;
	border: 1px solid #054278;
	padding: 0 2px 1px 2px;
	font-size: .8em;
	
	background-color: #fff;
}

div.subLinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.subLinks li {
	float: left;
	padding: 0;
	margin: 0;
}

div.subLinks a {
	display: block;
	margin: 0;
	padding: 2px 5px 2px 5px;
	font-size: .8em;
	text-decoration: none;
	color: #003C73;
}

div.subLinks a:hover {
	color: #000;
	background-color: #E3F1FA;
}
/*toplinks*/

/*content*/
div#contentMain {
	float: left;
	clear: both;
	width: 100%;
	background-image: url("/images/common/contentmain_bg.gif");
	background-position: right top;
	background-repeat: repeat-y;
}

div#contentBody {
	font-size: .8em;
	padding: .5em 0 3em 85px;
	width: 540px;
	float: left;
}
/*content*/

/*right panels*/
div#rightPanels {
	float: right;
	width: 230px;
	background-color: #E4F2FB;
	font-size: .7em;
}

div#rightPanels .panelBlock {
	float: left;
	width: 215px;
	padding: 10px 5px 5px 10px;
	border-bottom: 2px solid white;
}

div#rightPanels .smallText {
	font-size: .9em;
}

div#rightPanels .smallText h2 {
	font-size: 1.3em;
}

div#rightPanels p {
	float: left;
	clear: both;
	width: 215px;
	margin: 0;
	padding-bottom: .7em;
}

div#rightPanels a {
	color: #003C78;
	text-decoration: none;
}

div#rightPanels a:hover {
	text-decoration: underline;
}

div#rightPanels h2 {
	color: #003D76;
	font: 1.2em Trebuchet MS, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
}

div#rightPanels .leftThumb {
	float: left;
	margin-right: 4px;
}

/*login form*/
div#rightPanels div.loginForm {
	width: 230px;
	padding: 0;
}

form#loginform {
	background-color: #E0E5E9;
	padding: 5px;
}

form#loginform .loginField {
	width: 72px;
	font-size: .9em;
	vertical-align: middle;
}

form#loginform .loginButton {
	margin-left: 3px;
	vertical-align: middle;
}

div#rightPanels div.childLinks {
	padding-left: 8px;
}

div#rightPanels div.sideLinks a {
	text-decoration: none;
	margin-bottom: .2em;
	display: block;
	font-weight: bold;
}

div#rightPanels a.parentSubLink {
	font-weight: bold;
}
/*right panels*/

/*footer*/
div#footer {
	clear: both;
	font-size: .75em;
	padding: 0 0 2em 95px;
	color: #969696;
	background-image: url("/images/common/contentmain_bg.gif");
	background-position: right top;
	background-repeat: repeat-y;
}

div#footer a {
	color: #626262;
}

div#footer a:hover {
	color: #000;
}
div#footerCopyright {
	float: right;
	width: 200px;
	font-size: .8em;
	margin-right: 1em;
}
div#footerLinks * {
	vertical-align: middle
}
div#footerLinks img {
	margin-right: 2px;
}
div#mwLabel {
	margin-top: .2em;
	font-size: .8em;
}
div#mwLabel img {
	vertical-align: middle;
	margin-right: 2px;
}
div#mwLabel a {
	color: #969696;
}
/*footer*/

/*forms and tables*/
table.stdForm td {
	padding: 4px;
	margin: 0;
}

table.stdForm th {
	text-align: left;
	font-weight: normal;
	width: 136px;
	padding: 4px;
	margin: 0;
}

div.stdFormButtons {
	width: 100%;
	margin-top: 1em;
	text-align: right;
}

div.stdFormButtons input {
	width: 120px;
}

table.genDataList td {
	padding: 4px;
	margin: 0;
	border-bottom: 1px dashed #ccc;
}

table.genDataList td img {
	vertical-align: middle;
}

table.genDataList a {
	text-decoration: none;
}

table.genDataList th {
	font-weight: bold;
	text-align: left;
	padding: 4px;
	margin: 0;
	border-bottom: 1px solid #003C74;
}

table.genDataList tr .clear, 
	table.genDataList tr.trRed .clear,
	table.genDataList tr.trGreen .clear,
	table.genDataList tr.trGrey .clear {
	background-color: #fff;
	border: 0;
}

table.genDataList tr.trGreen td {
	color: #030;
	background-color: #F5FFF4;
}

table.genDataList tr.trRed td {
	color: #300;
	background-color: #FFF3F3;
}

table.genDataList tr.trGrey td {
	color: #666;
}
/*forms and tables*/

/*shopping cart*/
table.cartList {
	width: 100%;
}

table.cartList th {
	padding: 3px;
	border-bottom: 1px solid #003B73;
	text-align: left;
}

table.cartList td {
	padding: 3px;
}

table.cartList a.removeLink {
	font-size: .7em;
}

table.cartList td.total {
	border-top: 1px solid #003B73;
	font: bold 1.2em/100% "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

table.cartList td.subtotal {
	border-top: 1px solid #003B73;
	font: bold 1.1em/100% "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

table.cartList td.qtybutton input {
	font-size: .8em;
	width: 10em;
}

table.cartList td.deliveryButton input {
	font-size: .9em;
}

form#addCartForm {
	text-align: left;
	width: 300px;
}

form#addCartForm p {
	text-align: left;
}

form#addCartForm select {
	margin: .2em 0 .5em 0;
	font-size: .8em;
	vertical-align: middle;
	font-size: .9em;
}

font#addCartForm option {
	font-size: .9em;
}

form#addCartForm .addCartButton {
	display: block;
	margin-top: .4em;
}

table.additionsList th {
	padding-top: 1em;
}

table.additionsList td.additionsButton {
	padding-top: 1em;
}
/*shopping cart*/

/*data lists*/
div.productInfoPane {
	float: left;
}

div.dataListElement {
	clear: both;
	padding-bottom: .5em;
}

div.dataListElement .left {
	float: left;
	width: 100px;
}

div.dataListElement .right {
	float: left;
}
/*data lists*/

/*page switcher*/
div.pageSwitcher {
	padding-top: 1em;
	clear: both;
}
div.pageSwitcher a {
	display: block;
	float: left;
	margin-right: 2px;
	width: 18px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 2px;
}
div.pageSwitcher a:hover, div.pageSwitcher a.currentPage {
	border: 1px solid #093081;
	background-color: #A0BEE1;
}
/*page switcher*/

table.cpd_table th
{
	background-color: #189ACE;	
}
table.cpd_table tr.even_row
{
	background-color: #E4F2FB;	
}