body {
    background-color: #fff;
    background-image: url('/img/layout/background.jpg');
    background-repeat: repeat-y;	
    margin: 0px;
    padding: 0px;
	font-family: Arial, Verdana, 'Sans Serif';
}


#left {
    width: 170px;
    float: left;
    padding: 30px 0px 0px 30px;
    font-size: 0.75em;
    color: #286BAD;
    position: fixed;
	left: 0px;
}
#left ul {
	padding: 0px;
	margin: 0px;
    margin-top: 30px;
    list-style: none;
    line-height: 1.6em;
    width: 160px;
}

#left li {
    border-top: 1px solid #C9DAEA;
    padding: 4px 0px 4px 7px;
    margin-left: -5px;
}
#left li:hover {
    background: #286BAD;
}
#left li:hover a {
    color: #fff;
}
#left li.active{
    background: #E9F0F7;
}
#left li.active a {
    color: #286BAD;
}
#left li a {
    color: #286BAD;
    text-decoration: none;
    display: block;
}
#left .navigation li {
    font-weight: bold;
}
/* IE hack */
* html #left .navigation li {
	padding-left: 12px;
}

#left .mandatory li {
    font-weight: normal;
}
#left .flags img {
	float: left;
	margin-right: 5px;
	border: 0px;
}
#left .flags li:hover {
    background: #fff;
}

#right {
    padding: 35px;
    margin-left: 230px;
    width: 680px;
    height: 900px;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333;
}
#right h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #999;
	font-size: 1.8em;
	line-height: 1.3em;
}
#right table {
	width: 470px;
	background-color: #FFEEBB;
}
#right table th {
	text-align: left;
	padding: 1px 7px 1px 7px;
	background-color: #FFD149;
	color: #333;
	font-weight: bold;
}
#right table th a {
	color: #fff;
	text-decoration: none;
}
#right table .altrow {
	background-color: #FFF7DE;
}
#right table td {
	padding: 5px 7px 5px 7px;
	border-top: 1px solid #fff;
	color: #2B2B2B;
}
#right table tr.hover:hover {
	background-color: #E9F0F7;
}
#right table tr.blue {
	background-color: #E9F0F7;
}
#right table a {
	color: #125292;
}
.sedcard_label {
	width: 130px;
}
.bg_lightblue {
	background-color: #E9F0F7;	
}
.text_thumbnail_right {
	border: 3px solid #bbb;
	margin-left: 17px;
	margin-bottom: 5px;
	float: right;
}
.text_thumbnail_left {
	border: 3px solid #bbb;
	margin-right: 17px;
	margin-bottom: 5px;
	float: left;
}
.disabled {
	display: none;
}

/* form styles */

#searchform fieldset {
	background-color: #E9F0F7;
	padding: 8px;	
	border: 1px solid #D4D4D4;
}
#searchform label {
	display: block;
}
#searchform select.smallwidth {
	width: 110px;
}
#searchform select.mediumwidth {
	width: 150px;
}
#searchform input[type="submit"] {
	margin-top: 2px;
}

#contactform fieldset {
	background-color: #E9F0F7;
	padding: 8px;	
	border: 1px solid #C9DAEA;
}
#contactform label {
	clear: left;
	float: left;
	width: 180px;
	font-family: Arial, Verdana, 'Sans Serif';
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333;
	margin-top: 4px;
}
#contactform select.fullwidth {
	width: 352px;	
	margin-top: 4px;
	border: 1px solid #C9DAEA;
	font-family: Arial, Verdana, 'Sans Serif';
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333;
}
#contactform input.fullwidth {
	width: 350px;	
	margin-top: 4px;
	border: 1px solid #C9DAEA;
	font-family: Arial, Verdana, 'Sans Serif';
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333;
}
#contactform textarea {
	width: 350px;
	height: 70px;	
	margin-top: 4px;
	border: 1px solid #C9DAEA;
	font-family: Arial, Verdana, 'Sans Serif';
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333;
}
#contactform input[type="submit"] {
	position: relative;
	margin-top: 4px;
	left: 180px;
}
.error-message {
	position: relative;
	margin-left: 181px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	width: 340px;
	background-color: #FF3A3A;
}


#editform fieldset {
	background-color: #E9F0F7;
	padding: 8px;	
	border: 1px solid #C9DAEA;
}
#editform label {
	clear: left;
	float: left;
	width: 120px;
	font-family: Arial, Verdana, 'Sans Serif';
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333;
	margin-top: 4px;
}
#editform select.fullwidth {
	width: 512px;	
	margin-top: 4px;
	border: 1px solid #C9DAEA;
	font-family: Arial, Verdana, 'Sans Serif';
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333;
}
#editform input.fullwidth {
	width: 510px;	
	margin-top: 4px;
	border: 1px solid #C9DAEA;
	font-family: Arial, Verdana, 'Sans Serif';
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333;
}
#editform textarea {
	width: 510px;
	height: 70px;	
	margin-top: 4px;
	border: 1px solid #C9DAEA;
	font-family: Arial, Verdana, 'Sans Serif';
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333;
}
#editform input[type="submit"] {
	position: relative;
	margin-top: 4px;
	left: 120px;
}


#loginform form {
	padding: 0px;
	margin: 0px;
}

#loginform input {
	width: 150px;	
	margin-top: 4px;
	border: 1px solid #C9DAEA;
	font-family: Arial, Verdana, 'Sans Serif';
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333;
}
#loginform input[type="submit"] {
	position: relative;
	margin-top: 4px;
	left: 70px;
	width: 80px;
}



#clear {
    clear: both;
    width: 980px;
}

.paging {
	width: 470px;
	padding: 10px 0px 30px 0px;	
	font-weight: bold;
	text-align: right;
}
.paging a {
	color: #125292;
}
.show_element {
	visibility: visible;
}
.hide_element {
	visibility: hidden;
}
#flashMessage {
	padding: 3px;	
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
.flash_success {
	background-color: #00DD00;
}
.flash_error {
	background-color: #FF3A3A;
}

/* individual form styles */

#searchform {
	margin-top: 32px;
	float: right;
	width: 175px;
}

#watchlist fieldset {
	background-color: #FFF7DE;
}
#watchlist label {
	display: inline;
}
#watchlist .checkbox label {
	padding-left: 3px;
}


/* lightbox styles */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	font-size: 0.8em;
	}
#lightboxDetails{
	padding-top: 4px;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(/img/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(graphics/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/lightbox/overlay.png", sizingMethod="scale");
	}
	
/* divbox styles */

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }