/* -------------------------------------
   general styles
------------------------------------- */

body {
	margin: 0;
	font-family: Corbel, Optima, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;  /* Worth a shot with corbel :) */
	background-color: #050a11;	
	margin: 0 auto;	
	font-size: 16px;
}
input, select, textarea, button
{
	font-family: Corbel, Tahoma, Arial, Helvetica, sans-serif;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

.italic
{
	font-style:italic;
}

a img
{
	border: none;
	display:block;
}

/* The default font family creates weird numbers */
.number
{
	font-family:Calibri,Tahoma, Arial, Helvetica, sans-serif;
}

a.arrow
{
	padding-left: 10px;
	background: transparent url(../images/blue_arrow.png) 0 50% no-repeat;
}


/* -------------------------------------
   header
------------------------------------- */
#header	
{
	background: #050a11 url(../images/header_side_background.png) repeat-x;
	border-bottom: 20px solid #999689;
	text-align: center;
}

#inner_header
{
	margin: 0 auto;
	width: 1003px;
	background: url(../images/header_background.png) no-repeat center top;
	padding-top: 27px;
	text-align: left;
	display: block;
	position: relative;
}

#print_logo {
	display: none;
}

#logo h1
{
	width: 250px;
	height: 37px;
	margin: 0 0 0 25px;
	padding-bottom: 30px;
	background: url(../images/trico_marine_logo.png) no-repeat top left;
	text-indent: -9999em;
}

#homebase {
	position: absolute;
	right: 0;
	top: 0;
	background: #999689;
	color: #fff;
	font-size: 70%;
	font-weight: bold;
	padding: 10px 8px 10px 13px;
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
#homebase h4, #homebase p {
	float: left;
	padding: 0;
	margin: 0;
}
#homebase h4 {
	font-size: 100%;
	text-transform: uppercase;
	background: transparent url(../images/white_arrow.png) 100% 50% no-repeat;
	padding-right: 15px;
}
#homebase p a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}
#homebase p a:hover {
	text-decoration: underline;
}

#menu
{
	padding: 0;
	margin: 0;
	display: inline;
}
#menu li
{
	float: left;
	list-style: none;
	margin:0 1px 0 0; /* Provide 1px visual break for side by side highlights (hover + selected) */
}

#menu li a
{
	display:block; /* Respect height for padding, etc */
	font-size: 13px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding: 10px 14px;
}

#menu li.selected a,
#menu li a:hover
{
	background-color:#0b9188;
}

#aux
{ 
	float: right;
	padding: 8px 0 0 0;
	width: 250px;
}

#aux #diligent
{
	display:block;
	float:left;
	text-indent: -999em;
	background: transparent url(../images/diligent.jpg) no-repeat left top;
	height:22px;
	width:20px;
	margin-top:-2px;
	outline:0;
}

#menu_sub 
{
	padding:0;
	margin:0;
	float: right;
}

#menu_sub li
{
	display: inline;
	list-style: none;
}

#menu_sub li a
{
	padding:0 5px 0 2px;
	border-right:solid 1px #fff;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#menu_sub li a:hover
{
	text-decoration: underline;
}

#menu_sub li.last a
{
	border:none;
}


#search_container
{
	background: transparent url(../images/search_bg.png) 0 0 no-repeat;
	width: 127px;
	height: 19px;
	margin-right: 7px;
	float: right;
}
#search_container form
{
	margin: 0;
	padding: 0;
}
#search_container #search
{
	font-size: 70%;
	color: #0b9188;
	width: 73px;
	border: 0;
	width: 93px;
	margin: 1px 0 0 10px;
	padding: 0;
	background: transparent;
}



/* -------------------------------------
   content
------------------------------------- */
#content
{
	width:100%;
	background: #C8C8C8 url(../images/body_outside_background.png) no-repeat scroll top center;
}

#inner_content
{
	width:963px; /* 20px horizontal margins: 963 + 20 + 20 = 1003px*/;
	padding: 0 20px;
	margin:0 auto;
	background: url(../images/body_inside_background.png) no-repeat scroll bottom left #fff;
}

/* -------------------------------------
   content -> breadcrumbs
------------------------------------- */

#breadcrumb_container
{
	width:963px;
	margin:0 auto;
	background: url(../images/breadcrumb_background.png) no-repeat top right;
	height:31px;
	/*border-bottom:1px solid #b3b0a7;*/
	padding:25px 20px 0 20px;
}

#breadcrumb_container
{
	font-size:12px;
	color: #5b5b5b;
}

#breadcrumb_container a
{
	color:#5b5b5b;
}

#breadcrumb_container span
{
	color:#153454;
}

/* -------------------------------------
   content -> left menu
------------------------------------- */

#content_left
{
	width:200px;
	padding:6px 15px 0 0; /* to show shadow background */
	margin-top:25px;
	background: url(../images/left_menu_shadow.png) no-repeat top right;
	float:left;
}

#content_left .submenu
{
	margin-bottom:40px;
}

#content_left div.submenu_header
{
	background-color:#0d253c;
	height:31px;
	margin-bottom:20px;
}

#content_left div.submenu_header_dark
{
	background-color:#242424;
	height:31px;
	margin-bottom:20px;
}

#content_left .submenu_header h4,
#content_left div.submenu_header_dark h4
{
	color:#afafaf;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	padding:7px 0 0 10px;
	margin:0;
}

#content_left .submenu h5
{
	padding:0;
	margin:0;
	font-size:11px;
	color:#153454;
	font-weight:normal;
	padding-bottom:5px;
	font-family:Calibri,Tahoma,Arial,Helvetica,sans-serif;
}

#content_left .submenu h5.title
{
	font-size: 12px;
	text-transform: uppercase;
}

#content_left .submenu ul
{
	margin:0;
	padding:0;
}

#content_left .submenu ul li
{
	list-style:none;
	padding-top:8px;
	border-bottom:1px solid #dcdcdc;
	padding-bottom:8px;
	margin-left:10px;
	font-family: Calibri,Tahoma,Arial,Helvetica,sans-serif;
}

#content_left .submenu ul.news li
{
	list-style:none;
	border:none;
	margin:0 0 22px 0;
	padding:0 8px 0 0;
}

/* Deprecated
#content_left .submenu ul li p.number
{
	font-size:11px;
	font-weight:bold;
	color:#153454;
	margin-bottom:5px;
	padding-left:0;
}
*/

#content_left .submenu ul.news li a
{
	font-weight: normal;
	font-style: normal;
	font-size:12px;
	text-transform:capitalize;
	text-align:justify;
	text-decoration:underline;
	display:block;
}

#content_left .submenu ul li a
{
	font-size:10.5px;
	color:#5b5b5b;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	text-decoration:none;
}

#content_left .submenu ul li.selected a,
#content_left .submenu ul li a:hover
{
	color:#153454;
}

#content_left .submenu ul li.selected a span,
#content_left .submenu ul li.sub a span
{
	font-size:130%;
	font-style:normal;
	line-height:10px;
}

#content_left .submenu p
{
	font-size:11px;
	color:#5b5b5b;
	text-align:justify;
	padding:5px;
}

#content_left div.submenu p.signature
{
	color:#001f43;
	font-style:italic;
}

#content_left .submenu p a
{
	color:#0b9188;
	font-style:italic;	
}

#content_left .submenu q
{
	display:block;
	font-style:italic;
	margin-top:15px;
	font-size:80%;
	color:#5b5b5b;
	padding:5px;
}

#content_left .submenu ul.sub
{
	background-color: #f3f3f3;
	margin-top: 8px;
	margin-bottom: -8px;
	display: none;
}

#content_left .submenu li.selected ul.sub
{
	display: block;
}

#content_left .submenu ul.sub li
{
	margin-left: 0;
	padding-left: 18px;
	border-top: 1px solid #DCDCDC;
	border-bottom: none;
}

#content_left .submenu ul.sub li a
{
	color: #5B5B5B;
}

#content_left .submenu ul.sub li.selected a,
#content_left .submenu ul.sub li a:hover
{
	color: #153454;
}

#content_left .submenu .callout h5
{
	font-family: Corbel, Optima, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 -15px 0;
	padding: 0;
}
#content_left .submenu .callout p
{
	margin-bottom: 15px;
	padding-top: 0;
}
#content_left .submenu .callout p.subtext 
{
	margin-top: 15px;
	padding: 0 10px 0 0;
}


/* -------------------------------------
   content -> right
------------------------------------- */

#content_right
{
	width:736px;
	padding:6px 0 0 12px; /* The 6px on top is to account for the shadow which takes up 6px on the left menu, keeping them aligned properly */
	clear:right;
	font-size:80%;
	padding-bottom:70px;
	float:right;
}

#content_right h1
{
	font-family: "Times New Roman", Times, serif;
	color:#153454;
	font-size:26px;
	font-weight:normal;
	width:100%;
	padding:20px 0 8px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #dcdcdc;
	text-transform:capitalize;
}

#content_right h1 span
{
	font-family: Corbel, Tahoma, Arial, Helvetica, sans-serif;
	color:#0b9188;
	font-size:14px;
	padding-left:10px;
}

#content_right img
{
	display:block;
	border:1px dotted #dcdcdc;
	padding:5px;
	margin:0 0 10px 0;	
}

#content_right img.no_style
{
	border:none;
	padding:0;
	margin:0;
}

#content_right p
{
	text-align:justify;
	font-size:12.25px;
	line-height:1.6;
	padding:0 0 20px 0;
	margin:0;
}
#content_right p.separator
{
	border-bottom: 1px dotted #cccac4;
	margin-bottom: 20px;
}

#content_right h2
{
	font-size:19px;
	font-weight:bold;
	text-align:left;
	color:#0b9188;
	text-transform:uppercase;
	margin: 0 0 45px 0;
	padding: 0 0 39px 0;
	background: transparent url(../images/quote.png) 0 100% no-repeat;
}

#content_right h3
{
	font-family: "Times New Roman", Times, serif;
	color: #153454;
	font-size: 180%;
	font-weight: normal;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0;
}

#content_right h4
{
	color: #153454;
	font-size:12.25px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:0 0 8px 0;
}
#content_right h4.spirit {
	font-family:'Times New Roman', serif;
	font-size: 150%;
	font-weight: normal;
}

#content_right h5
{
	color: #153454;
	font-size:12.25px;
	font-weight:normal;
	text-transform:capitalize;
	margin:0;
	padding:0 0 7px 0;
	font-size:100%;
}
#content_right h5 a
{
	color: #153454;
}
#content_right h5.plain
{
	color: #000;
}

#content_right a
{
	color:#0b9188;
}

#content_right a.link_button
{
	border: none;
	padding-left: 20px;
	padding-top: 2px;
	font-style:italic;
	background: url(../images/investor-faq/submit.png) no-repeat center left;
}

#content_right ul
{
	margin:0;
	padding:0 0 20px 15px;
}

#content_right ul li
{
	margin:0;
	padding:4px 0;
}

#content_right ul li p
{
	margin:0;
	padding:4px 0;
}

#content_right ul.tight_list {
	margin-top: -20px;
}
#content_right ul.tight_list li {
	padding-bottom: 0;
} 

#content_right hr
{
	margin:0;
	padding:15px 0;
	border:none;
	border-top:1px dotted #ccc;
	height:1px;
}

#content_right p.caption {
	color: #606060;
	font-style: italic;
}

#flashcontent.main {
	height: 532px;
}
#flashcontent.home {
	height: 310px;
}
#flashcontent.gallery {
	height: 350px;
}

.column_left,
.column_right
{
	width:353px;
}

.column_left
{	
	padding-right:15px;
	float:left;
}

.column_right
{
	padding-left:15px;
	float:right;
}

.dash_separate
{
	border-top:1px dotted #dcdcdc;
	padding-top:10px;
	margin-top:10px;
}

/* -------------------------------------
   content right -> profiles
------------------------------------- */

#content_right .profile img
{
	float:left;
	border:none;
	margin:0 0 15px 0;
	padding:0;
}

#content_right .profile div
{
	float:right;
	width:223px;
	padding:10px 10px 0 10px;
	clear:right;
}

#content_right .profile div p
{
	padding:0;
	margin:0;
	font-size:95%;
}

#content_right .profile p
{
	clear:both;
	color:#444;
	padding-right:10px;
}

/* -------------------------------------
   content right -> map
------------------------------------- */

#content_right #map
{
	display:block;
	position:relative;
	border:1px dotted #dcdcdc;
	padding:5px;
	margin:0 auto 10px auto;
	width:719px;
	height:383px;
	background: #fff url(../images/areas-of-operations/map.jpg) no-repeat 5px 5px;
	list-style: none;
}
#content_right #map li,
#content_right #map li a
{
	position: absolute;
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
}
#content_right #map li a
{
	position: relative;
	display: block;
	background: transparent url(../images/areas-of-operations/marker.png) no-repeat top left;
}
#content_right #map li.disabled
{
	background: transparent url(../images/areas-of-operations/marker_disabled.png) no-repeat top left;
}

#content_right #map li a:hover,
#content_right #map li a:active,
#content_right #map li a.selected
{
	background: transparent url(../images/areas-of-operations/marker_selected.png) no-repeat top left;
	outline: 0;
	border: 0;
}

#content_right #map li#mexico_marker { left:107px; top:182px; }
#content_right #map li#united_states_marker { left:122px; top:173px; }
#content_right #map li#brazil_marker { left:245px; top:286px; }
#content_right #map li#norway_marker { left:336px; top:66px; }
#content_right #map li#united_kingdom_marker { left:326px; top:79px; }
#content_right #map li#netherlands_marker { left:333px; top:94px; }
#content_right #map li#west_africa_marker { left:332px; top:243px; }
#content_right #map li#dubai_marker { left:474px; top:187px; }
#content_right #map li#southeast_asia_marker { left:621px; top:185px; }
#content_right #map li#singapore_marker { left:581px; top:227px; }
#content_right #map li#australia_marker { left:581px; top:331px; }


/* -------------------------------------
   content right -> locations
------------------------------------- */

div.location
{
	padding-top:30px;
	padding-bottom:90px;
}

div.location .column_left div,
div.location .column_right div
{
	padding-bottom:40px;
}

#content_right div.location img
{
	float:left;
	border:none;
	margin:0 0 15px 0;
	padding:0;
	width:172px;
	height:110px;
}

div.location .description
{
	float:right;
	padding-left:10px;
	clear:right;
	width:166px;
	font-family:Calibri,Verdana,Sans-serif;
}

#content_right div.location .description h5
{
	font-size:12.25px;
	font-weight:normal;
	margin-top:0;
	padding-top:0;
	font-style:italic;
}

div.location .description address
{
	padding:0;
	margin:0;
	font-size:11.5px;
	font-style:normal;
	line-height:1.4;
}

div.location {
	padding-top: 0;
}

#all_office_locations
{
	padding-bottom:20px;
}

#all_office_locations div.location {
	padding-bottom: 0px;
	border-bottom: 1px dotted #cccac4;
	margin-bottom: 20px;
}

#all_office_locations div.location .column_right div,
#all_office_locations div.location .column_left div
{
	padding-bottom:15px;	
}

#content_right div.location h5 {
	color: #343434;
	font-weight: bold;
}

div.location.simple {
	padding: 10px 0 40px;
}
div.location.simple .description {
	float: none;
	padding-left: 0;
}

/* -------------------------------------
   content right -> investors header
------------------------------------- */


div.compound_header
{
	border-bottom:1px solid #dcdcdc;
	padding:20px 0 10px 0;
	margin-bottom:15px;
}

#content_right div.compound_header h1
{
	border:0;
	padding:0;
	margin:0;
	width: 50%;
}


div.compound_header div.right_header
{
	float: right;
	font-size:11px;
	width: 50%;
	text-align: right;
}


/* -------------------------------------
   footer
------------------------------------- */

#footer
{
	width:100%;
	background: url(../images/footer_side_background.jpg) repeat-x;
}

#inner_footer
{
	margin:0 auto;
	width:1003px;
	height:119px;
	background: url(../images/footer_background.jpg) no-repeat top center;
}

#footer #logos
{
	margin: 40px 0 0 0px;	
}

#footer .logo
{
	margin-right:28px;
	height:25px;
}

/* Separate IDs for each logo because of the difference in size and vertical text placement */

#footer #do_logo
{
	padding-top:3px;
}

#footer #ctc_logo
{

}

#footer #to_logo
{
	padding-top: 5px;
}

#footer a img
{
	border-style:none;
}

#footer_text
{
	clear:both;
	font-size:10px;
	font-weight:bold;
	color:#00B0A4;
	margin:0;
	padding:0;
}

#legal
{
	margin:50px 0px 0 0;
	font-size:10px;
	font-weight:bold;
}

#legal ul
{
	display:inline;
	padding:0;
	margin:0 0 6px 0;
}

#legal ul li
{
	display:inline;
	list-style:none;
	color:#fff;
}

#legal ul li a
{
	border-right:solid 1px #fff;
	color:#fff;
	text-decoration:none;
	padding:0 5px 0 2px;
}

#legal ul li a:hover
{
	text-decoration: underline;
}

#legal ul li.last a
{
	border:none;
}

#copyright
{
	color:#fff;
	color:#00B0A4;
	margin:0;
	padding:0;
	text-align:right;
	clear:both;
}

#copyright a {
	color: #00B0A4;
}
#copyright a:hover {
	color: #fff;
}


/* -------------------------------------
   Press Release (New Window)
------------------------------------- */
#press_release
{
	background-color:#fff;
	padding:50px 50px 0 50px;
}

#press_release #header
{
	background: url(../images/trico_marine_logo_color.png) no-repeat top left  #fff;
	height:37px;
	position: relative;
	margin-bottom:50px;
}

#press_release #header ul
{
	border:0;
	padding:0;
	margin:0;
	position:absolute;
	right:0;
	bottom:0;
}

#press_release #header ul li
{
	display:inline;
	list-style:none;
	padding:0 10px 0 10px;
	border-right:1px solid #606060;
}

#press_release #header ul li.last
{
	border:none;
}

#press_release #header ul li a
{
	color:#0b9188;
}

#press_release #content
{
	background:#fff none;
}

#press_release #content h4
{
	font-size:100%;
	text-transform:uppercase;
	color:#153454;
}

/* -------------------------------------
  FAQ
------------------------------------- */

#faq
{
	border: 1px solid #999689;
	margin-top:15px;
}

#faq div.question
{
    background-color:#999689;
	padding:5px 0 5px 10px;
	color:#fff;
	border-bottom:1px solid #fff;
}

#faq div.last
{
	border:0;
}

#faq div.question a
{
	color:#fff;
	text-decoration:none;
}

#faq div.answer
{
	background-color:#fff;
	padding:5px 0 5px 10px;
}

/* -------------------------------------
  Form
------------------------------------- */

form
{
	border:0;
	padding:0 0 20px 0;
}

form fieldset
{
	border:0;
	padding:0;
	margin:0;
}
form fieldset legend
{
	font-size: 110%;
	font-weight: bold;
}

form div.field
{
	margin: 10px 0;
}
form div.field.spacer
{
	margin-top: 30px;
}

form div.field label
{
	font-size:12px;
	font-style:italic;
	color:#153454;
	display:block;
	float:left;
	padding:5px 5px 0 0;
	text-align:right;
	width: 100px;
}

form fieldset.left div.field label,
form fieldset.right div.field label
{	
	width: 90px;
}

form div.field input,
form div.field textarea,
form div.field select
{
	border:1px solid #cdcdcd;
	padding:3px 3px 3px 1px;
	background: url(../images/input_bg.png) repeat-x top #fff;
	vertical-align:bottom;
	clear:right;
	font-size: 100%;
}

/* Width for two column */
form fieldset.left div.field input,
form fieldset.right div.field input,
form fieldset.left div.field select,
form fieldset.right div.field select
{
	width: 180px;
}

/* Width for single column */
form div.field input
{
	width:330px;
}
form div.field input[type="checkbox"]
{
	width: auto;
}

form div.field textarea
{
	width:330px;
	height:140px;
	margin-right:20px;
}

form div.submit
{
	padding-left:115px; /* Align with inputs left edge: 100px width, 5px padding, and 10px margin; */
}

form fieldset.left div.submit,
form fieldset.right div.submit
{
	padding-left: 105px;  /* Align with inputs left edge: 70px width, 5px padding, and 10px margin; */
}

form div.submit input,
form div.submit button,
button.fancy {
	font-size:12px;
	text-align:right;
	border:none;
	padding:1px;
	cursor:pointer;
}

form div.submit input[type="submit"],
form div.submit button[type="submit"],
button.fancy[type="submit"]
{
	width:58px;	
	margin-right:15px;
	background: url(../images/investor-faq/submit.png) no-repeat center left;
}

form div.submit input[type="reset"],
form div.submit button[type="reset"],
button.fancy[type="reset"]
{
	width:50px;	
	background: url(../images/investor-faq/reset.png) no-repeat center left;	
}

form div.field span.note {
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 11px;
	color: #999;
	margin: 6px 0 0 3px;
}

/* -------------------------------------
  Governance Table
------------------------------------- */

table.governance
{
	border:1px solid #ccc;
	width:100%;
	margin:0;
	padding:0;
	border-collapse:collapse;
}

table.governance tr
{
	margin:0;
	border:1px solid #ccc;
}

table.governance td,
table.governance th
{
	padding:8px;
}

table.governance thead div.key
{
	float:left;
	padding-left:25px;
	margin-right:30px;
}

table.governance thead tr.headers
{
	background-color: #999689;
	color: #fff;
}

#content_right table.governance thead tr.headers a
{
	color:#fff;
}

table.governance #chairperson
{
	background: url(../images/corporate-governance/chairperson.png) no-repeat left center;
	margin-left:10px;
}

table.governance #member
{
	background: url(../images/corporate-governance/member.png) no-repeat left center;
}

table.governance #director
{
	background: url(../images/corporate-governance/director.png) no-repeat left center;
}

table.governance #expert
{
	background: url(../images/corporate-governance/expert.png) no-repeat left center;
}

table.governance tr.odd
{
	background-color:#f3f3f3;
}

#content_right table.governance tbody tr img
{
	border:0;
	margin:0;
	padding:0;
	margin:0 auto;
}

#content_right p.note
{
	margin:20px 0 0 0;
	font-size:85%;
	padding:0;
	text-align:left;
}

/* -------------------------------------
   Governance Info (New Window)
------------------------------------- */


#stand_alone
{
	background-color:#fff;
	padding:3% 3% 0 3%;
	font-size:12.25px;
}

#stand_alone #header
{
	background: url(../images/trico_marine_logo_color.png) no-repeat top left  #fff;
	height:37px;
	margin-bottom:40px;
	border:0;
}

#stand_alone #header ul
{
	float:right;
	list-style:none;
	border:0;
	padding:0;
	margin:0;	
}

#stand_alone #header ul li img
{
	padding-right:10px;
}

#stand_alone #header ul li a
{
	color:#0b9188;
}

#stand_alone #content
{
	background:#fff none;
	padding-top:30px;
	text-align:justify;
	line-height:1.5;
}

#stand_alone #content div.title h4
{
	font-size:14px;
	float:left;
	margin:0;
	padding:0;
}

#stand_alone #content div.title a
{
	float:right;
	background: url(../images/corporate-governance/pdf.png) no-repeat center left;
	padding:5px 0 5px 30px;
	color:#0b9188
}

#stand_alone #content h4
{
	font-size:12.25;
	text-transform:uppercase;
	color:#153454;
}

#stand_alone #content h5
{
	font-size:12.25px;
	color:#153454;
	font-style:italic;
	padding-top:20px;
	margin:0;
}

#stand_alone #content ol span
{
	display:block;
	font-weight:bold; 
	text-decoration: underline;
	padding-top:20px;
}


#stand_alone #content ol ol
{
	list-style:lower-alpha;
}

#stand_alone #content ol ol ol
{
	list-style:lower-roman;
}

#stand_alone #content ol ul
{
	list-style:disc;
}

#stand_alone #content ol ul ul
{
	list-style:circle;
}

/* -------------------------------------
   error messages
------------------------------------- */
.box
{
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #999;
	background-color: #eee;
}
#content_right div.box p
{
	padding: 0;
	font-weight: bold;
}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


/* -------------------------------------
   zebra tables
------------------------------------- */
table.zebra th, 
table.zebra td
{
	text-align: left;
	vertical-align: center;
}
table.zebra th.right,
table.zebra td.right
{
	text-align: right;
}
table.zebra th.center,
table.zebra td.center
{
	text-align: center;
}
table.zebra tr 
{
	background-color: #fff;
}
table.zebra tr.even td
{
	background-color: #f3f3f3;
}


/* -------------------------------------
   job openings
------------------------------------- */
#location_filter {
	margin: 10px 0 20px;
}
table.job-openings
{
	border: 1px solid  #999689;
	border-collapse: collapse;
}
table.job-openings th
{
	background-color: #999689;
	color: #fff;
	font-weight: normal;
	font-size: 12.25px;
}
table.job-openings td
{
	vertical-align: top;
	color: #606060;
}
table.job-openings td.number { width: 30%; }
table.job-openings td.details { width: 50%; }
table.job-openings td.link { width: 20%; }
table.job-openings td.details span
{
	display: block;
}
table.job-openings td.details span.title
{
	font-weight: bold;
	color: #153454;
}
div.job_opening .left,
div.job_opening .right
{
	width: 49%;
}
div.job_opening div.basics
{
	border: 1px dotted #cccac4;
	border-width: 1px 0;
	padding: 20px 0 0;
	margin-bottom: 20px;
}
div.job_opening div.basics form 
{
	padding-top: 20px;
}


/* -------------------------------------
   vessels
------------------------------------- */
#content_right .vessel {
	margin-bottom: 30px;
	font-family: Calibri,Tahoma, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
#content_right .vessel h3 {
	color: #606060;
	font-size: 17px;
}
#content_right .vessel .wrapper {
	border: 1px dotted #DCDCDC;
	padding: 5px;
}
#content_right .vessel .details {
	border: 1px solid #cbc9c3;
	background: #fff url(../images/vessels/details-bg.png) 100% 100% repeat-x;
}
#content_right .vessel .details a {
	display: block;
	height: 161px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	padding-left: 150px;
	font-size: 11px;
	color: #606060;
	text-decoration: none;
}
#content_right .vessel .details a:hover {
	background-position: 0 -161px;
}
#content_right .vessel .details a span.title {
	display: block;
	padding: 8px 8px 12px 0;
}
#content_right .vessel .details a span.description {
	display: block;
	padding: 0 8px 8px 0;
	text-align: justify;
}
#content_right .vessel .details .data_pair .label {
	float: left;
	width: 120px;
}
#content_right .vessel .details .data_pair .value {
	float: right;
	text-align: left;
}

/* -------------------------------------
   vessels table
------------------------------------- */
div.specs_notice {
	color: #7c7a6f;
	font-style: italic;
}
#content_right div.specs_notice p {
	padding-bottom: 0px;
}

#content_right table.vessels_list {
	border: 1px solid #cccac4;
	border-collapse: collapse;
	font-size: 11px;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 30px;
}
#content_right table.vessels_list th {
	background-color: #153454;
	color: #fff;
	text-align: left;
	padding: 7px 12px 7px 7px;
}
#content_right table.vessels_list td {
	vertical-align: top;
	padding: 8px;
}
#content_right table.vessels_list td.image {
	padding: 5px;
}
/*
#content_right table.vessels_list td.image img {
	padding: 5px;
	margin: 0;
	border: 1px solid #cbc9c3;
}
*/
#content_right table.vessels_list td.specs a {
	display: block;
	height: 25px;
	width: 22px;
	background: transparent url(../images/pdf_icon.png) 0 0 no-repeat;
	text-indent: -99999em;
}


/* -------------------------------------
   mailing list
------------------------------------- */
#mailing_list {
	padding-top: 20px;
}
#mailing_list h3 {
	color: #7c7a6f;
	font-size: 20px;
	font-family: Corbel, Optima, 'Trebuchet MS',Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
}


/* -------------------------------------
   news articles
------------------------------------- */
#content_right #news_articles h3 {
	color: #7c7a6f;
}
#content_right #news_articles h5	{
	color: #153454;
}
#content_right #news_articles h4.title {
	margin: 10px 0 20px 0;
	color: #3e3e3e;
	text-transform: none;
}


/* -------------------------------------
	sortable tables
------------------------------------- */
#content_right table.sortable tr th {
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#content_right table.sortable tr .header {
	background-image: url(../images/tables/small.gif);
}
#content_right table.sortable tr .headerSortUp {
	background-image: url(../images/tables/small_asc.gif);
}
#content_right table.sortable tr .headerSortDown {
	background-image: url(../images/tables/small_desc.gif);
}


/* -------------------------------------
	search results
------------------------------------- */
#search_form form {
	padding: 0;
	margin-bottom: 10px;
}
#search_form form input {
	border: 1px solid #cdcdcd;
	padding: 3px 3px 3px 1px;
	background: url(../images/input_bg.png) repeat-x top #fff;
	vertical-align: bottom;
	font-size: 100%;
	margin-right: 10px;
}

#search_results {
	margin-top: 20px;
}
#search_results .suggestion {
	background-color: #ffc;
	border: 1px solid #ff3;
	padding: 10px;
	margin-bottom: 20px;
}
#search_results .suggestion p {
	margin-bottom: 0;
}
#search_results ul.results {
	list-style: none;
	margin: 0;
	padding: 0;
}
#search_results ul.results li {
	padding-bottom: 15px;
	border-bottom: 1px dotted #cccac4;
	margin-bottom: 15px;
}
#search_results ul.results h4 {
	margin-bottom: 5px;
	padding: 0;
}
#search_results ul.results p.description,
#search_results ul.results p.link {
	padding: 0;
}
#search_results ul.results p.link {
	color: #0B9188;
}
#search_results .pagination {
	margin: 30px 0 100px;
	text-align: center;
}
#search_results .pagination a {
	padding: 0 2px;
}
#search_results .pagination span.current {
	color: #666;
	font-weight: bold;
}
#search_results div.stats p {
	text-align: right;
}
