
/* css reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a{
	text-decoration: none;
}

select{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	margin:0.1em 0.5em 0.1em 0.1em;
	padding:0.1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-position:top center;
}
select.small{
	width:5.5em
}

form#moreVisaInfoRequired div.form select{
	min-width:13em;
	max-width:15em;
}

option{
	margin:0.1em 0.5em 0.1em 0.5em;
}
option:hover{
	background:none repeat scroll 0 0;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.chart {
	width:100%;
}

table.chart th, td {
	border-top: 1px solid #CCC;
	width:33%; 
}

table.estatus td {
	border-top: 1px solid #CCC;
	width:33%; 
	
}


/* --- General --- */

p, h4, table, 
div.form, div.form div {
	margin: 0.2em 0 1.2em;
}


h1 {
	margin: 0.1em 0 0.2em;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.3em;
}

h1.flow {
	color: #e12929;
	background:none !important;
}
h1.sub_content {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0.6em;
	padding: 0 20px 15px;
	min-height: 20px;
}
	div#content h1 {
		margin-bottom: 0.6em;
		padding: 0 20px 15px;
	}

	div.full_box h1 {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0.6em;
		padding: 0 20px 15px;
	}

h2 {
	margin: 1em 0 0.3em;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
}

div#callouts h2 {
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 15px;
}

div#callouts h2 span {
	display: block;
	padding: 0.2em 0 0.8em 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

h2.sub_content {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0.6em;
	padding: 0 20px 15px;
	min-height: 20px;
}

h2.sub_content_large {
	margin-bottom:0.6em;
	padding:0 0 15px;
	margin-left:10px;
	margin-right:0;
}

h2.backgroundleft{
	background-position:left;
}

h3 {
	margin: 0.1em 0 0.5em;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.3em;
}

h4 {
	font-weight: bold;
	text-transform: uppercase;
}

hr {
	display: list-item;
	margin: 0.1em -10px 2em;
	border: 0;
}

ol, ul {
	margin: 0.2em 0 1.2em 3em; 
}

ul {
	list-style: disc outside
}

ol {
	list-style: decimal outside
}

li {
	margin-bottom: 0.5em;
}

th, td {
	padding: 0.1em 2em 0.1em 0;
	text-align: left;
	width:auto;
}

br {
	clear: both;
}


/* --- Forms (Plain) --- */

input[type="text"], input[type="password"], textarea {
	width: 12em;
	margin: 0.2em 0.5em 0 0.1em;
	color: #000;
	font: 12px/1.3em tahoma, helvetica, arial, sans-serif;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	height:20px;
	padding:0.1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left:9px;
}

input[type="text"], input[type="password"]{
	background-position:center center;
}

label + input, label + select, label + textarea  {
	margin-left: 0.3em;
}

label.inside + input, label.inside + textarea  {
	margin-left: 0.1em;
}

input.checkbox, input.radio, input.submit_inside,
select {
	width: auto;
}

input.date {
	width: 8em;
	visibility:visible;
}

input.large {
	width: 20em;
	visibility:visible;
}

input.small {
	width: 4em;
	visibility:visible;
}

input.tiny {
	width: 3em;
	visibility:visible;
}

label.inside {
	position: absolute;
	margin: 0.5em 0 0 0.5em;
}

textarea {
	width: 20em;
	height: 5em;
	vertical-align: top;
	resize: none;
}

/* --- Structure --- */

body {
	font: 12px/1.4em tahoma, helvetica, arial, sans-serif;
}

#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}

/* --- Header --- */

#header {

}

#header div.company {
	float: left;
	margin-top: 14px
}

#header div.companyInTesting {
	height:60px;
	width:400px;
	float:left;
}

#header div.companyInTesting a, #header div.companyInTesting img, #header div.companyInTesting span {
	display:none !important;
}

#logo {
	vertical-align: bottom;
}

#tagline {
	font: bold 14px/1em arial, helvetica, sans-serif;
	vertical-align: bottom;
}

#header div.client {
	float: right;
	margin-left: 3em;
	text-align: center;
}

#header div.client img.logo {
	margin-bottom: 1em;
}

#header div.client .logo_holder {
	width: 150px;
	height: 36px;
	vertical-align: middle;
}



#header div.office {
	float: right;
	margin-top: 24px;
	width: 230px;
	margin-right:25px;
}

#header div.office #account_logout {
	width: 300px;
}

#header div.office input, #header div.office select {
	width: 14em;
	visibility:visible;
}

#header div.office input.submit_inside {
	width: auto;
	visibility:visible;
}

/* --- Navigation --- */

#nav {
	clear: both;
	padding-top: 1em;
}

#nav ul {
	width: 970px;
	height: 37px;
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#nav ul li {
	float: left;
	margin-bottom: 0;
	margin-left: -4px;
	padding-left: 15px;
}

#nav ul li:first-child {
	margin-left: 0;
}

#nav ul li.current {
	background-position: 0 -37px;
	padding-left:22px !important;
}

#nav ul li a {
	min-width: 50px;
	display: block;
	padding: 12px 20px 7px 5px;
	font-size: 14px;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
}

#nav ul li .extra_link_holder{
	width:167px;
	height:37px;
	overflow:hidden;
}

#nav ul li.current a {
	background-position: 100% -37px;
}

/* --- Main --- */

#main {
	clear: both;
	height: 1%;
	padding: 10px 80px;
}

.indexmail {
	padding: 40px 80px !important;
}

#bottom {
	height: 18px;
	clear: both;
	margin-bottom: 1em;
}

#subnav {
	float: left;
	width: 170px;
	margin: 50px 20px 0 -20px;
}

#subnav h2 {
	font-size: 13px;
	line-height: 1.3em;
}

#subnav ul {
	margin-left: 0;
	list-style: none;
}

#subnav ul li {
	margin-bottom: 0.2em;
}

#subnav ul li a {
	text-decoration: none;
}

#content {
	float: left;
	width: 650px;
}

/* --- Footer --- */

#callouts {
	margin: 0 -6px 1em -4px;
}

#sublinks {
	margin: 0 0 1em;
	font-size: 0.8em;
}

#footer {
	padding: 25px 0 0;
	font-size: 0.9em;
	text-align: center;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0 5px 0 15px;
}

#footer ul li.first {
	padding-left: 5px;
	background: 0;
}

#fourofourMessage {
	margin: 5px 0px 5px 25px; 
	font-size: 16px; 
	font-weight: bold; 
	text-align: center;
}

#weekly_update_div{
	float:right;
	width:384px;
	text-align:right;
	font-weight:bold
}

/* ----- Block Elemnts ----- */

div#intro {
	min-height: 350px;
	position: relative;
	margin: -40px -78px;
	_margin: -20px;
}

div#visa {
	position: absolute;
	left: 20px;
	top: 10px;
	float: none;
}

div.visa {
	float: left;
	width: 460px;
	margin: 0 0 1em;
}

	div.visa div.form {
		margin-right: 0;
		margin-left: 0.4em;
	}
	div#passport_from{
		margin-bottom:0px;
		padding-bottom:0px;
	}
	div#passport_from label{
		padding-top:5px;
		width:150px;
		float:left;
	}
	div#state_of_residence{
		margin-bottom:0px;
		padding-bottom:0px;
		float: left;
	}
	div#state_of_residence label{
		padding-top:5px;
		width:150px;
		float: left;
	}
	div#traveling_to{
		margin-bottom:0px;
		padding-bottom:0px;
		clear:both important;
	}
	
	div#traveling_to_0{
		clear:none !important;
		float:right;
	}
	
	div#traveling_to label{
		padding-top:5px;
		width:150px;
		float:left;
	}
	
	div.visa div.more, div.visa div.more_for {
		margin-left: 13.45em;
	}
	
	
	div.extra_destinations{
		width: 224px;
		float: right;
		clear: both important;
		padding-top:0.5em;
	}
	
	div.extra_destination_labels label{
		margin-top:1em;
	}
	
	label.traveling_for_label{
		margin-top:10px;
	}
	
	div.extra_destination_labels{
		width: 140px;
		float:left;
	}
	
	div.traveling_for{
	clear: both;
	}
	
	div.traveling_for label{
		padding-top: 0px !important;
	}
	
	div.traveling_for_label{
		float:left;
		width:148px;
		padding-top:4px;
	}
	
	div.traveling_for_div{
		float:right;
		width:224px;
		clear:none !important;
	}
	
	div.traveling_for_div div{
		clear:none !important;
	}
	
	div.tinydescrip{
		font-size:11px;
		height:8px;
		padding-left:8px;
		width:218px;
		float:right
	}
	
	div.visa input {
		width: 12.5em;
		margin-bottom: 0.5em;
	}
	
	div.visa input.small {
		width: 10em;
	}
	
	div.visa input.submit {
		width: 77px;
		margin-top: 0.5em;
		vertical-align: middle;
	}
	
	div.visa h1 {
		margin-top: 0.1em;
		margin-bottom: 0.3em;
		padding-bottom: 0.3em;
		text-align: center;
	}
	
	div.visa label,
	div.visa span.label {
		display: inline-block;
		width: 13em;
	}
	
	div.visa label.radio {
		display: inline !important;
		width: auto !important;
	}
	
	div.visa div.form div {
	
	}
	
	div.visa div.form div.account {
		margin-top: 0.5em;
		width:450px;
	}
	
		div.visa div.form div.account span.input {
			margin-left: 4em;
			visibility:visible;
		}
		
		div.visa div.form div.account span.column {
			display: inline-block;
			vertical-align: text-top;
		}
	
	div.visa select {
		width: 18.5em;
		margin-bottom: 0.5em;
		word-wrap:break-word;
	}
	div.visa option {
		word-wrap: break-word;
		max-width:17em;
	}
	
	div.passport select {
		width: 18.5em;
		margin-bottom: 0.5em;
		word-wrap:break-word;
	}
	div.passport option {
		word-wrap: break-word;
		max-width:14em;
	}
	
	div.visa select.auto {
		width: auto;
	}
	
	div.visa span.radio_column label {
		display: inline;
		width: auto;
	}
	
	div.visa .note {
		float: left;
		margin-right: -3em;
		line-height: 1.8em;
		text-align:right;
		width:420px;
	}

div.check {
	width: 485px;
}

div.clarge {
	width: 785px;
}

div.clarge input {
		width: 15em;
		visibility:visible;
	}

	div.check input {
		width: 17.6em;
		visibility:visible;
	}

	div.check input.check_status {
		width: 120px;
		visibility:visible;
	}

div#callouts div.box {
	float: left;
	width: 327px;
	margin-right: 3px;
}

div.box div.header div.inside {
	overflow: hidden;
	height: 16px;
	margin-left: 16px;
}

div.box div.content div.inside {
	margin-left: 16px;
	padding: 1px 36px 1px 20px;
}

div.box div.footer {
	clear: both;
}

div.box div.footer div.inside {
	overflow: hidden;
	height: 16px;
	margin-left: 16px;
}

div.box_grey div.header div.inside {
	overflow: hidden;
	height: 16px;
	margin-left: 16px;
}

div.box_grey div.content div.inside {
	margin-left: 8px;
	padding: 1px 45px 1px 12px;
}

div.box_grey div.footer {
	clear: both;
}

div.box_grey div.footer div.inside {
	overflow: hidden;
	height: 16px;
	margin-left: 16px;
}

div#main h1.largest {
		margin-bottom: 0.6em;
		padding: 0 20px 15px;
	}

table.noborder th, table.noborder td{
	border-top: 0px !important;
}

table.downloads {
	width:100%;
}

table.downloads th, td {
	border-top: 1px solid #CCC; 
}

tr.chart th{
	text-transform: uppercase
}

div.reviewandsubmit td{
	border-top: 0px solid #fff;
}

div.reviewandsubmit .editlink{
	text-transform: uppercase;
	position:relative;
	float:right;
	top:5px;
}

div.clear {
	overflow: hidden;
	visibility: hidden;
	clear: both;
	height: 1px;
}

div.error, div.error_indented {
	margin: 0 0 1em !important;
	padding: 0 0 0 20px;
	font-weight: bold;
	clear:both;
}

div.error_indented {
	margin-left:166px !important;
}

.error_noindent {
	padding-left: 20px;
	font-weight: bold;
	font-size: 13px;
}

div.form {
	margin-right: 10px;
	margin-bottom: 2em;
	margin-left: 10px;
}

div.form div {
	margin-bottom: 1.5em;
}

div.form div.traveler_data_row{
	clear:both;
}

div.form div.traveler_data_row input{
	clear:none;
	margin-left: 4px;	
}

div.form div.traveler_data_row div.passport_type{
	float:left;
}

div.form div.traveler_data_row div.passport_type div{
	clear:both
}

div.form div.traveler_data_row div.passport_type label{
	width: 340px !important;
	padding-left:10px;
	padding-top:0px !important;
}

div.form div.traveler_data_row label{
	width: 160px;
	float:left;
	padding-top:5px;
}

div.form div.traveler_data_row span{
	float:left;
}

div.form h2 {
	margin-right: -20px;
	margin-bottom: 1em;
	margin-left: -20px;
	padding: 0.2em 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
}

div.full_box div.header div.inside {
	overflow: hidden;
	height: 50px;
	margin-left: 50px;
}

div.full_box div.content div.inside {
	margin-left: 50px;
	padding: 1px 85px 1px 35px;
}

div.full_box div.footer {
	clear: both;
}

div.full_box div.footer div.inside {
	overflow: hidden;
	height: 50px;
	margin-left: 50px;
}

div.logout {
	margin: 5px 5px 5px 10px;
}

div.multiple {
	display: none;
}

	div.multiple.current {
		display: block;
	}

div.nonflash {
	padding: 50px 50px 50px 500px;
	font-size: 2em;
	line-height: 1.3em;
}

	div.nonflash strong {
		display: block;
		text-transform: uppercase;
		font-size: 4em;
		line-height: 1em;
		text-transform: uppercase;
	}

	div.nonflash span {
		display: block;
		text-align: right;
	}

	div.nonflash strong.client {
		font-size: 2.7em;
	}

	div.nonflash span.client {
		padding: 0 85px;
		text-align: center;
	}

div.notice {
	margin: 0 -10px 1.2em;
	padding: 20px 30px 30px;
}

div.seperate {
	margin-top: 1em;
	padding-top: 1em;
}

div.submit_inside {
	position: relative;
}

div.two_column {
	float: left;
	width: 47%;
	padding-right: 2%;
}

div.three_column {
	float: left;
	width: 30%;
	padding-right: 2%;
}

div.three_column a{
	text-decoration: none;
}

div.verisign {
	float: right;
}

div.country {
	margin-top: -40px;
	margin-right: -78px;
}

div.visas {
	margin-top: -1.5em;
	margin-right: -70px;
}

div#content div.visa, div.country div.visa, div.visas div.visa {
	float: none;
	padding-top: 1.5em;
}

table.chart {
	width:100%;
}

table.chart th, td {
	border-top: 1px solid #CCC; 
}

td.price {
	text-align:right;
	width:10px;
}

td.fee_local {
	width: 66% !important;	
}

table.closings {
	width:100%;
}

table.closings th, td {
	border-top: 1px solid #CCC; 
}

#delivery-form table td {
	border: none;
}

ol.passport {
	margin-left: 0;
	list-style: none;
}

ol.passport li {
	min-height: 38px;
	margin-bottom: 1.25em;
	padding-top: 0.3em;
	padding-left: 50px;
}


div.yes {
	padding-left: 130px;
}

div.no {
	padding-left: 130px;
}

div.your_trip {
	position: relative;
	width: 160px;
	float: right;
	margin: 0 -10px 0 0;
	padding: 20px;
	border-style: solid;
	border-width: 0 0 1em 2em;
}

div.your_trip h2 {
	margin-top: 0;
	padding: 0.5em 0 0.5em 40px;
	text-transform: uppercase;
}

div.notice_blank {
	margin: 0 -10px 1.2em;
	padding: 20px 30px 30px;
}

ol.check {
	margin-left: 0;
	list-style: none;
}

ol.check li {
	min-height: 38px;
	margin-bottom: 0.5em;
	padding-top: 0.3em;
	padding-left: 50px;
}

ol.documents {
	overflow: auto;
	margin: 0.1em -15px 1.2em -10px;
	list-style: none;
}

ol.documents li {
	float: left;
	width: 142px;
	height: 138px;
	margin: 0 5px 5px 0;
	padding: 10px;
	text-align: center;
}

ol.documents li h3 {
	font-size: 14px;
	min-height: 2.6em;
}

ol.documents li div.tooltip {
	width: 290px;
	text-align: left;
}

ol.documents li div.tooltip ul {
	margin: 0px;
}

ol.documents li div.tooltip ul li{
	background: none;
	float:none;
	height:auto;
	margin:0px;
	padding:0px 5px;
	text-align:left;
	width:auto;
}

ol.documents li div.tooltip h3 {
	min-height: 0;
	text-align: center;
}

ol.steps {
	overflow: hidden;
	margin-right: -10px;
	margin-bottom: 2em;
	margin-left: -10px;
	list-style: none;
}

ol.steps li {
	float: left;
	width: 200px;
	height: 18px;
	margin-left: -20px;
	padding: 9px 9px 9px 16px;
	text-align: center;
}

ol.steps li.current {
	font-size: 11px;
	font-weight: bold;
}

ol.steps li:first-child {
	margin-left: 0;
	padding-right: 14px;
	padding-left: 4px;
	background-position: 0 -72px;
}

ol.steps li:first-child.current {
	background-position: 0 -108px;
}

ol.summary {
	margin-left: 0;
	list-style: none;
}

ol.summary li {
	min-height: 38px;
	margin-bottom: 1.5em;
	padding-left: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
}


ol.summary li {
	min-height: 38px;
	margin-bottom: 1.5em;
	padding-left: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

ol.summary li p{
	display:inline;
}


ol.summary li ul{
	margin-bottom: 0;
}

ol.summary li ul li{
	margin-bottom: 0;
	min-height: 0px;
	padding-left:0;
}

ol.question {
	margin-left: 0;
	list-style: none;
}

ol.question li {
	min-height: 38px;
	margin-bottom: 0.5em;
	padding-top: 0.3em;
	padding-left: 50px;
}

span.inline_input {
	margin: 0 1em;
	visibility:visible;
}

ul.links {
	margin-left: 0;
	list-style: none;
}

	ul.links li a {
		padding: 0.1em 0 0.1em 18px;
		cursor:pointer;
	}

ul.multiple {
	height: 37px;
	margin-left: 0;
	padding: 0 5px;
	list-style: none;
}

	ul.multiple li {
		float: left;
		margin-bottom: 0;
		margin-left: -4px;
		padding-left: 22px;
	}
	
	ul.multiple li.current {
		float: left;
		margin-bottom: 0;
		margin-left: -4px;
		padding-left: 22px;
		background-position: 0 -74px;
	}
	
	ul.multiple li a {
		display: block;
		min-width: 50px;
		padding: 12px 27px 7px 5px;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.3em;
		text-align: center;
		text-decoration: none;
	}

	ul.multiple li.current a {
		color: #fff;
	}

ul.simple_links {
	margin-left: 0;
	list-style: none;
}

	ul.simple_links ul {
		margin-bottom: 0;
		list-style: none;
	}

	ul.simple_links li a {
		text-decoration: none;
	}

/* ----- Inline Elemnts ----- */

a.back, a.button, a.next, a.submit, a.submit_order,
input.button, input.back, input.next, input.submit, input.submit_order {
	clear: both;
	display: block;
	overflow: hidden;
	width: 60px;
	height: 26px;
	border: 0;
	text-indent: -999em;
	visibility:visible;
}
	
	a.download_now {
		display: inline-block;
		width: 126px;
	}
	
	a.email_forms {
		display: inline-block;
		width: 145px;
	}

a.back {
	position: absolute;
	float: left;
}

a.calendar img {
	margin-right: 1em;
	vertical-align: middle;
}

div#callouts div.box a, a.link {
	padding: 0.1em 0 0.1em 18px;
}

a.next {
	float: right;
}

a.edit {
	padding: 0.1em 0 0.1em 15px;
}

a.start_order {
	display: block;
	overflow: hidden;
	float: right;
	width: 118px;
	height: 26px;
	text-indent: -999em;
}

	div.notice a.start_order {
		width: 181px;
		height: 90px;
	}

a.small_edit, a.small_save {
	clear: right;
	float: right;
	display: block;
	overflow: hidden;
	width: 46px;
	height: 23px;
	text-indent: -999em;
}

div.form div a.small_save {
	margin: 0 200px 0 0;
}

a.submit_order {
	float: right;
	width: 125px;
	
}

input.submit {
	cursor: pointer;
	float: right;
	height:28px;
	visibility:visible;
	text-indent:-999em;
}

input.submit:hover {
	visibility:visible;
}

.submit_grey {
	cursor: pointer;
	float: right;
	margin-right:-2em;
}

input.check_status {
	cursor: pointer;
	float: right;
	width: 120px;
	visibility:visible;
}

/* ----- Loose Classes ----- */

.choice {
	text-align: center;
}

.hidden {
	display: none;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.note {
	font-size: 0.8em;
	line-height: 1.3em;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.subhead {
	margin-top: -0.3em;
	font-style: italic;
	text-transform: uppercase;
}

.tooltip {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	display: none;
	padding: 1em 2em;
}

.countingSpan{
	display:none;
}

#traveling_for{
	margin:0  !important;
	margin-bottom:0 !important; 
}

#removeAddDestinations{
	margin-bottom:0px !important; 
	line-height:8px !important;
	width:420px;
}

.extra_destination_labels{
	padding-top:2px;
}

#enterANewContact label{
	width:160px;
	float:left;
}

.portal_link{
	float: left;
	width: 25%
}

div#main h1.largest {
	margin-bottom:0.6em;
	padding:0 20px 15px;
}

ol.question li {
	margin-bottom:0.5em;
	min-height:38px;
	padding-left:50px;
	padding-top:0.3em;
	list-style-type:none;
}

table.chart th, table.chart td {
	width:33%;
}

div.multipleformdownload{
	float:left;
	padding:25px;
	padding-bottom:15px;
	text-align:left;
	width:270px;
}

.statuscheck .select .label{
	width:30px !important;
}


.estatuscheck label{
	width: 10em !important;
}

.estatuscheck input[type="text"]{
	width: 15em;
}

.estatuscheck select{
	width: 22em;
}

 .statuscheck .select .dropdown{
 	width:90px !important;
 }
 
 .bold_listhead {
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
	margin:1em 0 0.3em;
}

.box_grey{
	visibility: hidden;
}

.form input[type="text"]{
	visibility: hidden;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	height:20px;
	padding: 0.1em;
	margin: 0.2em 0.5em 0 0.1em;
	padding-left:9px;
}

#sitemaplist li{
	width: 33%;
	float:left;
	list-style-type:none;
	height:23px;
	overflow:hidden;
}

.logout{
	padding-left: 5px;
	padding-top: 2px;
}

#embassy_list {
	width: 700px;
}

#embassy_list th {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-top: solid 1px #CCC;
	text-align: left;
}

#embassy_list td {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

.popup_form div {
	width: 300px;
	float: left;
	margin: 2px 0px 2px 0px;
}

.popup_form label, .popup_form a {
	float: left;
}

.popup_form input {
	float: right;
}

.popup_form button {
	float: right;
	margin: 0px 5px 0px 0px;
}

#user_login_form ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#user_login_form li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.dateField {
	width: 400px;
	text-align: right;
	margin-bottom: 7px !important;
}
.dateField label {
	float: left;
	margin: 10px 0px 0px 0px;
}

.ui-datepicker-trigger {
	margin: 0px 0px -5px 0px;
}

/* Begin search box styles */
#needAVisa {
	width: 110%;
}

.search_box_field {
	height: 25px;
	clear: both;
	margin: 0px 0px 5px 0px;
}

.search_box_field br {
	clear: both;
}

.search_box_field label {
	float: left;
	font-weight: bold;
}

.search_box_field label.sublabel {
	font-size: normal;
	font-weight: normal;
}

.search_box_field label.inside {
	float: left;
	font-weight: normal;
}

.search_box_field label.error {
	width: 100%;
	margin-top: -2px;
}

.search_box_field span {
	float: right;
}

.search_box_field span.left {
	float: left;
}

.search_box_field span a {
	margin: 0px 10px 0px 0px;
	font-size: 10px;
	float: right;
}

.search_box_field #needAVisaSubmit {
	margin: 0px 5px 0px 0px;
}
/* End search box styles */

 
 .statusbar_text_in2lines
 {
		position:relative;
		bottom:8px;
 }
 
 /* Image Buttons */
a.imageButton {
    color: #fff;
    display: block;
    float: left;
    font-weight: bolder;
    font-family: tahoma,helvetica,arial,sans-serif;
    font-size: 14px;
    height: 26px;
    margin-right: 10px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    text-transform:uppercase;
    text-shadow: 1px 1px #444444;
}

a.imageButton span {
    display: block;
    line-height: 15px;
    padding: 3px 6px 8px 16px;
    font-size: 14px;
} 

a.imageButton:hover {
    color: #fff;
    cursor:pointer;
}

a.imageButton:hover span {
	font-size: 14px;
} 


a.imageButtonTwo {
    color: #fff;
    display: block;
    float: left;
    font-weight: bolder;
    font-family: tahoma,helvetica,arial,sans-serif;
    font-size: 13px;
    height: 30px;
    margin-right: 10px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    text-transform:uppercase;
    text-shadow: 1px 1px #444444;
    text-align:center;
}

a.imageButtonTwo span {
    display: block;
    line-height: 12px;
    padding: 2px 16px 4px 26px;
    font-size: 13px;
} 

a.imageButtonTwo:hover {
    color: #fff;
    cursor:pointer;
}

a.imageButtonTwo:hover span {
	font-size: 13px;
}

a.imageButtonLarge {
    color: #fff;
    display: block;
    float: left;
    font-weight: bolder;
    font-family: tahoma,helvetica,arial,sans-serif;
    font-size: 22px;
    height: 38px;
    margin-right: 10px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    text-transform:uppercase;
    text-shadow: 1px 1px #444444;
    text-align:center;
}

a.imageButtonLarge span {
    display: block;
    line-height: 21px;
    padding: 4px 6px 12px 12px;
    font-size: 22px;
} 

a.imageButtonLarge:hover {
    color: #fff;
    cursor:pointer;
}

a.imageButtonLarge:hover span {
	font-size: 22px;
} 
