
/* -- basics.css -- */
@charset "utf-8";
/* CSS Document */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, em, font, img, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

legend, caption { display: none; }


/* --------------------------------------------- GLOBAL --------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color: #FFF;
	background-color:#000;
	font-family:Verdana, Arial, Tahoma, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	overflow-y: scroll;
}


*+html body { overflow-y: visible; }
	
a {
	color: #FFF;
	text-decoration: underline; 
}

h1,h2,h3,h4,h5,h6 {padding: 0 0 10px 0;}
h1 { font-size:2em; }
h2 { font-size:1.8em; }
h3 { font-size:1.6em; }
h4 { font-size:1.4em; }
h5 { font-size:1.2em; }
h6 { font-size:1.1em; }

p { margin: 0 0 8px 0; }

ol, ul { list-style-type: none; }
ul { padding: 0 0 0 15px; }
li { padding: 0 0 15px 0; }

dl { padding: 0 0 20px 0; }
dt { padding: 0 0 5px 0; }
dd { padding: 0 0 5px 0; }



/* -- jScrollPane.css -- */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


/* -- thickbox.css -- */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	/*border: 4px solid #525252;*/
	border:1px solid #ccc;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



/* -- _aSiteStructure.css -- */

/* --------------------------------------------- SITE STRUCTURE --------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
}

a { color: #c00; text-decoration: none; }
dl, dt, dd { margin: 0; }
dl { padding-top: 10px; padding-bottom: 5px; }
dt { float: left; }
ul { list-style-type: disc; }

#container {
	position: relative;
	width: 950px;
	min-height: 100%;
	margin: 0 auto;
	background: url(/imgs/bg_white.gif) no-repeat center 75px;
}
*+html #container { z-index: 15; }

#content {
	position: relative;
	width: 775px;
	padding: 75px 15px 0 160px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#content { padding-top: 60px; }
}

#header {
	position: relative;
	width: 950px;
	height: 195px;
	margin-top: 0;
	padding: 0;
	z-index: 15;
}

#footer {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

#last {
	clear: both;
	margin-bottom: 0;
	padding-bottom: 75px;
	visibility: hidden;
}


/* top image header (see ie6.css too) */
.header_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 950px;
	height: 195px;
}

#header_img { background: #fff url(/imgs/header_1920.jpg) no-repeat center top; }

#header_mask { background: url(/imgs/header_mask.png) no-repeat center top; }
/* end */


h1 {
	float: left;
	padding: 20px 0 0 0;
}

h2 {
	position: absolute;
	top: 35px;
	left: 0;
	padding-bottom: 0;
	color: #333;
	font-size: 2.5em;
	line-height: 1em;
}
h2 a { color: #333; }

h3 {
	padding: 4px 10px 0 10px;
	background: #96A4A4;
	color: #fff;
	font-size: 1.8em;
}

h4 { padding-bottom: 0; }

#col1 {
	float: left;
	width: 470px;
	margin: 15px 0 0 0;
	padding: 0 20px 0 0;
	background: url(/imgs/line_grey.gif) repeat-y right top;
}

#col2 {
	float: left;
	width: 265px;
	margin: 15px 0 0 0;
	padding: 0 0 0 20px;
}

.TXTcol {
	width: 450px;
	padding: 10px 10px 15px 10px;
	background-color: #e6e6e6;
	overflow: auto;
}

.PICcol {
	width: 470px;
	background-color: #e6e6e6;
}

.mainBox {
	clear: both;
	padding: 10px 20px 7px 20px;
	margin: 0 0 12px 0;
	background: #fff;
	overflow: auto;
}

.listBox {
	float: left;
	width: 230px;
	margin: 0 0 10px 0;
	background: #e6e6e6;
	overflow: auto;
}

.widgetBox {
	float: left;
	width: 241px;
	margin: 0 0 15px 0;
	padding: 5px 12px 12px 12px;
	background: #A4AD74;
	overflow: auto;
}

.smallBox {
	float: left;
	width: 215px;
	margin: 0 0 10px 0;
	background-color: #fafafa;
	overflow: hidden;
}

.leftBox {
	float: left;
	width: 65px;
}

.rightBox {
	float: left;
	width: 156px;
	padding: 0 0 0 20px;
}

.singleBox {
	position: relative;
	float: left;
	padding: 10px 10px 5px 10px;
}

.smallBox .singleBox {
	width: 100px;
	height: 125px;
}
.smallBox img { float: left; }
.smallBox .spacing { margin-left: 14px; }

.toolBox {
	width: 100%;
	background: #ccc;
}

.longBox { width: 470px; }

/*.loginBox { background-color: #847C79; }*/
.loginBox { background-color: #D9D9D9; }

.TXTcol a { text-decoration: underline; }

.smallBox a,
.listBox a { text-decoration: none; }

/* mailing list, search box */
#mailingBox, #searchBox {
	float: right;
	width: 355px;
	color: #fff;
	font-weight: bold;
}

#mailingBox { padding: 63px 0 0 0; }
#searchBox { padding: 11px 0 0 0; }

#searchBox #searchForm { padding: 0 0 0 145px; }

#mailingBox label, #searchBox label {
	float: left;
	width: 175px;
	margin: 0 5px 0 0;
}

#searchBox label { width: 55px; }

#mailingBox #joinField,
#searchBox #searchField,
#searchBox #searchDrop {
	float: left;
	width: 145px;
	height: 16px;
	border: 1px solid #666;
	margin: 2px 0 0 0;
	padding: 1px 0 0 2px;
	font-size: 0.9em;
}

#searchBox #searchField { width: 120px; }

#searchBox #searchDrop {
	height: 20px;
	margin-right: 5px;
}

#mailingBox .buttonGo,
#searchBox .buttonGo {
	float: left;
	display: block;
	width: 20px;
	height: 13px;
	border: none;
	margin: 7px 0 0 5px;
	background: url(/imgs/button_go.png) no-repeat 0 0;
	text-indent: -5000px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

#searchBox .buttonGo {
	width: 16px;
	height: 16px;
	margin-top: 3px;
	background-image: url(/imgs/button_search.png);
}
/* end */


.crumbTrail {
	position: absolute;
	top: 12px;
	left: 0;
}

.crumbTrail a { text-decoration: underline; }

.clear { clear: both; font-size: 0; line-height: 0; }
.delimiter { clear: both; padding: 20px 0 8px 0; }
.clearboth { clear: both; /*overflow: auto;*/ }
.floatL { float: left; }
.floatR { float: right; }
.nofloat { float: none; }
.spacing { margin-left: 10px; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline,
.underline a { text-decoration: underline; }
.grey { color: #999999; }
.default_size { font-size: 11px; }

.pdfLink,
.redArrow {
	padding-left: 11px;
	background: url(/imgs/red_arrow.gif) no-repeat 0 1px;
	color: #c00;
	cursor: pointer;
}

.pdfLink {
	padding: 3px 0 8px 25px;
	background: url(/imgs/icon_pdf.png) no-repeat 0 1px;
}

a.redArrow { text-decoration: none; }

p.redArrow { background-position: 0 3px; }

.sIFR-alternate, #sifrSettings { display: none; }

.subtitle { padding: 15px 0 5px 0; }

.widgetTitle,
.listBox h3 {
	margin: 0;
	padding: 0 0 2px 0;
	background: none;
	color: #333;
	font-size: 1.8em;
}

.boxLink {
	clear: both;
	padding: 10px 0 0 0;
}

.mainBox a {
	color: #333;
	text-decoration: underline;
}


/* end */


/* -- _form.css -- */

/* -------------------------------------------------- FORMS -------------------------------------------------- */

#emailForm,
#container #updateForm {
	width: 430px;
	padding: 18px 0 0 0;
}

#container .req {
	display: inline;
	margin: 0 0 0 5px;
	color: #333;
	font-weight: bold;
}

#container .requiredExp {
	color: #333;
	font-size: 0.9em;
}

#emailForm .formrow,
#container #updateForm .formrow {
	clear: both;
	width: 435px;
	margin: 0 0 4px 0;
	overflow: auto;
}

#emailForm .l,
#container #updateForm .l {
	float: left;
	width: 120px;
	margin: 2px 0 0 0;
}

#emailForm .r,
#container #updateForm .r {
	float: left;
	width: 185px;
}

#emailForm label,
#container #updateForm label { font-weight: bold; }

#society select,
#emailForm input,
#container #subupdate input,
#container #updateForm textarea,
#container #updateForm select,
#container #updateForm input {
	width: 158px;
	height: 15px;
	border: 1px solid #999;
	padding: 2px 0 0 2px;
	background: #fff;
	font-size: 1em;
}

#container #emailForm textarea,
#container #updateForm textarea {
	width: 190px;
	height: 90px;
	border: 1px solid #999;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

#society select,
#emailForm select,
#container #updateForm select {
	width: 162px;
	height: 19px;
	padding-top: 1px;
}

#society input#submit,
#emailForm .frsubmit input,
#container #subupdate .frsubmit input,
#container #updateForm .frsubmit input {
	float: right;
	display: block;
	width: 52px;
	height: 19px;
	border: none;
	margin-top: 10px;
	background: url(/imgs/submit.gif) no-repeat 0 0;
	text-indent: -5000px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

#emailForm .frsubmit .r,
#container #updateForm .frsubmit .r { float: right; }

#container #updateForm .frsecurityCode { clear: both; }
#container #updateForm .frsecurityCode .l, #container #updateForm .frsecurityCode .r { float: none; }
#container #updateForm .frsecurityCode .r input, .securityimage { margin-left: 80px; }
#container #updateForm .frsecurityCode .r input { width: 115px; }

/* update your details */
#container #subupdate .formrow { padding-bottom: 10px; }
#container #subupdate .fremail .l { padding-right: 20px; }
#container .submessage { display: block; padding-bottom: 10px; }

#container #subupdate fieldset input {
	width: 13px;
	border: none;
	background-color: #e6e6e6;
}

#container #subupdate fieldset { margin-top: 10px; }
/* end */



/* --------------------------------------------- MAILING LIST --------------------------------------------- */


#mailinglist #container #updateForm { padding-bottom: 31px; }

#mailinglist #container #updateForm .frhiddenSpace { display: none; }


/* space */
#mailinglist #container #updateForm .frspace {
	clear: both;
	display: block;
	margin: 0;
	padding: 12px 0 20px 0;
}
#mailinglist #container #updateForm .frspace .l {
	float: none;
	width: 0;
}
#mailinglist #container #updateForm .frspace .r {
	float: none;
	width: 300px;
}


/* temp radio buttons */
/*#mailinglist #container #updateForm .frisOneHourOf .l {
	width: 337px;
	margin-top: 0;
}
#mailinglist #container #updateForm .frisOneHourOf .r {
	width: 88px;
}
#mailinglist #container #updateForm .frisOneHourOf fieldset br,
#mailinglist #container #updateForm .frisOneHourOf fieldset label,
#mailinglist #container #updateForm .frisOneHourOf fieldset input {
	float: left;
}
#mailinglist #container #updateForm .frisOneHourOf .radio {
	margin-left: 6px;
	margin-right: 6px;
	background-color: #e6e6e6;
}*/
/* end */


/* tick box */
#mailinglist #container #updateForm .frthreadneedle,
#mailinglist #container #updateForm .frisOneHourOf,
#mailinglist #container #updateForm .frthirdParty,
#mailinglist #container #updateForm .frprivacyPolicy {
	margin-bottom: 18px;
	overflow:hidden;
}
#mailinglist #container #updateForm .frthreadneedle .l,
#mailinglist #container #updateForm .frisOneHourOf .l,
#mailinglist #container #updateForm .frthirdParty .l {
	width: 385px;
	padding-right: 10px;
}
#mailinglist #container #updateForm .frthreadneedle .r,
#mailinglist #container #updateForm .frisOneHourOf .r,
#mailinglist #container #updateForm .frthirdParty .r {
	width: 13px;
}
#mailinglist #container #updateForm .frthreadneedle label,
#mailinglist #container #updateForm .frisOneHourOf label,
#mailinglist #container #updateForm .frthirdParty label,
#mailinglist #container #updateForm .frprivacyPolicy label {
	font-weight: normal;
}
#mailinglist #container #updateForm .frthreadneedle input,
#mailinglist #container #updateForm .frisOneHourOf input,
#mailinglist #container #updateForm .frthirdParty input,
#mailinglist #container #updateForm .frprivacyPolicy input {
	width: 13px;
	height: 13px;
	border: none;
	margin: 4px 0 0 0;
	padding: 0;
}
#mailinglist #container #updateForm .frprivacyPolicy {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
}
#mailinglist #container #updateForm .frprivacyPolicy .l {
	float: right;
	width: 402px;
	padding-left: 10px;
}
#mailinglist #container #updateForm .frprivacyPolicy .r {
	float: right;
	width: 13px;
}
#mailinglist #container #updateForm .frprivacyPolicy a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

/* subcategory */
#mailinglist #container #updateForm .frsubsCategory .l { display: none; }
#mailinglist #container #updateForm .frsubsCategory .r { width: 390px; }
#mailinglist #container #updateForm .frsubsCategory table { width: 100%; }
#mailinglist #container #updateForm .frsubsCategory input {
	width: 12px;
	height: 12px;
	border: none;
}

#mailinglist #container #updateForm .frsubsCategory td { padding-bottom: 13px; }

#mailinglist #container #updateForm .frsubsCategory .r label {
	padding-left: 10px;
	color: #000;
}

/* submit */
#container #updateForm .frsubmit .l { display: none; }



/* --------------------------------------------- FEEDBACK ------------------------------------------------ */

#feedback #container #updateForm { padding-top: 15px; }

#feedback #container #updateForm input { width: 370px; }

#feedback #container #updateForm .formrow { margin-bottom: 8px; }

#feedback #container #updateForm .l,
#feedback #container #updateForm .r { float: none; }

#feedback #container #updateForm textarea {
	width: 370px;
	height: 80px;
	background: #fff;
	margin: 0;
}

#feedback #container #updateForm textarea,
#feedback #container #updateForm .l,
#feedback #container #updateForm input {
	margin: 9px 0 5px 0;
}

#feedback #container #updateForm .fraddress,
#feedback #container #updateForm .frtext1 {
	position: relative;
	padding-bottom: 5px;
}

#feedback #container #updateForm .frtext1 .req {
	position: absolute;
	top: 30px;
	right: 14px;
}

#feedback #container #updateForm .fraddress .wordlimit { display: none; }

#feedback #container #updateForm .frsubmit input {
	width: 48px;
	margin-top: 10px;
}

#feedback #container #updateForm .frtoAnswer {
	clear: both;
	padding-top: 20px;
}
#feedback #container #updateForm .frtoAnswer input {
	width: 13px;
	height: 13px;
	border: none;
	background: none;
}
#feedback #container #updateForm .frtoAnswer .l {
	float: right;
	width: 379px;
}
#feedback #container #updateForm .frtoAnswer .r {
	float: left;
	width: 13px;
	padding-top: 1px;
}

#feedback #container #updateForm .frspace {
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: auto;
}
#feedback #container #updateForm .frspace .l { display: none; }



/* --------------------------------------------- EXHIBITION PAGE ------------------------------------------------ */
#exhibitionPage #container #updateForm .frsubmit { width: 281px; }


/* --------------------------------------------- EMAIL FORM ------------------------------------------------ */
#emailForm .l { width: 170px; }

#emailForm .frsubmit input { margin-right: 93px; }

/* end */


/* -- _iframe.css -- */

/* --------------------------------------------- THICKBOX --------------------------------------------- */

#TB_overlay { background-color: #0F0F0F; }

#TB_window {
	border: none;
	background: #fff;
	color: #333;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

#TB_iframeContent{
	margin: 0;
	_margin-bottom: 0;
}

#TB_title {
	padding: 0;
	margin: 0;
	background-color: #fff;
	color: #333;
}

#TB_ajaxWindowTitle {
	width: 100%;
	/*height: 32px;*/
	margin: 0;
	padding: 9px 0 9px 0;
	background-color: #fff;
	color: #EF392B;
	font-size: 1em;
	font-weight: bold;
	text-indent: 30px;
	visibility: hidden;
}

#TB_closeAjaxWindow {
	float: none;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

#TB_closeWindowButton {
	position: absolute;
	top: 10px;
	/*right: 14px;*/
	right: 10px;
	display: block;
	width: 10px;
	height: 10px;
	background: url(/imgs/close.gif) no-repeat 0 0px;
	text-decoration: none;
	text-indent: -5000px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

#TB_window a:link, #TB_window a:hover, #TB_window a:visited {
	color: #fff;
	text-decoration: none;
}

#TB_window #TB_prev a:link, #TB_window #TB_prev a:hover, #TB_window #TB_next a:link, #TB_window #TB_next a:hover {
	color:#666;
	text-decoration: none;
}

#TB_window img#TB_Image {
	border:none;
	margin-top:40px;
} 

#TB_caption {
	float:none;
	background-color:#990100;
	height:14px;
	position:absolute;
	top:6px;
	left:6px;
	width:95%;
	font-weight:bold;
	padding:5px 0 5px 10px;
}

/* ajax content */
#TB_ajaxContent {
	margin: 0 15px 20px 15px;
	padding: 0;
}

#TB_ajaxContent p { padding: 0; }

#TB_ajaxContent .listBox {
	width: 400px;
	background-color: #fff;
}

#TB_ajaxContent .leftBox { width: 95px; }
#TB_ajaxContent .rightBox { width: 285px; }

#popup { padding: 0 5px 0 5px; }

#TB_window #popup a {
	color: #c00;
	text-decoration: underline;
}

.imageDesc { padding: 5px 0 0 0; }

.next_prev {
	text-align: right;
	padding: 0 0 20px 0;
}




/* end */


/* -- _theCommon.css -- */

/* --------------------------------------------- COMMON STYLES ------------------------------------------- */

/* landing pages */
#societyPage dt,
#exhibitionPage dt {
	width: 225px;
}

*+html #societyPage dt,
*+html #exhibitionPage dt {
	padding-bottom: 0;
}
*+html #societyPage dt.nofloat,
*+html #exhibitionPage dt.nofloat {
	padding-bottom: 5px;
}

#societyPage dt a,
#exhibitionPage dt a {
	color: #333;
	text-decoration: underline;
}

#artist #col1 .listBox .singleBox,
#press #col1 .listBox .singleBox,
#exhibition #col1 .listBox .singleBox,
#landingPage #col1 .listBox .singleBox { height: 145px; }

#ideaPage .TXTcol .boxLink,
#idea .TXTcol .boxLink,
#pressImage .TXTcol .boxLink,
#homepage .boxLink,
#press #col1 .listBox .singleBox .boxLink,
#exhibition #col1 .listBox .singleBox .boxLink,
#landingPage #col1 .listBox .singleBox .boxLink {
	position: absolute;
	left: 10px;
	bottom: 10px;
}


/* box link */
#pressImage .TXTcol .boxLink,
#homepage .boxLink {
	bottom: 12px;
}


/* hr */
hr {
	height: 2px;
	border:none;
	border-bottom:2px;
	background: url(/imgs/hr1.gif) repeat center; 
}


/* -- artist.css -- */

/* --------------------------------------------- ARTIST PAGE --------------------------------------------- */

#meetingsDiary #logoutForm,
#artistTextpage #logoutForm,
#artistImageText #logoutForm,
#artist #logoutForm {
	position:absolute;
	top:50px;
	right:0;
}
/* WIDGETS */
#artistFinder #col2 .widgetBox,
#meetingsDiary #col2 .widgetBox,
#artistTextpage #col2 .widgetBox,
#artistImageText #col2 .widgetBox,
#artist #col2 .widgetBox {background:#e6e6e6;}

/* buttons */
#meetingsDiary #logoutForm #Logout,
#artistTextpage #logoutForm #Logout,
#artistImageText #logoutForm #Logout,
#artist #logoutForm #Logout {
	display: block;
	width: 70px;
	height: 20px;
	padding:0;
	margin:0;
	border: 0;
	line-height:0;
	text-indent: -5000px;
	cursor:pointer;
	background:url(/imgs/logout.gif) no-repeat center
}

/* auth form */
#artist #authForm .r,#artist #authForm #Send  {float:right;}
#artist #authForm .l {float:left;}
#artist #authForm .r, #artist #authForm .l {height:18px;padding-bottom:5px;}

#artist #authForm input {border: 1px solid #666;}
#artist #authForm #Send  {margin-right:13px;}


/* -- artistContact.css -- */

/* --------------------------------------------- ARTIST CONTACT --------------------------------------------- */

#artistContact hr {
	background: #b7b7b7;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#artistContact #emailForm {
	width: 450px;
	padding-top: 8px;
}
#artistContact #emailForm .formrow { width: 450px; }

#artistContact #emailForm .l { width: 100px; }
#artistContact #container #emailForm input { width: 326px; }

#artistContact #container #emailForm .frmessage .r { width: 350px; }
#artistContact #container #emailForm textarea {
	width: 328px;
	height: 228px;
}

#artistContact #container #emailForm .frsubmit input {
	width: 52px;
	margin-top: 6px;
	margin-right: 20px;
}


/* -- artistFinder.css -- */

/* --------------------------------------------- ARTIST FINDER --------------------------------------------- */

#artistFinder .TXTcol {
	width: 454px;
	padding-right: 6px;
}

#artistFinder h3 {
	padding-top: 0;
	padding-left: 0;
	background: none;
}

#artistFinder .mainBox { padding: 6px; }

form#society {
	margin-bottom: 10px;
	overflow: auto;
}

/* dropdown */
#society select {
	float: left;
	width: 345px;
}

#society input#submit {
	float: left;
	margin-top: 0;
	margin-left: 10px;
}

/* letter menu */
#artistFinder .alphabet { overflow: auto; }

#artistFinder .alphabet li {
	float: left;
	display: block;
	width: 15px;
	margin-right: 2px;
	padding: 0;
	background: #d9d9d9;
	color: #86817D;
	text-align: center;
	font-weight: bold;
	line-height: 15px;
}

#artistFinder .alphabet li.active { background: #838385; }

#artistFinder .alphabet li a {
	color: #333;
	text-decoration: none;
}

/* artists list */
#artistFinder .artistList { padding-top: 5px; }

#artistFinder .artistList li {
	display: block;
	height: 35px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 1px;
	background: #d9d9d9;
	line-height: 35px;
}

/* auth forms */ /* buttons */
#artistFinder #logoutForm #Logout {
	display: block;
	width: 70px;
	height: 20px;
	padding:0;
	margin:0;
	border: 0;
	line-height:0;
	text-indent: -5000px;
	cursor:pointer;
	background:url(/imgs/logout.gif) no-repeat center
}

/* auth form */
#artistFinder #logoutForm {
	position:absolute;
	top:50px;
	right:0;
}
#artistFinder #authForm .r,#artistFinder #authForm #Send  {float:right;}
#artistFinder #authForm .l {float:left;}
#artistFinder #authForm .r, #artistFinder #authForm .l {height:18px;padding-bottom:5px;}

#artistFinder #authForm input {border: 1px solid #666;}
#artistFinder #authForm #Send  {margin-right:13px;}



/* end */


/* -- artistPage.css -- */

/* --------------------------------------------- ARTIST PAGE --------------------------------------------- */

#artistPage #logoutForm {
	position:absolute;
	top:50px;
	right:0;
}

#artistPage .isLoggedIn .default {display:none;}
#artistPage #col1 .listBox .edit { padding: 5px 0 5px 0; }


/* form encloses both columns, so needs width */
#artistPage .isLoggedIn #updateForm {padding:0;width:775px;}


/* layout without js */
#artistPage .isLoggedIn #updateForm textarea {width:448px;margin-bottom:10px;}
#artistPage .isLoggedIn #updateForm .mceLayout {margin-bottom:10px;}


/* TXTcol */
#artistPage .TXTcol { padding-top: 15px; }
#artistPage .TXTcol .listBox {width:430px;padding-left:10px;padding-right:10px;margin-bottom:19px;}
#artistPage .TXTcol #artistHeaderBox h3 { float: left; }
#artistPage .TXTcol #artistHeaderBox p { clear: both; }
#artistPage .TXTcol h4 {font-size:1em;}
#artistPage .TXTcol .floatR img { margin-bottom: 5px;}
p.status {font-weight:bold;padding:3px;position:absolute;top:9px;width:782px;background-color:#fff;border:1px solid black;}


/* WIDGETS */
#artistPage #col2 .widgetBox {background:#e6e6e6;}
#artistPage #col2 .enlargeBox {
	width:70px;
	margin:10px auto 10px auto;
	padding: 0 0 0 7px;
	background:url(/imgs/enlarge_no_bg.gif) no-repeat left;
}
#artistPage #col2 .enlargeBox a { text-decoration: underline; }
#artistPage #col2 .imageBox .default {
	margin: 0 0 10px 0;
	padding: 20px 0 20px 0;
	background: #f2f2f2;
	text-align:center;
}
#artistPage #col2 #imageEditBox .edit {margin-top:20px;margin-bottom:20px;}
#artistPage #col2 .imageBox .edit .viewFile, 
#artistPage #col2 .imageBox .edit input,
#artistPage #col2 .widgetBox #headerImageBox .edit .fieldSpecs {text-align:left;}

/*#artistPage .fieldSpecs { display:none; }*/

#artistPage #container #updateForm .edit .l { width: 55px; }
#artistPage #col2 #imageEditBox .formrow {width:240px;overflow:hidden;}

/* my settings box */
#artistPage #bgColorBox div.edit div {float:left;margin-right:2px;}
#artistPage #bgColorBox div.edit div input {width:13px;margin-right:10px;}
#artistPage #bgColorBox div.edit div img {border: 1px solid #333;cursor:pointer;margin:3px;}

#artistPage #headerImageBox p.spacing { margin: 6px 0 10px 0; }


/* buttons */
#artistPage #updateForm #saveButton,
#artistPage #updateForm #updateButton,
#artistPage #logoutForm #Logout {
	display: block;
	width: 70px;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
	text-indent: -5000px;
	cursor: pointer;
}

#artistPage #logoutForm input { background: url(/imgs/logout.gif) no-repeat center; }
#artistPage #updateForm #saveButton {
	position: absolute;
	top: 50px;
	right: 80px;
	background: url(/imgs/savesubmit.gif) no-repeat center;
}
#artistPage #updateForm #updateButton {
	position: absolute;
	top: 50px;
	right: 160px;
	background: url(/imgs/update.gif) no-repeat center;
}


/* default/edit box */
#artistPage .TXTcol .listBox .default { padding-bottom: 14px; }
#artistPage .TXTcol #postNominalsBox .edit { padding-bottom: 15px; }


/* form */
#container #updateForm .edit .formrow { width: 241px; }
#container #updateForm .edit input { margin: 1px 0 1px 0; }
#container #updateForm input.f_image {
	width: 120px;
	height: 19px;
	margin-right: 5px;
}
#container #updateForm .deleteFile input.f_image {
	width: 13px;
	height: 13px;
	border: none;
}
.viewFile {
	display: block;
	padding: 2px 0 10px 0;
}
.deleteFile input { margin-right: 2px; }

#bgColorBox { padding-top: 10px; }



/* end */


/* -- bookshop.css -- */
#bookshop .getsBig {
	width:445px;
	height:222px;
}

#bookshop .getsBig .singleBox {
	width:300px;
	height:200px;

}

#bookshop .getsBig img {
	padding-top:40px;
}

#bookshop .getsBig .singleBox .boxLink {
	padding-top:35px;
	letter-spacing:0.05em;
}

#bookshop .singleBox .boxLink {
	padding-top:40px;
	
}

#bookshop .checkout {
	position:absolute;
	top:50px;
	right:0px;
}

#bookshop .expand{ width: 445px;}

#bookshop .expand .expand{ 
	position: relative;
	width: 330px; 
}


#bookshop .expand .expand .boxLink a{ position:absolute; bottom: 25px;}

#bookshop .expand .expand form{ position:absolute; bottom: 5px;} 



/*
#bookshop .paypalButton {
	background-color:#ffffff;
	color:#cc0000;
	border:none;
	padding-bottom:5px;
	font-size:1.1em;
	line-height:1.4em;
	letter-spacing:0.05em;
}
*/


/* -- britishart.css -- */
#britishartPage #col2 .widgetBox {
	background:#E6E6E6 none repeat scroll 0 0
}

#britishartPage #col2 .imageBox .default {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F2F2F2 none repeat scroll 0 0;
	margin:0 0 10px;
	padding:20px 0;
	text-align:center;
}



/* -- contact.css -- */

/* --------------------------------------------- CONTACT US --------------------------------------------- */

#contact #col1 .floatL {
	width: 220px;
	padding-top: 30px;
}


/* -- current-futureExh.css -- */

/* --------------------------------------------- CURRENT / FUTURE EXHIBITION --------------------------------------------- */

#currentExhibition #col1, #futureExhibition #col1 {
	width: 765px;
	padding-right: 0;
	background: none;
}

#currentExhibition h3, #futureExhibition h3 { width: 450px; }

#currentExhibition .listBox, #futureExhibition .listBox {
	width: 765px;
	margin-bottom: 20px;
}

#currentExhibition .leftBox, #futureExhibition .leftBox { width: 470px; }

#currentExhibition .rightBox, #futureExhibition .rightBox {
	width: 275px;
	padding: 10px 10px 5px 10px;
}


/* -- exhibitionPage.css -- */

/* --------------------------------------------- EXHIBITION PAGE --------------------------------------------- */

#exhibitionPage .TXTcol {
	padding-top: 18px;
	padding-bottom: 30px;
}

#exhibitionPage .TXTcol:first-child {
	padding-top: 13px;
	padding-bottom: 8px;
}

/* inconsistency... */
#exhibitionPage .smallBox .singleBox {
	height: 133px;
	padding-top: 7px;
	padding-bottom: 0;
}
#exhibitionPage .smallBox .boxLink {
	position: absolute;
	bottom: 3px;
	left: 10px;
}
#exhibitionPage .smallBox p { margin-bottom: 2px; }

#exhibitionPage .smallBox p.reservetobuy { margin-top: 0; }

#exhibitionPage .workforsaleList { padding: 21px 0 0 0; }
#exhibitionPage .workforsaleEnquiry { padding: 9px 0 0 0; }

#exhibitionPage .workforsaleEnquiry .redArrow {
	float: right;
	background-image: url(/imgs/red_arrow2.gif);
}
#exhibitionPage .workforsaleEnquiry .floatR,
#exhibitionPage .workforsaleEnquiry .floatL { margin: 6px 0 0 0; }

#exhibitionPage #container #updateForm {
	clear: both;
	padding-top: 5px;
}

#exhibitionPage #container dt {
	width: 225px;
}

#exhibitionPage #container dt a {
	color: #333;
	text-decoration: underline;
}


/* -- homepage.css -- */

/* --------------------------------------------- HOME PAGE --------------------------------------------- */

#homeflashWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 950px;
	height: 490px;
	overflow: hidden;
	z-index:10;
}

.homeSwapper {
	position: absolute;
	width: 1920px;
	height: 490px;
	top: 0;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}

.IE6homeFlashFix { width: 950px; }

#homepage #container {
	width: 960px;
	background: none;
}

#homepage #content {
	width: 960px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 305px;
}

#homepage #header { width: 955px; }

#homepage h1 { padding-left: 5px; }


/* widget/page boxes */
#homepage .listBox,
#homepage .widgetBox {
	margin-left: 5px;
	margin-right: 5px;
}

#homepage .singleBox {
	width: 210px;
	height: 125px;
}

#homepage .singleWider { width:440px; }

#homepage .widerBox { width:470px; }

#homepage .widgetBox {
	position: relative;
	width: 206px;
	height: 160px;
}

#homepage .rightBox,
#homepage .leftBox {
	position: absolute;
	top: 60px;
}

#homepage .leftBox { left: 12px; }

#homepage .rightBox {
	right: 12px;
	width: 125px;
	padding-left: 0;
}

#homepage .widgetBox .boxLink { left: 12px; }


/* end */


/* -- landingPage.css -- */

/* --------------------------------------------- LANDING PAGE --------------------------------------------- */

/*#exhibition #col1 .listBox:first-child,
#landingPage #col1 .listBox:first-child {
	width: 470px;
	margin-right: 0;
}*/

/* see in _common.css */


/* -- navigation.css -- */

/* --------------------------------------------- NAVIGATION ------------------------------------------- */

#nav {
	position: absolute;
	top: 135px;
	left: 0;
	width: 100%;
	min-width: 950px;
	height: 30px;
	background-color: #fff;
	/*filter: alpha(opacity=80);*/
	-moz-opacity: 0.8;
	opacity: 0.8;
	text-align: center;
	z-index: 15;
}

/* wacky fix for ff2 on mac */
#nav, x:-moz-any-link {
	background: url(/imgs/bg_nav.png) repeat 0 0;
	-moz-opacity: 1;
	opacity: 1;
}
#nav, x:-moz-any-link, x:default {
	background: #fff;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#navmenu ol {
	list-style-type: none;
	width: 950px;
	margin: 0 auto;
	/*padding: 0 19px 0 0;*/
	/*padding: 0 4px 0 0;*/
}

#navmenu ol li {
	display: block;
	float: left;
	height: 30px;
	margin: 0;
	/*padding: 0 7px 0 9px;*/
	padding: 0 4px 0 6px;
	background: url(/imgs/separator.gif) no-repeat right top;
}

#navmenu ol li:first-child { padding-left: 0; }
#navmenu ol li:last-child {
	padding-right: 0;
	background: none;
}
*+html #navmenu ol li {
	padding-right: expression(this.nextSibling==null?'0':'');
	background-image: expression(this.nextSibling==null?'none':'');
}

/* hack for IE8... */
#navmenu ol li.noBg { background /*\**/: none\9 }
#navmenu ol li.noBg { padding-right /*\**/: 0\9 }

/*#navmenu ol li.separator { padding: 0 8px 0 5px; }
#navmenu ol li.separator { padding: 0 6px 0 2px; }*/

#navmenu ol li a { color: #666; }


/* subnav */
#subnav {
	position: absolute;
	top: 284px;
	left: 15px;
	width: 110px;
	line-height: 1.2em;
}

#subnav li { padding-bottom: 5px; }

#subnav li a { color: #666; }
#subnav li.active a { font-weight: bold; }


/* tabnav */
ol#tabNav {
	float: right;
	margin-top: 8px;
}

#tabNav li {
	float: left;
	width: auto;
	margin-left: 7px;
	padding: 3px 5px 0 10px;
	background: #e6e6e6;
	font-size: 1.3em;
	font-weight: bold;
}

#tabNav li a {
	display: block;
	color: #333;
	cursor: pointer;
}


/* footer nav */
#footer ol li {
	display: inline;
	padding-right: 8px;
}

#footer ol li a {
	color: #333;
	text-decoration: underline;
}



/* end */


/* -- onlineRegistration.css -- */
@charset "utf-8";
/* CSS Document */

/* Registration page #1 */
#onlineReg1 #societies select#exhibition {
	border:1px solid #BCBCBC;
	font-size:1.1em;
	width:340px;
	color:#333333;
	padding:1px 0 1px;
	margin:0;
}

#onlineReg1 #societies input{ margin:0 0 0 10px;}

#onlineReg1 .TXTcol p { padding-top:10px; }


/* Registration page #2 */
#onlineReg2 #updateForm { color:#333333; padding-top:10px; }

#onlineReg2 .indented, #onlineReg2 #updateForm { padding-left:15px }

#onlineReg2 #updateForm .l, 
#onlineReg2 #updateForm .r, 
#onlineReg3 #updateForm .l, 
#onlineReg3 #updateForm .r{ 
	float:none; 
	display:block; 
	width:365px;
}

#onlineReg2 #updateForm label, 
#onlineReg3 #updateForm label 
{ font-weight:normal; }

#onlineReg2 #updateForm input, 
#onlineReg3 #updateForm input 
{ width:325px; }

#onlineReg2 #updateForm select, 
#onlineReg3 #updateForm select 
{ width:53px; margin-right:10px; }

#onlineReg2 #updateForm span.l, 
#onlineReg3 #updateForm span.l 
{padding:8px 0;}

#onlineReg2 #updateForm .fraddress2 span.l, 
#onlineReg2 #updateForm .frname span.l 
{padding-top:0;}


#onlineReg3 #updateForm input#submit,
#onlineReg2 #updateForm input#submit { 
width:52px; height:19px; 
border:none; 
background-color:#e6e6e6;
padding:0; }

#onlineReg2 #updateForm div.frcontinue span.r { text-align:right; }

#onlineReg2 #updateForm .frcontinue { padding-bottom:10px; }


/* Registration page #3 */
#onlineReg3 #updateForm { padding-left:10px; padding-top:0; } 

#onlineReg3 #updateForm .formrow{ margin:0; width:413px;}

#onlineReg3 #updateForm .frunframedPrice1,
#onlineReg3 #updateForm .frunframedPrice2,
#onlineReg3 #updateForm .frunframedPrice3,
#onlineReg3 #updateForm .frunframedPrice4,
#onlineReg3 #updateForm .frunframedPrice5,
#onlineReg3 #updateForm .frunframedPrice6 { margin-bottom:14px; }

#onlineReg3 #updateForm .frtermsConditions { margin-top:14px; }
#onlineReg3 #updateForm .frtermsConditions input { width: 25px; }
#onlineReg3 #updateForm .frtermsConditions .r { width:30px; float:left; padding:10px 0; }
#onlineReg3 #updateForm .frtermsConditions .l { width:205px; float:left; }



#onlineReg3 #updateForm .frspace span.l { display:none } 

#onlineReg3 #updateForm .frspace span.r { padding-top:12px; font-weight:bold; }

#onlineReg3 #updateForm div { padding-left:14px; }

#onlineReg3 #updateForm .req { padding-left:0; }

#onlineReg3 #updateForm .formrow 
{ background-color:#ffffff; }

#onlineReg3 #updateForm .frunframedPrice1,
#onlineReg3 #updateForm .frunframedPrice2,
#onlineReg3 #updateForm .frunframedPrice3,
#onlineReg3 #updateForm .frunframedPrice4,
#onlineReg3 #updateForm .frunframedPrice5,
#onlineReg3 #updateForm .frunframedPrice6,
#onlineReg3 #updateForm .frsubmit
{ padding-bottom:19px; }


#onlineReg3 #updateForm input#submit { background-color:#ffffff; }

#onlineReg2 #updateForm .frcontinue .r, 
#onlineReg3 #updateForm .frsubmit .r  { float: none; width:330px; }

#onlineReg1 .drop_exh { 
	float:left;width:340px;
}

#onlineReg1 .bt_go {
	float:left;
	width:50px;
	padding-top:1px;
}

#onlineReg2 #updateForm .frfba .l { width:155px; float:left; }
#onlineReg2 #updateForm .frfba .r { width:20px; float:left; padding:10px 0;}
#onlineReg2 #updateForm .frfba input { width:20px; }


/* -- pastExh.css -- */

/* --------------------------------------------- PAST EXHIBITION --------------------------------------------- */

#pastExhibition #col2 {
	width: 245px;
	margin-left: 20px;
	padding: 10px 10px 15px 10px;
	background-color: #e6e6e6;
}

#pastExhibition #archiveBox { padding-bottom: 25px; }

#pastExhibition .archiveYear { padding-bottom: 10px; }

#pastExhibition .month { padding-left: 15px; }

#pastExhibition .month p { margin-bottom: 3px; }


/* -- press.css -- */

/* --------------------------------------------- PRESS IMAGE --------------------------------------------- */

#pressImage #content {
	width: 770px;
	padding-right: 20px;
}

#pressImage .TXTcol {
	width: 720px;
	margin-bottom: 5px;
	padding: 20px 25px 20px 25px;
}

#pressImage h3 {
	margin-top: 2px;
	/*padding-left: 35px;
	background: #96A4A4  url(/imgs/arrow_off.gif) no-repeat 10px 6px;*/
}

#pressImage h3.spacing {
	margin-top: 15px;
	margin-left: 0;
}

#pressImage .spacing { margin-left: 37px; }

#pressImage h3 a {
	display: block;
	height: 26px;
	padding-left: 25px;
	background: #96A4A4  url(/imgs/arrow_off.gif) no-repeat 0 1px;
	color: #fff;
}

/* --------------------------------------------- PRESS RELEASE --------------------------------------------- */

#pressRelease_recent dl,
#pressRelease_archive dl,
#pressRelease dl {
	padding-bottom: 20px;
}


*+html #pressRelease_archive dl,
*+html #pressRelease_recent dl,
*+html #pressRelease dl { padding-top: 0; }

#pressRelease_recent dt,
#pressRelease_archive dt,
#pressRelease dt {
	float: none;
	height: 16px;
	padding-top: 5px;
	padding-left: 25px;
	background: no-repeat 0 4px;
}

#pressEvent dt {
	float: none;
	font-weight: bold;
}

#pressEvent dd { padding-bottom: 10px; }


/* --------------------------------------------- PRESS REGISTER --------------------------------------------- */

#pressRegister .thickbox {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

#pressRegister hr {
	background: #b7b7b7;
	height: 1px;
	margin-top: 17px;
	margin-bottom: 18px;
}

#pressRegister #container #updateForm .formrow { margin-bottom: 5px }

#pressRegister #container #updateForm .l { width: 100px; }

#pressRegister #container #updateForm .frspace { margin-bottom: 12px; }

#pressRegister #container #updateForm .frspace .r { width: auto; }

#pressRegister #container #updateForm .frtermsAndConditions { padding-top: 7px; }
#pressRegister #container #updateForm .frtermsAndConditions .l {
	float: right;
	width: 302px;
	padding-left: 10px;
}
#pressRegister #container #updateForm .frtermsAndConditions .r {
	float: right;
	width: 13px;
	padding-left: 100px;
}
#pressRegister #container #updateForm .frtermsAndConditions label { font-weight: normal; }
#pressRegister #container #updateForm .frtermsAndConditions input {
	width: 13px;
	height: 13px;
	border: none;
	margin: 4px 0 0 0;
	padding: 0;
}
#pressRegister #container #updateForm .frsubmit .r { margin-right: 163px; }
#pressRegister #container #updateForm .frsubmit input { margin-top: 8px; }

#imageText  #TB_ajaxWindowTitle,
#pressRegister  #TB_ajaxWindowTitle,
#mailinglist #TB_ajaxWindowTitle { visibility: visible; }

/* --------------------------------------------- PASSWORD REMINDER --------------------------------------------- */

#passwordreminder #container #updateForm {
	overflow: auto;
	padding-bottom: 50px;
}

#passwordreminder #container #updateForm .formrow {
	clear: none;
	width: 250px;
}

#passwordreminder #container #updateForm .l {
	display: block;
	width: 65px;
	margin-top: 0;
}

#passwordreminder #container #updateForm .fremail { float: left; }

#passwordreminder #container #updateForm .frsubmit {
	float: right;
	width: 65px;
}

#passwordreminder #container #updateForm .frsubmit input { margin-top: 0; }


/* end */


/* -- searchResults.css -- */

/* --------------------------------------------- SEARCH RESULTS --------------------------------------------- */

#searchResult #col1 .redArrow { color: #333; }

#searchResult #col1 .redArrow a { font-weight: bold; }


/* -- selectionNotificationPage.css -- */

/* --------------------------------------------- SELECTION NOTIFICATION PAGE --------------------------------------------- */

#selectionNotificationPage td {
	width: 25%;
	text-align: center;
	background: #e6e6e6;
}

#selectionNotificationPage .even { padding: 4px 0; }

#selectionNotificationPage .odd { background: #bdbdbd; }


/* -- society.css -- */

/* --------------------------------------------- SOCIETY --------------------------------------------- */

#selectionNotification h3,
#openExhibitons h3,
#society h3 { margin-bottom: 13px; }

#selectionNotification .listBox,
#openExhibitons .listBox,
#society .listBox { width: 232px; }

#selectionNotification .listBox img,
#openExhibitons .listBox img,
#society .listBox img { border: 1px solid #dadada; }

#selectionNotification .spacing,
#openExhibitons .spacing,
#society .spacing { margin-left: 6px; }


/* -- societyPage.css -- */

/* --------------------------------------------- SOCIETY PAGE --------------------------------------------- */

#societyPage #tabNav li.members {
	padding-left: 17px;
	padding-right: 0;
}

#societyPage #tabNav li.overview {
	padding-left: 16px;
	padding-right: 5px;
}


/* -- sponsors.css -- */

/* --------------------------------------------- SPONSORS --------------------------------------------- */

#sponsors dl {
	padding: 0;
	background: #e6e6e6;
}

#sponsors dt {
	border: 1px solid #dadada;
	margin-bottom: 10px;
	padding-bottom: 0;
}

#sponsors dt.spacing { margin-left: 6px; }

#sponsors dt img { display: block; }


/* -- visitorInfo.css -- */

/* --------------------------------------------- VISITOR INFO --------------------------------------------- */

#visitorInfo .printIcon {
	float: right;
	margin: -6px 0 0 0;
	padding: 0 10px 0 0;
}


/* -- whoswho.css -- */

/* --------------------------------------------- WHO'S WHO --------------------------------------------- */

#whoswho .TXTcol {
	width: 446px;
	padding: 12px 12px 0 12px;
}

#whoswho .listBox { margin-bottom: 12px; }

#whoswho .mainBox { margin-right: 5px; }

