/*##############################################
	Screen Ocean Stylesheet:
	...created on 17th August, 2009
##############################################*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #dfdfdf;
	width: 100%;
	height: 100%;
}

body, input, textarea {	
	font-family: Arial, Helvetica, sans-serif;
}

img {
	vertical-align: bottom;
}

a img {
	border: 0px;
}

.clear {
	clear: both;
}

div#overall-container {
	width: 960px;
	margin: 0 auto;
	background-image:url(../images/body-bg.jpg);
}

div#content-container {
	width: 900px;
	padding: 0px 10px;
	margin: 0 auto;
}

/*##############################################
	Generic link styles
##############################################*/

.black-link A:link { color: #000; text-decoration: none; }
.black-link A:visited { color: #000; text-decoration: none; }
.black-link A:active  { color: #000; text-decoration: none; }
.black-link A:hover  { color: #000; text-decoration: underline; }

.black-link-no-underline A:link { color: #000; text-decoration: none; }
.black-link-no-underline A:visited { color: #000; text-decoration: none; }
.black-link-no-underline A:active  { color: #000; text-decoration: none; }
.black-link-no-underline A:hover  { color: #000; text-decoration: none; }

.white-link A:link { color: #fff; text-decoration: none; }
.white-link A:visited { color: #fff; text-decoration: none; }
.white-link A:active  { color: #fff; text-decoration: none; }
.white-link A:hover  { color: #fff; text-decoration: underline; }

.gray-link A:link { color: #999; text-decoration: none; }
.gray-link A:visited { color: #999; text-decoration: none; }
.gray-link A:active  { color: #999; text-decoration: none; }
.gray-link A:hover  { color: #999; text-decoration: underline; }

.blue-link A:link { color: #0287b3; text-decoration: none; }
.blue-link A:visited { color: #0287b3; text-decoration: none; }
.blue-link A:active  { color: #0287b3; text-decoration: none; }
.blue-link A:hover  { color: #0287b3; text-decoration: underline; }

.turquoise-link A:link { color: #2d94a6; text-decoration: none; }
.turquoise-link A:visited { color: #2d94a6; text-decoration: none; }
.turquoise-link A:active  { color: #2d94a6; text-decoration: none; }
.turquoise-link A:hover  { color: #2d94a6; text-decoration: underline; }

/*##############################################
	Header
##############################################*/

div#header {
	position: relative;
	background-image:url(../images/header-bg.jpg);
	background-position: top right;
	height: 89px;
}

div#sub-header {
	background-image:url(../images/sub-header-bg.png);
	height: 33px;
	padding: 8px 20px 0px 20px;
	border-bottom: 1px solid #fff;
}

div#header-banner {
	position: absolute;
	z-index: 999;
	top: 28px;
	left: 12px;
	background-image:url(../images/sub-header-logo.png);
	width: 232px;
	height: 59px;
}

div#header-banner a {
	display: block;
	width: 232px;
	height: 59px;
}

div#sub-header-search-form {
	float: left;
}

div#sub-header-search-form input, div#sub-header-nav-links, div#my-workspace-container input {
	font-size: 0.7em;
}

div#create-new-workspace input {
	font-size: 1em;
	font-weight: bold;
}

div#sub-header-search-form input#s {
	width: 150px;
}

div#sub-header-search-form input#s, div#sub-header-search-form input#search-button, input.ws-submit, input#lightbox_search {
	padding: 1px;
}

input#lightbox_search, input#lightbox_keyword {
	font-size: 1em;
}

div#sub-header-search-form input#search-button, input.ws-submit, input#lightbox_search {
	border: 1px solid #fff;
	background-color: #0287b3;
	text-transform: lowercase;
	font-weight: bold;
	color: #fff;
	margin-left: 2px;
	width: 50px;
}

input.generic-submit {
	border: 1px solid #fff;
	background-color: #0287b3;
	font-weight: bold;
	color: #fff;
	font-size: 1em;
}

div#sub-header-nav-links {
	float: right;
	text-transform: lowercase;
	font-weight: bold;
	padding-top: 3px;
}

div#sub-header-nav-links li {
	float: left;
	list-style-type: none;
	margin-left: 5px;
}

li.sub-header-nav-vr {
	background-image:url(../images/sub-header-subnav-bar.jpg);
	width: 2px;
	height: 18px;
}

/*##############################################
	Footer
##############################################*/

div#footer-container {
	background-color: #dedfdf; 
	padding: 20px;
	border-top: 1px solid #fff;
}

div#footer-container ul {
	width:650px;	
}

div#footer-container ul li {
	float: left;
	list-style-type: none;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: lowercase;
	margin-left: 5px;
}

li.sub-footer-nav-vr {
	background-image:url(../images/footer-nav-vr.jpg);
	width: 2px;
	height: 18px;
}

div#footer-bg {
	height: 22px;
	width: 960px;
	margin: 0 auto;
	background-image:url(../images/footer-bg-2.jpg);
	background-repeat: repeat-x;
}

div#footer-address-details {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #999;
	margin-top: 10px;
}

div#footer-contact-details {
	margin-top: 5px;
}

/*##############################################
	Homepage
##############################################*/

div#homepage-third-level {
	position: relative;
	background-image:url(../images/homepage-third-level-bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
	background-color: #F3F5F4;
}

div#homepage-login-form {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 0.7em;
	height: 29px;
	width: 480px;
	color:#666666;
	text-align: right;
	text-transform: lowercase;
}

div#homepage-login-form input {
	font-size: 1em;
	vertical-align: top;
}

div#homepage-login-form label {
	font-size: 1em;
	vertical-align: middle;
}

div#homepage-login-form input.ws-submit {
	font-size: 1em;
	margin: 0px;
}

input.homepage-login-input {
	width: 125px;
	margin: 0px 5px 0px 0px;
}

div#homepage-fouth-level {
	position: relative;
	background-image:url(../images/homepage-fourth-level-bg2.jpg);
	background-position: top right;
	height: 469px;
	color: #fff;
}

div#homepage-fouth-level-left {
	position: absolute;
	top: 0px;
	left: 20px;
	height: 480px;
	width: 277px;
	padding: 20px 0px 0px 0px;
}

div#homepage-fouth-level-right {
	position: absolute;
	top: 1px;
	right: 20px;
	width: 564px;
	height: 480px;
	padding: 20px 0px 0px 0px;
}

div#homepage-fouth-level-left p, div#homepage-sixth-level-right p {
	font-size: 0.70em;
	line-height: 1.3em;
	margin: 0px;
	color:#FFF;
}

div#homepage-fouth-level-left h2, div#homepage-fouth-level-right h2, div#homepage-sixth-level h4, div#homepage-sixth-level-right h4, div.hp-featured-record-meta h3, div#homepage-fouth-level, div#homepage-sixth-level {
	font-family: Verdana, Lucida Sans, Arial, Helvetica, sans-serif;
}

div#homepage-fouth-level-left h2 {
	position: relative;
	background-image:url(../images/homepage2-tile1.gif);
	height: 32px;
	font-size: 0.9em;
	padding: 9px 9px 0px 9px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

img.homepage-fourth-level-plus {
	position: absolute;
	top: 4px;
	right: 4px;
	height: 8px;
	width: 8px;
}

div#homepage-fouth-level-right h2 {
	position: relative;
	background-image:url(../images/homepage2-fourth-level-right-header.png);
	height: 32px;
	font-size: 1.2em;
	padding: 9px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

div#homepage-fouth-level-box1, div#homepage-fouth-level-box2, div#homepage-fouth-level-list {
	position: relative;
	padding: 9px 9px 1px 9px;
	margin-bottom: 9px;
}


div#homepage-fouth-level-box1 {
	height: 378px;
	background-image:url(../images/homepage2-tile2.gif);
	background-color: #3b97a1;
}

div#homepage-fouth-level-box1 ul {
	list-style:square;
	list-style-position:inside;
	border: 5px solid #5fb090;
	padding: 3px 0px 3px 0px;
	margin: 4px 0px 6px 0px;
	text-transform: uppercase;
	font-weight:bold;
	font-size:0.6em;
}

div#homepage-fouth-level-box1 ul li {
	border-bottom: 1px solid #5fb090;
	padding: 0.5px 0px 0.5px 6px;
	margin: 0px 0px 0px 0px;
	
}

div#homepage-fouth-level-box2 {
	height: 216px;
	background-image:url(../images/homepage3-fifth-level-bg.jpg);
	background-color: #5fb090;
}

img.homepage-fourth-level-plus-footer {
	position: absolute;
	bottom: 4px;
	right: 4px;
	height: 8px;
	width: 8px;
}

div.hp-featured-record {
	height: 322px;
	background-repeat: no-repeat;
	background-color: #dfdfdf;
}

div.hp-featured-record-meta {
	background-color: #298694;
	padding: 45px 10px 0px 10px;
	color: #2d94a6;
	width: 534px;
	text-align: right;
	height: 46px;
}

div.hp-featured-record-meta h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}

div.homepage-slideshow, div.hp-featured-record-meta {
	border: 5px solid #3b97a1;
}

div.homepage-slideshow {
	border-bottom: 0px;
	width: 554px;
	height: 280px;
}

div.hp-featured-record-meta p {
	font-size: 0.7em;
	color: #8fe9b2;
	font-weight: bold;
}

div#homepage-fifth-level {
	
}

div.fl-thumbnail-with-dropshadow {
	float: left;
	width: 133px;
	height: 100px;
	background-image:url(../images/homepage-fourth-level-left-thumb-ds.png);
}

div#homepage-sixth-level {
	position: relative;
	height: 214px;
	background-image:url(../images/base1.jpg);
	color:#3B97A1;
}

div#homepage-sixth-level h4 {
	position: relative;
	background-image:url(../images/homepage2-fifth-level-strapline-bgt.png);
	padding: 11px;
	height: 18px;
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
	color: #0186b3;
	text-transform: uppercase;
}

div#homepage-sixth-level h4 img {
	position: absolute;
	top: 4px;
	right: 4px;
	height: 8px;
	width: 8px;
}

div#homepage-sixth-level-left {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 277px;
}

div#homepage-sixth-level-left img {
	padding: 20px 0px 0px 0px;
}

div#homepage-sixth-level-right {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 565px;
}

div#homepage-sixth-level-right p {
	padding: 15px 11px 0px 11px;
}

div.ws-featured-item {
	background-color: #d8eee8;
	margin-bottom: 10px;
	padding: 5px;
}

div.ws-featured-padding {
	background-color: #eff8f5;
	padding: 5px;
}

div.ws-featured-item table {
	width: 100%;
	background-color: #eff8f5;
}

div.ws-featured-item table tr th {
	background-color: #279eb4;
	vertical-align: top;
	font-size: 0.8em;
	text-align: left;
	padding: 5px 5px 15px 5px;
}

div.ws-featured-item table tr td {
	padding: 5px 0px 0px 0px;
}

div#homepage-seventh-level {
	height: 92px;
	background-image:url(../images/base2.jpg);
}

div.ws-featured-item table td.ws-featured-item-thumb {
	width: 107px;
	vertical-align: top;
}

div.ws-featured-item table td.ws-featured-item-meta {
	font-size: 0.7em;
	vertical-align: top;
	padding-left: 5px;
}

div.ws-featured-item table td.ws-featured-item-meta-notes {
	height: 68px;
	line-height: 1.5em;
}

div.ws-featured-item table td.ws-featured-item-meta span {
	font-weight: bold;
	color: #3b97a1;
}

div.ws-featured-item table td.ws-featured-item-meta div {
}

/*##############################################
	Record
##############################################*/

div#record-subheader {
	background-image:url(../images/record-subheader-bg.jpg);
	color: #666;
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	position: relative;
}

div#record-subheader-top {
	height: 27px;
	border-bottom: 1px solid #dcdcdc;
	padding: 16px 20px 0px 10px;
	font-size: 0.7em;
}

div#record-subheader-top-left {
	float: left;
}

div#record-subheader-top-right {
	float: right;
	font-weight: bold;
}

div#record-subheader-top-right ul li, div#record-subheader-top-left ul li {
	list-style-type: none;
	float: left;
	text-transform: lowercase;
	margin: 0px 0px 0px 10px;
}

div#record-subheader-top-right ul li img, div#workspace-links ul li img {
	float: left;
	display: inline;
	margin: -5px 3px 0px 0px;
}

div#record-subheader-bottom {
	padding: 14px 20px 14px 20px;
}

div#record-subheader-bottom h2 {
	font-size: 1.1em;
}

div#record-subheader-bottom h3 {
	font-size: 0.7em;
	text-transform: lowercase;
}

div#record-media-container {
	padding: 20px 20px;
}

div#media-item {
	margin: 0 auto;
}

div#media-meta-container {
	float: right;
	height: 320px;
	overflow: auto;
	overflow-x: hidden;
}
div#media-meta-container ul li {
	padding: 10px 10px 0px 10px;
}
div#media-meta-container ul li h3 {
	font-size: 1em;
}
div#media-meta-container ul li p {
	font-size: 0.7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.5em;
}

div#media-meta-container ul li p span {
	font-weight: bold;
	color: #2d94a6;
}

li.media-meta-li-on {
	background-color: #fff;
	margin: 0px 0px 2px 0px;
	border: 1px dotted #0287B3;
}

li.media-meta-li-off {
	background-color: #eee;
	margin: 0px 0px 2px 0px;
	border: 1px dotted #fff;
}

div.record-metadata-tabs {
	padding: 0px 20px 0px 20px;
}

div.record-metadata-tab {
	float: left;
	height: 25px;
	width: 120px;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	background-repeat: no-repeat;
	text-transform: lowercase;
	margin: 0px 2px 0px 0px;
}

.record-metadata-tab a {
	display: block;
	height: 18px;
	width: 120px;
	padding-top: 7px;
	color: #000;
	text-decoration: none;
}

.record-metadata-tab-light A:link, .record-metadata-tab-light A:visited, .record-metadata-tab-light A:active, .record-metadata-tab-light A:hover { 
	background-image:url(../images/record_tab_light.png); 
}

.record-metadata-tab-dark A:link, .record-metadata-tab-dark A:visited, .record-metadata-tab-dark A:active { 
	background-image:url(../images/record_tab_dark.png); 
}
.record-metadata-tab-dark A:hover  { 
	background-image:url(../images/record_tab_light.png); 
}

div#record-metadata {
	background-color: #E2E2E2;
	padding: 20px;
}

div#record-thumb-container {
	position: relative;
	background-color: #E2E2E2;
	padding: 20px 20px 20px 10px;
	height: 400px;
}

div#record-metadata td.record-metadata-left-column, div#record-metadata td.record-metadata-right-column, td.programme_shotlist {
	font-size: 0.7em;
	vertical-align: top;
	padding: 10px;
	line-height: 1.5em;
	background-color: #f5f5f5;
}

div#record-metadata td span {
}

span.record-metadata-field {
	font-weight: bold;
}

span.highlight_word {
	background-color: #8DDBE1;
}

td.record-metadata-left-column {
	width: 50%;
}

div.record_thumbnail_item {
	float: left;
	width: 128px;
	background-color: #ccc;
	padding: 2px;
	margin: 0px 0px 10px 10px;
	cursor: pointer;
}

div.record_thumbnail_item p {
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	padding: 2px 0px;
}

p#record_thumbnail_pagination_back input, p#record_thumbnail_pagination_next input, p#record_thumbnail_pagination_back, p#record_thumbnail_pagination_next {
	font-size: 0.7em;
	text-transform: lowercase;
	font-weight: bold;
}

p#record_thumbnail_pagination_back {
	float: left;
	margin-left: 10px;
}

p#record_thumbnail_pagination_next {
	float: right;
}

div#thumbnail_seconds {
	float: right; width: 300px;
}

div#thumbnail_seconds h2 {
	float: right;
	font-size: 0.7em;
	width: 50px;
	height: 25px;
	text-align: center;
	margin: 0px 0px 0px 2px;
}

div#thumbnail_seconds h2 a {
	display: block;
	height: 18px;
	width: 50px;
	padding: 7px 0px 0px 0px;
	color: #000;
	text-decoration: none;
}

h2.thumb_offset_selected A:link, h2.thumb_offset_selected A:visited, h2.thumb_offset_selected A:active, h2.thumb_offset_selected A:hover { 
	background-image:url(../images/record_s_tab_light.png);
	background-repeat: no-repeat;
}

h2.thumb_offset_unselected A:link, h2.thumb_offset_unselected A:visited, h2.thumb_offset_unselected A:active { 
	background-image:url(../images/record_s_tab_dark.png); 
}

h2.thumb_offset_unselected A:hover  { 
	background-image:url(../images/record_s_tab_light.png); 
	background-repeat: no-repeat;
}

div.annotation_box {
	display: block;
	height: 20px;
	width: 20px;
	float: right;
	text-align: center;
	margin: 5px;
	background-color: #ccc;
	cursor: pointer;
}

div.record-image { 
	border: 1px solid #999; 
	position: relative; 
}

div#img-annotation {

}

div.img-annotation-item {
	margin-top: 5px;
}

div.img-annotation-box {
	float: left;
	display: block;
	height: 20px;
	width: 20px;
	margin: 0px 5px 5px 0px;
}

div.img-annotation-text {
	font-size: 0.7em;
	font-weight: bold;
}

div#related-media-container {
	background-color: #E2E2E2;
	padding: 20px 10px 10px 20px;
}

div#related-media {
}

div.related-media-item {
	float: left;
	width: 128px;
	height: 72px;
	border: 2px solid #ccc;
	margin: 0px 10px 10px 0px;
}

td.programme_shotlist ul {
	margin: 0px 14px;
}

table.programme_shotlist_table {
	font-size: 1em;
	width: 100%;
	background-color: #ddd;
	margin: 10px 0px;
}

table.programme_shotlist_table .programme_shotlist_timecode {
	width: 50%;
	text-align: right;
}

table.programme_shotlist_table .programme_shotlist_text {
	text-align: left;
}

table.programme_shotlist_table td.programme_shotlist_text, table.programme_shotlist_table td.programme_shotlist_timecode, table.programme_shotlist_table tr th {
	padding: 5px 10px;
}

table.programme_shotlist_table tr th {
	background-color: #eee;
}

table.programme_shotlist_table td.programme_shotlist_text, table.programme_shotlist_table td.programme_shotlist_timecode {
	vertical-align: top;
}

td.programme_shotlist_alt1 {
	background-color: #f5f5f5;
}

td.programme_shotlist_alt2 {
	background-color: #f5f5f5;
}

div#record-metadata-update-container {
	padding: 20px 0px;
}
div#record-metadata-update {
	margin: 0 auto;
	/*width: 510px;*/
	width: 570px;
	background-color: #F3F3F3;
	padding: 20px;
	border: 1px solid #eee;
	background-image: url(../images/record-subheader-bg.jpg);
	background-repeat: repeat-x;
}
div#record-metadata-update p, div.record-metadata-date {
	font-size: 0.7em;
	margin-bottom: 5px;
}
div#record-metadata-update p label, div#record-metadata-update div label {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
}
div#record-metadata-update div h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: capitalize;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 5px;
}
div#record-metadata-update p select, div#record-metadata-update p textarea, div#record-metadata-update p input, div.record-metadata-date select {
	font-size: 1em;
}
div#record-metadata-update p select {
}
div#record-metadata-update p textarea {
	width: 300px;
	height: 75px;
}
div.record-metadata-date td.record-metadata-date-day, div.record-metadata-date td.record-metadata-date-month, div.record-metadata-date td.record-metadata-date-hour, div.record-metadata-date td.record-metadata-date-mins, div.record-metadata-date td.record-metadata-date-secs {
	width: 36px;
}
div.record-metadata-date td.record-metadata-date-year {
	width: 50px;
}
div.record-metadata-date td.record-metadata-date-time-title, div.record-metadata-date td.record-metadata-date-hour-title, div.record-metadata-date td.record-metadata-date-secs-title, div.record-metadata-date td.record-metadata-date-mins-title {
	width: 33px;
	text-align: right;
}

/*##############################################
	Workspace
##############################################*/

div#workspace-subheader {
	background-image:url(../images/record-subheader-bg.jpg);
	color: #666;
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	position: relative;
	height: 50px;
}

div#workspace-links {
	float: right;
	padding: 0px 20px;
}

div#workspace-links ul li {
	list-style-type: none;
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: lowercase;
	padding: 20px 0px 10px 20px;
}

td#my-workspaces-list {
	background-color: #F3F3F3;
	padding-top: 10px;
}

td#my-workspaces-list, td#my-workspace-content {
	vertical-align: top;
}

td#my-workspaces-list h2 {
	background-image:url(../images/homepage-sixth-level-h4-bg.png);
	padding: 10px 20px;
	font-size: 0.9em;
	text-transform: uppercase;
	background-repeat: no-repeat;
	color: #46b1cc;
}

div#my-workspace-container {
	padding: 10px 20px;
}

table#my-workspaces-table, div#my-workspace-container form {
	margin-bottom: 10px;
}

table#my-workspaces-table tr th, table#my-workspaces-table tr td {
	font-size: 0.7em;
	text-align: left;
}

table#my-workspaces-table tr th {
	text-transform: uppercase;
	background-color: #666666;
}

table#my-workspaces-table tr td, table#my-workspaces-table tr th {
	color: #fff;
	padding: 3px;
}

td.my-workspaces-list-title {
	background-color: #46b1cc;
}

td.my-workspaces-list-detail-bg1 {
	background-color: #99cccc;
}

td.my-workspaces-list-detail-bg2 {
	background-color: #b7d9d9;
}

div#my-workspace-container form {
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 10px 0px;
}

div#my-workspace-container form h3 {
	font-size: 0.7em;
	line-height: 1.5em;
}

div#my-workspace-header {
	padding: 20px 20px 0px 20px;
}

div#workspace-header {
	float: left;
	height: 50px;
	width: 239px;
	margin-bottom: 10px;
}

div#workspace-header h2 {
	font-size: 1em;
}

div#workspace-nav {
	float: right;
}

div#workspace-nav select, div#record-subheader-top-right select {
	font-size: 0.9em;
}

div#workspace-nav ul li {
	float: left;
	margin-left: 5px;
	font-size: 0.7em;
	list-style-type: none;
}

div.workspace-tab {
	float: left;
	font-size: 0.7em;
	width: 119px;
	height: 25px;
}

div.workspace-tab a {
	display: block;
	width: 119px;
	height: 18px;
	padding-top: 7px;
	text-align: center;
	text-transform: lowercase;
}

div.workspace-tab-on A:link, div.workspace-tab-on A:visited, div.workspace-tab-on A:active, div.workspace-tab-on A:hover { 
	background-image:url(../images/record_tab_light.png);
	background-repeat: no-repeat;
}

div.workspace-tab-off A:link, div.workspace-tab-off A:visited, div.workspace-tab-off A:active { 
	background-image:url(../images/record_tab_dark.png); 
}

div.workspace-tab-off A:hover  { 
	background-image:url(../images/record_tab_light.png); 
	background-repeat: no-repeat;
}

div#workspace-pagination {
	float: right;
}

div#workspace-pagination ul li {
	float: left;
	font-size: 0.7em;
	list-style-type: none;
	margin-left: 5px;
	font-weight: bold;
}

div#my-workspace-records {
	background-color: #e2e2e2;
	padding: 20px;
	font-size: 0.7em;
}

div#my-workspace-records p {
	margin: 0px 0px 10px 0px;
	line-height: 1.5em;
}

div#my-workspace-thumbnails {
	padding: 20px 0px 0px 0px;
}

div#my-workspace-thumbnails p {
	margin: 0px;
}

div.workspace-thumbnail {
	float: left;
	width: 144px;
	height: 120px;
	margin: 0px 10px 20px 0px;
}

p.workspace-close {
	float: right;
	height: 12px;
	width: 12px;
}

div#my-workspace-table table tr th, div#my-workspace-table table tr td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.5em;
}

div#my-workspace-table table tr th {
	text-transform: uppercase;
	background-color: #eee;
	text-align: left;
}

div#my-workspace-table table tr td {
	background-color: #fff;
}

div#workspace-tabs {
	height: 25px;
}

div#create-new-workspace {
}

/*##############################################
	Workspace remote pop-out
##############################################*/

/* Remote lightbox css */
.lightbox_remote_container { 
	position:absolute;
	z-index: 30;
	display: none;
	top: 0px;
	left: 0px;
	width: 232px;
	height: 179px;
	background-image:url(../images/lightbox_addtolightbox_bg.png);
	background-repeat: no-repeat;
}
.lightbox_remote { 
	padding: 10px 18px 10px 10px;
}
.lightbox_remote h1 { 
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 0.7em;
}
.lightbox_remote h2 { 
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	font-size: 0.7em;
}	
.lightbox_remote h3 { 
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	font-size: 0.7em;
}		
.lightbox_remote p {
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	font-size: 0.7em;
}
.lightbox_input { 
	width: 130px;
}
.lightbox_done { 
	color: green; 
	font-weight: bold; 
}
.lightbox_failed { 
	color: red; 
	font-weight: bold; 
}

/* Remote lightbox css 2*/
.lightbox_remote_container2 { 
	position:absolute;
	z-index: 30;
	display: none;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 400px;
	background-color: #D8D8D8;
	border: 2px solid #c0c0c0;
}
.lightbox_remote2 { 
	padding: 10px 18px 10px 10px; 
}
.lightbox_remote2 h1 { 
	margin: 0px 0px 15px 0px; 
	font-weight: bold; 
	font-size: 0.7em;
}
.lightbox_remote2 h2 { 
	margin: 0px 0px 8px 0px; 
	font-weight: bold; 
	font-size: 0.7em;
}	
.lightbox_remote2 h3 { 
	margin: 0px 0px 6px 0px; 
	font-weight: bold; 
	font-size: 0.7em;
}		
.lightbox_remote2 p { 
	margin: 0px 0px 8px 0px; 
	font-weight: bold; 
	font-size: 0.7em;
}
.lightbox_input2 { 
	width: 130px; 
}
.lightbox_done2 { 
	color: green; 
	font-weight: bold; 
}
.lightbox_failed2 { 
	color: red; 
	font-weight: bold; 
}
input#lightbox_email_input, textarea#lightbox_email_message {
	width: 270px; font-size: 1em;
}
textarea#lightbox_email_message {
	height: 200px; font-size: 1em;
}

div#workspace-enquires {
	padding: 10px;
}

div#workspace-enquires h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #999;
}

div#workspace-enquires h2, div#workspace-enquires p {
	margin-bottom: 10px;
	line-height: 1.5em;
}

div#workspace-enquires p, div#workspace-enquires-email table tr th, div#workspace-enquires-email table tr td {
	font-size: 0.7em;
}

td.workspace-enquires-input input, td.workspace-enquires-input textarea {
	font-size: 1em;
}

td.workspace-enquires-input input, td.workspace-enquires-input textarea {
	width: 170px;
}

td.workspace-enquires-input textarea {
	height: 150px;
}

div#workspace-enquires-email {

}

div#workspace-enquires-email table tr th {
	text-align: right;
	width: 35%;
	vertical-align: top;
}

div#workspace-enquires-email table tr td {

}

div#workspace-enquires-email table tr td#enquiry-email-message {

}

/*##############################################
	Search results
##############################################*/

div#results-subheader-bottom {
	padding: 14px 20px 0px 20px;
	font-size: 0.7em;
	height: 25px;
}

div#results-tabs-container {
	float: left;
}

div.results-pagination-container {
	float: right;
}

div.results-pagination-container ul li {
	float: left;
	list-style-type: none;
	margin-left: 5px;
}

div.results-tab {
	float: left;
	width: 120px;
	height: 25px;
}

div.results-tab a {
	display: block;
	width: 120px;
	height: 18px;
	text-transform: lowercase;
	text-align: center;
	padding-top: 7px;
}

div.results-tab-on A:link, div.results-tab-on A:visited, div.results-tab-on A:active, div.results-tab-on A:hover { 
	background-image:url(../images/record_tab_light.png);
	background-repeat: no-repeat;
}

div.results-tab-off A:link, div.results-tab-off A:visited, div.results-tab-off A:active { 
	background-image:url(../images/record_tab_dark.png); 
}

div.results-tab-off A:hover  { 
	background-image:url(../images/record_tab_light.png); 
	background-repeat: no-repeat;
}

div#search-results-container {
	background-image:url(../images/main_content_area_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 40px 20px 40px 20px;
}

div#search-results-container table tr th {
	text-transform: uppercase;
	text-align: left;
}

div#search-results-container table tr th, div#search-results-container table tr td {
	font-size: 0.7em;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	padding: 5px;
}

.search-result-td {
	line-height: 1.5em;
}

div#results-footer {
	background-color: #eee;
	font-size: 0.7em;
	padding: 20px 20px 20px 20px;
	background-image:url(../images/record-subheader-bg.jpg);
	height: 20px;
}

td.search-result-bg1 {
	background-color: #F3F3F3;
}

td.search-result-bg2 {
}
div.search-results-hit {
	float: left; 
	width: 128px;
	height: 136px;
	font-size: 0.7em;
	margin: 0px 12px 12px 0px;
	padding: 5px;
	background-color: #f3f3f3;
	background-image:url(../images/record-subheader-bg.jpg);
	background-repeat: repeat-x;
}
p.search-results-title {
	height: 37px;
}

td.search-result-thumbnail {
	height: 72px;
	width: 128px;
}

div.workspace-options {
	font-size: 0.9em;
	font: bold;
	text-transform:lowercase;
	text-align: center;
	padding: 5px 0px;
	font-weight: bold;
}

div.workspace-options-bg1 {
	background-image:url(../images/record-subheader-bg.jpg);
}

div.workspace-options-bg2 {
	background-image:url(../images/main_content_area_bg.jpg);
}

/*##############################################
	Generic error messages
##############################################*/

div#error-container {
	line-height: 1.5em;
}

div#error-container h2 {
	font-size: 1em;
	border-bottom: 1px solid #eee;
}

div#error-container p {
	font-size: 0.7em; 
	margin: 10px 0px 0px 0px;
}

/*##############################################
	Generic text-based content
##############################################*/

div#generic-text-gradient-strip {
	background-image:url(../images/generic2-header-gradient-bg.jpg);
	background-color: #36a4bd;
	background-repeat:repeat-y;
	height: 33px;
}

div#generic-text-based-container {
	width: 600px;
	margin: 20px auto;
	border: 1px solid #cccccc;
}

div#generic-header-container {
	background-image:url(../images/generic2-header-bg.jpg);
	background-repeat:repeat-x;
	padding: 16px 0px 0px 0px;
	position: relative;
}

div#generic-header-container img {
	position: absolute;
	top: 26px;
	right: 10px;
	height: 9px;
	width: 9px;
	z-index: 99;
}

div#generic-header-container h2, div#generic-text-padding h4, div#generic-text-padding p, div#generic-text-padding li, th.registration_category h3 {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
}

div#generic-header-container h2 {
	background-color: #36a4bd;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 10px;
}

div#generic-text-padding h4 {
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}

div#generic-text-based-content {
	background-color: #f9f9f9;
	padding: 20px;
}

div#generic-text-padding {
	border: 1px solid #cccccc;
	background-color: #efefef;
	background-image:url(../images/generic2-content-bg.jpg);
	background-repeat: repeat-x;
	padding: 10px 20px 20px 20px;
}

div#generic-text-padding ul {
	margin-left: 15px;
}

div#generic-text-padding ol {
	margin-left: 19px;
}

div#generic-text-padding p, div#generic-text-padding h4, div#generic-text-padding li, table#advanced-search-table {
	font-size: 0.71em;
	line-height: 1.6em;
	color: #444;
}

div#generic-text-padding p, div#generic-text-padding ul, div#generic-text-padding ol {
	margin-top: 10px;
}

div#generic-footer-container {
	background-image:url(../images/generic2-footer.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

table#contact-form tr th {
	width: 35%;
	text-align: right;
	padding-right: 5px;
}

table#contact-form tr th, table#contact-form tr td {
	vertical-align: top;
}

div#contact-details {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

div#contact-details p.contact-details-address, div#contact-details div.contact-details-numbers p.contact-details-numbers-field {
	color: #088ab5;
	font-weight: bold;
}

div#contact-details p.contact-details-address {
	float: left;
	width: 65px;
}

div#contact-details p.contact-details-meta {
	float: left;
	width: 140px;
}

div#contact-details div.contact-details-numbers {	
	float: left;
	width: 260px;
}

div#contact-details div.contact-details-numbers p.contact-details-numbers-field {
	float: left;
	text-align: right;
	width: 110px;
	padding-right: 5px;
}

div#contact-details div.contact-details-numbers p.contact-details-data {
	float: left;
	width: 144px;
}

div#top_box_login p label {
	display: block;
	float: left;
	width: 213px;
	text-align: right;
	padding-right: 5px;
}

th.registration_category {
	text-align: left;
}
th.registration_category h3 {
	font-size: 0.8em;
	color: #36A4BD;
	margin: 10px 0px;
	border-bottom: 1px solid #ccc;
}
th.registration_title {
	width: 30%;
	text-align: right;
	padding-right: 10px;
}
th.registration_tbl_top_row {
	
}
td.registration_value {
	
}
td.registration_tbl_top_row {
	
}

/*##############################################
	Advanced search
##############################################*/

div#advanced-search-container {
	border: 1px solid #ccc;
}

div.advanced-search-row {
	background-color: #f5f5f5;
	padding: 5px 10px;
	background-image:url(../images/adv-search-row-bg.jpg);
	background-repeat: repeat-x;
}

div.advanced-search-add, div.advanced-search-submit {
	background-repeat: repeat-x;
	padding: 15px 10px;
	background-color: #F5F5F5;
}
div.advanced-search-add {
	background-image:url(../images/adv-search-bg.jpg);
}

div.advanced-search-submit {
	background-image:url(../images/adv-search-bg2.jpg);
	background-position: left bottom;
}

div.advanced-search-row tr td, div.advanced-search-row tr th {
	font-size: 0.7em;
}

div.advanced-search-row tr td select, div.advanced-search-row tr td input {
	font-family: Arial, Helvetica, sans-serif;
}

div.advanced-search-row tr td select, div.advanced-search-row tr td input {
	font-size: 1em;
}

td.advanced-search-field {
	width: 127px;
	font-weight: bold;
}

td.advanced-search-operator {
	width: 54px;
}

td.advanced-search-input input {
	width: 302px;
}

td.advanced-search-date-field {
	padding: 0px 5px 5px 0px;
}

div.advanced-search-date table {
	border: 1px solid #ccc;
	padding: 5px 0px 0px 5px;
	background-color: #f5f5f5;
}

div#advanced-search-text {
	color: #333;
	border: 1px solid #ccc;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	background-image:url(../images/adv-search-bg.jpg);
	background-repeat:repeat-x;
	background-color: #f4f4f4;
}

div#advanced-search-text div {
	background-color: #fff;
	padding: 10px 10px 5px 10px;
	margin-top: 10px;
	border: 1px solid #eee;
}

div#advanced-search-text h2, div#advanced-search-text p {
	font-size: 0.7em;
	line-height: 1.7em;
}

div#advanced-search-text p.advanced-search-question {
	font-weight: bold;
	background-color: #f5f5f5;
}

div#advanced-search-text p {
	padding: 5px;
}

div.advanced-field-specific table p {
	margin-bottom: 10px;
}

th.advanced-field-specific-label {
	width: 113px;
}

div.advanced-field-specific table th {
	text-align: right;
	padding-right: 15px;
	vertical-align: top;
}

td.advanced-field-specific-cell {
	padding-bottom: 5px;
}