/**********
 *        *
 * Global *
 *        *
 **********/

body,table {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        color: #444444;
}

body#page {
	margin: 10px auto 0;
	width: 850px;
	background-color: white;
di}

body#popup {
	background-color: white;
}

body#component {
	background-color: white;
}

a:link {
	color: #1B50BE;
	text-decoration:none;
}

a:visited { 
	color: #1B50BE;
	text-decoration:none;
}

a:active { 
	color: #B37822;
	text-decoration:none;
}

a:hover {
	color: #B37822;
	text-decoration:none;
}

a.offset:link, a.offset:visited, a.offset:active {
	text-decoration: none;
	color:#194fbe;
}

a.offset:hover {
	text-decoration: underline;
}

/*********
 *       *
 * Input *
 *       *
 *********/

.input_button {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 11px;
	font-weight: bold;
}

.input_button_highlight {
	color: #3377BB;
	background-color: #ed7c0c;
	font-family: Arial,"Trebuchet MS",Verdana,Helvetica;
	font-size: 14px;
	font-weight: bold;
	width: 149px;
	height: 40px;
	border-style: none;
	text-align: center;
	vertical-align: middle;
	background:url('files/site_images/103665/103665_button_highlight_background.gif') no-repeat #dcf1f5;
	background-repeat: no-repeat;
}

.input_button_negative {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 11px;
	font-weight: bold;
}

.input_select {
	font-family: Verdana;
	font-size: 12px;
		border:1px solid #acc5d2;
		padding:2px;
	margin-top:2px;
	margin-bottom:2px;
}

.input_select_multiple {
	font-family: Verdana;
	font-size: 10px;
		border:1px solid #acc5d2;
		padding:2px;
	margin-top:2px;
	margin-bottom:2px;
}

.input_text {
	font-family: Verdana;
	font-size: 12px;
	border:1px solid #acc5d2;
	padding:2px;
	margin-top:2px;
	margin-bottom:2px;
	}

.input_checkbox {
	font-family: Verdana;
	font-size: 10px;
}

.input_radio {
	font-family: Verdana;
	font-size: 10px;
}

.input_textarea {
	font-family: Verdana;
	font-size: 10px;
		border:1px solid #acc5d2;
		padding:2px;
	margin-top:2px;
	margin-bottom:2px;
	}

.input_upload {
        font-family: Verdana;
        font-size: 12px;
		border:1px solid #acc5d2;
		padding:2px;
	margin-top:2px;
	margin-bottom:2px;
	}

/***************
 *	       *
 * Text styles *
 *	       *
 ***************/

span.referral-reward {
	font-weight: bold;
}

span.company-name {
text-decoration:none;
}


a:link.company-name, a:visited.company-name, a:active.company-name, a:hover.company-name {
text-decoration:none;
color:#1B50BE;
}

span.location {
}

span.date {
color:#444;
font-weight:normal;
}

span.reference-identifier {
}

span.field-name-required {
	font-weight: normal;
}

span.field-name-optional {
	font-weight: normal;
}

span.completed {
	color: #aaaaaa;
}

span.subscribed {
}

span.opted-in, option.opted-in {
	font-weight: bold;
}

span.opted-out, option.opted-out {
	color: red;
	background-color: inherit;
}

span.error, div.error {
        font-family: Verdana,Helvetica,Arial;
        font-size: 12px;
        color: #FF0000;
}

a.job-link:link, a.job-link:visited, a.job-link:active, a.job-link:hover {
	font-weight: bold;
	color:#194fbf;
	text-decoration:none;
	margin-left:2px;
}

/****************
 * Page headers *
 ****************/

span.page-header {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 18px;
	font-weight: bold;
}

span.page-subheader, input.page-subheader {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

span.page-subsubheader, input.page-subsubheader {
	color: inherit;
	background-color: inherit;
	font-weight: normal;
}

span.text-header {
	font-size: larger;
	font-weight: bold;
}

span.text-subheader {
	font-weight: bold;
}

/**********
 *        *
 * Blocks *
 *        *
 **********/

/********************************************
 * Content Block, general content container *
 ********************************************/

div.content-block {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
	border-bottom:1px solid #EAEAEA;
	padding-top:10px;
}

div.content-block-first {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
	border-bottom:1px solid #EAEAEA;
}

div.content-block-last {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
	padding-top:10px;
	}

div.content-block-header {
	color: #3377BB;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform:uppercase;
	font-weight: bold;
	
}

/*********************************************************************
 * Unchangeable Block, used to display standard, unchangable content *
 *********************************************************************/

div.unchangeable-block {
	border: 1px solid black;
	background-color: #d3d3d3;
	width: 100%;
	padding: 3px;
}

/************************
 * Content offset block *
 ************************/

div.content-offset-block {
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	padding: 10px;

}

/**************
 * Info block *
 **************/

div.info-block {
	background-color: #e6e6e6;
	border: 1px solid #999999;
	padding: 5px 10px;
	width: 375px;
}

/*******************
 * Job Description *
 *******************/

div.job-description {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#444;
	margin-left:15px;
	margin-right:10px;
}

/*********
 * Panel *
 *********/

div.panel-block {
	display: none;
	background: white;
	border: 1px solid black;
	padding: 5px;
	width: 125px;
	text-align: left;
	position: absolute;
	z-index: 10;
}

div.panel-block span.panel-header, div.panel-block span.panel-header a:link, div.panel-block span.panel-header a:visited, div.panel-block span.panel-header a:active, div.panel-block span.panel-header a:hover {
}

/**************
 * Toggle box *
 **************/

a.toggle-link {
	text-decoration: none;
}

div.toggle-box {
	display: none;
	padding: 5px;
}

div.toggle-box-expanded {
	padding: 5px;
}

/**********
 * Footer *
 **********/

div.footer {
	color: #e5ac6a;
	background-color: inherit;
	width: 90%;
	margin-top: 20px;
}

div.footer table {
	color: #e5ac6a;
	background-color: inherit;
}

div.footer a:link, div.footer a:visited, div.footer a:active, div.footer a:hover {
	color: #e5ac6a;
	background-color: inherit;
	text-decoration: none;
}

/********
 *      *
 * Site *
 *      *
 ********/

table.main-table {
	width: 100%;
} 

table.main-table td.main-table-header {
	vertical-align: top;
	width: 100%;
}

table.main-table td.main-table-left-side {
	vertical-align: top;
	width: 150px;
}

table.main-table td.main-table-center {
	vertical-align: top;
	width: 100%;
}

table.main-table td.main-table-right-side {
	vertical-align: top;
	width: 150px;
}

table.main-table td.main-table-footer {
	vertical-align: top;
}

table.interior-table {
	width: 846px;
	margin-left:10px;
}

table.interior-table td.interior-table-left {
	/*
	width: 30%;
	border-right: 1px solid #999999;
	padding-right: 10px;
	*/
	vertical-align: top;
}

table.interior-table td.interior-table-center {
	width: 70%;
	/* padding-left: 10px; */
	padding-right: 10px;
	vertical-align: top;
}

table.interior-table td.interior-table-right {
	width: 30%;
	border-left: 0px none;
	padding-left: 10px;
	vertical-align: top;
}
	
td.interior-table-right {
	width:241px;
	padding-left:0px;
	margin-left:20px;
	}

a.name-header:link, a.name-header:active, a.name-header:visited {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

div.search-block {
	background-color: #FFF;
	border: 1px solid #acc5d2;
	padding: 10px;
	margin-top:17px;
}

div.search-block span.search-block-field-name-required {
	color: #4c4c4c;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.search-block span.search-block-field-name-optional {
	color: #3377bc;
	background-color: inherit;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div.featured-block {
	color: inherit;
	background-color: #E7F3F9;
	font-size: larger;
	padding: 10px;
	margin-bottom: 15px;
}

div.featured-block span.featured-block-featured-job {
	color: #3377BB;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform: uppercase;
	font-weight: bold;
	line-height:18px;
	padding:2px;
}

div.featured-block a.job-link {
	font-size: 13px;
	font-weight: bold;
	line-height:18px;}

div.heading-block, div.heading-block table {
	color: #333333;
	background-color: inherit;
	font-weight: bold;
	vertical-align: middle;
}

div.heading-block {
	padding: 2px 5px;
	margin-bottom: 5px;
	margin-top:10px;
}

div.heading-block-alt {
	padding: 10px;
	border: 1px solid #ACC5D2;
	border-bottom: 0px none;
	margin-bottom:0px;
	margin-top:17px;
}

div.heading-block span.heading-block-text {
	color: #3176ba;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform: uppercase;
	font-weight: bold;
	padding:4px;
}

div.heading-block a:link, div.heading-block a:visited, div.heading-block a:active, div.heading-block a:hover {
	font-weight: normal;
	text-decoration: none;
	padding-right: 2px;
	vertical-align: middle;
}

table.jobs-list {
	border-collapse: separate;
	border-bottom: 1px solid #cce7f3;
	margin-bottom: 10px;
}

table.jobs-list span.date {
	text-transform: uppercase;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-weight: bold;
	font-size: 10px;
}

table.jobs-list tr td {
	border-bottom: 1px solid #fffffff;
}

table.jobs-list tr.pre-break td {
	border-bottom: none;
}

table.jobs-list tr.break td {
	border-top: 1px solid #cce7f3;
}

table.jobs-list tr.pre-break-break td {
	border-top: 1px solid #cce7f3;
	border-bottom: none;
}

div.nav-block {
	margin-bottom: 20px;
	background:url('files/site_images/103665/103665_box_bottom.gif') bottom no-repeat #d5edf7;
	width:241px;
	padding-bottom:8px;
}

div.nav-block div.nav-block-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#3377BB;
	text-transform:uppercase;
}


div.nav-block-header {
	background:url('files/site_images/103665/103665_box_top.gif') top no-repeat #d5edf7;
	padding:8px;
	padding-top:12px;}
	
div.nav-block div.nav-block-body {
	margin-top: 5px;
	margin-left:8px;
}

ul.bulleted {
	list-style:none;
	line-height: 18px;
	margin-top: 0px;
	margin-left:4px;
	font-weight:bold;
	color:#194fbe;
        margin-left: 0;
        padding-left: 0;
}

ul.bulleted li {
        margin-left: 0;
        padding-left: 0;
}
	
a:link.bulleted, a:visited.bulleted; a:active.bulleted, a:hover.bulleted; {
	color:#194fbe;
	text-decoration:none;
	}

div.shading-block {
	color: inherit;
	background-color: #eeeeee;
	padding: 3px 5px;
}

.alternate1 {
	color: inherit;
	background-color: #e8f0f3;
}

.alternate2 {
	color: inherit;
	background-color: #ffffff;
}

div.nav-block table.nav-block-table {
}

div.nav-block table.nav-block-table td.nav-block-content {
}

div.nav-block table.nav-block-table td.nav-block-top-left {
}

div.nav-block table.nav-block-table td.nav-block-top-center {
}

div.nav-block table.nav-block-table td.nav-block-top-right {
}

div.nav-block table.nav-block-table td.nav-block-side-left {
}

div.nav-block table.nav-block-table td.nav-block-side-right {
}

div.nav-block table.nav-block-table td.nav-block-bottom-left {
}

div.nav-block table.nav-block-table td.nav-block-bottom-center {
}

div.nav-block table.nav-block-table td.nav-block-bottom-right {
}

div#nav-about {
	background-color: #f3f3f3;
	border: 1px solid #818181;
	padding: 10px;
	padding-bottom: 20px;
}

span.nav-about-header {
	display: block;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
	margin-bottom: 10px;
}

/***** Other *****/


ul#menu li.jobs a:link, 
ul#menu li.jobs a:visited{ background-image: url('files/site_images/103665/103665_jobs-nav-button.gif');width:99px; }

/* column specific stuff */
#column-jobs { 
	background: transparent url('files/site_images/103665/103665_teb_logo.gif') no-repeat 0 0; 
	width: 800px; 
}

#column-jobs h1{ padding: 0; }

#column-jobs h1 a:link, 
#column-jobs h1 a:visited{
	display: block;
	height: 110px;
	text-decoration: none; 
	text-indent: -13000em;
}
	
#nav-block-post {background:#FFF;background-image:none;}
#jt_forward {
	border:none;
	font-family:arial,helvetica, sans-serif;
	color:#444;
	}
	
#rss-subscribe-link {
	font-size:11px;
	font-weight:bold;
	}
	
.subheading-block {
	border:1px solid #ACC5D2;
	border-top:none;
	margin-top:0px;
	padding:10px;
	padding-top:0px;
}

.subheading-block-left {
	margin-left:5px;
	}

.heading-block-right {
font-weight:normal;
}

/****/
ul#menu{
	list-style: none;
	margin: 0 10px;
        padding: 0;
}

#footer ul#menu{ 
	margin: 0;
	position: absolute;
	right: 0; 
}

ul#menu li{ float: left; }

ul#menu li a:link, 
ul#menu li a:visited{
	background: transparent url('files/site_images/103665/103665_teb_menu_contact.gif') no-repeat 0 0;
	display: block;
	height: 37px;
	text-decoration: none;
	text-indent: -13000em;
	width: 120px; 
}

#footer ul#menu li.contact a:link, 
#footer ul#menu li.contact a:visited{ background-image: url('files/site_images/103665/103665_teb_menu_contact_foot.gif'); }

ul#menu li.advertise a:link, 
ul#menu li.advertise a:visited{ background-image: url('files/site_images/103665/103665_teb_menu_advertise.gif'); }

ul#menu li.shopping a:link, 
ul#menu li.shopping a:visited{ background-image: url('files/site_images/103665/103665_teb_menu_shopping.gif'); }

ul#menu li.forums a:link, 
ul#menu li.forums a:visited{ background-image: url('files/site_images/103665/103665_teb_menu_forums.gif'); }

ul#menu li a:hover, 
ul#menu li a:active{ background-position: 0 -37px; }

div.clean{ 
	clear: both; 
	height: 0; 
	font-size: 0; 
}

#footer{
	background: transparent url('files/site_images/103665/103665_teb_footer_fill.gif') no-repeat 0 0;
	margin: 10px 0;
	position: relative;
}

#footer p{
	color: #3377BB;
	font-size: 11px;
	line-height: 1.2;
	padding: 7px 10px 10px;
	text-transform: uppercase;
}

#footer p span,
#footer p span a:link, 
#footer p span a:visited{ color: #8BB7DC; }

#footer p span a:hover, 
#footer p span a:active{ color: #B37822; }

.nod a:link,
.nod a:visited{ text-decoration: none; }
