/**********
 *        *
 * Global *
 *        *
 **********/

#content-main2
{
width: 600px; padding: 10px;
float: left;
} 

table.main-table {
position: relative; 
margin-left:auto; 
margin-right:auto;
}

body,table {
        font-family: Verdana,Helvetica,Arial;
        color: #333333;
}

body#page {
	background: #e5e5e5;
	color: #000;
position: relative; 

}

body#popup {
	background-color: white;
}

body#component {
	background-color: white;
}

a:link {
	color: #003295;
}

a:visited { 
	color: #003295;
}

a:active { 
	color: #003295;
}

a:hover {
	color: #003295;
}

a.offset:link, a.offset:visited, a.offset:active {
	text-decoration: none;
}

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: #333333;
	background-color: #ed7c0c;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 14px;
	font-weight: bold;
	width: 157px;
	height: 34px;
	border-style: none;
	text-align: center;
	vertical-align: middle;
	/* background-image */
	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;
}

.input_select_multiple {
	font-family: Verdana;
	font-size: 10px;
}

.input_text {
	font-family: Verdana;
	font-size: 12px;
}

input {
	font-family: Verdana;
	font-size: 12px;
	margin-top:1px;
	margin-bottom:1px;
}

.input_checkbox {
	font-family: Verdana;
	font-size: 10px;
}

.input_radio {
	font-family: Verdana;
	font-size: 10px;
}

.input_textarea {
	font-family: Verdana;
	font-size: 10px;
}

.input_upload {
        font-family: Verdana;
        font-size: 12px;
}

/***************
 *	       *
 * Text styles *
 *	       *
 ***************/

span.field-name-required {
	font-weight: bold;
}

span.field-name-optional {
	font-weight: normal;
}

a.job-link {
	font-weight: bold;
}

/**********
 *        *
 * Blocks *
 *        *
 **********/

div.content-block {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-first {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-last {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-header {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

/************************
 * Content offset block *
 ************************/

div.content-offset-block {
	background-color: #f3f3f3;
	border: 1px solid #818181;
	padding: 10px;
}

/*******************
 * Job Description *
 *******************/

div.job-description {
}

/*********
 * 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 {
}

/**********
 * 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 {
margin-left:auto; 
margin-right:auto;

} 

table.main-table td.main-table-header {
	vertical-align: top;
	width: 100%;
}

table.main-table td.main-table-left-side {
	vertical-align: top;
	width: 0px;
}

table.main-table td.main-table-center {
	vertical-align: top;
	width: 100%;

}

table.main-table td.main-table-right-side {
	vertical-align: top;
	width: 0px;
}

table.main-table td.main-table-footer {
	vertical-align: top;
}

table.interior-table {
	width:1019px;
	margin: 0px;
	background: url(http://www.adotas.com/wp/wp-content/themes/adotas2/css/images/background-repeat.gif) repeat-y 50% 0;
}

table.interior-table td.interior-table-left {
	/*
	border-right: 1px solid #999999;
	padding-right: 10px;
	*/
	width: 50px;
	vertical-align: top;
}

table.interior-table td.interior-table-center {
padding-top:15px;
	vertical-align: top;
	width:600px;
	padding-bottom:60px;
}

table.interior-table td.interior-table-right {
	padding-top:15px;
	padding-left:30px;
	padding-right:60px;
	padding-bottom:60px;
	vertical-align: top;
}

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: #f3f3f3;
	border: 1px solid #999999;
	padding: 10px;

}

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: #4c4c4c;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.featured-block {
	color: inherit;
	background-color: #f9de91;
	font-size: larger;
	padding: 10px;
	margin-bottom: 15px;
}

div.featured-block span.featured-block-featured-job {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-weight: bold;
}

div.featured-block a.job-link {
	font-size: larger;
	font-weight: bold;
}

div.heading-block, div.heading-block table {
	color: #333333;
	background-color: inherit;
	font-weight: bold;
	vertical-align: middle;
}

div.heading-block {
	padding: 2px 0px;
	margin-bottom: 5px;
}

div.heading-block-alt {
	padding: 5px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div.heading-block span.heading-block-text {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

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 #989898;
	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 #dddddd;
}

table.jobs-list tr.pre-break td {
	border-bottom: none;
}

table.jobs-list tr.break td {
	border-top: 1px solid #989898;
}

table.jobs-list tr.pre-break-break td {
	border-top: 1px solid #989898;
	border-bottom: none;
}

div.nav-block {
	margin-bottom: 20px;
	padding-left: 20px;
	
}

div.nav-block div.nav-block-header {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.nav-block div.nav-block-body {
	margin-top: 5px;
}

ul.bulleted {
	list-style-image: url('/images/bullet.gif');
	line-height: 18px;
	margin-top: 0;
}

div.shading-block {
	color: inherit;
	background-color: #eeeeee;
	padding: 3px 5px;
}

.alternate1 {
	color: inherit;
	background-color: #f3f3f3;
}

.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 {
}

/***** Other *****/

#skiplinks{position: absolute; left: -9999px; font-size: 0; height: 0; overflow: hidden;}
#branding {position: relative; top: 44px; background-color: #4a66a7; height: 110px; margin-bottom: 40px; }
/*#branding h1 a {position: absolute; left: 0; top: 5px; width: 193px; height: 98px; background-image: url(images/logo-holiday.gif);} */
#branding h1 a {text-indent: -9999px; font-size: 0;position: absolute; left: 0; top: 5px; width: 193px; height: 98px; background-image: url(http://www.adotas.com/wp/wp-content/themes/adotas2/css/images/logo.gif);}
#branding img {position: absolute; right: 10px; bottom: 10px;}



/* =4d HTML - Main Navigation
-------------------------------------------------------------------------------------------------- */
#navigation {font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #4a66a7; border: 1px solid #4a66a7;}
#navigation-main { width: 940px; position: relative; right: 1px; border-bottom: 10px solid #8ab800;}

#navigation-main li.red {float: left; list-style: none; margin-right: 2px; height: 19px; overflow: hidden;}
#navigation-main li.red a,
#navigation-main li.red a span {display: block; background: url(images/menu-tab.gif) no-repeat 0 0; overflow: hidden;}
#navigation-main li.red a {float: left; color: #fff; text-decoration: none; font-weight: bold;}
#navigation-main li.red a span {margin-left: 10px; padding: 0 10px 0 0; background-position: 100% 0;}
html > body #navigation-main li.red a {}

#navigation-main li {float: left; list-style: none; margin-right: 2px; height: 19px; overflow: hidden;}
#navigation-main li a,
#navigation-main li a span {display: block; background: url(images/tab-menu-blue.gif) no-repeat 0 0; overflow: hidden;}
#navigation-main li a {float: left; color: white; text-decoration: none; font-weight: bold;}
#navigation-main li a span {margin-left: 10px; padding: 0 10px 0 0; background-position: 100% 0;}
html > body #navigation-main li a {}

/* =4e HTML - Supplementary Navigation
-------------------------------------------------------------------------------------------------- */
#navigation-supplementary {position: absolute; top: 0; right: 0; height: 44px;
background-color: #336; width: 958px; padding-right: 20px; margin: 0 17px 0 13px; text-align: right;}
#navigation-supplementary li {display: inline;}
#navigation-supplementary li a {color: #fff; text-decoration: none; font-weight: bold;
border-right: 2px solid #4a66a7; margin-left: 7px; padding-right: 7px;}
#navigation-supplementary li.lli a,
#navigation-supplementary li:last-child a {border: 0;}


#navigation-main li.active a,
#navigation-main li a:hover {background-position: 0 -20px;}
#navigation-main li.active a span,
#navigation-main li a:hover span {background-position: 100% -20px;}
