body {
  background-color: #eff0ea;
  font-family: Arial, Sans;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #4d4d4f;
  margin: 0;
  text-align: center;
}

img {
  margin: 0;
  padding: 0;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #4d4d4f;
  padding: 0;
  outline: none;
}
a img {
  border: none;
}

a:hover {
  color: #b5c037;
  outline: none;
}

h1, h2, h3, h4, h5 {
  margin: 5px 0 5px 0;
  padding: 0;
}

h1 {
  font-size: 24px;
  line-height: 28px;
  margin: 2px 0 25px 0;
}

h2 {
  padding: 5px 5px 5px 5px;
  background-color: #f3f4ef;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0 10px 0;
}

h3 {
  font-size: 16px;
  line-height: 20px;
}

h4 {
  margin-top: 15px;
  font-size: 14px;
  line-height: 18px;
}

textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #878884;
}

ul, ol {
  margin: 10px 0 10px 0;
  padding-left: 20px;
}

input {
  outline: none;
}

input[type='text'], input[type='password'] {
  border: 1px solid #878884;
}

img {
  border: 0px;
}

form {
  margin: 0;
}
form table tr td {
  vertical-align: middle;
}
form table tr td.label {
  font-weight: bold;
}

p {
  margin: 5px 0 5px 0;
}

table {
  font-size: 12px;
  line-height: 16px;
}
table tr th {
  vertical-align: top;
  text-align: left;
  font-weight: bold;
}
table tr td {
  vertical-align: top;
}
table tr.col {
  background-color: #DDDDDD;
}



a.button {
  cursor: pointer;
  display: block;
  height: 27px;
  float: left;
  width: auto;
  font-size: 14px;
  background: url(/images/buttons-leer.jpg);
  padding: 0 0 0 37px;
}
a.button div {
  cursor: pointer;
  background: url(/images/buttons-leer.jpg) 100% 0;
  padding: 6px 15px 5px 0;
}

a.button:hover {
  cursor: pointer;
  color: #4d4d4f;
  background: url(/images/buttons-leer.jpg) 0 -28px;
}
a.button:hover div {
  cursor: pointer;
  background: url(/images/buttons-leer.jpg) 100% -28px;
}

a.button_small {
  cursor: pointer;
  display: block;
  height: 19px;
  float: left;
  width: auto;
  font-size: 11px;
  background: url(/images/buttons-leer_small.jpg);
  padding: 0 0 0 27px;
}
a.button_small div {
  cursor: pointer;
  background: url(/images/buttons-leer_small.jpg) 100% 0;
  padding: 2px 10px 1px 0;
}

a.button_small:hover {
  cursor: pointer;
  color: #4d4d4f;
  background: url(/images/buttons-leer_small.jpg) 0 -19px;
}
a.button_small:hover div {
  cursor: pointer;
  background: url(/images/buttons-leer_small.jpg) 100% -19px;
}

a.button_thick {
  display: block;
  height: 64px;
  float: left;
  width: auto;
  font-size: 16px;
  line-height: 20px;
  background: url(/images/button_leer_thick.jpg);
  padding: 0 0 0 25px;
}
a.button_thick div {
  background: url(/images/button_leer_thick.jpg) 100% 0;
  text-align: center;
  padding: 11px 25px 12px 0;
}

a.button_thick:hover {
  color: #4d4d4f;
  background: url(/images/button_leer_thick.jpg) 0 -64px;
}
a.button_thick:hover div {
  background: url(/images/button_leer_thick.jpg) 100% -64px;
}

a.image_link {
  text-indent: -9999px;
  display: block;
  text-align: left;
}

a.proposal_link {
  background: url('/images/buttons/1click_btn.jpg') no-repeat -163px 0;
  width: 162px;
  height: 43px;
}

a.proposal_link:hover {
  background: url('/images/buttons/1click_btn.jpg') no-repeat -163px -43px;
}

a.one_click_proposal_link {
  background: url('/images/buttons/1click_btn.jpg') no-repeat 0 0;
  width: 162px;
  height: 43px;
}

a.one_click_proposal_link:hover {
  background: url('/images/buttons/1click_btn.jpg') no-repeat 0 -43px;
}

.login_box {
  position: relative;
  padding: 10px 15px;
  border: 1px solid #aaa;
  width: 208px;
  height: 213px;
  background-color: #f1f1ec;
}
.login_box .login_headline {
  font-weight: bold;
  font-size: 18px;
}
.login_box input.text_field {
  padding: 4px 8px;
  width: 150px;
}
.login_box .username_box {
  position: absolute;
  left: 15px;
  top: 40px;
}
.login_box .password_box {
  position: absolute;
  left: 15px;
  top: 90px;
}
.login_box input.ok_button {
  position: absolute;
  top: 106px;
  left: 193px;
}
.login_box .register_button {
  position: absolute;
  bottom: 10px;
  left: 15px;
  width: 180px;
}

#page_wrapper {
  position: relative;
  top: 0px;
  width: 1000px;
  margin: 0 auto 25px auto;
  text-align: left;
}

#page {
  position: relative;
  top: 0px;
  width: 960px;
  margin: 0;
  background-color: #FFF;
  border-right: 3px solid #878884;
  border-bottom: 2px solid #878884;
  border-left: 3px solid #878884;
  text-align: left;
}

#content_wrapper {
  padding: 25px 25px 25px 25px;
}

#header {
  height: 70px;
}
#header .claim {
  margin: 0px 0 0 20px;
}
#header .header_box {
  z-index: 10;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 10px;
  color: #b5c037;
}
#header .header_box a.top_navi {
  text-decoration: none;
  font-size: 10px;
}
#header .header_box .header_search {
  padding: 10px;
  background-color: #f3f4ef;
  color: #4d4d4f;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  margin-top: 38px;
}
#header .header_box .header_search form {
  display: inlinea;
}
#header .header_box .company_info_link {
  position: absolute;
  right: 0;
  top: 93px;
  width: 340px;
  height: 22px;
  background: url(/images/homepage/companies_info.jpg) no-repeat scroll;
}
#header .header_box img.fair_company {
  position: absolute;
  right: 0;
  top: 22px;
}

#navigation {
  position: relative;
}
#navigation .main_navi {
  background: url('/images/main_navi_bg.jpg') repeat-x bottom left;
}
#navigation .sub_navi {
  z-index: 12;
  padding: 2px 5px 5px 5px;
  background: url('/images/navi_green.jpg') repeat;
  color: #FFF;
  font-weight: bold;
}
#navigation .sub_navi a {
  font-weight: normal;
  padding: 2px 5px 2px 5px;
  color: #FFF;
  text-decoration: none;
}
#navigation .sub_navi a:hover {
  background-color: #cdd579;
}
#navigation .sub_navi .highlight {
  background-color: #cdd579;
}

#content {
  position: relative;
  top: 25px;
  padding: 0 0 25px 15px;
  min-height: 700px;
  height: auto !important;
  height: 700px;
}

#content.with_sidebar {
  width: 635px;
  padding-right: 10px;
  border-right: 2px solid #eeeeee;
}

#sidebar {
  position: absolute;
  top: 170px;
  right: 25px;
  width: 240px;
}

#footer {
  clear: both;
  background-color: #b5c037;
  margin-top: 25px;
  padding: 0px 25px 25px 25px;
}
#footer .footer_box {
  float: left;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  width: 180px;
  margin-right: 60px;
}
#footer .footer_box a {
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
}
#footer .footer_box a:hover {
  color: #FFF;
}

#project_info {
  width: 400px;
  margin-top: 30px;
  padding-left: 10px;
}

#terms_and_conditions a {
  text-decoration: underline;
  font-weight: bold;
}
#terms_and_conditions .headline {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
#terms_and_conditions .section {
  margin-top: 15px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
#terms_and_conditions .sub_section {
  padding-left: 40px;
}
#terms_and_conditions .number {
  font-size: 12px;
  font-weight: bold;
  float: left;
}
#terms_and_conditions .text {
  font-size: 12px;
  margin-left: 25px;
  margin-bottom: 15px;
}
#terms_and_conditions .text .sub_number {
  margin-right: 20px;
  float: left;
}
#terms_and_conditions .text .text {
  margin-left: 40px;
  margin-bottom: 15px;
}
#terms_and_conditions .faq_list {
  margin-bottom: 20px;
}
#terms_and_conditions .faq_list a {
  font-weight: normal;
  display: block;
  text-decoration: none;
}
#terms_and_conditions .info {
  padding-bottom: 10px;
}
#terms_and_conditions a.up {
  font-family: Verdana;
  font-size: 11px;
  color: #b6b6b6;
}
#terms_and_conditions .faq {
  padding-top: 20px;
}
#terms_and_conditions .faq .question {
  font-weight: bold;
}
#terms_and_conditions .faq .answer {
  font-weight: normal;
  padding-bottom: 5px;
}

.back {
  margin-top: 20px;
  clear: both;
}
.back a {
  text-decoration: underline;
  font-weight: bold;
  font-family: Verdana;
  font-size: 11px;
}

.p {
  padding-left: 5px;
}

.highlight {
  color: white;
}

.nt {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}

.green {
  color: #b5c037;
}

.right {
  float: right;
}

.left {
  float: left;
}

.inline {
  display: inline;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.marked {
  background-color: #fcff00;
}

.small {
  font-size: 10px;
  line-height: 14px;
}

.strong {
  font-weight: bold;
}

.orange {
  color: #ff6633;
}

.grey {
  color: #c9ccc1;
}

.dashboard_box {
  width: 440px;
  padding-bottom: 25px;
}

.dashboard_project {
  padding: 5px;
  border-bottom: 1px solid #c9ccc1;
}
.dashboard_project a {
  text-decoration: none;
}

.label {
  font-weight: bold;
}

.datepicker_field {
  width: 90px;
}

.code {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-family: Courier;
  background-color: #f3f4ef;
  padding: 10px 25px;
}

td.top {
  vertical-align: top;
}

table.profile tr th {
  padding-bottom: 10px;
  font-size: 14px;
}
table.profile tr td.label {
  padding-right: 10px;
}

table.dashboard_companies {
  width: 100%;
}
table.dashboard_companies tr td {
  width: 33%;
  height: 180px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #c9ccc1;
  padding: 2px;
}

.headline {
  padding: 5px 5px 5px 5px;
  background-color: #f3f4ef;
}

.photo {
  float: left;
  padding-right: 25px;
  text-align: center;
}

.company_logo {
  width: 125px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #c9ccc1;
  margin: 0px 15px 15px 0px;
  min-height: 125px;
  height: auto !important;
  height: 125px;
}
.company_logo table {
  width: 100%;
}
.company_logo table tr td {
  height: 125px;
  vertical-align: middle;
  text-align: center;
  margin: 25px 0 25px 0;
}

.divider {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  border-top: 1px solid #c9ccc1;
}

.list_item {
  position: relative;
  padding: 10px 5px 10px 5px;
  margin-bottom: 3px;
}
.list_item .company_logo {
  position: absolute;
  left: 0px;
  top: 10px;
}
.list_item .details {
  position: relative;
  margin-left: 160px;
}

#profile_data h2 {
  margin-top: 25px;
}
#profile_data h2 a {
  font-size: 12px;
  font-weight: normal;
}

#job_listing {
  margin: 20px 0 20px 0;
}
#job_listing .invisible {
  display: none;
}
#job_listing .job_category {
  margin: 10px 0 10px 0;
  background-color: #f3f4ef;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 15px 5px 15px;
}
#job_listing .job_category a {
  font-weight: normal;
  font-variant: normal;
  text-decoration: underline;
  font-size: 10px;
}
#job_listing .job_item {
  background: url(/images/pfeil_rechts.png) no-repeat 10px 5px;
  font-weight: bold;
  padding: 5px 0 10px 40px;
  cursor: pointer;
}
#job_listing .job_item:hover {
  color: #b5c037;
}
#job_listing .job_description {
  clear: both;
  margin-left: 40px;
  padding: 5px 0 10px 0;
  border-top: 1px solid #f3f4ef;
  border-bottom: 1px solid #f3f4ef;
  margin-bottom: 10px;
  display: none;
}
#job_listing .right {
  float: right;
}
#job_listing img.close_button {
  padding-top: 2px;
  display: none;
}
#job_listing table {
  width: 100%;
}
#job_listing table td.image {
  width: 20px;
  padding: 5px 10px 5px 10px;
}

.submit_box {
  position: relative;
  margin-top: 20px;
  padding: 7px 10px 7px 10px;
  background-color: #eff0ea;
  height: 27px;
}
.submit_box input.submit {
  border: none;
  background: url(/images/buttons.jpg);
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0px;
  display: block;
  color: transparent;
  height: 27px;
  cursor: pointer;
}
.submit_box input.save {
  width: 124px;
}
.submit_box input.save:hover {
  background-position: 0 -28px;
}
.submit_box input.invite {
  width: 118px;
  background-position: -768px 0px;
}
.submit_box input.invite:hover {
  background-position: -768px -28px;
}
.submit_box input.save_email {
  width: 220px;
  background-position: -125px 0px;
}
.submit_box input.save_email:hover {
  background-position: -125px -28px;
}
.submit_box input.save_password {
  width: 251px;
  background-position: -346px 0px;
}
.submit_box input.save_password:hover {
  background-position: -346px -28px;
}
.submit_box input.delete_account {
  width: 171px;
  background-position: -598px 0px;
}
.submit_box input.delete_account:hover {
  background-position: -598px -28px;
}
.submit_box input.preview {
  width: 153px;
  background-position: -885px 0px;
}
.submit_box input.preview:hover {
  background-position: -885px -28px;
}
.submit_box input.save_project {
  width: 182px;
  background-position: -1039px 0px;
}
.submit_box input.save_project:hover {
  background-position: -1039px -28px;
}
.submit_box input.send {
  width: 134px;
  background-position: -1222px 0px;
}
.submit_box input.send:hover {
  background-position: -1222px -28px;
}
.submit_box input.draft {
  width: 186px;
  background-position: -1357px 0px;
}
.submit_box input.draft:hover {
  background-position: -1357px -28px;
}
.submit_box input.publish {
  width: 224px;
  background-position: -1544px 0px;
}
.submit_box input.publish:hover {
  background-position: -1544px -28px;
}
.submit_box input.propose {
  width: 227px;
  background-position: -1768px 0px;
}
.submit_box input.propose:hover {
  background-position: -1768px -28px;
}
.submit_box a.delete {
  position: absolute;
  right: 20px;
  top: 13px;
}
.submit_box a.cancel {
  position: relative;
  left: 20px;
  top: 6px;
}

#pagination_wrapper {
  padding: 10px;
  text-align: center;
}

#content_landingpage {
  clear: both;
  padding: 0px 0px 0px 0px;
  width: 860px;
  font-size: 12px;
}
#content_landingpage #landingpage_background {
  position: relative;
  width: 858px;
  height: 470px;
  background-image: url('/images/b2b/buehne.jpg');
}
#content_landingpage #landingpage_background .info_text {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 380px;
}
#content_landingpage #landingpage_background a.datasheet {
  position: absolute;
  height: 30px;
  width: 140px;
  left: 20px;
  bottom: 5px;
}
#content_landingpage #landingpage_background a.newsletter {
  position: absolute;
  height: 30px;
  width: 210px;
  right: 50px;
  bottom: 5px;
}
#content_landingpage #landingpage_background .register_button {
  position: absolute;
  top: 318px;
  left: 565px;
}
#content_landingpage table.feedback {
  margin-top: 25px;
}
#content_landingpage table.feedback tr th {
  background-color: #f3f4ef;
  padding: 5px;
}
#content_landingpage table.feedback tr td {
  padding: 5px;
}
#content_landingpage table.feedback tr td.image {
  padding-left: 0px;
  width: 115px;
}
#content_landingpage table.feedback tr td.text {
  width: 315px;
  padding-right: 15px;
}
#content_landingpage table.feedback tr td.text div.footer {
  font-size: 9px;
  font-weight: bold;
  margin-top: 10px;
}

table.company_listing {
  width: 99%;
}
table.company_listing tr td {
  width: 25%;
  text-align: center;
}

.company_box {
  position: relative;
  margin: 0px 0 0px 0;
  height: 180px;
  width: 142px;
  border: 1px solid #f3f4ef;
  text-align: center;
}
.company_box table {
  width: 100%;
}
.company_box table td.logo {
  vertical-align: middle;
  text-align: center;
  height: 120px;
  padding: 5px 0;
}
.company_box .company_name {
  margin: 0px 10px 0px 10px;
}
.company_box a {
  text-decoration: none;
  font-weight: normal;
}

.company_logo {
  position: relative;
  width: 142px;
  text-align: center;
}
.company_logo a img {
  margin: 25px 10px 25px 10px;
}

.proposal_box {
  background-color: #b5c037;
  padding: 8px;
  width: 170px;
  margin-bottom: 30px;
}
.proposal_box a:hover {
  color: #FFF;
}
.proposal_box .propose_box {
  text-align: center;
  padding: 5px;
  font-weight: bold;
  background-color: #FFF;
}
.proposal_box .info_box {
  background-color: #f3f4ef;
  margin-bottom: 20px;
}
.proposal_box .info_box table {
  font-size: 10px;
  line-height: 12px;
}
.proposal_box .info_box table td {
  vertical-align: middle;
}

.new_project_header {
  padding: 10px;
  background-color: #f3f4ef;
  text-align: center;
}
.new_project_header .selected {
  font-weight: bold;
}

.project_details {
  border-bottom: none;
  padding: 5px;
  background-color: #f3f4ef;
  width: 430px;
}
.project_details table {
  width: 100%;
  border-collapse: collapse;
}
.project_details table tr td {
  vertical-align: middle;
  width: 33%;
  padding: 5px 5px 5px 5px;
  text-align: center;
}
.project_details table tr td.headline {
  font-weight: bold;
  padding: 5px;
}
.project_details table tr td.right_border {
  border-right: 1px solid #b5c037;
}
.project_details table tr td.big {
  font-size: 24px;
  font-weight: bold;
}
.project_details table tr td.date {
  font-size: 16px;
  font-weight: bold;
}
.project_details table tr td.spacer {
  height: 10px;
  border-bottom: 1px solid #b5c037;
}
.project_details table tr td.details {
  text-align: left;
}
.project_details table tr.label td {
  padding: 5px 2px 5px 2px;
}

.context_menu .menu_items {
  text-align: left;
  background-color: #f3f4ef;
  border: 1px solid #f3f4ef;
  z-index: 10;
  display: none;
}
.context_menu .menu_items a {
  text-decoration: none;
}
.context_menu .menu_items .menu_item {
  padding: 3px 5px 3px 5px;
}

table.company_signup {
  width: 100%;
  margin-top: 20px;
}
table.company_signup tr th {
  background-color: #f3f4ef;
  font-size: 12px;
  padding: 5px;
}
table.company_signup tr td {
  font-size: 12px;
  padding: 5px;
}
table.company_signup tr td input.long {
  width: 350px;
}
table.company_signup tr td.label label {
  margin: 0;
}
table.company_signup a {
  font-weight: bold;
}

table.form_table {
  width: 100%;
}
table.form_table tr th {
  background-color: #f3f4ef;
  font-size: 12px;
  padding: 5px;
}
table.form_table tr td {
  font-size: 12px;
  padding: 5px;
  vertical-align: middle;
}
table.form_table tr td input.long {
  width: 350px;
}
table.form_table tr td.top {
  vertical-align: top;
}
table.form_table tr td.label label {
  margin: 0;
}
table.form_table a {
  font-weight: bold;
}

ul.result_list {
  display: block;
}

table.about_us tr td.main {
  padding-right: 100px;
}
table.about_us tr td.main .header {
  font-family: Arial;
  color: black;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: bold;
}
table.about_us tr td.main .headline {
  padding-left: 0px;
  font-family: Arial;
  color: #b5c037;
  background-color: #FFF;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}
table.about_us tr td.main .sub_headline {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}
table.about_us tr td.main .text {
  margin-bottom: 10px;
}
table.about_us tr td.main ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
table.about_us tr td.main ul li {
  margin-bottom: 5px;
}
table.about_us tr td.side {
  padding-right: 50px;
}
table.about_us tr td.side .box {
  margin-top: 50px;
  width: 300px;
  padding: 13px;
  border: 2px solid #b5c037;
  background-color: #f3f4ef;
}
table.about_us tr td.side .box .headline {
  font-weight: bold;
  font-family: Arial;
  margin-bottom: 15px;
  font-size: 16px;
}
table.about_us tr td.side .box a {
  font-weight: bold;
  text-decoration: underline;
  color: #b5c037;
}
table.about_us tr td.side .box ul {
  font-weight: bold;
}
table.about_us tr td.side .box ul li {
  padding-bottom: 3px;
}

.help_image {
  margin: 0 0 -2px 5px;
  cursor: pointer;
}

.help_wrapper {
  text-align: left;
  position: relative;
}
.help_wrapper .help_box {
  z-index: 5000;
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 397px;
}
.help_wrapper .help_box .close {
  position: absolute;
  right: 5px;
  top: 5px;
}
.help_wrapper .help_box .help_top {
  font-size: 1px;
  height: 13px;
  background: url('/images/blubb_oben.gif') no-repeat;
}
.help_wrapper .help_box .help_middle {
  font-size: 10px;
  line-height: 14px;
  font-weight: normal;
  text-align: left;
  padding: 0 30px 0 20px;
  background: url('/images/blubb_mitte.gif') repeat-y;
}
.help_wrapper .help_box .help_middle a {
  font-size: 10px !important;
}
.help_wrapper .help_box .help_bottom {
  font-size: 1px;
  height: 28px;
  background: url('/images/blubb_unten.gif') no-repeat;
}

#errorExplanation {
  border: 1px solid #ff6633;
  padding: 20px;
  margin: 10px 0px 10px 0px;
}
#errorExplanation h3 {
  color: #ff6633;
}

.flash {
  padding: 5px;
  margin-bottom: 10px;
  color: #FFF;
}

.notice {
  background-color: #b5c037;
}

.error {
  background-color: #ff6633;
}

ul.tab_menu {
  margin: 0 0 20px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #b5c037;
}
ul.tab_menu li {
  display: inline;
}
ul.tab_menu li a {
  padding: 5px;
  border: 1px solid #b5c037;
  border-bottom: 0;
}
ul.tab_menu li a:hover {
  color: #FFF;
  background-color: #b5c037;
}
ul.tab_menu li a.hl {
  color: #FFF;
  background-color: #b5c037;
}

.logo_left {
  float: left;
  margin: 0 20px 5px 0;
}

.line {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  border-top: 1px solid #c9ccc1;
  margin: 20px 0;
}

.press_info {
  margin-left: 110px;
}

#blog_teaser {
  position: relative;
  background: url(/images/teasers/teaser_blog.jpg) no-repeat;
  width: 240px;
  height: 130px;
  text-align: center;
}
#blog_teaser a {
  position: absolute;
  top: 85px;
  left: 25px;
}

#invite_teaser {
  position: relative;
  background: url(/images/teasers/teaser_invite.jpg) no-repeat;
  width: 240px;
  height: 145px;
  text-align: center;
}
#invite_teaser a {
  position: absolute;
  top: 100px;
  left: 40px;
}

.project_new_content {
  padding-left: 15px;
}

.project_new_info_box {
  margin: -18px 0 10px 10px;
  float: right;
  width: 180px;
  text-align: center;
  padding: 10px;
  background-color: #ddd;
}
.project_new_info_box a {
  font-weight: normal;
  text-decoration: underline;
}

.info {
  color: #888;
}

.edu_info {
  text-align: center;
  background-color: #ddd;
  padding: 5px 10px;
}

.complete_data_info {
  background-color: #ddd;
  padding: 5px 10px;
}
.complete_data_info a {
  font-weight: normal;
}

.company_link {
  font-weight: normal;
  text-decoration: italic;
}

.clear_left {
  clear: left;
}

.underlined {
  text-decoration: underline;
}

.message_box {
  background-color: #ddd;
  padding: 5px 10px;
}

.prop_reason {
  font-size: 14px;
  line-height: 20px;
}

.ente_link {
  z-index: 9999;
  position: absolute;
  top: 46px;
  left: 446px;
  width: 38px;
  height: 10px;
  cursor: default;
}

.ente_link:hover {
  background: url(/images/ente/ente_txt.png) no-repeat 0 0;
}



#home_teaser {
  background: url(/images/homepage/background.jpg);
  width: 633px;
  padding: 1px;
  height: 231px;
  border: 1px solid #8e8e8e;
  position: relative;
  overflow: hidden;
}
#home_teaser .scroll {
  overflow: hidden;
  position: relative;
  height: 198px;
  width: 633px;
}
#home_teaser .scroll .panel {
  position: relative;
  left: 0px;
  top: 0px;
  background: url(/images/homepage/buehne-content.jpg);
  height: 198px;
  width: 2540px;
}
#home_teaser .scroll .panel .panel_box {
  position: absolute;
  top: 0;
  width: 633px;
  height: 198px;
}
#home_teaser .scroll .panel .panel_box .panel_headline {
  margin: 10px 0 0 20px;
  font-weight: bold;
  width: 605px;
}
#home_teaser .scroll .panel .panel_box .panel_content {
  margin: 10px 0 0 20px;
  width: 370px;
}
#home_teaser .scroll .panel .panel_box .panel_content ul {
  margin: 3px 0 5px;
}
#home_teaser .scroll .panel .panel1 {
  left: 0;
}
#home_teaser .scroll .panel .panel1 .panel_content {
  margin: 32px 0 0 20px;
  width: 360px;
}
#home_teaser .scroll .panel .panel2 {
  left: 629px;
}
#home_teaser .scroll .panel .panel2 .panel_content {
  width: 400px;
}
#home_teaser .scroll .panel .panel3 {
  left: 1258px;
}
#home_teaser .scroll .panel .panel4 {
  left: 1887px;
}
#home_teaser .scroll .panel .panel4 .item {
  position: absolute;
  top: 150px;
  width: 145px;
  font-size: 11px;
  text-align: center;
}
#home_teaser .scroll .panel .panel4 .item1 {
  left: 15px;
  text-align: left;
}
#home_teaser .scroll .panel .panel4 .item2 {
  left: 170px;
}
#home_teaser .scroll .panel .panel4 .item3 {
  left: 350px;
  text-align: left;
}
#home_teaser .scroll .panel .panel4 .item4 {
  left: 480px;
}
#home_teaser .navigation {
  background: url(/images/homepage/buehne-navi.jpg);
  position: absolute;
  top: 198px;
  left: 0;
  height: 35px;
  width: 635px;
}
#home_teaser .navigation a.navi_item {
  font-weight: bold;
  font-size: 12px;
  padding: 10px 0;
  height: 15px;
  float: left;
  display: block;
  color: #fff;
  text-align: center;
}
#home_teaser .navigation a.navi_item:hover {
  color: #4d4d4f;
}
#home_teaser .navigation a.s1 {
  width: 190px;
}
#home_teaser .navigation a.s1active {
  color: #4d4d4f;
  background: url(/images/homepage/buehne-navi.jpg) no-repeat scroll 0px -35px;
}
#home_teaser .navigation a.s1:hover {
  color: #4d4d4f;
  background: url(/images/homepage/buehne-navi.jpg) no-repeat scroll 0px -35px;
}
#home_teaser .navigation a.s2 {
  width: 145px;
}
#home_teaser .navigation a.s2active {
  color: #4d4d4f;
  background: url(/images/homepage/buehne-navi.jpg) no-repeat scroll -190px -35px;
}
#home_teaser .navigation a.s2:hover {
  color: #4d4d4f;
  background: url(/images/homepage/buehne-navi.jpg) no-repeat scroll -190px -35px;
}
#home_teaser .navigation a.s3 {
  width: 155px;
}
#home_teaser .navigation a.s3active {
  color: #4d4d4f;
  background: url(/images/homepage/buehne-navi.jpg) no-repeat scroll -335px -35px;
}
#home_teaser .navigation a.s3:hover {
  color: #4d4d4f;
  background: url(/images/homepage/buehne-navi.jpg) no-repeat scroll -335px -35px;
}
#home_teaser .navigation a.s4 {
  font-size: 11px;
  width: 135px;
  padding-left: 10px;
  color: #4d4d4f;
}
#home_teaser .navigation a.s4active {
  background: url(/images/homepage/buehne-navi.jpg) no-repeat scroll -490px -35px;
}
#home_teaser .navigation a.s4:hover {
  background: url(/images/homepage/buehne-navi.jpg) no-repeat scroll -490px -35px;
}

#sa_links {
  position: absolute;
  top: 130px;
  right: -39px;
  width: 36px;
  height: 503px;
  background: url(/images/homepage/social_web.gif);
}
#sa_links a {
  display: block;
  height: 78px;
  width: 36px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: -9999px;
}
#sa_links a.blog:hover {
  background: url(/images/homepage/social_web.gif) no-repeat scroll -36px 0;
}
#sa_links a.widget {
  top: 85px;
}
#sa_links a.widget:hover {
  background: url(/images/homepage/social_web.gif) no-repeat scroll -36px -85px;
}
#sa_links a.rss {
  top: 170px;
}
#sa_links a.rss:hover {
  background: url(/images/homepage/social_web.gif) no-repeat scroll -36px -170px;
}
#sa_links a.xing {
  top: 255px;
}
#sa_links a.xing:hover {
  background: url(/images/homepage/social_web.gif) no-repeat scroll -36px -255px;
}
#sa_links a.facebook {
  top: 340px;
}
#sa_links a.facebook:hover {
  background: url(/images/homepage/social_web.gif) no-repeat scroll -36px -340px;
}
#sa_links a.twitter {
  top: 425px;
}
#sa_links a.twitter:hover {
  background: url(/images/homepage/social_web.gif) no-repeat scroll -36px -425px;
}

#navigation .main_navigation {
  position: relative;
  height: 39px;
}
#navigation .generic_home {
  background: url(/images/homepage/homepage_navigation.jpg) no-repeat scroll;
}
#navigation .generic_home a.tab {
  position: absolute;
  top: 0px;
  height: 39px;
  display: block;
  text-indent: -9999px;
}
#navigation .generic_home a.home {
  width: 65px;
}
#navigation .generic_home a.home:hover {
  background: url(/images/homepage/homepage_navigation.jpg) no-repeat scroll 0px -39px;
}
#navigation .generic_home a.home_active, #navigation .generic_home a.home_active:hover {
  background: url(/images/homepage/homepage_navigation.jpg) no-repeat scroll 0px -78px;
}
#navigation .generic_home a.projects {
  width: 86px;
  left: 65px;
}
#navigation .generic_home a.projects:hover {
  background: url(/images/homepage/homepage_navigation.jpg) no-repeat scroll -65px -39px;
}
#navigation .generic_home a.projects_active, #navigation .generic_home a.projects_active:hover {
  background: url(/images/homepage/homepage_navigation.jpg) no-repeat scroll -65px -78px;
}
#navigation .generic_home a.companies {
  width: 131px;
  left: 151px;
}
#navigation .generic_home a.companies:hover {
  background: url(/images/homepage/homepage_navigation.jpg) no-repeat scroll -151px -39px;
}
#navigation .generic_home a.companies_active, #navigation .generic_home a.companies_active:hover {
  background: url(/images/homepage/homepage_navigation.jpg) no-repeat scroll -151px -78px;
}
#navigation .generic_home a.contact {
  width: 89px;
  left: 282px;
}
#navigation .generic_home a.contact:hover {
  background: url(/images/homepage/homepage_navigation.jpg) no-repeat scroll -282px -39px;
}
#navigation .generic_home a.contact_active, #navigation .generic_home a.contact_active:hover {
  background: url(/images/homepage/homepage_navigation.jpg) no-repeat scroll -282px -78px;
}
#navigation .generic_home a.about_us {
  width: 91px;
  left: 371px;
}
#navigation .generic_home a.about_us:hover {
  background: url(/images/homepage/homepage_navigation.jpg) no-repeat scroll -371px -39px;
}
#navigation .generic_home a.about_us_active, #navigation .generic_home a.about_us_active:hover {
  background: url(/images/homepage/homepage_navigation.jpg) no-repeat scroll -371px -78px;
}


.ac_results {
        text-align: left;
	padding: 0px;
	border: 1px solid black;
	background-color: Window;
        max-height: 180px;
	overflow: auto;
	z-index: 101;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: Window url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #ABC035;
	color: HighlightText;
}

.ac_moreItems {
	text-align: center;
	background-color: InactiveCaption;
	color: InactiveCaptionText;
	margin: 0px;
	padding: 0px 5px;
	cursor: default;
	display: block;
	width: 100%;

	overflow: hidden;
	-moz-user-select: none;

}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-project .jcarousel-container {
}

.jcarousel-skin-project .jcarousel-container-horizontal {
    width: 835px;
    padding: 5px 30px;
}

.jcarousel-skin-project .jcarousel-clip-horizontal {
    width:  835px;
    height: 235px;
}

.jcarousel-skin-project .jcarousel-item {
    width: 175px;
    height: 200px;
    border: 1px solid #aaa;
    padding: 10px;
}

.jcarousel-skin-project .jcarousel-item table {
    border-collapse: collapse;
}

.jcarousel-skin-project .jcarousel-item table td.logo {
    width: 173px;
    height: 115px;
    border-bottom: 1px solid #aaa;
    vertical-align: middle;
    text-align: center;
}

.jcarousel-skin-project .jcarousel-item-horizontal {
    margin-right: 15px;
}

.jcarousel-skin-project .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-project .jcarousel-next-horizontal {
    position: absolute;
    top: 90px;
    right: 0;
    width: 20px;
    height: 27px;
    cursor: pointer;
    background: transparent url(/images/carousel/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-project .jcarousel-next-horizontal:hover {
    background-position: -20px 0;
}

.jcarousel-skin-project .jcarousel-next-horizontal:active {
    background-position: -40px 0;
}

.jcarousel-skin-project .jcarousel-next-disabled-horizontal,
.jcarousel-skin-project .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-project .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}

.jcarousel-skin-project .jcarousel-prev-horizontal {
    position: absolute;
    top: 90px;
    left: 0;
    width: 20px;
    height: 27px;
    cursor: pointer;
    background: transparent url(/images/carousel/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-project .jcarousel-prev-horizontal:hover {
    background-position: -20px 0;
}

.jcarousel-skin-project .jcarousel-prev-horizontal:active {
    background-position: -40px 0;
}

.jcarousel-skin-project .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-project .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-project .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}

.jcarousel-skin-small .jcarousel-container {
}

.jcarousel-skin-small .jcarousel-container-horizontal {
    width: 380px;
    padding: 5px 30px;
}

.jcarousel-skin-small .jcarousel-clip-horizontal {
    width:  379px;
    height: 54px;
}

.jcarousel-skin-small .jcarousel-item {
    width: 105px;
    height: 50px;
    border: 1px solid #aaa;
}

.jcarousel-skin-small .jcarousel-item table {
    border-collapse: collapse;
}

.jcarousel-skin-small .jcarousel-item table td {
    width: 105px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
}

.jcarousel-skin-small .jcarousel-item-horizontal {
    margin-right: 27px;
}

.jcarousel-skin-small .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-small .jcarousel-next-horizontal {
    position: absolute;
    top: 15px;
    right: 0;
    width: 20px;
    height: 27px;
    cursor: pointer;
    background: transparent url(/images/carousel/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-small .jcarousel-next-horizontal:hover {
    background-position: -20px 0;
}

.jcarousel-skin-small .jcarousel-next-horizontal:active {
    background-position: -40px 0;
}

.jcarousel-skin-small .jcarousel-next-disabled-horizontal,
.jcarousel-skin-small .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-small .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}

.jcarousel-skin-small .jcarousel-prev-horizontal {
    position: absolute;
    top: 15px;
    left: 0;
    width: 20px;
    height: 27px;
    cursor: pointer;
    background: transparent url(/images/carousel/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-small .jcarousel-prev-horizontal:hover {
    background-position: -20px 0;
}

.jcarousel-skin-small .jcarousel-prev-horizontal:active {
    background-position: -40px 0;
}

.jcarousel-skin-small .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-small .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-small .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=B5C037&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=4d4d4f&fcHeader=4d4d4f&iconColorHeader=4d4d4f&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=4d4d4f&fcContent=4d4d4f&iconColorContent=4d4d4f&bgColorDefault=f3f4ef&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=4d4d4f&fcDefault=4d4d4f&iconColorDefault=4d4d4f&bgColorHover=B5C037&bgTextureHover=02_glass.png&bgImgOpacityHover=70&borderColorHover=4d4d4f&fcHover=ffffff&iconColorHover=4d4d4f&bgColorActive=B5C037&bgTextureActive=02_glass.png&bgImgOpacityActive=100&borderColorActive=4d4d4f&fcActive=4d4d4f&iconColorActive=4d4d4f&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=B5C037&fcHighlight=4d4d4f&iconColorHighlight=B5C037&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=ff6633&fcError=ff6633&iconColorError=ff6633&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #4d4d4f; background: #ffffff url(/stylesheets/custom-theme/images/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x; color: #4d4d4f; }
.ui-widget-content a { color: #4d4d4f; }
.ui-widget-header { border: 1px solid #4d4d4f; background: #B5C037 url(/stylesheets/custom-theme/images/ui-bg_highlight-soft_100_B5C037_1x100.png) 50% 50% repeat-x; color: #4d4d4f; font-weight: bold; }
.ui-widget-header a { color: #4d4d4f; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #4d4d4f; background: #f3f4ef url(/stylesheets/custom-theme/images/ui-bg_glass_100_f3f4ef_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #4d4d4f; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #4d4d4f; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #4d4d4f; background: #B5C037 url(/stylesheets/custom-theme/images/ui-bg_glass_70_B5C037_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #4d4d4f; background: #B5C037 url(/stylesheets/custom-theme/images/ui-bg_glass_100_B5C037_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #4d4d4f; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #4d4d4f; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #B5C037; background: #fbf9ee url(/stylesheets/custom-theme/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #4d4d4f; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #4d4d4f; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #ff6633; background: #fef1ec url(/stylesheets/custom-theme/images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #ff6633; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ff6633; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ff6633; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/stylesheets/custom-theme/images/ui-icons_4d4d4f_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/stylesheets/custom-theme/images/ui-icons_4d4d4f_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/stylesheets/custom-theme/images/ui-icons_4d4d4f_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/stylesheets/custom-theme/images/ui-icons_4d4d4f_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/stylesheets/custom-theme/images/ui-icons_4d4d4f_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/stylesheets/custom-theme/images/ui-icons_4d4d4f_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/stylesheets/custom-theme/images/ui-icons_B5C037_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/stylesheets/custom-theme/images/ui-icons_ff6633_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; }
.ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; }
.ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; }
.ui-corner-top { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; }
.ui-corner-right {  -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; }
.ui-corner-left { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; }
.ui-corner-all { -moz-border-radius: 0; -webkit-border-radius: 0; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/stylesheets/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/stylesheets/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

img.ui-datepicker-trigger { margin-bottom: -5px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
