/*

New Search Results Stylesheet

*/

.search_page {
    margin-bottom: 20px;
}

.search_page h3 {
    color: #fff;
    margin-bottom: 10px;
}

.search_page .search_left_side h3 {
    /*padding: 0 10px;*/
    position: relative;
}

.search_left_side,
.search_content,
.search_right_side {
    vertical-align: top;
}


/*

Left Column

*/

.search_left_side {
    padding: 40px 0 0;
    width: 160px;
    margin-right: 0;
    border-right: 10px solid #000;
}

.left_side_section {
    margin-bottom: 20px;
    padding: 10px 6px;
    background: #1a1a1a;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 148px;
}

.left_side_section ul {
    margin: 0;
    padding: 0 0 0 10px;
}

.left_side_section ul li {
    list-style: none;
    margin: 10px 0;
}

.left_side_section ul li a {
    color: #999;
    display: block;
    height: 14px;
    line-height: 15px;
}

.search_category_filter {
    margin-bottom: 20px;
    width: 160px;
}

.search_category_filter li {
    display: block;
    position: relative;
    margin-bottom: 1px;
    height: 22px;
    padding: 0;
    background: #333333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    font-size: 11px;
}

.search_category_filter li a {
    display: block;
    font-size: 11px;
    padding: 0 10px 0 10px;
    line-height: 22px;
}

.search_category_filter li a.active {
    background: #ff8400;
    color: #fff;
}
.search_category_filter li a.active:hover {
    color: #fff;
}

.search_category_filter li a:hover {
    text-decoration: none;
    color: #ff8400;
}

.search_page .light_border .tl,
.search_page .light_border .tr,
.search_page .light_border .bl,
.search_page .light_border .br {
    display: none;
}

.heading_title_container {
    font-size: 13px !important;
    padding: 0;
}

.search_page .search_left_side h3.heading_title_container,
.search_page .search_right_side h3.heading_title_container {
/*    background: transparent;
    border: 0;
    height: auto;*/
}

.search_page .search_left_side h3.heading_title_container a,
.search_page .search_right_side h3.heading_title_container a {
    color: #fff;
    font-size: 10px !important;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    padding-left: 10px;
}

.search_page .search_left_side h3.heading_title_container .bullet {
    display: none;
}

.search_page .rss_list li {
    background: #000;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.search_page .rss_list a {
    background: url('../images/rss_icon.png') no-repeat 10px center;
    display: block;
    height: 14px;
    line-height: 15px;
    padding-left: 29px;
}

.search_page .rss_list a,
.search_page .more_rss a {
    color: #999;
}

/* Filter */

.expander {
    background: url('../images/expand.png') no-repeat 0 0;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 4px;
    width: 7px;
    cursor: pointer;
}

#filter_options {
    display: none;
    width: 148px !important;
}

.search_page .register_form {
    margin: 0 !important;
}

.search_page .register_form label {
    display: block;
    margin-bottom: 5px;
    width: 148px;
}

.search_page .big_select_box {
    margin: 5px 0 10px 0;
    width: 148px !important;
}
.search_page .big_select_box input {
    width: 148px !important;
}

.search_page .big_select_box .combo_box {
    background-image: url('../images/search_select_box.png');
    width: 148px;
}
.search_page .register_form {
    width: 148px;
}

.left_side_section .combo_box ul {
    padding: 0;
}

.left_side_section .combo_box ul li {
    margin: 0;
}
.left_side_section .combo_box div {
    width: 146px;
}

.search_page .date_picker {
    display: block;
    height: auto;
    width: 70px;
}

.register_form .picker {
    width: 70px !important;
    float: left;
}
.register_form .picker.left {
    margin-right: 8px;
}
.register_form .picker label {
    width: 70px !important;
}


.filter_button {
    background: url('../images/filter_button.png') no-repeat 0 0;
    color: #ccc;
    cursor: pointer;
    float: none;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    line-height: 4px;
    width: 70px;
    margin: 20px auto !important;
    display: block;
}

.search_page .date_picker input {
    background: url('../images/search_text_box_new.png') no-repeat 0 0;
    margin: 5px 0 10px 0;
    width: 60px;
    font-size: 10px;
}

/*

Center Column

*/

.search_content {
    padding: 0px;
    width: 600px;
}

.searchbar {
    background: #fff url("../images/search_icon_black.png") no-repeat 25px center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 8px 10px 5px 70px;
    height: 30px;
    width: 520px;
    margin: 10px 0 20px 170px;
    box-shadow: 0 0 5px #000;
    z-index: 10000;
}

.searchbar .search_button {
    position: static;
    float: left;
    width: 110px;
    height: 26px;
    padding: 0px;
    cursor: pointer;
    font-family: tahoma, sans-serif;
    float: left;
    margin-left: 20px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #c1c1c1;
    border-bottom-color: #9a9a9a;
    background: rgb(254,254,254);
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(222,222,222,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(222,222,222,1)));
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dedede',GradientType=0 );
    transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
}
.searchbar .search_button:hover {
    background: #ff8400;
    border-color: #ff8400;
    color: #fff;
}

.searchbar .search_textfield {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 353px;
    height: 18px;
    float: left;
    color: #666;
    font: normal 11px/19px Verdana, sans-serif;
    padding: 4px 10px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    box-shadow: inset 0 0 5px #ccc;
}

.search_result_count {;
    font-size: 11px;
    font-weight: bold;
    height: 23px;
    margin-bottom: 15px;
    padding: 3px 10px 0 10px;
}

.search_result_count.bottom {
    background-position: 0 1px;
    border-top: 1px solid #666;
    margin: 40px auto 20px auto;
    width: 579px;
}

.search_result_wrap {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}
.search_count {
    float: left;
    padding-top: 4px;
    width: 325px;
    color: #999;
    font-weight: normal;
}
.search_count span {
    color: #fff;
    font-weight: bold;
}

.search_pagination {
    float: right;
    font-weight: normal;
    height: 21px;
}

.search_pagination form > div {
    float: left;
    margin: 2px 4px 0;
}

.search_pagination .textfield {
    background-color: #6c6c6c;
    border: 0;
    color: #fff;
    height: 14px;
    padding: 4px 0;
    text-align: center;
    width: 45px;
}

.search_pagination .pagination_button {
    background: url('../images/pagination_buttons.png') no-repeat;
    cursor: pointer;
    float: left;
    height: 23px;
    margin: 2px 0 0 3px;
    width: 21px;
}

.search_pagination .pagination_button.begin {
    background-position: 0 0;
}

.search_pagination .pagination_button.begin:hover {
    background-position: 0 -24px;
}

.search_pagination .pagination_button.back {
    background-position: -22px 0;
}

.search_pagination .pagination_button.back:hover {
    background-position: -22px -24px;
}

.search_pagination .pagination_button.forward {
    background-position: -44px 0;
}

.search_pagination .pagination_button.forward:hover {
    background-position: -44px -24px;
}

.search_pagination .pagination_button.end {
    background-position: -66px 0;
}

.search_pagination .pagination_button.end:hover {
    background-position: -66px -24px;
}

.search_result {
    background-color: #1a1a1a;
    border: 0;
    padding: 5px 0 15px;
    margin: 10px 10px 0px;
    border-bottom: 1px solid #333333;
}
.search_content div.search_result:last-child, 
.search_content div.search_result.last {
    border-bottom: none !important;
}
.search_result p {
    font-size: 12px;
}
.search_result .orange_link {
    font-size: 16px;
    color: #cccccc;
}
.search_result b {
    color: #ff8400;
}
.search_result span.dark_text {
    display: block;
    margin: 10px 0 2px;
}
.search_profile_table {
    width: 100%;
    padding: 10px;
    background: rgb(38,38,38);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTFhMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWExYTFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(38,38,38,1) 0%, rgba(38,38,38,1) 40%, rgba(26,26,26,1) 40%, rgba(26,26,26,1) 40%, rgba(26,26,26,1) 100%, rgba(26,26,26,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,38,38,1)), color-stop(40%,rgba(38,38,38,1)), color-stop(40%,rgba(26,26,26,1)), color-stop(40%,rgba(26,26,26,1)), color-stop(100%,rgba(26,26,26,1)), color-stop(100%,rgba(26,26,26,1)));
    background: -webkit-linear-gradient(top,  rgba(38,38,38,1) 0%,rgba(38,38,38,1) 40%,rgba(26,26,26,1) 40%,rgba(26,26,26,1) 40%,rgba(26,26,26,1) 100%,rgba(26,26,26,1) 100%);
    background: -o-linear-gradient(top,  rgba(38,38,38,1) 0%,rgba(38,38,38,1) 40%,rgba(26,26,26,1) 40%,rgba(26,26,26,1) 40%,rgba(26,26,26,1) 100%,rgba(26,26,26,1) 100%);
    background: -ms-linear-gradient(top,  rgba(38,38,38,1) 0%,rgba(38,38,38,1) 40%,rgba(26,26,26,1) 40%,rgba(26,26,26,1) 40%,rgba(26,26,26,1) 100%,rgba(26,26,26,1) 100%);
    background: linear-gradient(to bottom,  rgba(38,38,38,1) 0%,rgba(38,38,38,1) 40%,rgba(26,26,26,1) 40%,rgba(26,26,26,1) 40%,rgba(26,26,26,1) 100%,rgba(26,26,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#1a1a1a',GradientType=0 );
}
.search_profile_table.search_team {
   background: rgb(38,38,38);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTFhMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWExYTFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(38,38,38,1) 0%, rgba(38,38,38,1) 30%, rgba(26,26,26,1) 30%, rgba(26,26,26,1) 100%, rgba(26,26,26,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,38,38,1)), color-stop(30%,rgba(38,38,38,1)), color-stop(30%,rgba(26,26,26,1)), color-stop(100%,rgba(26,26,26,1)), color-stop(100%,rgba(26,26,26,1)));
background: -webkit-linear-gradient(top,  rgba(38,38,38,1) 0%,rgba(38,38,38,1) 30%,rgba(26,26,26,1) 30%,rgba(26,26,26,1) 100%,rgba(26,26,26,1) 100%);
background: -o-linear-gradient(top,  rgba(38,38,38,1) 0%,rgba(38,38,38,1) 30%,rgba(26,26,26,1) 30%,rgba(26,26,26,1) 100%,rgba(26,26,26,1) 100%);
background: -ms-linear-gradient(top,  rgba(38,38,38,1) 0%,rgba(38,38,38,1) 30%,rgba(26,26,26,1) 30%,rgba(26,26,26,1) 100%,rgba(26,26,26,1) 100%);
background: linear-gradient(to bottom,  rgba(38,38,38,1) 0%,rgba(38,38,38,1) 30%,rgba(26,26,26,1) 30%,rgba(26,26,26,1) 100%,rgba(26,26,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#1a1a1a',GradientType=0 );

}
.search_profile_table th img {
    width: auto !important;
    height: auto !important;
    border: none !important;
    margin: 0 !important;
}
.search_profile_table td img {
    border: 1px solid #333;
    height: 134px;
    margin-right: 10px;
    width: 95px;
}
.search_profile_table th.left, 
.search_profile_table td.left {
    text-align: left;
}

.search_profile_table.search_team td img {
    height: 70px;
    width: 70px;
}

.search_profile_table.search_team .other_teams {
    margin: 0 auto;
    padding-left: 22px;
}

.search_profile_table.search_team .other_teams .other_team_logo {
    display: inline-block;
    height: 35px;
    margin: 0 10px 5px 0;
    position: relative;
    width: 35px;
}

.search_profile_table.search_team .other_teams .other_team_logo a:hover {
    text-decoration: none;
}

.search_profile_table.search_team .other_teams .other_team_logo .tooltip a {
    font-weight: bold;
}

.search_profile_table.search_team .other_teams img {
    border: 1px solid #333;
    height: 35px;
    margin: 0;
    width: 35px;
}

.search_profile_table.search_team .other_teams img:hover {
    border: 1px solid #fff;
}

.search_profile_table td table {
    margin: 10px 0;
    width: 100%;
}

.search_profile_table td table th {
    color: #ccc;
    padding: 3px 0;
}

.search_profile_table td table td {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
}

.search_profile_heading {
    color: #fe850c;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 20px;
}
.search_profile_heading a {
    color: #fe850c;
}
.search_profile_links a {
    color: #999999;
}

.search_profile_links a:hover,
.search_profile_heading a:hover {
    text-decoration: underline;
}

.search_profile_links {
    color: #999;
    margin-top: 10px;
}

.search_profile_links a {
    display: inline;
     color: #999;
     font-size: 12px;
}

.match_info {
    font-weight: bold;
    margin-bottom: 2px;
    color: #999;
    border-top:  1px solid #333333;
    padding-top: 5px;
}

.match_info a {
    color: #ff8400;
    display: inline;
    margin-left: 5px;
}

.photos_table {
    width: 100%;
}

.photos_table td {
    padding: 5px 5px;
    vertical-align: top;
    width: 185px;
    text-align: left;
}

.photos_table .orange_link {
    display: block;
    height: 26px;
    margin: 3px 0;
    overflow: hidden;
    width: 185px;
}

.photos_table td a {
    position: relative;
}
.photos_table td .number {
  padding: 1px 0 0 17px;
  margin: 0px 0 5px;
  text-align: left;
  display: block;
  background: black;
  height: 16px;
  line-height: 15px;
  position: static;
  background: url(../images/photo_icon.png) no-repeat 0 3px;
  color: #999999;
}

.search_video_result {
    position: relative;
}

.search_video_result span {
    position: absolute;
}

.search_video_result .search_playvideo {
    background: url('../images/play_icon_medium.png') no-repeat 0 0;
    height: 50px;
    top: 32%;
    left: 37%;
    width: 50px;
}

.search_video_result .search_lengthvideo {
    background: url('../images/search_video_time.png') no-repeat 0 0;
    bottom: 0;
    color: #999;
    font-size: 10px;
    font-weight: bold;
    height: 14px;
    padding-top: 2px;
    right: 0;
    text-align: center;
    width: 36px;
}

.videos_page .search_video_result {
    float: left;
    height: 114px;
    margin-right: 10px;
    width: 203px;
}

.photos_table.videos_page .orange_link {
    font-size: 12px;
    height: auto;
    line-height: 14px;
}
.photos_table td img {
    width: 183px;
    height: 102px;
    border: 1px solid #333333;
}
.photos_table td .orange_link {
    font-size: 12px;
    height: auto !important;
    overflow: visible !important;
}

.rating {
    display: block;
}

.rating span {
    float: left;
}

.rating.search_video {
    padding: 4px 0 0 0;
}

.rating.search_video span {
    background-image: url('../images/rating_star.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 10px;
    margin: 0 2px;
    width: 10px;
}

.rating.search_video span.active {
    background-position: -11px 0;
}

.search_result.video_result,
.search_result.galery_result {
    margin: 0;
    padding: 10px 10px 5px;
    background: #262626;
    border-bottom: none;
}


/*

Right Column

*/

.search_right_side {
    padding: 40px 0 0;
    width: 300px;
    border-left: 10px solid #000;
}

.search_links_row {
    color: #ccc;
    margin-bottom: 15px;
}

.search_links_row .orange_link {
    font-size: 12px;
    margin-bottom: 3px;
}

.search_links_row span {
    display: block;
}

.search_page .search_right_side .orange_link {
    background: transparent;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
}

.search_page .search_right_side .orange_link span {
    font-size: 10px;
    color: #cccccc;
}

.search_page .spacer_td_img {
    display: none;
}