/* NoScript Error*/

.noscript {
background-color:#FFFFE1;
border-bottom:1px solid #808080;
color:#000000;
}


/* General
------------------------------------------------- */
body {
	font-size: 0.75em;
	text-align: center;
	margin: 0px 5px 0px 5px;
	padding: 0;
}
div, h1, h2, h3, h4, h5, h6, p, table, img, a, input, select, option, textarea {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
}
img { border: 0; }


/* Main
------------------------------------------------- */
#main {
	position: relative;
	background: #FFFFFF;
	top: 0px;
	width: 800px;
	margin: 0 auto;
}

td.sidebar-top, td.sidebar-mid, td.sidebar {
	padding-right: 5px;
	width: 220px;
}
td.sidebar-top {
	padding-bottom: 0px;
}
td.sidebar-mid .item {
	margin-top: 3px;
	padding-bottom: 0px;
	display: block;
}
td.sidebar {
	padding-top: 3px;
	padding-bottom: 0px;
}
a.sidebar-bottom, a.sidebar-bottom:link, a.sidebar-bottom:visited, a.sidebar-bottom:active {
	display: block;
	width: 219px;
	height: 94px;
	background: transparent url(../img/logo_bottom_none.gif) no-repeat left top;
	padding-top: 22px;
	font-size: 9px;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
}
a.sidebar-bottom:hover {
	color: #FFFFFF;
	text-decoration :none;
}
td.content-top a:link, td.content-top a:visited, td.content-top a:active, td.content-top a:hover {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: -2px;
	font-stretch: narrower;
	padding-right: 20px;
	padding-bottom: 6px;
	text-decoration: none;
	color: #F3952F;
}
td.content-top a:hover {
	color: #405578;
}
td.content-mid {
	padding-top: 3px;
	padding-bottom: 0px;
}
td.content {
	padding: 25px 8px 8px 25px;
}
td.footer .blueline {
	width: 100%;
	display: block;
	padding-top: 8px;
	border-bottom: 2px solid #405578;
}
td.footer a:link, td.footer a:visited, td.footer a:active, td.footer a:hover {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
	font-stretch: narrower;
	padding-right: 20px;
	padding-top: 6px;
	text-decoration: none;
	color: #405578;
}
td.footer a:hover {
	color: #F3952F;
}


/* Navigation
------------------------------------------------- */

p.menu-subline {
	padding: 0px 0px 12px 0px;
}

#nav ul, #nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a, #nav a.active {
	font-size: 13px;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	display: block;
	width: 100%;
	padding: 1px 0px 1px 0px;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #405578;
}
#nav a:hover {
	color: #F3952F;
	background: url(../img/dot_orange.gif) no-repeat left;
}
#nav a.active:link, #nav a.active:visited, #nav a.active:active, #nav a.active:hover {
	color: #405578;
	font-weight: bold;
	background: url(../img/dot_blue.gif) no-repeat left;
}

/* Forms
------------------------------------------------- */
form {
	display: inline;
}
input {
	font-size: 1.1em;
}
option {
	padding-right: 3px;
	padding-left: 1px;
}
.field {
	border: 1px solid #CCCCCC;
	/* background-color: #FFFFFF; */
	background-color: #F4F4F4;
}
.activefield {
	border: 1px solid #263E66;
	background-color:#E1EAFF;
	color: #263E66;
}
.errfield {
	border: 1px solid #FF0000;
	background-color: #FFE9E9;
	color: #FF0000;
}
.erractivefield {
	border: 1px solid #263E66;
	background-color:#E1EAFF;
	color: #263E66;
}
table.form td {
	padding-bottom: 6px;
	padding-left: 6px;
}
table.form table td {
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 6px;
}

/* Inputfield description
------------------------------------------------- */
.fielddesc {
	color:#263E66;
}
.errfielddesc {
	color:#FF0000;
}

/* Boxtitles
------------------------------------------------- */
h1.boxtitle {
	font-size: 16px;
	line-height: 16px;
	font-weight: 100;
	letter-spacing: -1px;
	font-stretch: narrower;
	padding-bottom: 6px;
}

/* Empty box
------------------------------------------------- */
table.box, table.box_nopad {
	background-color: #FFFFFF;
	margin-bottom: 3px;
	/*display: block;*/
}
table.box td.box_top, table.box_nopad td.box_top { width: 100%; background: url(../img/box_t.gif) repeat-x; }
table.box td.box_bottom, table.box_nopad td.box_bottom { width: 100%; background: url(../img/box_b.gif) repeat-x; }
table.box td.box_left, table.box_nopad td.box_left { background: url(../img/box_l.gif) repeat-y; }
table.box td.box_right, table.box_nopad td.box_right { background: url(../img/box_r.gif) repeat-y; }
table.box td.box_middle, table.box_nopad td.box_middle {
	width: 100%;
	color: #000000;
}
table.box td.box_middle { padding: 6px 14px 8px 14px; }
table.box_nopad td { padding: 0px !important; }
table.box_nopad td.box_middle { padding: 2px !important;  }

/* Error & Success box
------------------------------------------------- */
div.successmsg, div.errormsg, div.infomsg {
	width: 95%;
	background-color: #FFFFFF;
	margin: 6px 0px 12px 0px;
	padding: 6px 6px 6px 12px;
	vertical-align: middle;
	border: 1px dashed;
	display: block;
}
div.successmsg img, div.errormsg img, div.infomsg img {
	padding-right: 5px;
	float: left;
}
div.successmsg {
	color: #339900;
	border-color: #339900;
}
div.successmsg a, div.successmsg a:link, div.successmsg a:visited, div.successmsg a:active { color: #339900; text-decoration: underline; }
div.successmsg a:hover { color: #339900; text-decoration: none; }
div.errormsg {
	color: #FF0000;
	border-color: #FF0000;
}
div.errormsg a, div.errormsg a:link, div.errormsg a:visited, div.errormsg a:active { color: #FF0000; text-decoration: underline; }
div.errormsg a:hover { color: #FF0000; text-decoration: none; }
div.infomsg {
	color: #F3952F;
	border-color: #F3952F;
}
div.infomsg a, div.infomsg a:link, div.infomsg a:visited, div.infomsg a:active { color: #F3952F; text-decoration: underline; }
div.infomsg a:hover { color: #F3952F; text-decoration: none; }

/* Colors
------------------------------------------------- */
.blue { color: #405578; }
.b-blue { color: #405578; font-weight: bold; }
.orange { color: #F3952F; }
.b-orange { color: #F3952F; font-weight: bold; }
.grey { color: #CCCCCC; }
.b-grey { color: #CCCCCC; font-weight: bold; }
.error { color: #FF0000; }
.b-error { color: #FF0000; font-weight: bold; }
.step_on { color: #F3952F !important; text-decoration: none !important; }
.step_off { color: #CCCCCC !important; text-decoration: none !important; }
.step_done { color: #263E66 !important; text-decoration: none !important; }

/* Searchbox
------------------------------------------------- */
td.searchbox {
	width: 100%;
	background: url(../img/box_search_m.gif) repeat-x;
	padding: 6px 14px 14px 14px;
}
.searchfield, .activesearchfield {
	width: 130px;
	font-size: 1.1em;
}
.searchfield {
	border: 1px solid #CCCCCC;
}
.activesearchfield {
	border: 1px solid #263E66;
	background-color:#E1EAFF;
	color: #263E66;
}

/* Loginbox
------------------------------------------------- */
.loginfield, .activeloginfield {
	width: 110px;
	font-size: 1em;
}
.loginfield {
	border: 1px solid #CCCCCC;
}
.activeloginfield {
	border: 1px solid #263E66;
	background-color:#E1EAFF;
	color: #263E66;
}
.logintext {
	font-size: 0.9em;
}

/* Subscription information
------------------------------------------------- */
table.subscription {
	font-size: 0.9em;
}

/* Main content
------------------------------------------------- */
a {
	text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #F3952F;
}
a:hover {
	color: #405578;
}
a.bold {
	font-weight: bold;
	text-decoration: none;
}
.linkind {
	color: #F3952F;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 5px;
}
h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	font-stretch: narrower;
	padding-bottom: 1.4em;
}
h2 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #666666;
	padding-bottom: 1.2em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #666666;
	padding-top: 0;
	padding-bottom: 0.3em;
}
p {
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	padding-bottom: 1em;
}
table, td, tr {
	font-size: 1em;
	letter-spacing: -1px;
	font-stretch: narrower;
}
.small {
	font-size: 0.8em;
}
.tinymce_content p {
	margin: 0;
	padding: 0px 0 10px 0;
}
.tinymce_content ul, .tinymce_content ol {
	margin-top: 1px;
	margin-bottom: 3px;
}
img.border {
	border: 2px solid #CCCCCC;
}

div.shadow {
	padding: 0 2px 2px 0;
	background: url(../img/dropshadow.png) no-repeat bottom right;
}
div.shadow img {
	position: relative;
	top: -3px;
	left: -3px;
	padding: 2px;
	background: #FFF;
	border: 1px solid;
	border-color: #CCC #666 #666 #CCC;
}

div.shadow table {
	position: relative;
	top: -3px;
	left:-3px;
	padding:2px;
	background:#FFF;
	border:1px solid;
	border-color: #ccc #666 #666 #ccc;
	/*width:100%;*/
} 

/* Tables
------------------------------------------------- */
.hover_row {
	border-bottom:1px solid #ff9900;
	background-color:#FFF8ED; 
	color:#ff9900;
	/*cursor:pointer;*/
}

.row1 {
	background-color: #FFFFFF;
	border-bottom:1px solid #E0E6E8;
	border-top:1px solid #FFFFFF;
	color:#999999;
}
.row0 {
	background-color: #FAFAFA;
	border-bottom: 1px solid #E0E6E8;
	color: #999999;
}
.tbhead, .tbl_bg {
	background-image:url(../img/tbl_mid.gif);
	color:#999999;
}
.tbhead {
	font-weight: bold;
	/*letter-spacing: 1px;*/
}
table.nobrd, table.nobrd tr, table.nobrd td {
	margin: 0;
	padding: 0;
}

/* Images
------------------------------------------------- */
.img {
	padding:2px; border: 1px solid #666666;
	Filter: Gray; 
	filter:alpha(opacity=20); -moz-opacity:.2; opacity:0.2;
}

.img_hover {
	padding:2px; border: 1px solid #ff9900;
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
}

/* User center (Overview)
------------------------------------------------- */
.ov_title {
	font-size: 1.2em;
	font-weight:bold;
}
.ov_text {
	font-size: 0.9em;
}
td.ov {
	color:#CCCCCC;
	border: 1px solid #FFFFFF;
	background-color:#FFFFFF;
	cursor: pointer;
}
td.ov_hover {
	color:#FF9900;
	border: 1px solid #ff9900;
	background-color: #FFF8ED;
	cursor: pointer;
}
td.ov img, td.ov_hover img {
	margin-right: 8px;
}

/* Slides 
------------------------------------------------- */
div.slide {
	display: block;
}
div.slide_hidden {
	display: block;
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/* Terms and Conditions
------------------------------------------------- */
h2.tac {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-top: 16px;
	padding-bottom: 0px;
}

/* Testimonials
------------------------------------------------- */
blockquote.quotation {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
blockquote.quotation img.quote_start {
	padding: 0 4px 0 0;
}
blockquote.quotation img.quote_end {
	padding: 0 0 0 4px;
}
blockquote.quotation .quotation_author {
	display: block;
	width: 140px;
	margin: 0 0 2em 0;
	font-size: 80%;
	font-style: italic;
}
blockquote.quotation .quotation_author img.portrait {
	padding: 2px;
	background: #FFF;
	border: 1px solid;
	border-color: #CCC #666 #666 #CCC;
}
blockquote.quotation .quotation_author img.logo {
	padding: 2px;
}

/* Links
------------------------------------------------- */
#link-container {
	display: block;
}
#link-container a.item {
	float: left;
	display: inline;
	width: 268px;
	margin: 0 0 15px 0;
}
#link-container a.item img {}
.link-title {
	margin: 0;
	padding: 0 0 3px 0;
}

/* Press
------------------------------------------------- */
#press-container {
	padding: 0;
	margin: 0;
}
#press-container .press-item {
	margin: 0;
	padding: 5px 0;
}
#press-container .press-item td.date {
	width: 80px;
	padding-right: 10px;
	text-align: center;
	vertical-align: middle;
}
#press-container .press-item .datebox {
	display: block;
	width: 80px;
	height: 40px;
	background: transparent url(../img/press_date_box.gif) no-repeat center center;
	text-align: center;
	vertical-align: middle;
}
#press-container .press-item .datebox .month_day {
	display: block;
	color: #f39558;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 2px;
}
#press-container .press-item .datebox .year {
	display: block;
	color: #405578;
	font-size: 14px;
	letter-spacing: 4px;
}
#press-container .press-item h2 {
	margin: 0;
	padding: 0;
}
#press-container .press-item blockquote {
	clear: both;
	margin: 0 12px 10px 12px;
	padding: 8px 0 0 0;
}
#press-container .press-item a.download {
	display: block;
	width: 110px;
	height: 32px;
	margin: 0 0 12px 380px;
	padding: 0 0 0 40px;
	background: transparent none top left no-repeat;
}
#press-container .press-item a.pdf {
	background-image: url(../img/icon_pdf.gif);
}
#press-container .press-item a.doc {
	background-image: url(../img/icon_doc.gif);
}
#press-container .press-item a.jpg {
	background-image: url(../img/icon_photo.gif);
}

/* Apply box
------------------------------------------------- */
.applybox {
	background: transparent url(../img/jobposting_applybox_arrow.gif) no-repeat 60px 0;
	padding-top: 12px;
}
.applybox .tl { background: #cccccc url(../img/jobposting_applybox_tl.jpg) no-repeat top left; }
.applybox .tr { background: transparent url(../img/jobposting_applybox_tr.jpg) no-repeat top right; }
.applybox .bl { background: transparent url(../img/jobposting_applybox_bl.jpg) no-repeat bottom left; }
.applybox .br { background: transparent url(../img/jobposting_applybox_br.jpg) no-repeat bottom right; }
.applybox .content {
	padding: 10px;
	color: #333333;
}

/* Hotel school locations
------------------------------------------------- */
#hotel-school-locations blockquote {
	margin: 0 0 10px 10px;
}

/* Featured Hotel Schools
------------------------------------------------- */
#featured-hotel-schools {
	display: block;
	width: auto;
}
#featured-hotel-schools h3 {
	margin: 1em 0 0 0;
	font-weight: bold;
	/* blue   #405578 */
	/* orange #F3952F */
	color: #F3952F;	
}
#featured-hotel-schools h4 {
	margin: 2px 0 0 2px;
	font-weight: bold;
	color: #405578;
}

#featured-hotel-schools a,
#featured-hotel-schools a:link,
#featured-hotel-schools a:visited,
#featured-hotel-schools a:active,
#featured-hotel-schools a:hover {
	display: block;
	margin: 2px 0 0 6px;
	padding: 2px 0;
	color: #666666;
	text-decoration: none
}
#featured-hotel-schools a:hover {
	color: #F3952F;
}
#featured-hotel-schools a.item {
}
#featured-hotel-schools a.premium-item {
	margin: 2px 0;
	padding: 4px;
	border: 1px solid #405578;
	font-weight: bold;
}
#featured-hotel-schools a.premium-item:hover {
	border: 1px solid #F3952F;
}
#featured-hotel-schools span.name {
	display: block;
}
#featured-hotel-schools span.premium {
	display: block;
	padding-top: 3px;
	font-weight: normal;
}


/* Tooltips
------------------------------------------------- */
#dom-tooltips {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	display: block;
	visibility: hidden;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color_: #69c;
	border-color: #444433;
	background-color_: #f0f8ff;
	background-color: #f5f5ee;
	color_: #69c;
	color: #444433;
	/*font-family: verdana, sans-serif;
	font-size: 11px;*/
	font-size: 0.9em;
	white-space: nowrap;
	max-width: 500px;

	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px; 
	-moz-opacity: .90;

	filter:	progid:DXImageTransform.Microsoft.Alpha(opacity=90)
				progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=3);
}



/* Vote on carterersearch.com
------------------------------------------------- */

#vote {
	width: 180px;
	height:190px;
	margin:0;
	padding:0 0 0 22px;
}

a.vote, a.vote:link, a.vote:active, a.vote:visited {
	background: transparent url(../img/vote_caterer/vote_top.gif) no-repeat top left;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	width: 180px;
	height:180px;
	display:block;
	padding: 157px 0 0 2px;
	margin:0;
}

a.vote:hover, a.vote:focus{
	color: #FFCC00;
	text-decoration:none;
}
