body {
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	font-size: 75%;
	min-width: 600px;
}

table#main {
    width: 100%;
}
/* ----- ADS -------- */
tr#leaderboard-row td {
    height: 100px;
    background-color: #000000;
	background-image: url(/images/ad_background.gif);
	background-repeat: horizontal;
	background-position: center left;
}

/* ----- HEADER ----- */
tr#header-row {
/*    height: 5em;*/
}

div#header-container {
    position: relative;
    border-top: white 1px solid; /* mozilla bug fix */
}
/* ----- LOGO ----- */
#logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin-left: 0;
	width: 160px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}
#logo a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 4em 0 0 0;
	height: 0px !important;
	width: 114px;
}

#tagline {
	display: inline;
	position: absolute;
	font-size: 160%;
	top: 0.25em;
	left: 160px;
	font-weight: bold;
	color: #000000;
	background-image: url(/images/pointers/on_horiz_white.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 18px;
}
#tagline a, #tagline a:visited {
    color:black;
    text-decoration: none;
}

/* ----- TOP ACTIONS ----- */
#top-actions {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 0 0.5em 0 0;
}
#top-actions ul {
	display: inline;
	position: relative;
	list-style-type: none;
	white-space: nowrap;
	position: relative;
}
#top-actions li {
	display: inline;
}
#top-actions a, #top-actions a:visited {
    color: #003366;
	padding: 0 0.5em;
	font-size: 95%;
	font-weight: normal;
}
#top-actions #print {
    background: url(/images/print_icon.gif) no-repeat left center;
    padding-left: 18px;
}
#top-actions #contact-us, #top-actions #tell-a-friend {
    background: url(/images/mail_icon.gif) no-repeat left center;
    padding-left: 18px;    
}

/* ----- FONT WIDGET ----- */
#font-widget {
	display: inline;
	list-style-type: none;
	position: relative;
}
#font-widget li {
	display: inline;
	font-weight: bold;
}
#font-widget a, #font-widget a:visited {
	text-decoration: none;
	color: #003366;
	padding: 0 !important;
	margin: 0 !important;
}
#font-widget a:hover {
	text-decoration: underline;
}
#font-widget #font-small {
	font-size: 94%;
}
#font-widget #font-normal {
	font-size: 130%;
}
#font-widget #font-large {
	font-size: 180%;
}
a#font-normal {
	text-decoration: underline;
}

/* ----- BREADCRUMBS ----- */
#breadcrumbs-row td {
	background-color: #003366;
	color: #ffffff;
/*	height: 2em;*/
}
#breadcrumbs {
	font-size: 95%;
	padding: 0.75em 1em 0.75em 1em;
/*	margin-bottom: 0.5em;*/
}
#breadcrumbs ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#breadcrumbs li {
	display: inline;
	color: white;
}
#breadcrumbs a {
	font-weight: normal;
	padding: 0 2px 0 2px;
	margin: 0 2px 0 2px;
	text-decoration: underline;
	color: white;
}
#breadcrumbs .last a {
	text-decoration: none;
}
#breadcrumbs-row #post-job-button-container {
	float:right;
	margin: 0.4em 0.5em 0.25em 0;
}
#breadcrumbs-row a#post-job-button {
    display: block;
    border: white solid 1px;
    background-color: #ff7030;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 115%;
    padding: 0.1em 0.5em;
}

/* ----- PRIMARY TABS ----- */
#tab-container {
	position: relative;
	margin-top: 2.5em;
	z-index: 10;
	width: 100%;
	overflow: hidden;
}
#primary-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#primary-tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
#primary-tabs li.first a {
	margin: 0 6px 0 161px;
}
#primary-tabs li a {
	float: left;
	background: url(/images/tab_left.gif) no-repeat top left;
	margin: 0 6px 0 0;
	padding: 0 0 0 6px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #003366;
}
#primary-tabs li a:hover {
	text-decoration: underline;
}
/* Commented Backslash Hack
	 hides rule from IE5-Mac \*/
#primary-tabs li a span.outer { float: none; }
/* End IE5-Mac hack */

#primary-tabs li a span.outer {
	float: left;
	display: block;
	background: url(/images/tab_right.gif) no-repeat top right;
}
#primary-tabs li a span.inner {
	display: block;
	padding: 0.25em 10px 0.25em 17px;
	line-height: 1em;
	background: url(/images/pointers/off_horiz_med.jpg) no-repeat center left;
}
#primary-tabs li.selected a, #primary-tabs li a:hover {
	color: #ffffff;
	background: url(/images/selected_tab_left.gif) no-repeat top left;
}
#primary-tabs li.selected a span.outer, #primary-tabs li a:hover span.outer {
	background: url(/images/selected_tab_right.gif) no-repeat top right;
}
#primary-tabs li.selected a span.inner, #primary-tabs li a:hover span.inner {
	background: url(/images/pointers/on_vert_dark.jpg) no-repeat center left;
}

/* ----- MAIN -------- */
div#body {
    padding: 0.75em;
}
table#main {
}
/* ----- COLUMNS ----- */
td.column {
    width: 160px;
}
td.column, td#content-area-container {
    vertical-align: top;
}
div#left-column-div, div#right-column-div {
    margin-top: 0.75em;
}

div.portlet {
    margin-bottom: 0.75em;
    border: #003366 solid 1px;
}

div.portlet-header {
	padding: 0.1em;
	background-color: #003366;
	color: white; 
	font-weight: bold; 
	text-align: center;		
}
div.portlet-body {
	padding: 0.5em 0.75em;
	background-color: #eeeeff; 
}

div.google-vertical {
    padding-bottom: 0.75em;
}

.portlet ul {
	margin: 0.25em 0 0.75em 1.5em;
	list-style-image: url(/images/bullet.gif);
	list-style-type: square;
}

/* ----- CONTENT ----- */
#content-area-container {
	min-width: 480px;
	line-height: 1.4em;
}
#content-area {
	padding: 0.75em 1.5em 0.5em 1.0em;
}
#content-area h1, body.kupu h1 {
	position: relative; /* IE fix */
	display: block;
	font-size: 140%;
	font-weight: bold;
	background-image: url(/images/pointers/on_horiz_white.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	text-indent: 18px;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #036;
}
#content-area h2, body.kupu h2 {
	display: block;
	font-size: 120%;
	font-weight: bold;
}
#content-area h3, body.kupu h3 { 
	display: block;
	font-size: 110%;
	font-weight: bold;
}
#content-area p, body.kupu p {
	padding: 0.5em 0;
}
#content-area ul, body.kupu ul {
	margin: 0.25em 0 0.75em 1.5em;
	list-style-image: url(/images/bullet.gif);
	list-style-type: square;
}
#content-area ol, body.kupu ol {
	margin: 0.25em 0 0 2.0em;
	padding: 0;
	list-style-image: none;
	list-style-type: decimal;
}
#content-area li, body.kupu li {
	margin-bottom: 0.25em;
}
#content-area dl, body.kupu dl {
	margin: 0.25em 0 0.75em 0.75em;
}
#content-area dt, body.kupu dt {
	font-weight: bold;
}
#content-area dd, body.kupu dd {
	margin: 0 0 0.25em 0.75em;
}
#content-area dl.links, body.kupu dl.links {
	margin: 0.25em 0 0.75em 0;
}
#content-area a, #beta a, .column a {
	text-decoration: underline;
	color: #003366;
}
#content-area a:visited, .column a:visited, #beta a:visited {
	color: #00a75a;
}
#content-area strong, .column strong {
	font-weight: bold;
}
#content-area em, .column em {
	font-style: italic;
}
#content-area td, #content-area th {
	padding: 0.5em;
}
#content-area th {
	font-weight: bold;
	text-align: center;
}
#content-area {
	font-size: 105%;
}

/* ----- ADS ----- */
#google-vertical {
	width: 160px;
	height: 600px;
	margin: 0;
	padding: 0;
}

/* ----- FOOTER ----- */
#footer {
	width: 100%;
	position: relative;
	z-index: 1;
	background: #003366;
	color: #fff;
	font-size: 90%;
	text-align: center;
	padding: 0.5em 0;
}
#footer a, #footer a:hover {
	color: white;
/*	text-decoration: none;*/
}
/*
#footer a:hover {
	text-decoration: underline;
}
*/
/* ----- FORMS ----- */
textarea {
	width: 90%;
}

fieldset {
	border: 1px solid #4e5c5a;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
	width: auto;
}
legend {
	background: White;
	padding: 0.5em;
	font-size: 90%;
}

form {
	border: none;
	margin: 0;
}

label {
	font-weight: bold;
}
label.text {
	font-weight: normal;
}
.field {
	top: 0;
	left: 0;
	margin: 0 1em 1em 0;
}
.field .field {
	margin: 1em 0 0 0;
}
.fieldRequired {
	background: url(/images/required.gif) center left no-repeat;
	padding: 0 0 0 8px;
	color: White;
}
.fieldUploadFile {
	text-align: right;
	margin-right: 0.75em;
	display: none;
}
.fieldTextFormat {
	text-align: right;
	margin-right: 0.75em
}
.formHelp {
	font-size: 90%;
	color: #76797c;
	margin: 0 0 0.2em 0;
}
.formHelp:hover {
	color: Black;
	cursor: default;
}
.formControls {
	 margin: 1em 0;
}
.error, .notice {
	/* Class for error indication in forms */
	background-color: #ffce7b;
	border: 1px solid #ffa500;
	padding: 1em;
	margin-top: 0.75em;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	text-align: center;
}
.notice {
    background: #ffce7b url(/images/info.gif) center left no-repeat;
}
.error .fieldRequired {
	color: #ffce7b;
}
.error-message {
	margin-left: auto !important;
	margin-right: auto;
}

/* Code to work around IE's lacking support of sub-elements of the input element */
.noborder,
.documentEditable * .noborder {
	border: none;
	margin: 0;
	background: none;
	background-color: transparent;
}

.fieldError {
    /* Class for error indication in forms */
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    padding: 0.5em;
    margin: 0.5em 0 0.5em 0;
    width: 95%;
}
.form-instructions {
	color: #555555;
}


/* ----- UTILITIES ----- */
.skip-link {
	display:none;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-table;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.img-shadow {
	float:left;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

input[type='text'], input[type='password'],
input[type='checkbox'], select, textarea {
	border: 1px solid #ddd;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	font-size: 100%;
	padding-right: 2px;
}

/* ----- TOOLTIPS ----- */
.tooltip {
	background: #ffffdd;
	width: 20em;
	padding: 0.5em;
	border: solid 1px #336699;
	text-align: center;
}
.tooltip .title {
	display: block;
	font-weight: bold;	
	text-align: center;
	width: 100%;
}
.tooltip .text {
	padding-top: 0.5em;
}
.tooltip .source {
	display: block;
	text-align: center;
	font-size: 85%;
	padding-top: 0.5em;
}

/* ----- TEXT ADS ----- */
div.link {
    padding-bottom: 0.75em;
}
div.link-link {
}
div.link-text {
    font-size: 95%;
    padding-left: 0.5em;
}

