.search_header {
    background-color: #FFE788;
    width: 548px;
    padding: 10px;
    margin-bottom: 20px;
	position:relative;
}

#search_text {
    background-color: white;
    border: none;
    padding: 3px;
    width: 70%;
    margin-right: 30px;
	background-image: url(/themes/eventmanager/images/bg_input.png);
	height: 1.9em;
    line-height: 1.9em;
    border:1px solid #ffd81d;
    padding:0 5px;
    vertical-align: middle;
}

#search_button {
    border: none;
    background: transparent url(/themes/eventmanager/images/bg_form_button_search.png) no-repeat;
    width: 103px;
    height: 31px;
    padding:0 0 3px 20px;
	margin:0px;
}

.results_count {
	display:none;
    margin:5px 0 0 3px;
    color:#612D07;
	clear:both;
}

#results_tabs {
    padding: 0;
    width: 560px;
    height: 30px;
	text-shadow:0 1px 0 #FFFFFF;
}

.result_tab {
    display: block;
    width: 40%;
    height: 100%;
    float: left;
    background-color: #FFE788;
    color:#612D07;
    padding-top: 7px;
    text-align: center;
    font-size:1.3em;
    font-weight: bold;
}

#content div.result_tab a {
    text-decoration:none;
    color:#612D07;
}

.selected_tab {
    background-color: #FFD500;
}

 tr.not_ranked_status,
 td.not_ranked_status {
     width: 5px !IMPORTANT;
     padding-left: 0px !IMPORTANT;
     padding-right: 0px !IMPORTANT;
     width: 7px;
     text-align: right !IMPORTANT;
     vertical-align: middle !IMPORTANT;
}

tr.unqualified,
tr.unqualified a {
    color: #444444 !IMPORTANT;
}

.not_ranked_img {
    display: inline;
    width: 7px;
    height: 7px;
    margin-top: 8px;
    margin-bottom: 0px !IMPORTANT;
    border: 0 !IMPORTANT;
}

#table_footer {
    padding-top: 25px;
    padding-bottom: 20px;
    font-style: italic;
    color: #444444;
}

table.ranking_table {
    clear: both;
    margin: 0px !IMPORTANT;
}

div.pagination {
    padding-top: 10px;
    padding-bottom: 10px;
	margin:0 0 20px 0;
}

/***** FINAL RANKINGS *****/

.final_ranking_search_header {
	position:relative;
	clear:both;
    background-color: #FFE788;
    width: 538px;
    padding: 10px;
    padding-left: 20px;
    padding-top: 30px;
    margin-bottom: 20px;
}

.final_ranking_search_header label {
    display: block;
    font-weight: bold;
}

.final_ranking_search_header select {
    font-size:1em;
}

div.two_columns {
    width: 85%;
}

div.right_column {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

div.left_column {
    width: 50%;
    float: left;
}

.winner_img {
    display: inline;
    margin-top: 8px;
    margin-bottom: 0px !IMPORTANT;
    border: 0 !IMPORTANT;
}



div.pagination div {
    float: left;
    width: 25px;
    height: 20px;
    background-color: #FEF1BE;
    text-align: center;
    padding-top: 5px;
    margin-right: 3px;
}

div.pagination div.current_page {
    background-color: #ffd500;
    font-weight: bold;
}

div.pagination div.previous_page {
    background-color: #FFE788
}

div.pagination div.next_page {
    background-color: #FFE788
}

#content h1 {
	display:block;
	width:546px;
	padding: 0 0 0 20px;
	height:1.83em;
	line-height:1.83em;
	border:1px solid #d2a400;
	background:url(/themes/eventmanager/images/bg_h1.png) repeat-x;
	color:#612d07;
	margin:0em;
    text-shadow:0 1px 0 #FFFFFF;
}



#content h2, #content .myAccordion h2, #content div.headerstar h2  {
	display:block;
	width:543px;
	padding: 0 0 0 20px;
	height:29px;
	line-height:1.9em;
	border:1px solid #d2a400;
	background:url(/themes/eventmanager/images/bg_h1.png) repeat-x;
	color:#612d07;
	margin:0em;
    text-shadow:0 1px 0 #FFFFFF;
}

select {
	margin: 5px 0 0 0;
	}



