/*********** MAIN ***********/
* {
	margin: 0;
	padding: 0;
}

html {
    min-width: 945px;
} /*IE7*/

body {
    color: #393733;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #ffffff url(../img/body-bg.gif) repeat-x 0 0;
}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
    font: 12px/1.4 arial, helvetica, sans-serif;
}

input {
    line-height: 1;
}


/*********** COMMON ***********/

a { color: #960300; cursor: pointer; outline: none !important; }
a:visited { color: #a12f2d; }
a:hover { color: #b80400; }

img {
    border: none;
}

p {
    line-height: 1.4;
}


form {
    clear: left;
    margin: 0;
}

h1 {
    margin: 0 0 0.2em 0;
    font-size: 145%;
    letter-spacing: -1px;
    font-weight: bold;
    clear: left;
    color: #4E463F;
}

h2 {
    margin: 0 0 0.2em 0;
    font-size: 135%;
    letter-spacing: -1px;
    font-weight: bold;
    clear: left;
    color: #4E463F;
}
h1 em {
  font-style: normal;
  font-weight: bold;
  color: #333;
}

h2 span, h3 span {
    color: #999;
    white-space: nowrap;
}

h3 {
    margin: 0 0 0.2em 0;
    font: normal 120%/1 arial, helvetica, sans-serif;
    letter-spacing: -0.03em;
    clear: left;
    color: #bf311a;
}

h3 a {
    text-decoration: underline;
    color: #bf311a;
    font-weight: bold;
} /*IE6, IE7*/
h3 a:visited {
  color: #ae240e;
}

h4 {
    margin: 0 0 0.2em 0;
    font: normal 110%/1 arial, helvetica, sans-serif;
    letter-spacing: -0.03em;
    clear: left;
    color: #4E463F;
}


label {
	display: block;
	clear: left;
  padding: 0.3em 0; 
}
label span {
  float: left; 
  width: 150px; 
  text-align: left;
  padding: 2px 0;
  font-weight: bold;
}
label textarea {
	width: 250px;
	height: 100px;
}
label span.checkbox {
  width: 90%; 
  padding: 4px 0;
  font-weight: normal;
}
fieldset {
  padding: 1em 0;
  margin: 0;
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
}
fieldset.last {
  border-width: 0;
}
fieldset input {
  float: left; 
}

.form input.error,
.form textarea.error,
.form select.error {
	background: #fdd1d1;
}
.form label.error {
	width: 250px;
	margin-left: 150px;
	padding: 0;
	font-size: 10px;
	font-style: italic;
	color:#ae0400;
}

.clear {
  clear: both;
}

.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.count {
  font-size: 85%;
  color: #999;  
}
a.button {
  float: left;
  height: 19px;
  line-height: 19px;
  padding: 3px 10px;
  text-align: center;
  border: 1px solid #ddd;
  background: url(../img/button-bg.gif) repeat-x 0 0; 
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  color: #ae0400;
}
a.button:hover {
  background-position: 0 -25px; 
}


/*********** TEMPLATE ***********/

#container {
}

.wrapper {
  width: 900px;
  margin: 0 auto;
}


#header {
	height: 51px;
  width: 880px;
  margin: 0 auto;
	padding: 10px 15px 0 15px;
}
#logo {
	float: left;
	display: block;
	background: url(../img/logo.gif) no-repeat 0 50%;
  height: 40px;
	width: 300px;
	margin: 0;
  text-indent: -9999px;
}
#header ul {
  float: right;	
  list-style: none;
  margin: 0;
  padding: 25px 0 0 0;
}
#header ul li {
  float: left;  
  padding: 0 6px;
}
#header ul li a {
  color: #777;
}



#navibar {
	background:transparent url(../img/nav_bar_bg.gif) no-repeat 0 0;
	height: 29px;
  width: 900px;
  margin: 0 auto;
	padding: 0;
  font-size: 12px;
}
#navibar ul, #navibar li {
	list-style: none;
}

#navigation {
  float:left;
  background:transparent url(../img/nav_bar_end.gif) no-repeat 100% 0;
  height: 25px;
  padding: 4px 0 0 6px;
  width: 894px;
}
#navigation li {
	background:transparent url(../img/nav-li-bg.gif) no-repeat 100% 40%;
	float:left;
	position:relative;
}
#navigation a {
	color: #FFFFFF;
  float:left;
  height: 25px;
  overflow: hidden;
	font-size: 12px;
	padding-left: 4px;
	text-decoration: none;
}
#navigation a strong, 
#navigation a strong {
  float:left;
  height: 22px;
	font-size: 12px;
	line-height: 1.9em;
	padding: 0 10px 3px 7px;
	white-space: nowrap;
	overflow: hidden;
}
#navigation li:hover a, 
#navigation li.hover a, 
#navigation a:hover {
	background: transparent url(../img/nav_on_l.gif) no-repeat left 0;
	color: #ae0400;
}
#navigation li:hover a strong, 
#navigation li.hover a strong, 
#navigation a:hover strong {
  float:left;
	background: transparent url(../img/nav_on_r.gif) no-repeat right 0;
	padding-left: 7px;
	padding-right: 10px;
}
#navigation li:hover ul a, 
#navigation li.hover ul a, 
#navigation li:hover ul a:hover, 
#navigation li.hover ul a:hover {
	background: transparent none repeat 0 0;
	height: 18px;
	padding: 0;
}
#navigation ul {
	display: none;
	border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ddd;
}
#navigation li:hover ul, 
#navigation li.hover ul {
	background: #fff;
	display: block;
	left: 0;
	position: absolute;
	top: 25px;
	width: 14.17em;
}
#navigation ul li, 
#navigation ul li.last {
  float: none;
  clear: both;
	background: #fff;
	display: block;
  height: 16px;
  margin: 0;
	padding: 4px 10px;
  border-bottom: 1px solid #eee;
}
#navigation li:hover ul a, 
#navigation li.hover ul a {
  margin: 0;
  padding: 0;
  line-height: 16px;
  height: 16px;
	color: #333;
}
#navigation li:hover ul a:hover, 
#navigation li.hover ul a:hover {
  margin: 0;
  padding: 0;
  line-height: 16px;
  height: 16px;
	color: #ae0400;
}
#navigation ul li.last a {
	border: medium none;
}


#page-header,
#home-header {
  width: 900px;
  height: 160px;
  margin: 0 auto;
  padding: 0;
}
#showcase {
	float: left;
  background: transparent url(../img/showcase-bg.gif) no-repeat 0 0;
  width: 209px;
  height: 119px;
  padding: 20px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
#showcase ul {
	list-style:none;
}
#showcase li {
	width: 218px;
	height: 20px;
	padding: 2px 20px;
	margin: 0 0 10px 0;
}
#showcase li a {
  font-size: 12px;
  color: #ae0400;
  text-decoration: none;
}
#home-header #header-img {
  float: right;
  width: 650px;
  height: 160px;
  overflow: hidden;
}
#page-header #header-img {
  float: right;
  width: 900px;
  height: 160px;
  overflow: hidden;
}

#trail {
  width: 870px;
  height: 1.4em;
  margin: 0 auto;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}



#content {
  padding: 20px 0 0 0;  
  margin: 0 auto;
  text-align: left;
}
#content .wrapper {
  width: 870px;
  min-height: 250px;
  margin: 0 auto;
  padding: 0 15px 15px;
}
#content p {
	margin: 0 0 20px 0;
}
#main {
	float: left;
	width: 550px;
  padding:0 0 80px 0;
}
#sidebar {
	float: right;
	width: 250px;
  padding: 20px 0 80px 0;
}

#items {
  display: block;	
  float: left;
}
#items .item {
	float: left;
	clear: left;
	padding: 10px 0;
	width: 550px;
	border-bottom: 1px solid #ddd;
}
#items .last {
	border: 0;
}
.item h3 {
	float: left;
}
.item .category {
	float: right;
  margin: 0 0 0.2em 0;
  font: normal 120%/1 arial, helvetica, sans-serif;
  letter-spacing: -0.03em;
  color: #777;
  font-weight: bold;
}
.item p {
	clear: both;
}
.item .actions a {
	float: left;
	padding: 0 8px 0 0;
  font-weight: bold;
}

#validate-error {
  display: block;
  margin: 0 0 25px 0;
  padding: 15px;
  background: #f7e6e6;
  border: 1px solid #dc8181;
  color: #9b0707;
}
#validate-error h2 {
  color: #9b0707;
}
#validate-error ul {
  list-style: none;
}

#sidebar ul {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
}
#sidebar ul ul {
	margin: 0 0 5px 15px;
}
#sidebar li {
	padding: 2px 0;
}
#sidebar li a {
  color: #bf311a;
  font-weight: bold;
}


#job-details {
	list-style: none;
}
#job-details h4 {
	background: #eee;
	padding: 6px;
	font-weight: bold;
	font-size: 13px;
}
#job-details span {
  display: block;
  padding: 6px;
  font-size: 12px;
}


#filter {
	float: left;
  border: 1px solid #ddd;
  background: #eee;
  width: 520px;	
  padding: 15px;
  margin: 0 0 20px 0;
}
.filter-block {
	float: left;
	margin: 0 15px 0 0;
}
.filter-block label {
	width: 100px;
	float: none;
	display: block;
	font-weight: bold;
	color: #666;
}

table.tabular {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
}
table.tabular th {
	background: #ae0400;
  padding: 5px;
  color: #fff;
	font-weight: bold;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
}
table.tabular td {
	padding: 5px;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
}


#success-message {
  background: #dcedd3;
  padding: 20px;
  color: #405038;
}



#footer {
  clear: both;
  background: #f4f4f4;
  height: 100px;
  padding: 15px;
  margin: 20px 0 0 0;
  color: #777;
  border-top: 1px solid #ddd;
}
.footerblock {
  float: left;
  margin: 0 40px 0 0;
}
#footer .title {
  color: #4a4a4a;
  font-size: 12px;
}

#footer ul {
  list-style: none;
  padding: 8px 0 0 0;
  margin: 0;
}
#footer li a {
  color: #a4a4a4;
  text-decoration: none;
  font-size: 12px;
}
#footer li a:hover {
  text-decoration: underline;
}



.splitpane-left {
	float: left;
	width: 420px;
}
.splitpane-right {
  float: right;
  width: 420px;
}



#apply {
	float: left;
	height: 500px;
	margin: 0 0 80px 0;
}

.tab-actions {
	float: left;
	width: 850px;
}

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: #eee;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #666;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    line-height: 27px;
    color: #333;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
	  float: left;
	  clear: both;
    border-top: 1px solid #ccc;
    padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
