/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Websend
      Author: Ben Greig
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
html {
	margin: 0;
	padding: 0;	
}

body {
	margin: 0;
	padding: 0;
}

.float_left {
	float: left;
}

.container form div {
	margin-bottom: 0;
}

.float_right {
	float: right;
}

.showme {
	background-color: aqua;
}

input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px !important;
	line-height: 1.5em;
}

/*Round Corner Classes*/

.round_5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.round_top_5 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.round_bottom_5 {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.round_10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.round_top_10 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.round_bottom_10 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.round_20 {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.round_top_20 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
}

.round_bottom_20 {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

/**************************************/
/*              HEADER                */
/**************************************/
#header, #footer {
	background-color: #f9f9f9;
	}
	
#header {
	font-size: 14px;
	line-height: 14px;
	background-color: #fff;
	background-image: url(/public/image/alternate_header_background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 4em;
	border-bottom: 1px solid #eaeaea;

	}

#header #nav, #footer .space {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: left;
	}

#header #nav {
	line-height: 1;
	list-style: none;
	padding: 2em 0 0 0;
	z-index: 20000
}

/*Dropdown Menus*/
#header a:active,
#header a:focus {
	outline: 0;
}

#header div.menu {
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: left bottom;
	cursor: default;
	display: block;
	margin: 0;
	z-index: 20000;
	height: 1em;
	}
#header #nav ul    {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 2em 0 0;
	z-index: 20000
	}
#header #nav a    {
	color: #b3b3b3;
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 0.25em 0.5em 0.75em
	}

#header #nav li li a.haschild  {
	background-repeat: no-repeat;
	background-position: right center
	}

#header #nav li li a:hover.haschild  {
	}

#header #nav li   {
	cursor: pointer;
	z-index: 20000;
	float: left
	}

#header #nav li.logo a   {
		padding: 0;
		margin: 0;
	}

#header #nav li.logo img {
	position: relative;
	top: -1em;
	margin-right: 20px;
	}

#header #nav li li {
	font-size: 11px;
	z-index: 20000;
	width: 16em;
	float: left
	
	}

#header #nav li li div.legend {
	font-size: 9px;
	color: #b3b3b3;
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 0.25em 0.5em 0.75em
	
	}

#header #nav li div.divider {
	border-top: 2px solid #ededed;
	float: left;
	padding: 0;
	margin: 4px 0;
	width:16em;
	max-width: 12em;
	}

#header #nav li ul a {
	color: #b3b3b3;
	text-decoration: none;
	display: block;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em
	
	
	}
#header #nav li ul {
	background-color: #f1efee;
	background-image: url(/public/image/menu_background_alt.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0.4em 0;
	position: absolute;
	left: -999em;
	width: 12em;
	border-color: #f0f0f0;
	border-style: solid;
	border-width: 0 1px 1px;


	}
#header #nav li ul ul  {
	margin: -1.75em 0 0 12em;
	padding: 0.25em 0;
	border-left: 1px solid
	}
#header #nav li:hover ul ul, #header #nav li:hover ul ul ul, #header #nav li.over ul ul, #header #nav li.over ul ul ul {
	left: -999em
	}
#header #nav li:hover ul, #header #nav li li:hover ul, #header #nav li li li:hover ul, #header #nav li.over ul, #header #nav li li.over ul, #header #nav li li li.over ul {
	left: auto
	}
#header #nav li:hover, #header #nav li.over  {
	background-repeat: repeat-x;
	background-position: left top
	}
#header #nav li:hover a, #header #nav li.over a  {
	}


#header #nav li#selecthead a {
	color: #0082d1;
}

#header #nav li#selecthead li a {
	color: #b3b3b3;
	}
	
#header #nav li a:hover {
	color: #44b7e6 !important;	
	}

#header #nav li#selecthead li#selected a {
	color: #0082d1 !important;
	}

#header #nav li li a:hover,
#header #nav li#selected li a:hover  {
	color: #44b7e6 !important;
	}

/*Creates the background colour on the parent LI */
#header #nav li li:hover, #header #nav li li li:hover, #header #nav li li.over, #header #nav li li li.over {
	background-color: transparent;
	background-image: none
	}

/**/

#map #nav li div.divider,
#map #nav li li .legend   {
	display: none;
	}

div#map {
	color: #b3b3b3;
	margin-top: 20px;
	line-height: 120%;
	}

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

div#map li {
	height: 100px;
	float: left;
	padding-right: 15px;
	}

div#map li:hover, div#map li#footselecthead {
	color: #44b7e6;
	}

div#map li:hover a, div#map li#footselecthead a {
	color: #000;
	}

div#map li#footselecthead ul li a {
	color: #44b7e6;
	}

div#map li:hover ul a {
	color: #44b7e6;
	}

div#map li li {
	width: auto;
	height: auto;
	float: none;
	padding-right: 0;
	}

div#map ul li a {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}

div#map ul li a:hover, div#map ul ul li a:hover {
	color: #0082d1;
	}

div#map ul ul li a {
	font-size: 10px;
	font-weight: normal;
	}


/**************************************/
/*             NAVIGATION             */
/**************************************/

/*----------------------------------------------------------------------------------------*/
/* START BUTTON CLASS DEFAULTS -----------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
	
	/*Button Class - Default Font & Size*/
	a.button,
	a.submit,
	input.button,
	input.submit {
		font-family: Arial, helvetica, san-serif;
		font-size: 11px;
		text-decoration: none;
		}
	
	a.button,
	a.submit {
		line-height: 27px;
		white-space: nowrap;
	}
	
	/*Button Class - Default Border*/
	a.button,
	a.submit,
	input.button,
	input.submit {
		outline: 0px none;
		border-top: 1px;
		border-left: 1px;
		border-right: 2px;
		border-bottom: 2px;
		border-style: solid;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}

	/*Button Class - Default Colours*/
	a.button,
	input.button {
		color: #666;
		background-color: #fff;
		background-image: url(/image/head_gradient.gif);
		background-repeat: repeat-x;
		border-top-color: #ddd;
		border-left-color: #ddd;
		border-right-color: #ccc;
		border-bottom-color: #ccc;
	}

	/*Button Class - Default Margin & Padding*/
	a.button,
	a.submit,
	input.button,
	input.submit {
		margin: 0;
		padding: 3px 10px 2px;
		cursor: pointer;
	}
	
	.bigbutton {
		padding: 6px 14px !important;
		line-height: 27px !important;
	}
	
	table.form a.button,
	table.form a.submit {
		line-height: 20px;
	}

/*----------------------------------------------------------------------------------------*/
/* BUTTON SUB-CLASSES --------------------------------------------------------------------*/
	
	/*Confirmation - Changes the size of the button it's applied to*/
	.confirmation {
		font-size: 12px !important;
		padding: 8px 18px !important;
	}
	
	a.button img,
	a.submit img {
		vertical-align: middle;
		margin-left: 4px;
	}
	
/*----------------------------------------------------------------------------------------*/
/* BUTTON STATES -------------------------------------------------------------------------*/
	
		
	/*ACTIVE state*/
	a.button:active,
	input.button:active {
		border-top-color: #bbb;
		border-left-color: #bbb;
		border-right-color: #f0f0f0;
		border-bottom-color: #f0f0f0;
		border-style: solid;
	}


	/*DISABLE state*/
	/* This class reduces the opacity of all buttons covered in this class*/
	input[type=button].disabled,
	input[type=submit].disabled,
	a.disabled,
	input[type=button].disabled:active,
	input[type=submit].disabled:active,
	a.disabled:active,
	a.button:disabled,
	a.submit:disabled
	input.button:disabled,
	input.submit:disabled
	{
		cursor: pointer;
		opacity: .3;
		-moz-opacity: .3;
		-webkit-opacity: .3;
		filter: alpha(opacity = 30);           
		border-color: inherit;
	}
	
	#btnCalendarTo,
	#btnCalendarFrom {
		vertical-align: middle;
	}
	
		
/*----------------------------------------------------------------------------------------*/
/*------------------------------------------------------------- END BUTTON CLASS DEFAULTS */
/*----------------------------------------------------------------------------------------*/

/**************************************/
/*            MAIN CONTENT            */
/**************************************/


/*Home Page*/
#headline,
#feature,
#login,
#publication,
#ticker,
#carousel_1,
#carousel_2,
#carousel_3 {
	margin-bottom: 10px;
}

#headline {
	margin-bottom: 20px;
}

#headline #get_registered {
	font-size: 1.5em;
	text-decoration: none;
	background-color: #eee;
	float: left;
	padding: 1em 2em;
	margin-right: 20px;
	background-image: url(/public/image/grey_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0 -30px;
}

#feature {
	
}

#feature .content {
	margin-right: 15px;
	height: 280px;
	background-image: url(/public/image/feature_placeholder.jpg);
	background-repeat: no-repeat;
}

#feature .content,
#carousel_1,
#carousel_2,
#carousel_3 {
	background-color: #eee;
}

#login2, #recover {
	margin-top: 4em;
}
#form_login label ,
#recover label {
	display: block;
	float:left;
	width: 10em;
}

#login2 .borderbox,
#login .borderbox,
#recover .borderbox,
#publication .borderbox {
	background-color: #8dc9ed;
	border: 3px solid #0b8cdb;
}

#login2 .borderbox .content,
#login .borderbox .content,
#recover .borderbox .content,
#publication .borderbox .content {
    padding: 10px 20px 15px;
}

#login2 .borderbox h6,
#login .borderbox h6,
#recover .borderbox h6,
#publication .borderbox h6 {
    color: white;
    margin: 0;
    padding: 4px 10px;
    background-color: #0b8cdb;
} 

#login2 .borderbox h6 span,
#login .borderbox h6 span,
#recover .borderbox h6 span,
#publication .borderbox h6 span {
    float: left;
}

#login2 .borderbox h6 a,
#login .borderbox h6 a,
#recover .borderbox h6 a,
#publication .borderbox h6 a {
    color: white;
    float: right;
    margin: 0;
    padding: 0;
}

#login,
#publication {
	float: right;
	clear: right;
}

.box_center {
    margin-left: auto;
    margin-right: auto;
}

#login2 form,
#login form,
#publication form {
	margin-bottom: 0;
}

#login2 p,
#login p,
#publication p {
	margin: 0 0 .5em;
}

#login2 #form_username,
#login2 #form_password,
#login2 #form_email,
#login #form_username,
#login #form_password,
#login #form_email,
#publication #form_publications {
	width: 180px;
	padding: 2px;
}

#login2 label,
#login label,
#publication label {
	display: none;
}

#login2 #form_username,
#login2 #form_password,
#recover #form_username,
#recover #form_email {
	border: 1px solid #0b8cdb
}

#feature,
#publication {
	margin-bottom: 20px;
}

#ticker {
	background-color: #eee;
	padding: 3px 12px 2px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	background-image: url(/public/image/grey_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0 -20px;
	margin-bottom: 15px;
}

#carousel_1,
#carousel_2,
#carousel_3 {
	height: 160px;
	background-image: url(/public/image/carousel_placeholder.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.fieldpad {
	margin-bottom: 5px;
}

.content h1.head {
	color: #0082d1;
	font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 0.9em;
	text-transform: uppercase;
	font-size: 2.5em;
	padding-left: 42px;
	}

/*Registration Page*/
#registration_form,
#registration_confirmation {
	float: left;
	background-color: #eee;
	padding: 15px 42px 15px 42px;
	margin-bottom: 10px;
}
#registration_form.full {
    margin:0 auto;
    width: 866px;
}

#registration_form .span-7,
#registration_confirmation .span-7,
#registration_confirmation .span-4,
#registration_confirmation .span-10,
#registration_confirmation .span-20
{
	margin-right: 28px;
}

#registration_confirmation .span-10 {
	width: 360px;
}
#registration_confirmation .span-20 {
	width: 700px;
}

#column3.span-4 {
	width: 180px;
	margin-right: 0;
}

#registration_confirmation small {
	line-height: normal;
}

#registration_form p,
#registration_confirmation p {
	margin: 0 0 1em;
}

#registration_form h1 {
	display:block;
	float:left;
	font-size:72px;
	height:1.7em;
	line-height:72px;
	margin:0 10px 0 0;
	vertical-align:top;
}
#registration_form h1.height_auto {
    height: auto;
}

#observe_dst input,
#observe_dst label {
	width: auto !important;
	display: inline;
}

#registration_form h3, 
#registration_confirmation h3 {
	background-color:inherit;
	float:none;
	line-height:normal;
	margin:0;
	padding:0 0 5px;
}

#registration_form label,
#contactform label {
	color: #555;
	margin-bottom: 2px;
	display: block;
}

#registration_form input,
#registration_form select {
	width: 260px;
	margin-bottom: 10px;
}

#registration_form input.width_auto {
    width: auto;
}

#registration_form .half {
	width: 120px;
	margin-right: 15px !important;
	float: left;
}

#registration_form .last {
	margin-right: 0;
}

#registration_form .half input,
#registration_form .half select {
	width: 112px;
}

#registration_confirmation .register_button {
	font-size: 24px !important;
	padding: 20px 0px;
	width: 150px;
	text-align: center;
	background-color: #ddd;
	float: right;
}
#registration_confirmation .no_padding {
    padding: 0px;
}
#registration_form .submit_button {
    font-size: 24px !important;
	padding: 20px 10px;
	width: auto;
	text-align: center;
	background-color: #ddd;
	/*float: left;*/
    margin-top: 10px;
}

#contactform .input_full input,
#contactform .input_full textarea {
	width: 95%;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
	color: #cacaca;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(/public/image/footer_background_alt.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #eaeaea;
	}


#footer a {
	color: #CACACA;
	text-decoration: none;
	}
#footer p {
	clear: both;
	}

#footer h3.logo {
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	background-image: url(/public/image/logo_footer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 120px;
	height: 28px;
	float: left;
	margin: 20px 20px 10px 0;
	padding: 0;
	}

#footer a.omnilabmedia {
    font-size: 24px;
    font-weight: normal;
    line-height: 20px;
    background-image: url(/public/image/omnilabmedia.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 24px 0 10px;
    padding: 0;
    width: 148px;
    height: 28px;
    float: left;
    }
#footer a.dubsat {
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	background-image: url(/public/image/dubsat.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 20px 20px 10px 0;
	padding: 0;
	width: 88px;
	height: 28px;
	float: left;
	}

#footer a.substation {
    font-size: 24px;
    font-weight: normal;
    line-height: 20px;
    background-image: url(/public/image/substat_footer_logo_light.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 20px 0 10px;
    padding: 0;
    width: 124px;
    height: 28px;
    float: left;
    }

#footer a.tracksend {
    font-size: 24px;
    font-weight: normal;
    line-height: 20px;
    background-image: url(/public/image/tracksend_footer_logo_light.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 20px 0 10px;
    padding: 0;
    width: 108px;
    height: 28px;
    float: left;
    }

#footer a.omnilabmedia span, #footer a.dubsat span, #footer h3.logo span, #footer a.substation span, #footer a.tracksend span {
	display: none;
	}
	
.no_border, table.no_border, table.no_border td { border: 0px; }
#registration_form a.font_18 { font-size: 18px; font-weight: normal; }


/*THEME THIS PLEASE*/
#login2 #form_username,
#login2 #form_password,
#recover #form_username,
#recover #form_email {
	border: 1px solid #8DC73F; /*#0b8cdb;*/
}

#login2 .borderbox h6,
#login .borderbox h6,
#recover .borderbox h6,
#publication .borderbox h6 {
    color: white;
    margin: 0;
    padding: 4px 10px;
    background-color: #8DC73F; /*b8cdb;*/
} 

#login2 .borderbox,
#login .borderbox,
#recover .borderbox,
#publication .borderbox {
	background-color: #C6E39F; /*#8dc9ed;*/
	border: 3px solid #8DC73F; /*#0b8cdb;*/
}

/*LOGIN 3 green fix*/
#login_green, #recover {
	margin-top: 0em;
}

#login_green .borderbox,
#login .borderbox,
#recover .borderbox,
#publication .borderbox {
	background-color: #8dc9ed;
	border: 3px solid #0b8cdb;
}

#login_green .borderbox .content,
#login .borderbox .content,
#recover .borderbox .content,
#publication .borderbox .content {
    padding: 10px 20px 5px;
}

#login_green .borderbox h6,
#login .borderbox h6,
#recover .borderbox h6,
#publication .borderbox h6 {
    color: white;
    margin: 0;
    padding: 4px 10px;
    background-color: #0b8cdb;
} 

#login_green .borderbox h6 span,
#login .borderbox h6 span,
#recover .borderbox h6 span,
#publication .borderbox h6 span {
    float: left;
}

#login_green .borderbox h6 a,
#login .borderbox h6 a,
#recover .borderbox h6 a,
#publication .borderbox h6 a {
    color: white;
    float: right;
    margin: 0;
    padding: 0;
}

#login_green form,
#login form,
#publication form {
	margin-bottom: 0;
}

#login_green p,
#login p,
#publication p {
	margin: 0 0 .5em;
}

#login #form_username,
#login #form_password,
#login #form_email,
#publication #form_publications {
	width: 180px;
	padding: 2px;
}


#login_green #form_username,
#login_green #form_password,
#recover #form_username,
#recover #form_email {
	border: 1px solid #C6E39F;
}


#login_green .borderbox h6,
#login .borderbox h6,
#recover .borderbox h6,
#publication .borderbox h6 {
    color: white;
    margin: 0;
    padding: 4px 10px;
    background-color: #8DC73F;
} 

#login_green .borderbox,
#login .borderbox,
#recover .borderbox,
#publication .borderbox {
	background-color: #C6E39F;
	border: 3px solid #8DC73F;
}

div#login_green a {
color:#333333;
}

div#login_green a:hover {
color:#FFFFFF;
}

.container{
    margin-top:1.5em; 
}



#popupOverlaySpinner
{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 950;
    background-color: #000!important;
    overflow: hidden;
    -ms-overflow: hidden;
    filter: alpha(opacity=30); /* internet explorer */
    opacity: 0.3;           /* fx, safari, opera, chrome */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)"; /*IE8*/
}

#spinner
{
    border: 1px solid #666;
    background: url(/image/progress.gif) no-repeat center #fff;
    height: 75px;
    left: 50%;
    margin-left: -111px;
    margin-top: -50px;
    overflow: hidden;
    -ms-overflow: hidden;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 200px;
    z-index: 955;
}

#popupOverlayMessage
{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000!important;
    overflow: hidden;
    -ms-overflow: hidden;
    z-index: 900;
}

#message
{
    left: 50%;
    margin-left: -176px;
    margin-top: -50px;
    overflow: hidden;
    -ms-overflow: hidden;
    padding: 4px 10px 10px 40px;
    position: absolute;
    text-align: left;
    top: 30%;
    width: 300px;
    z-index: 950;
}

#resultMessage
{
    padding-top: 10px;
    overflow: hidden;
    -ms-overflow: hidden;
    z-index: 955;
}

#btnOverlayMessageHolder
{
    bottom: 0;
    display: block;
    margin: 0;
    margin-left: 30px;
    padding: 10px 0 0 0;
    height: 50px;
    width: 200px;
    text-align: center; 
    overflow: hidden;
    -ms-overflow: hidden;
    z-index: 960;
}