.travelCompanionForm {
	font: normal 2px/12px arial;
}

.largeField {
	width: 165px;
}

.tdLabel {
	float: left;
	margin-left: 30px;
	width: 90px;
	font: normal 12px/16px arial;
}

.blueBtn { /* font: normal 10px/14px arial;
	color: #fff;
	background-color: #336699;
	text-transform: uppercase;
	padding: 2px 6px;
	*padding: 2px 3px;
	cursor: pointer;
	border: none; */
	background: #36689B; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36689B',
		endColorstr='#7CA8D4'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#36689B),
		to(#7CA8D4)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #36689B, #7CA8D4);
	/* for firefox 3.6+ */
	font-size: 10px;
	/* font-weight: bold; */
	color: #fff;
	text-transform: uppercase;
	padding: 2px 6px;
	*padding: 2px 3px;
	cursor: pointer;
	border: none;
}

.blueBtn:hover {
	border: 1px solid #00f;
}

}
.inst {
	float: center;
	color: #505050;
	font: 11px/18px arial;
}

span.inlineError {
	font: normal 12px/20px arial;
	color: #ff0000;
	/* 	background-position: left -1300px; */
	padding-left: 18px;
}

.error {
	border: 1px solid #ff0000;
}

input.error {
	border: 1px solid #ff0000;
}

.iternaryHeader {
	border: 1px solid #4297D7;
	background: #2191C0 url(/images/title_right_co.gif) repeat-x;
	color: #EAF5F7;
	font-weight: bold;
}

.iternaryHeaderSearch {
	border: 1px solid #4297D7;
	background: #2191C0 url(/images/title_right_co.gif) repeat-x;
	color: #EAF5F7;
}

table.viewItinarary {
	border-collapse: collapse;
}

table.viewItinarary td, table.viewItinarary th {
	border: 1px solid #ADADAD;;
	padding: 5px;
}

/* Inner Page Template 3 Start */
#tc_template .col1, #tc_template .col2 {
	float: left;
	margin-right: 5px;
}

#tc_template .col1 {
	width: 125px;
}

#tc_template .col2 {
	width: 820px;
	margin-right: 0px;
}

#tc_template .col2-admin {
	/* 	width: 820px; */
	margin-right: 0px;
}

td.place_new_ad_left_td {
	width: 25%;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
}

td.place_new_ad_right_td {
	width: 75%;
	text-align: left;
	vertical-align: top;
}

.pagination {
	background-color: #FFFFFF;
	border: 1px solid #9DADE8;
	padding: 10px;
	font-size: 10px;
	/* 	font-weight: bold; */
	padding: 5px 6px;
	text-decoration: none;
}

.pagination-select {
	padding: 10px;
	padding: 5px 6px;
	text-decoration: none;
	background: #36689B; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36689B',
		endColorstr='#7CA8D4'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#36689B),
		to(#7CA8D4)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #36689B, #7CA8D4);
	/* for firefox 3.6+ */
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #00f;
}

.pagination:hover {
	padding: 10px;
	padding: 5px 6px;
	text-decoration: none;
	background: #36689B; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36689B',
		endColorstr='#7CA8D4'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#36689B),
		to(#7CA8D4)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #36689B, #7CA8D4);
	/* for firefox 3.6+ */
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #00f;
}

.delete-class {
	color: #FF0000;
	text-decoration: underline;
}

.default-text-field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}

.footer_link li {
	color: white;
}

.autocomplete-w1 {
	background: url(/images/shadow.png) no-repeat bottom right;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 8px 0 0 6px; /* IE6 fix: */
	_background: none;
	_margin: 0;
}

.autocomplete {
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	text-align: left;
	max-height: 650px;
	overflow: auto;
	margin: -6px 6px 6px -6px; /* IE6 specific: */
	_height: 650px;
	_margin: 0;
	_overflow-x: hidden;
}

.autocomplete .selected {
	background: #F0F0F0;
}

.autocomplete div {
	padding: 2px 5px;
	white-space: nowrap;
}

.autocomplete strong {
	font-weight: bold;
	color: #3399FF;;
}

.search-autocomplete {
	width: 300px;
}

.textarea-width {
	width: 600px;
}

.tc-date {
	width: 80px;
}