/* --------- /stylesheets/default.css --------- */ 
/*
Document   : default
Created on : 18.06.2009, 18:51:29
Author     : micha
Description:
css for netzschaffende.de-core
*/
.icon_small_dgrey {
    background-image: url(/images/site/icons_small_dgrey.png);
    width: 20px;
    height: 16px;
}

.icon_small_dgrey_highlighted {
    background-image: url(/images/site/icons_small_dgrey_highlighted.png);
    width: 20px;
    height: 16px;
}

.icon_small_bg {
    background-image: url(/images/site/icons_small_bg.png);
    width: 20px;
    height: 16px;
}

.icon_small_bg_highlighted {
    background-image: url(/images/site/icons_small_bg_highlighted.png);
    width: 20px;
    height: 16px;
}

.icon_small_bg_alt {
    background-image: url(/images/site/icons_small_bg_alt.png);
    width: 20px;
    height: 16px;
}

.icon_small_bg_alt {
    background-image: url(/images/site/icons_small_bg_alt_highlighted.png);
    width: 20px;
    height: 16px;
}

.icon_medium_bg_alt {
    background-image: url(/images/site/icons_medium_bg_alt.png);
    width: 20px;
    height: 16px;
}

.icon_medium_bg_alt_highlighted {
    background-image: url(/images/site/icons_medium_bg_alt_highlighted.png);
    width: 20px;
    height: 16px;
}

.icon_normal_call_medium {
    background-position: -400px 0;
}

.icon_crowd_call_medium {
    background-position: -420px 0;
}

.icon_normal_call {
    background-position: -400px 0;
}

.icon_crowd_call {
    background-position: -420px 0;
}

.icon_escrow {
    background-position: -20px 0;
}

.icon_budget {
    background-position: -260px 0;
}

.icon_rights {
    background-position: -540px 0;
}

.icon_secure {
    background-position: -640px 0;
}

.icon_message {
    background-position: -200px 0;
}

.icon_answer {
    background-position: -0px 0;
}

.icon_progress {
    background-position: -140px 0;
}

.icon_search {
    background-position: -140px 0;
}

.icon_time {
    background-position: -100px 0;
}

.icon_close {
    background-position: -380px 0;
}

.icon_help {
    background-position: -300px 0;
}

.icon_important {
    background-position: -320px 0;
}

.icon_edit {
    background-position: -500px 0;
}

.icon_transfer {
    background-position: -560px 0;
}

.icon_valid {
    background-position: -580px 0;
}

.icon_paint {
    background-position: -620px 0;
}

.icon_fon {
    background-position: -220px 0;
}

.icon_pin {
    background-position: -180px 0;
}

.icon_folder {
    background-position: -60px 0;
}

.icon_attachment {
    background-position: -240px 0;
}

.icon_home {
    background-position: -440px 0;
}

.icon_print {
    background-position: -460px 0;
}

.icon_rss {
    background-position: -480px 0;
}

.icon_text {
    background-position: -520px 0;
}

.icon_percent {
    background-position: -600px 0;
}



.odd .icon_small {
    background-image: url(/images/site/icons_small_bg.png);
    width: 20px;
    height: 16px;
}

.even .icon_small {
    background-image: url(/images/site/icons_small_bg_alt.png);
    width: 20px;
    height: 16px;
}


html {

}

.profile_margin_top {
    margin-top: -6px;
}

* html .profile_margin_top {
    margin-top: 0px;
}

.fold_out_heading {
    border-bottom: 1px solid #007686;
    font-size: 1em;
    padding-bottom: 7px;
}

a.open_link {
    background: url(/images/site/open_indicator_11px.png) no-repeat;
    margin-right: 5px;
    padding-left: 16px;
    font-weight: bold;
}

a.close_link {
    background: url(/images/site/close_indicator_11px.png) no-repeat left center;
    margin-right: 5px;
    padding-left: 16px;
    font-weight: bold;
}

div.odd {
    background-color: #ECECEC;
}

root {
    display: block;
}

html {
    font-size: 16px;
}

body {
    color: #5a5a5b;
    background-color: #f7f6f1;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    margin: 0em;
    padding: 0em;
}

table {
    font-size: 1em;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

a {
    color: #085a6b;
    /*text-decoration: none;*/
    padding: 0px 0px;
    font-size: 1em;
}

a:hover {
    background-color: #e3882a;
    color: #f7f6f1;
    border:0;
}

a.no_hover_bg:hover {
    background-color: transparent;
}

.button {
    color: #f7f6f1;
    background-color: #085a6b;
    padding: 1px 8px;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid #4b7c9e;
    font-family: Arial;
}

.button:hover {
    color: #f7f6f1;
    background-color: #e3882a;
}

a.disabled {
    color: #C0C0C0;
}

.button_disabled {
    color: #C0C0C0;
    background-color: #085a6b;
    padding: 1px 8px;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid #4b7c9e;
    font-family: Arial;
}

a:hover.button_disabled {
    color: #C0C0C0;
    background-color: #085a6b;
    padding: 1px 8px;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid #4b7c9e;
    font-family: Arial;
}


.font_blue {
    color: #517f88;
}



label.top_label {
    display: block;
}

.disabled {
    color: #9B9B9B;
}

a.boxed {
    background-color: #D7D6D3;
    color: #085a6b;
    text-decoration: none;
    padding: 0px 3px;
}

a.boxed:hover {
    background-color: #e3882a;
}

input[type=file] {
    color: #646465;
    border: 1px solid #D0D0D0;
    padding: 1px 6px;
}

input[type=password] {
    color: #646465;
    border: 1px solid #D0D0D0;
    padding: 1px 6px;
}

input[type=password] {
    color: #646465;
    border: 1px solid #D0D0D0;
    padding: 1px 6px;
}

.textfield {
    color: #646465;
    border: 1px solid #D0D0D0;
    padding: 1px 3px;
}

textarea {
    color: #646465;
    border: 1px solid #D0D0D0;
    padding: 1px 3px;
}

.submit {
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0 3px;
    border: none;
}

input.submit:hover {
    background: #e3882a;
}

select {
    border: 1px solid #D0D0D0;
    color: #646465;
    padding: 1px 0 1px 6px;
}

p {
    margin: 2px 0px;
}

p.indented {
    margin-left: 8px;
}

.spacer {
    clear: both;
}


#wrapper {
    /*text-align: left;*/
}

.wrapped {
    text-align: left;
    width: 956px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    padding: 1px 0px 0px 0px;
}

/******************
* LOGO
******************/

a#logo {
    float: left;
    margin: 20px 0 0 8px;
}

* html a#logo {
    margin-top: -30px;
}

a#logo img {
 
}

/******************
* SUB BACKGROUND
******************/

#hor_nav_bg {
    background-color: #085a6b;
    clear: both;
    margin-top: -12px;
    border-bottom: 5px solid #5a5a5b;
}

#header_submenu_background {
    clear: both;
}

#header_submenu_background div.logout {
    float: right;
    color: #f7f6f1;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 6px;
}

#header_submenu_background div.logout a {
    color: #f7f6f1;
}

/******************
* NAV-HOR
******************/

ul#hor_nav {
    list-style: none;
    padding: 3px 0 0 0;
    margin: 20px 0 0 239px;
    height: 30px;
    font-weight: bold;
    color: #ffffff;
}

* html ul#hor_nav {
    margin-top: 0px;
}

ul#hor_nav * .plain {
    padding: 2px 0 2px 3px;
    display: block;
}

ul#hor_nav * .complex {
    background-color: #5a5a5b;
    color: #f7f6f1;
    padding: 3px 12px 3px 12px;
    line-height: 1em;
    display: block;
}

ul#hor_nav li {
    float: left;
    margin-right: 16px;
		margin-top:5px;
}

ul#hor_nav li div {
    font-size: 0.813em;
}

ul#hor_nav li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.813em;
}

ul#hor_nav li a:hover {
    background-color: #e3882a;
}

/******************
* NAV-HOR SUB
******************/

ul#hor_nav li ul {
    list-style: none;
    padding: 0;
    margin: 3px 0 0 0;
}

ul#hor_nav li ul li {
    margin: 0px 3px 0px 0px;
}

ul#hor_nav li ul li.find_project {
    margin-left: 8px;
    margin-right: 8px;
}

ul#hor_nav li ul li.last {
    margin-right: 0px;
}

ul#hor_nav li ul li a {
    color: #f7f6f1;
    display: block;
    font-weight: bold;
    line-height: 1em;
}

ul#hor_nav li ul li a.active {
    color: #5A5A5B;
    background-color: #5A5A5B;
    color: #e3882a;
    padding: 0.25em 16px;
}

ul#hor_nav li ul li a.inactive {
    color: #f7f6f1;
    background-color: #5A5A5B;
    padding: 0.25em 16px;
}

ul#hor_nav li ul li a:hover {
    background-color: #e3882a;
    color: #f7f6f1;
}

/******************
* HOR BAR
******************/

/* for opera hacks */
/*@media all and (min-width: 0px){
  #hor_bar {
  }
}
*/

#hor_bar {
    background-color: #d7d6d3;
    color: #5a5a5b;
}

#hor_bar_content {
    margin-left: 239px;
    margin-right: 145px;
    padding: 14px 0px 4px 15px;
    font-size: 12px;
}

#hor_bar h1 {
    color: #474747;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding-top: 3px;
}

#hor_bar h2 {
    color: #5a5a5b;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px 0 8px 0;
}

#avatar {
    float: right;
    margin-top: 18px;
    margin-bottom: 6px;
}

#avatar a.profile_image {
    margin-bottom: 6px;
    float: right;
}

* html #avatar a.profile_image {
    float: none;
}

#avatar a.profile_image img {
}

#avatar img#profile_image {
}

#avatar #link_to_profile {
    clear: both;
    float: right;
    font-size: 0.72em;
    display: none;
}

/*****************
* SUBMENU
********************/

#submenu {
    margin-left: 239px;
}

#submenu_tabnav ul {
    padding: 0;
    margin: 0;
    margin-left: 8px;
    height: 24px;
    font-size: 12px;
    list-style: none;
    color: #5a5a5b;
}

* html #submenu_tabnav ul {
    margin-left: 10px;
}

#submenu_tabnav ul li {
    float: left;
    margin-right: 3px;
}

#submenu_tabnav ul li a {
    color: #f7f6f1;
    background-color: #085a6b;
    text-decoration: none;
    border: 1px solid #085a6b;
    font-family: Arial;
    padding: 1px 8px;
    display: block;
}

#submenu_tabnav ul li.active {
    padding-bottom: 8px;
    background-image: url(/images/site/submenu_indicator_active.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

#submenu_tabnav ul li.active a {
    background-color: #F7F6F1;
    color: #085A6B;
    border: 1px solid #085A6B;
    padding: 1px 6px;
}

#submenu_tabnav ul li:first-child a {
    margin-left: 2px;
}


#submenu_tabnav ul li a:hover {
    color: #f7f6f1;
    background-image: none;
    background-color: #e3882a;
}

/******************
* LEFT PANEL
******************/

#left_panel {
    float: left;
    width: 180px;
    position: absolute;
    margin-left: 54px;
    color: #f7f6f1;
    font-size: 0.72em;
}

* html #left_panel {
    font-size: 0.72em;
}

#left_panel .box {
    padding: 4px 6px 6px 6px;
    margin-bottom: 3px;
    padding-bottom: 8px;
    background-color: #5a5a5b;
}

#left_panel .box .content {
    margin: 0px;
    padding: 8px 8px;
    border-bottom: 1px solid #F7F6F1;
}

#left_panel .box .content_last {
    border-bottom: 0;
}

#left_panel .first_box {
    padding: 0px;
    margin: 0px;
}

#left_panel .box h2 {
    margin: 0px 0px;
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    color: #5f5f60;
    background: #bbbab8;
}

#left_panel .box h4 {
    margin: 0px;
    margin-bottom: 8px;
    padding: 0;
    font-size: 18px;
    border-bottom:1px solid #FFFFFF ;
}


#left_panel .box p {
    padding: 0 4px 0 12px;
    margin: 4px 0px;
    line-height: 1.25em;
}

#left_panel .box p > span {
    padding-left: 0px;
    display: block;
}

#left_panel label {
    font-weight: bold;
    font-size: 0.9em;
    display: block;
    margin-bottom: 3px;
}

#left_panel .sub_box {
    border-top: 2px solid #f7f6f1;
}

#left_panel .content {
    padding: 0 4px 0 12px;
    margin: 4px 0px;
    line-height: 1.25em;
}

#left_panel .menu_box {
    padding: 0px;
    margin: 0px;
    margin-bottom: 3px;
}

/******************
* MAIN NAV
******************/

ul.main_nav {
    list-style: none;
    padding: 4px 0px;
    margin: 0px;
}

ul.main_nav li {
    padding: 0px 5px 0px 5px;
    margin-bottom: 3px;
}

* html ul.main_nav li {
    height: 1em;
}


ul.main_nav li.active a {
    background-color: #BBBAB8;
    color: #5A5A5B;
}

ul.main_nav li a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #f7f6f1;
    text-decoration: none;
    padding: 2px 0 2px 8px;
}

ul.main_nav li a:hover {
    color: #F7F6F1;
    background-color: #E3882A;
}

.box .menu_box .main_nav {
    padding-top: 6px; margin-bottom: -11px;
}

.menu_box_alt {
    margin-left: -6px;
}


/******************
* CONTENT
******************/

#content_wrapper {
    margin-left: 239px;
    color: #5a5a5b;
    font-size: 0.72em;
    padding-top: 5px;
    width: 717px;
}

#content_wrapper p {
    text-align: justify;
}


#content_wrapper h3 {
    padding: 0 0;
    padding-top: 1px;
    margin: 8px 0 8px 0;
    border-bottom: 1px solid #767676;
    color: #5A5A5B;
    font-weight: normal;
    font-size: 1.1em;
}

#content_wrapper h2 {
    font-size: 11.5px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0px 1px 8px;
    margin: 6px 0 8px 0;
    background-color: #5a5a5b;
}


#content_wrapper .box {
    margin-bottom: 16px;
}

#content_wrapper .box div.content {
    margin-left: 10px;
}

#content_wrapper .content_spacer {
    border-bottom: 1px solid #c6c5c2;
}

/******************
* FOOTER
******************/

#footer {
    text-align: left;
    margin: 74px 0 54px 239px;
    clear: both;
    color: #7d7d7d;
    font-size: 12px;
}

#footer .content {
    border-top: 1px solid #7d7d7d;
    margin-left: 20px;
    margin-top: 12px;
    padding: 12px 0px 0px 4px;
}

#copyright {
    clear: both;
    margin-top: 0px;
    margin-left: 24px;
}

ul#footer_nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#footer_nav li {
    float: left;
    margin-right: 16px;
}

ul#footer_nav li a {
    color: #7d7d7d;
    text-decoration: none;
}

ul#footer_nav li a:hover {
    color: white;
    text-decoration: none;
}

/*****************************
* ACCORDION
*****************************/

#forum_container {
}

ul#forum_container {
    list-style: none;
    margin: 0;
    padding: 0;
}

#forum_container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#forum_container ul li {
    padding: 5px 0;
    padding-left: 6px;
}

#forum_container .content_container {
}

#forum_container .head_container {
}

#forum_container .head {
    padding: 5px;
    border: 1px solid #D0D0D0;
    font-weight: bold;
    color: white;
}

#forum_container .selected .head {
    background-color: #BBBAB8;
    color: white;
}

#forum_container .head a {
    color: #555555;
}

#forum_container .list_object {
    float: right;
    margin-right: 10px;
}

/*********************************
* FLASH MESSAGES
**********************************/

.flash_message {
    margin: 0;
    padding: 0;
    margin: 0 3px 10px 9px;
}

.flash_message div {
    padding: 2px 13px;
    margin-top: 6px;
}

.flash_message a.close_link {
    float: right;
}

.flash_notice {
    background-color: #00A000;
    color: white;
}

.flash_error {
    background-color: #A00000;
    color: white;
}

.flash_alert {
    background-color: #D0D000;
    color: #333333;
}

/************************************
* PAGINATION
*************************************/

.pagination {
}

/************************
* PROJECT SEARCH
*************************/

#project_search_filter select {
    border: none;
    font-size: 10px;
    margin-left: 6px;
}

#project_search_filter label {
    margin-top: 6px;
    margin-bottom: 2px;
    display: block;
    font-size: 0.95em;
}

#project_search_filter .check {
    margin-top: 6px;
    clear: both;
}

#project_search_filter .check input {
    margin-top: -1px;
    float: left;
}

#project_search_filter .check label {
    font-weight: normal;
    margin: 0 0 0 25px;
}

#product_tag_search_container li {
    float: left;
}

#product_tag_search_container.searchValuePresent li {
}

#product_tag_search_container span.footer {
    display: none;
    color: #666666;
    padding-left: 14px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 1.1em;
}

#product_tag_search_container.searchValuePresent span.footer {
    display: block;
}

/******************************
* ERRORS
*******************************/

.formError {
    color: #D00000;
    font-weight: bold;
}

/**********************
* VARIOUS
***********************/

.group {
    margin-bottom: 8px;
}

.group label.top_label {
    margin-bottom: 2px;
    font-weight: bold;
}

.group label {
    font-weight: bold;
}

.group span {
    margin-left: 0px;
}


div.was {
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 5px;
}

.content1 {
    padding: 5px 0px 0px 0px;
    text-align: justify;
}

.content2 {
    padding: 5px 0px 3px 10px;
    text-align: justify;
}

.faq .fold_out_heading {
    margin-top: 8px;
}



#portal_description_gadget {
    height: 19px;
    display: block;
    background-color: #D7D6D3;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 707px;
}


#portal_description_gadget li {
    display: block;
    text-align: center;
    padding: 0;
    float: left;
}

#portal_description_gadget li a {
    display: block;
    color: white;
    display: block;
    height: 19px;
    width: 232px;
    text-align: center;
    background-color: #085A6B;
    line-height: 17px;
    padding: 0;
}

#portal_description_gadget li a:hover {
    background-color: #E3882A;
}


#portal_description_gadget li.active a {
    background-color: #666669;
}

#portal_description_slides .slide {
    height: 183px;
    width: 707px;
    position: absolute;
    z-index: 0;
}

#link_portal_description_start_project {
    
}

#content_wrapper .faq h3 {
    text-decoration: none;
    font-weight: bold;
    border-bottom: none;
    font-size: 1em;
}

#content {
    margin-left: 8px;
}

.fee_table th {
    text-align: left;
    padding-bottom: 5px;
}

.fee_table td {
    padding-left: 40px;
    text-align: right;
    padding-bottom: 5px;
}

.award_table img {
    border: 1px solid #D0D0D0;
    background-color: white;
}

.award_table th {
    text-align: left;
    padding-bottom: 5px;
    width: 150px;
}

.award_table td {
    padding-left: 40px;
    text-align: left;
    padding-bottom: 5px;
}

* html .project_new_call_type_container {
    float: left;
}

.main_nav_toggler {
    background-color: #5a5a5b;
    padding: 0px 10px 5px 10px;
    height: 4px;
}

* html .main_nav_toggler {
    height: 4px;
}

html .main_nav_top {
    padding: 0;
    background-color: #5a5a5b;
    height: 11px;
}

* html .main_nav_top {
    height: 15px;
    margin-bottom: -5px;
}

a#toggle_main_nav {
    height: 9px;
    background-repeat: no-repeat;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

#toggle_main_nav:hover {
    display: block;
}

#toggle_main_nav:hover {
    background-color: transparent;
}

a.open_main_nav {
    background-image: url(/images/site/main_nav_open.png);
}

a.close_main_nav {
    background-image: url(/images/site/main_nav_close.png);
    background-position: 0 -10px;
}

a.open_main_nav:hover {
    background-position: 0 -10px;
}

a.close_main_nav:hover {
    background-position: 0 -0px;
}


* html .main_nav_toggler {
    height: 2px;
}

.winner_application_overview {
    width: 49%;
}

* html .winner_application_overview {
    width: auto;
}

* html .content_inner {
    margin-right: -10px;
}

/*
* PROJECT SETUP
*/

.fullwidth {
    width: 100%;
}

* html .fullwidth {
    width: 699px;
}

* html content .fullwidth {
    width: 686px;
}

#project_setup_container .fullwidth {
    width: 100%;
}

* html #project_setup_container .fullwidth {
    width: 701px;
}

* html #project_setup_container .content .fullwidth {
    width: 688px;
}

#project_setup_container .textarea_fullwidth {
    width: 100%;
}

* html #project_setup_container .textarea_fullwidth {
    width: 701px;
    overflow: auto;
}

* html #project_setup_container .content .textarea_fullwidth {
    width: 688px;
    overflow: auto;
}

.logo_selection {
    margin-top: 12px;
    margin-bottom: 5px;
}

.logo_selection .selection_wrapper {
    width: 130px;
    height: 84px;
    float: left;
    padding: 5px;
}

.logo_selection .logo_sample {
    text-align: center;
    width: 100px;
    float: left;
}

.logo_selection .logo_sample label {
    display: block; 
    text-align: center;
    margin-top: 5px;
}

.logo_selection .radio_select {
    float: left;
    margin-top: 15px;
}

* html .logo_selection .radio_select {
    margin-top: 12px;
}

.user_evaluation_entry_item label {
    display: block;
    padding-top: 10px;
    margin-bottom: 3px;
    font-weight: bold;
}

.specification_summary {
    font-size: 1.00em;
}

.specification_summary .content {
    width: 684px;
    overflow: hidden;
}

.specification_summary .description {
    font-size: 0.87em;
    padding: 0 0 5px 0;
    font-style: italic;
}

.specification_summary table {
    margin-bottom: 10px;
}

.specification_summary th {
    padding-right: 20px;
    padding-bottom: 4px;
    font-size: 0.87em;
}

.specification_summary ul {
    margin: 0px;
    padding: 0 0 5px 20px;
}

.competition_image_filter_form a.active {
    font-weight: bold;
    font-size: 12px;
}

ul.products_special {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.products_special li {
    padding: 2px 0px;
}

ul.products_special li a {
    font-size: 13px;
    font-weight: bold;
}

.blog_topic_preview_item .title a {
    font-size: 1em;
    color: white;
}

.blog_topic_preview_item .created_at {
		font-size:0.9em;text-align:right;font-style:italic;
    margin-top: 3px;
}

.blog_topic_preview_item {
    margin-bottom: 5px;
}

DIV.auto_complete {
    height: 0px;
    width: 0px;
    position: absolute;
}

.auto_complete li {
    background: #D0D0D0;
    border: 1px solid #A0A0A0;
    border-top: none;
    font-size: 12px;
    list-style: none;
    display: block;
}

div.autocomplete ul {
    margin:0px;
    padding:0px;
    height: 150px;
    overflow: auto;
    z-index: 255;
    position: absolute;
    width: 440px;
}
div.autocomplete ul li.selected {
    background-color: #ffb;
}
div.autocomplete ul li {
    display:block;
    list-style-type:none;
    cursor:pointer;
}

div.autocomplete ul li a {
    padding: 5px 15px;
    display: block;
}

.award_logo_wrapper {
    margin-right: 17px;
    float: left;
}

.award_logo_wrapper_last {
    margin-right: 0px;
}

.award_logo_wrapper img {
    border: none;
}

div.auto_complete {
    width: 0px;
    background: #fff;
}
div.auto_complete ul {
    border:1px solid #888;
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
}
div.auto_complete ul li {
    margin:0;
    padding:3px;
}
div.auto_complete ul li.selected {
    background-color: #ffb;
}
div.auto_complete ul strong.highlight {
    color: #800;
    margin:0;
    padding:0;
}

.auto_complete_wrapper {
    padding-bottom: 3px;
}

.communication_message .disabled {
    color: #900000;
}

/* ##################### */

* html .inner_header {
   height: 80px;
}
#login_container {
  float: right;
  background: #5F5F60;
  padding: 2px;
  padding-left: 6px;
  margin-top: -1px;
  font-size: 12px;
}
#login_container .input {
  width: 100px;
  border: none;
  margin-right: 8px;
  font-size: 12px;
  font-family: Arial;
}
#login_container label {
  color: white;
  margin-right: 4px;
}
#login_container form {
  display: inline;
  margin: 0px;
}
#login_container div.hor_input_group {
  float: left;
  margin-top: 1px;
}
* html #login_container div.hor_input_group {
  margin-top: 2px;
}
.header_top {
  display: none;
}
* html .header_top {
  display: block;
}
body {
  /*background-image: url(/images/site/header_winter2.png);
  background-position: center -10px;
  background-repeat: repeat-x;*/
 
}

#latest_projects .pagination {
    text-align: center;
    border: 1px solid #E3E3E3;
    padding: 4px 4px;
}

#latest_projects .pagination_top {
    margin-bottom: 10px;
}

#latest_projects .pagination_bottom {
    margin-top: 10px;
}

#login_links_container{
	font-size: 12px;
  font-family: Arial;
}

#login_links_container ul{
	list-style:none;
	margin:0;
	margin-top:15px;
}

#login_links_container .login a{
	display:block;
	padding:3px 3px 3px 3px;
	background-color: #E3882A;
	color:white;
}

#login_links_container .registrieren{
	margin-top:3px;
	margin-bottom:3px;
}

#login_links_container .registrieren a:hover{
	
	padding:3px 3px 3px 6px;
	background-color: #E3882A;
	color:white;
}

.start_project_head{
	background-color:#E3882A;
}/* --------- /stylesheets/tag_search.css --------- */ 
/*********************************
* TAG SEARCH
************************************/

.no_results {
    padding-left: 4px;
}

.tag_search_container .results_wrapper {
    height: 140px;
}

.tag_search_container .search_field {
    width: 100%;
    border: 1px solid #D7D6D3;
}

.tag_search_container h1 {
    font-size: 1.2em;
}

.tag_search_container ul {
    list-style: none;
    padding: 2px;
    margin: 0px;
}

.tag_search_container li {
    display: inline;
    list-style: none;
    height: 25px;
    float: left;
    white-space: nowrap;
}

.tag_search_container li a {
    padding: 2px 5px;
    height: 25px;
    line-height: 25px;
    color: inherit;
    vertical-align: bottom;
    white-space: nowrap;
}

.tag_search_container .results_wrapper {
    overflow-y: auto;
}

.tag_search_container li a:hover {
    color: white;
}

.tag_search_container .tag1 a {
    font-size: 1.0em;
    color: #777777;
}

.tag_search_container .tag2 {
    font-size: 1.2em;
    color: #666666;
}
.tag_search_container .tag3 {
    font-size: 1.2em;
    color: #666666;
    font-weight: bold;
}
.tag_search_container .tag4 {
    font-size: 1.55em;
    color: #555555;
}
.tag_search_container .tag5 {
    font-size: 1.6em;
    color: #444444;
    font-weight: bold;
}
.tag_search_container .tag6 {
    font-size: 1.7em;
    color: #333333;
    font-weight: bold;
}

#project_search_filter .tag_search_container {
    background: white;
    padding: 3px 0px 0px 0px;
}

#project_search_filter .tag_search_container .results_wrapper {
    height: 200px;
}

#project_search_filter .tag_search_container label {
    color: #444444;
    margin-left: 4px;
}

#project_search_filter .tag_search_container .search_container {
    padding: 0px 3px 4px 3px;
}

#project_search_filter ul#selected_products {
    margin: 0;
    padding: 0;
    list-style: none;
}


#project_search_filter .tag_search_container .tag1 a {
    font-size: 1.0em;
}
#project_search_filter .tag_search_container .tag2 a {
    font-size: 1.2em;
}
#project_search_filter .tag_search_container .tag3 a {
    font-size: 1.4em;
}
#project_search_filter .tag_search_container .tag4 a {
    font-size: 1.6em;
}
#project_search_filter .tag_search_container .tag5 a {
    font-size: 1.8em;
}
#project_search_filter .tag_search_container .tag6 a {
    font-size: 2.0em;
}

#category_search .tag_search_container {
    padding: 3px 0px 0px 0px;

}

#category_search .tag_search_container .results_wrapper {
    overflow: hidden;
    margin-left: -5px;
}

* html #category_search .tag_search_container .results_wrapper {
    height: 140px;
    margin-top: -10px;
}

#category_search .tag_search_container label {
    margin: 3px 0;
}

#category_search .tag_search_container ul {
    margin: 0 0 0 0px;
    padding: 0px;
}

#category_search .tag_search_container .search_container {
    display: none;
}

#category_search li {
    display: block;
}

#category_search li a {
    color: white;
    display: block;
    padding: 2px 0px 2px 6px;
    overflow: hidden;
}


#product_search .tag_search_container {
    padding: 3px 0px 0px 0px;
}

#product_search .tag_search_container .results_wrapper {
    height: 200px;
}

#product_search .tag_search_container label {
    margin: 10px 0 3px 0;
}

#product_search .tag_search_container ul {
    margin: 0 0 0 -3px;
    padding: 0px;
}

#product_search .tag_search_container .search_container {
    color: white;
}

#product_search li {
    display: block;
}

#product_search li a {
    color: white;
    display: block;
}

/*#product_tag_search_container li a {
    color: black;
}
*/
#product_tag_search_container li .footer {
    display: block;
    clear: both;
}

#product_tag_search_container .outer_results_wrapper {
    border: 1px solid #D0D0D0;
}

#product_tag_search_container .results_wrapper {
    height: 173px;
}

.alt_welcome #product_tag_search_container .outer_results_wrapper {
    height: 80px;
}

.alt_welcome #product_tag_search_container {
    height: 124px;
}

.alt_welcome #product_tag_search_container .results_wrapper {
    height: 80px;
}

.alt_welcome #product_tag_search_container .search_container {
}

.alt_welcome #product_tag_search_container .search_container label {
    margin-top: 2px;
    display: block;
}

.alt_welcome #product_tag_search_container .search_container .search_field {
    display: block;
}/* --------- /stylesheets/project.css --------- */ 
/* 
    Document   : project
    Created on : 18.06.2009, 22:39:03
    Author     : micha
    Description:
        CSS for Project-Layout.
*/

/*###############
# MILESTONE LIST
#################*/

.milestone_action_list {
  list-style: none;
  font-size: 12px;
}

ol.milestone_list {
  background: url(/images/site/progress.png) no-repeat;
  color: white;
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 700px;
  height: 49px;
  display: block;
}

ol.milestone_list li {
  float: left;
  font-size: 11.5px;
  padding: 11px 0 0 22px;
  width: 97px;
}

ol.milestone_list li.first {
  padding-left: 10px;
  width: 100px;
}

ol.milestone_list li.last {
  width: 91px;
}

* html ol.milestone_list li {
  width: 119px;
}

* html ol.milestone_list li.first {
  width: 110px;
}

* html ol.milestone_list li.last {
  width: 108px;
}

ol.current_milestone_actions {
  margin: 0px;
  padding: 6px 2px 4px 2px;
  list-style: none;
  height: 17px;
  background-color: #DFDFDF;
}

* html ol.current_milestone_actions {
  padding: 4px 2px 4px 2px;
  height: 20px;
}


ol.current_milestone_actions li {
  float: left;
  margin: 0px;
  height: 1.5em;
  padding: 0px 5px;
}

table.vertical th {
    text-align: left;
    padding-right: 10px;
}

.float_right {
    float: right;
}


/*#########################
    PROJECT DETAIL
###########################*/



.red_font {
    color: #B00000;
}

.green_font {
    color: #00B000;
}



.project_schedule {
}

/*#########################
    Communication
###########################*/

/*#########################
    PROJECT - SEARCH
###########################*/

table.project_search_list {
}

.project_search_list th {
    padding: 5px 10px;
    border-bottom: 2px solid #777777;
    text-align: center;
}

.project_search_list th.title {
    text-align: left;
}

.project_search_list th.owner {
    text-align: left;
}

.project_search_list td {
    padding: 5px 10px;
    text-align: left;
    line-height: 1.5em;
}

.project_search_list tr.even {
    background-color: #ECECEC;
}

.project_search_list td.price {
    text-align: center;
}

.project_search_list td.call {
    padding: 8px 0px;
    vertical-align: top;
}

.project_search_list .progress_indicator_small {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 109px;
    height: 12px;
    background-image: url(/images/site/progress_small.png);
    background-repeat: no-repeat;
    line-height: 0em;
    font-size: 0em;
    margin-left: 20px;
}

* html .project_search_list .progress_indicator_small {
    margin-left: 0px;
}

.project_search_list .milestone_due_date {
}

.project_search_list td.option_one {
    padding: 8px 0px;
    vertical-align: top;
}

.project_search_list td.option_two {
    width: 16px;
    padding: 8px 0px;
    vertical-align: top;
}

.project_search_list .icon_secure {
}


/**************************************
* PROJECT SETUP
**************************************/

.icon_logo {
    background-image: url(/images/site/icons_logo_blue.png);
    width: 36px;
    height: 43px;
    margin-left: 30px;
}

* html .icon_logo {
    margin-left: 0px;
}

.icon_logo_only_picture {
    background-position: 0px 0px;
}

.icon_logo_picture_and_text {
    background-position: -35px 0px;
}

.icon_logo_only_text {
    background-position: -71px 0px;
}

.icon_logo_equal {
    background-position: -107px 0px;
}


/**************************************
* Applications (Image)
**************************************/

ul.image_application_list {
    margin: 0pt;
    padding: 0px;
    margin-left: -1px;
}

* html ul.image_application_list {
    margin-left: -11px;
}

ul.image_application_list li.application {
    margin-left: 10px;
    list-style: none;
    float: left;
    width: 130px;
    border: 1px solid #D7D6D3;
    text-align: center;
}

* html ul.image_application_list li.application {
    margin-left: 12px;
    width: 130px;
}

ul.image_application_list li.application .spacer {
    margin: 5px;
}

ul.image_application_list li.application .spacer {
    margin: 5px;
}

ul.image_application_list li.application .preview_wrapper {
    margin-top: 5px;
    margin-bottom: 8px;
}

ul.image_application_list li.application .preview_placeholder {
    width: 100px;
    height: 97px;
    border: 1px solid #E3882A;
    color: #E3882A;
}

ul.image_application_list li.application .info_wrapper {
}

ul.image_application_list li.application .comment_wrapper {
    height: 20px;
}

ul.image_application_list li.first {
    margin-left: 0;
}

ul.image_application_list li.winner {
    padding-bottom: 20px;
    color: #D00000;
    font-weight: bold;
    float: none;
    width: auto;
}

ul.image_application_list li.spacer {
    clear: both;
    display: block;
    float: none;
    height: 7px;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

* html ul.image_application_list li.spacer {
    height: 3px;
}

/**************************************
* Applications (Text)
**************************************/
/* --------- /stylesheets/user_evaluation.css --------- */ 
ul.unfinished_user_evaluations_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.unfinished_user_evaluations_list li {
  padding: 3px 0px 3px 6px;
}

ul.unfinished_user_evaluations_list li.odd {
  background-color: #EFEFEF;
}

ul.user_evaluation_entries_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.user_evaluation_entries_list li {
  padding: 3px 0px;
}

ul.user_evaluation_entries_list li.odd {
    background-color: #ECECEC;
}

table.user_evaluation_summary th {
    text-align: left;
}

table.user_evaluation_summary td {
    padding-left: 12px;
}/* --------- /stylesheets/profile.css --------- */ 
ul#bank_account_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#online_payment_account_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new_entry {
    border: 1px solid rgb(208, 208, 208);
    padding: 0px 10px;
    background-color: rgb(224, 224, 224);
}

ul#interest_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#interest_list li {
    float: left;
    margin-right: 15px;
}

.contact_icon {
    height: 16px; width: 16px; border: none; margin-right: 10px;
}
/* --------- /stylesheets/postbox.css --------- */ 
.toplevel_topic > .topic_header .title {
    font-weight: bold;
    font-size: 11px;
}

.topic_header {
    padding: 4px 0 4px 8px;
    font-size: 11px;
}

.toplevel_topic .odd > .topic_header {
}

.topic_information {
    float: right;
    margin-right: 20px;
}

.unread_messages {
    float: right;
}

.topic {
    margin-left: 22px;
}

.message_container {
    padding: 2px 0 5px 0px;
}

.message_entry {
    padding: 3px 5px 5px 8px;
    margin: 0px 0 0px 15px;
    border: 1px solid #D0D0D0;
    background-color: white;
}

.message_entry .body {
    margin-top: 3px;
    margin-bottom: 3px;
}

.sender {
    float: left;
    margin-right: 8px;
}

.unread_message_entry {
    border-left: 4px solid #5A5A5B;
    border-top-color: #5A5A5B;
    padding-left: 5px;
}

.unread_message_entry .subject {
    font-weight: bold;
}

.unread_message_entry .sender {
    font-weight: bold;
}

.unread_message_entry .sended_at {
    font-weight: bold;
}

.mark_message_as_read_link {
    float: right;
}

.link_unread {
    font-weight: bold;
}/* --------- /stylesheets/table.css --------- */ 
table.payment_demands th {
    padding: 5px 10px;
    border-bottom: 2px solid #777777;
}

table.payment_demands td {
    padding: 5px 10px;
    text-align: left;
    line-height: 1.5em;
}

table.payment_demands tr.even {
    background-color: #ECECEC;
    height: 4em;
}

table.payment_demands tr.odd {
    background-color: #E2E2E2;
    height: 4em;
}

table.payment_demand_listing th {
    border: none;
}

table.payment_demand_listing td {
    text-align: right;
}

table.project_setup_attachments tr.odd td {
    background-color: #E2E2E2;
}

table.final_products th {
    padding: 5px 10px;
    border-bottom: 2px solid #777777;
}

table.final_products td {
    padding: 5px 10px;
    text-align: left;
    line-height: 1.5em;
}

table.final_products tr.not_downloaded td {
    font-weight: bold;
}

table.project_invoices th {
    padding: 5px 10px;
    border-bottom: 2px solid #777777;
}

table.project_invoices td {
    padding: 5px 10px;
    text-align: left;
    line-height: 1.5em;
}

table.project_invoices tr.not_downloaded td {
    font-weight: bold;
}


table.standard th {
    padding: 5px 10px;
    border-bottom: 2px solid #777777;
}

table.standard td {
    padding: 5px 10px;
    text-align: left;
    line-height: 1.5em;
}

table.standard tr.even {
    background-color: #ECECEC;
}

table.standard tr.odd {
}

table.horizontal th {
    padding: 5px 10px;
    border-bottom: none;
    text-align: left;
}

table.milestone_table {
    border-bottom: 1px solid #E0E0E0;
}

table.milestone_table th {
    font-weight: normal;
    padding-bottom: 5px; 
    padding-right: 12px;
    border-bottom: 1px solid #E0E0E0;
}

table.milestone_table td {
    padding: 12px 12px 3px 0;
}/* --------- /stylesheets/lightbox.css --------- */ 
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 255; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(/stylesheets/data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 254; width: 100%; height: 500px; background-color: #000; }
/* --------- /stylesheets/mbTabset.css --------- */ 
.tabset_wrapper{
}

.mbTabset .handler{padding-right:5px; position:relative;margin-left:-5px}
.mbTabset{white-space:nowrap; display:block;margin-left:20px;margin-bottom:-1px; float:left}
.mbTabset .mbTab {display:inline-block; cursor:pointer; min-width:100px}
.mbTabset .mbTab.disabled {cursor:default}
.mbTabset.right {float:right}
.mbTabset .mbTab i{width:25px;position:relative;margin-left:-7px; padding-right:5px; margin-right:8px; cursor:move}
.mbTabset .floatEl{float:left;}

.mbTabset a.mbTab {
	background-color: white;
	color: #474747;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	font: normal 13px arial, sans-serif;
	height: 18px;
	margin-right: 0;
	padding-right: 12px;
	text-decoration: none;
    border: 1px solid gray;
    border-bottom: none;
}

.mbTabset a.mbTab span {
	display: block;
	padding: 2px 0 2px 10px;
    background: white;
}

.mbTabset a.mbTab span.sortable {
	display: block;
	line-height: 21px;
	padding: 3px 0 4px 10px;
}

.mbTabset a.mbTab span img{
	margin-left:-5px;
	margin-top:-2px;
	padding-right:5px;
}

/*HOVER*/
.mbTabset a.mbTab:hover {
	color: #000;
	outline: none;
}

.mbTabset a.mbTab:hover span {
}
.mbTabset a.mbTab:hover span.sortable {
}

/*SELECTED*/
.mbTabset a.mbTab.sel {
	font-weight: bold;
	outline: none;
}

.mbTabset a.mbTab.sel span {
}
.mbTabset a.mbTab.sel span.sortable {
	background-image:url(/images/mbTabset/default/tab_sel_grep.png);
}

/*DISABLED*/
.mbTabset a.mbTab.disabled {
	background-image: url(/images/mbTabset/default/tab_right.png);
	color: #999;
	outline: none;
}

.mbTabset a.mbTab.disabled span {
	background-image:url(/images/mbTabset/default/tab.png);
}
.mbTabset a.mbTab.disabled span.sortable {
	background-image:url(/images/mbTabset/default/tab_grep.png);
}

/*CONTAINER*/

.mbTabsetContainer{
	padding-top:10px;
	width:100%;
	background:#fff;
	clear:both;
    border-top: 1px solid gray;
}

.tabContent{
}/* --------- /stylesheets/calendar_date_select/default.css --------- */ 
.calendar_date_select {
  color:white;
  border:#777 1px solid;
  display:block;
  width:195px;
  z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
  position: absolute;
  z-index: 999;
}

.calendar_date_select thead th {
  font-weight:bold;
  background-color: #000;
  border-top:1px solid #777;
  border-bottom:2px solid #333;
  color: white !important;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background-color: #555;
}

.calendar_date_select .cds_footer {
  background-color: black;
  padding:3px;
  font-size:12px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  background-color: #ccc;
  border-bottom: 2px solid #aaa;
  text-align:center;
}

.calendar_date_select .cds_header span {
  font-size:15px;
  color: black;
  font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
  color: white;
}
.calendar_date_select .cds_header a {
  width:22px;
  height:20px;
  text-decoration: none;
  font-size:14px;
  color:black !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
}
.calendar_date_select .cds_header a.next {
  float:right;
}
.calendar_date_select .cds_header a.close {
  float:right;
  display:none;
}

.calendar_date_select .cds_header select.month {
  width:90px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}

.calendar_date_select .cds_buttons a {
  color: white;
  font-size: 9px;
}
.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #666666;
}
.calendar_date_select td.weekend {
  background-color: #606060;
}

.calendar_date_select td div {
  color: #fff;
}
.calendar_date_select td div.other {
  color: #888;
}
.calendar_date_select td.selected div {
  color:black;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #555;
}
.calendar_date_select td.selected {
  background-color:white;
}

.calendar_date_select td:hover {
  background-color:#ccc;
}

.calendar_date_select td.today {
  border: 1px dashed #999;
}

.calendar_date_select td.disabled div {
  color: #454545;
}


.fieldWithErrors .calendar_date_select {
  border: 2px solid red;
}
/* --------- /stylesheets/stars_rating/ui.stars.css --------- */ 
/*!
 * jQuery UI Stars v2.1.1
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2009 Orkan (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 102 $
 * $Date:: 2009-06-07 #$
 * $Build: 32 (2009-06-12)
 *
 */
.ui-stars-star,
.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
	width: 16px;
	height: 15px;
	display: block;
	background: url(/images/site/stars_rating/ui.stars.gif) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 -32px;
}
.ui-stars-star-on a {
	background-position: 0 -48px;
}
.ui-stars-star-hover a {
	background-position: 0 -64px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -16px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}
/* --------- /stylesheets/stars_rating/ui.stars.min.css --------- */ 
.ui-stars-star,.ui-stars-cancel{float:left;display:block;overflow:hidden;text-indent:-999em;cursor:pointer;}.ui-stars-star a,.ui-stars-cancel a{width:16px;height:15px;display:block;background:url(/images/site/stars_rating/ui.stars.gif) no-repeat 0 0;}.ui-stars-star a{background-position:0 -32px;}.ui-stars-star-on a{background-position:0 -48px;}.ui-stars-star-hover a{background-position:0 -64px;}.ui-stars-cancel-hover a{background-position:0 -16px;}.ui-stars-star-disabled,.ui-stars-star-disabled a,.ui-stars-cancel-disabled a{cursor:default!important;}/* --------- /stylesheets/modal_dialog/basic.css --------- */ 
/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 212 2009-09-03 05:33:44Z emartin24 $
 *
 */

body {height:100%; margin:0;}
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

#simplemodal-container h2 {
    font-size: 11.5px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 0px 1px 8px;
    margin: 6px 0 8px 0;
    background-color: #5a5a5b;
}

/* Container */
#simplemodal-container {
    /*height:320px;*/
    width:600px;
    color:#5A5A5B;
    background-color:#D7D6D3;
    border: 2px solid #444;
    padding: 0 4px 12px 4px;
    font-size: 0.72em;
}

* html #simplemodal-container {
    font-size: 0.71em;
}


#simplemodal-container code {
    background:#141414;
    border-left:3px solid #65B43D;
    color:#bbb;
    display:block;
    margin-bottom:12px;
    padding:4px 6px 6px;
}

#simplemodal-container a.modalCloseImg {background:url(/images/site/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}

#simplemodal-container #basic-modal-content {padding:8px;}/* --------- /stylesheets/community.css --------- */ 
.competition_image {
    margin-left: 12px;
    margin-bottom: 12px;
    border: 1px solid #D0D0D0;
    text-align:center;
    float:left;
}

* html .competition_image {
    width: 129px;
}

.competition_image .inner_wrapper {
    margin-bottom: 6px;
}

.competition_image .thumb {
    border: 1px solid #E0E0E0;
    margin: 6px 13px;
    width: 100px;
    height: 100px;
}

* html .competition_image .thumb {
    margin: 6px 0  0 0px;
}

.competition_image .info {
    margin-bottom: 5px;
    font-size: 8pt;
    width: 120px;
}

.competition_image .info .title {
    height: 3em;
}

.competition_image_list .header {
    margin-bottom: 12px;
}

.competition_image_list .header .category_filter a {
    margin-right: 12px;
}

.competition_image_list .header .sorting_filter {
    float: right;
}

.competition_image_list .header .sorting_filter a {
    margin-left: 12px;
}

.topic_tag_search .results_wrapper {
    height: 100px;
}

.topic_tag_search .outer_results_wrapper {
    border: 1px solid #D0D0D0;
}
