body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select,button {
    margin: 0;  
    padding: 0;  
    outline-width: 0;
}

html {
    _filter: expression(document.execCommand("BackgroundImageCache", false, true));
    font: 12px arial, sans-serif;
    background: #000;
}

body {
    float: left;
    width: 100%;
    background: url("/images/bg.png") repeat-y center top;
    _behavior: url("/js/csshover.htc");
overflow-x:hidden;
}

img {
    border: 0;
}

input, select, button, textarea {
    font: 12px arial, sans-serif;
}

a:link {color: #034ea2; text-decoration: none}
a:visited {color: #034ea2; text-decoration: none}
a:active {color: #034ea2; text-decoration: none}
a:hover {color: #034ea2; text-decoration: underline}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

h1 {
    font: normal 18px arial;
    text-decoration: none;
    margin-bottom: 10px;
}

h2 {
    font: bold 12px arial;
    text-decoration: none;
    margin-bottom: 10px;
}

h3 {
    font: bold 12px arial;
    text-decoration: none;
    margin-bottom: 10px;
}

#container {
    position: relative;
    margin: 0 auto;
    width: 988px;
    zoom: 1;
}

#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.top_gradient {
    position: absolute;
    z-index: 0;
    left: -77px;
    top: 0;
    width: 1142px;
    height: 250px;
    background: url("/images/top_gradient.png") no-repeat 0 -50px;
}

#header {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 203px;
    background: url("/images/header_bg.jpg") no-repeat 0 35px;
}

.logo {
    position: absolute;
    z-index: 1;
    left: 132px;
    top: 44px;
    width: 130px;
    height: 142px;
    overflow: hidden;
    text-indent: -1000px;
    background: url("/images/logo.png") no-repeat 0 0;
}

.logo a {
    float: left;
    width: 130px;
    height: 142px;
}

.navigation {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 5px;
    width: 996px;
    font-size: 11px;
    list-style: none;
}

.navigation li {
    float: left;
    position: relative;
    width: 159px;
    line-height: 22px;
    height: 22px;
    margin-right: 7px;
    background: url("/images/navigation_bg.png") no-repeat 0 0;
}

.navigation li:hover {
    background-position: 0 -22px;
}

.navigation li:hover ul {
    display: list-item;
}

.navigation ul {
    display: none;
    position: absolute;    
    left: 0;
    top: 22px;
    width: 159px;
    list-style: none;
}

.navigation li li {
    height: 22px;
    line-height: 22px;
    background: none;
}

.navigation a {
    position: relative;
    display: block;
    width: 152px;
    height: 22px;
    padding: 0 0 0 7px;
    color: #8ea2f7 !important;
    text-decoration: none !important;
}

.navigation a:hover {
    color: #036 !important;
    background: url("/images/navigation_bg.png") no-repeat 0 -88px !important;
}

.navigation ul a {
    background: url("/images/navigation_bg.png") no-repeat 0 -44px;
}

.navigation ul a:hover {
    color: #006 !important;
    background-position: 0 -66px !important;
}

.menu {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 170px;
    height: 29px;
    width: 988px;
    line-height: 25px;
    color: #fff;
    white-space: nowrap;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #0d1e47;
}

.menu ul {
    position: absolute;
    right: 21px;
    top: 0;
    font-size: 15px;
    list-style: none;
}

.menu li {
    float: left;
    position: relative;
    padding: 0 11px;
    height: 29px;
    background: url("/images/menu_bg.png") no-repeat 0 29px;
}

.menu li:hover ul {
    display: list-item;
}

.menu li:hover a {
    color: #eacaa9 !important;
}

.menu li:hover li a {
    color: #fff !important;
}

.menu ul ul {
    display: none;
    position: absolute;
    left: 1px;
    right: auto;
    top: 29px;
    font-size: 13px;
    line-height: normal;
    padding: 5px 0 10px 0;
    _padding-bottom: 11px;
    background: url("/images/menu_bg.png") repeat-x 0 0;
    _overflow-x: hidden;
    //z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('beforeEnd', '<div style="width: 100%; height: 3px; position: absolute; bottom: -3px; background: #000;font-size:0; filter: alpha(opacity=40);"></div>'));
}

.menu ul ul:after {
    position: relative;
    top: 3px;
    font-size: 0;
    content: ".";
    display: block;
    height: 3px;
    clear: both;
    margin: 10px 0 -10px 0;
    text-indent: -10000px;
    background: url("/images/trans.png") repeat-x left bottom;
}

.menu li li {
    float: none;
    padding: 1px 20px;
    height: auto;
}

.menu a {
    color: #fff !important;
    text-decoration: none !important;
}

.menu a:hover {
    color: #eacaa9 !important;
}

.menu li li a:hover {
    color: #eacaa9 !important;
}

#content {
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

#banner {
    float: left;
    position: relative;
    overflow: hidden;
    width: 988px;
    height: 392px;
    background: #f4e1cd url("/images/banner_bg.jpg") no-repeat 0 0;
}

#banner img {
    vertical-align: top;
}

.links {
    clear: both;
    height: 45px;
    padding: 5px 14px 0 14px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: url("/images/trans.png") repeat-x bottom;
}

.links table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.links table td {
    padding: 0 1px;
}

.links .button {
    cursor: pointer;
    height: 33px;
    line-height: 14px;
    background: url("/images/small_gradient.gif") repeat-x 0 0;
}

.links .button:hover {
    background-position: 0 -33px;
}

.links .active .button {
    color: #fff;
    font-weight: bold;
    background-position: 0 -33px;
}

.links .button span {
    display: inline-block;
    *display: inline;
    zoom: 1;
/*    padding: 0 5px;*/
    padding: 0;
text-align: center;
}

.links .button span span {
    padding: 0;
    height: 33px;
    display: table-cell; 
    vertical-align: middle;
}

.links .button span span span {
    display: block;
    height: auto;
    position: relative;
    top: -2px;
    cursor: pointer;
    margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}


.links .button strong {
    display: inline-block;
    *display: inline;
    zoom: 1;
/*    padding: 0 5px;*/
font-weight: normal;
}

.links .button strong strong {
    padding-top: 3px;
    height: 33px;
    display: table-cell; 
    vertical-align: middle;
}

.links .button strong strong strong {
    display: block;
    height: auto;
    position: relative;
    top: -2px;
    cursor: pointer;
    margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}




.links a {
    display: block;
    color: #fff !important;
    text-decoration: none !important;
}

.links .active a {
    color: #fff !important;
}

.hindsight {
    float: left;
    width: 650px;
    height: 344px;
    padding-top: 110px;
    margin-bottom: 30px;
    color: #fff;
    background: url("/images/hindsight_bg.png") no-repeat 0 0;
}

.hindsight .title {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}

.more {
    clear: both;
    width: 74px;
    height: 22px;
    padding: 2px 7px 0 1px;
    font-size: 10px;
    text-align: center;
    background: url("/images/more_bg.png") no-repeat 0 0;
}

.more a {
    color: #fff !important;
}

.hindsight .more {
    position: absolute;
    left: 0;
    bottom: 0;
}

.story_in_words {
    float: left;
    position: relative;
    display: inline;
    width: 266px;
    height: 390px;
    margin: -55px 0 0 15px;
}

.story_in_words .image {
    position: relative;
    margin: 0 -14px 13px 0;
    width: 310px;
    height: 200px;
}

.story_in_words .image img {
    vertical-align: top;
}

.hindsight .story_in_words .title {
    font-size: 17px;
    font-weight: bold;
}

.hindsight h3 {
    font: bold 10px arial;
    text-decoration: none;
    margin-bottom: 0px;
}

.hindsight h1 {
    font: normal 14px arial;
    text-decoration: none;
    margin-bottom: 9px;
}

.hindsight h2 {
    font: normal 11px/12px arial;
    text-decoration: none;
    margin-bottom: 10px;
}

.personal_matter {
    float: left;
    position: relative;
    display: inline;
    width: 140px;
    height: 215px;
    margin: 0 0 10px 60px;
    _margin-left: 30px;
    font-size: 13px;
}

.personal_matter .image {
    margin-bottom: 10px;
    width: 140px;
    height: 100px;
}

.personal_matter .image img {
    vertical-align: top;
}

.moments_of_pride {
    float: right;
    position: relative;
    width: 140px;
    height: 215px;
    padding-right: 16px;
    margin-bottom: 10px;
    font-size: 13px;
}

.moments_of_pride .image {
    margin-bottom: 10px;
    width: 140px;
    height: 100px;
}

.moments_of_pride .image img {
    vertical-align: top;
}

.hindsight .anons {
    float: right;
    width: 140px;
    min-height: 55px;
    _height: 55px;
}

.newsreel_frames {
    float: right;
    position: relative;
    width: 296px;
    height: 95px;
    padding: 10px 16px 0 13px;
    border-top: 2px solid #b3d7f4;
}

.newsreel_frames .image {
    float: left;
    width: 128px;
    height: 72px;
    border: 6px solid #fff;
}

.newsreel_frames .image img {
    vertical-align: top;
    width: 128px;
    height: 72px;
}

.newsreel_frames .more {
    left: 169px;
}

.history_day {
    float: right;
    position: relative;
    width: 323px;
    height: 192px;
    margin-bottom: 36px;
    background: url("/images/history_day_bg.png") no-repeat 0 0;
}

.history_day .year {
    position: absolute;
    left: 15px;
    top: 70px;
    font-size: 34px;
    color: #6a5743;
}

.history_day .anons {
    position: absolute;
    left: 103px;
    top: 75px;
    width: 208px;
 overflow: hidden;
 height: 6em;
}

.anons .fade {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 17px;
 background: url("/images/gradient_history.png") repeat-x;
}



.history_day .more {
    position: absolute;
    left: 212px;
    bottom: 8px;
    background-position: 0 -24px;
}

.birth_days {
    float: right;
    position: relative;
    width: 323px;
    height: 226px;
    margin-bottom: 30px;
    background: url("/images/birth_days_bg.jpg") no-repeat 0 0;
}

.birth_days .title {
    position: absolute;
    left: 43px;
    top: -16px;
    width: 248px;
    height: 43px;
    background: url("/images/birth_days.png") no-repeat 0 0;
}

.birth_days .date {
    position: absolute;
    left: 32px;
    top: 20px;
    color: #0d1e47;
/*    font: italic bold 28px 'Times New Roman', serif;*/
    font: italic 28px 'Times New Roman', serif;
}    

.birth_days .date big {
    color: #790000;
    font-size: 48px;
}

.birth_days .prev {
    display: none;
    position: absolute;
    left: 13px;
    top: 124px;
    width: 11px;
    height: 8px;
    font-size: 0;
    cursor: pointer;
    background: url("/images/prev_next.png") no-repeat 0 0;
}

.birth_days .next {
    display: none;
    position: absolute;
    right: 7px;
    top: 124px;
    width: 11px;
    height: 8px;
    font-size: 0;
    cursor: pointer;
    background: url("/images/prev_next.png") no-repeat -11px 0;
}

.birth_days .disabled {
    cursor: default;
    background-position: 0 18px;
}

.birth_days .carousel {
    position: absolute;
    overflow: hidden;
    left: 29px !important;
    top: 77px;
    width: 272px !important;
    height: 140px;
    font-size: 11px;
}

.birth_days .carousel ul {
    float: left;
    list-style: none;
    margin-right: -14px;
}

.birth_days .carousel li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 81px;
    height: 140px !important;
    margin: 0 14px 50px 0;
    text-align: center;
    font-weight: bold;
}

.birth_days .carousel li .photo {
    position: relative;
    z-index: 0;
    width: 75px;
    height: 100px;
    margin: 2px 0 5px 2px;
}

.birth_days .carousel li .photo img {
    vertical-align: top;
    width: 75px;
    height: 100px;
}

.birth_days .carousel li .photo_frame {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 81px;
    height: 106px;
    background: url("/images/photo_frame.png") no-repeat 0 0;
}

.birth_days .carousel li .photo_frame a {
    float: left;
    display: inline;
    width: 75px;
    height: 100px;
    margin: 2px 0 0 2px;
}

.birth_days a {
    color: #001356 !important;
}

#footer {
    float: left;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 110px;
    color: #fff;
}

.bottom_gradient {
    position: absolute;
    z-index: 0;
    left: -77px;
    bottom: -1px;
    width: 1142px;
    height: 133px;
    background: url("/images/bottom_gradient.png") no-repeat 0 0;
}

#footer .text_line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-indent: 58px;
    font-size: 13px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #0d1e47;
}

#footer .d {
    position: absolute;
    left: 15px;
    top: -12px;
}

.copyrights {
    position: absolute;
    left: 0;
    top: 40px;
    font-size: 11px;
    
}

.content {
    float: left;
    width: 958px;
    padding: 0 15px 50px 15px;
    background: #fff url("/images/content_bg.png") repeat-x top;
}

.headline {
    float: left;
    position: relative;
    z-index: 1;
    display: inline;
    width: 958px;
    height: 48px;
    padding: 0 15px;
    padding-top: 9px;
    margin: 0 -15px 12px -15px;
    background: url("/images/trans.png") repeat-x bottom;
}

.headline .title {
    padding: 0 15px;
    height: 33px;
    background: url("/images/small_gradient.gif") repeat-x 0 0;
}

.headline .title h1 {
    float: left;
    margin: 0;
    color: #fff;
    line-height: 30px;
}

.headline .title h2 {
    float: left;
    margin: 0;
    color: #fff;
    font: normal 14px arial;
    line-height: 30px;
}

.headline .title ul {
    float: left;
    font-size: 0;
    white-space: nowrap;
    margin-top: 10px;
    color: #fff;
    list-style: none;
}

.headline .title ul li {
    display: inline;
    padding: 0 5px;
    font-size: 14px;
    border-left: 1px solid #9dbbdd;
    _border-left-width: expression(this.previousSibling==null ?'0' :'');
}

.headline .title ul li:first-child {
    border-left: 0;
}

.headline .title ul li a {
    color: #9dbbdd !important;
}

.headline .title ul li a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.headline .title ul li.active  {
    font-weight: bold;
}

.headline .title ul li.active a {
    color: #fff !important;
}

.headline .title .select_form {
    float: right;
    margin-top: 7px;
}

.left_column {
    float: left;
    position: relative;
    z-index: 0;
    width: 635px;
}

.white_block {
    float: left;
    width: 600px;
    padding: 10px 18px 15px 17px;
    background: #fff;
}

.right_column {
    float: right;
    position: relative;
    z-index: 0;
    width: 310px;
}

.personality {
    float: left;
    width: 100%;
}

.personality .photo {
    float: left;
    width: 310px;
    height: 420px;
    margin-bottom: 12px;
}

.personality .photo img {
    width: 310px;
    height: 420px;
    vertical-align: top;
}

.personality .big_photo {
    float: left;
    width: 635px;
    margin-bottom: 12px;
}

.personality .big_photo img {
    width: 635px;
    vertical-align: top;
}

.personality .info {
    float: right;
    width: 310px;
    height: 420px;
    color: #0d1e47;
    margin-bottom: 12px;
}

.personality .info table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 310px;
    height: 420px;
}

.personality .info td {
    padding: 0;
    vertical-align: bottom;
}

.personality .info h2 {
    color: #0d1e47;
    font: normal 24px arial;
    margin: 0;
}

.personality .info h1 {
    color: #0d1e47;
    font: normal 42px arial;
    margin: 0 0 15px 0;
}

.personality .info .amplua {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 15px;
}

.personality .info .signature {
/*    text-align: right;
    position: relative;*/
     position: absolute;
     right: 0;
     top: 0;
}

.personality .info .features {
    margin: 40px 0 40px 16px;
}

.personality .info .attributes {
     position: relative;
/*     height: 85px;*/
     height: 73px;
     padding-top: 115px;
background-repeat: no-repeat;
}

.personality .info .icons {
     margin-bottom: -10px;
}

.icons {
    font-size: 0;
    color: #72152f;
    list-style: none;
/*text-align: center;*/
}

.icons li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
    margin: 0 5px 0 5px;
    font-size: 14px;
    text-align: center;
width:24%;
}

.icons li img {
    vertical-align: bottom;
/*    margin-bottom: 5px;*/
}

.icons_head {
    font-size: 0;
    color: #72152f;
    list-style: none;
/*text-align: center;*/
}

.icons_head li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
    margin: 0 5px 0 0;
    font-size: 14px;
}

.icons_head li img {
    vertical-align: bottom;
/*    margin-bottom: 5px;*/
}

.icons1 {
    font-size: 0;
    color: #72152f;
    list-style: none;
/*text-align: center;*/
}

.icons1 li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
    font-size: 14px;
    text-align: center;
width:24%;
}

.icons1 li img {
    vertical-align: bottom;
/*    margin-bottom: 5px;*/
}




.icons2 {
    font-size: 0;
    color: #72152f;
    list-style: none;
/*text-align: center;*/
}

.icons2 li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
    margin: 0 5px 0 5px;
    font-size: 14px;
    text-align: center;
}

.icons2 li img {
    vertical-align: bottom;
/*    margin-bottom: 5px;*/
}



.submenu {
    clear: both;
    position: relative;
    padding: 13px 0 0 0;
    margin-bottom: 20px;
    background: #2c5e9c;
}

.white_block .submenu {
    margin: 0 -18px 20px -17px;
}

.submenu ul {
    padding-left: 10px;
    height: 22px;
    border-top: 1px solid #fff;
    list-style: none;
    background: #0d1e47;
}

.white_block .submenu ul {
    padding: 0 18px 0 11px;
    height: 22px;
    border-top: 1px solid #fff;
    list-style: none;
    background: #0d1e47;
}

.submenu li {
    float: left;
    margin-top: 3px;
    padding: 0 5px;
    border-left: 1px solid #fff;
    _border-left-width: expression(this.previousSibling==null ?'0' :'');
}

.submenu li:first-child {
    border: 0;
}

.submenu .active {
    font-weight: bold;
}

.submenu a {
    color: #fff !important;
}

.subtitle {
    float: left;
    width: 100%;
    height: 21px;
    line-height: 20px;
    margin-bottom: 28px;
    font-size: 18px;
    color: #fff;
}

.subtitle p {
    float: left;
    height: 21px;
    padding: 0 180px 0 15px;
    background: #034ea2 url("/images/subtitle_bg.png") repeat-y top right;
}

.statistics {
    clear: both;
    margin: 0 -2px;
}

.statistics2 {
    clear: both;
    margin: 0;
}

.statistics table {
    width: 100%;
    margin-bottom: 12px;
}

.statistics td {
    font-size: 11px;
    vertical-align: top;
    padding: 1px;
}

.statistics th {
    padding: 1px;
}

.statistics thead td {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #7788b1;
}

.statistics tfoot td {
    font-size: 12px;
    font-weight: bold;
    background: #7788b1;
}

/*.statistics .zebra td {
    background: #b0c1ea;
}
*/

.statistics2 table {
    width: 100%;
    margin-bottom: 12px;
}

.statistics2 td {
    font-size: 11px;
    vertical-align: top;
    padding: 1px;
}

.statistics2 th {
    padding: 1px;
}

.statistics2 thead td {
    font-size: 12px;
    color: #fff;
    text-align: left;
    font-weight: bold;
/*    background: #7788b1;*/
    background: #495a83;
}

.statistics2 tfoot td {
    font-size: 12px;
    font-weight: bold;
    background: #7788b1;
}
/*
.statistics2 .zebra td {
    background: #b0c1ea;
}
*/

.legend {
    float: left;
    width: 100%;
    font-size: 11px;
    list-style: none;
}

.legend li {
    float: left;
    padding: 0 35px 0 15px;
}

.legend li p {
    margin-bottom: 1px;
}

.legend li span {
    width: 17px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-weight: bold;
}

.player_seasons {
    float: left;
    position: relative;
    z-index: 1;
    width: 310px;
    height: 84px;
    color: #0d1e47;
    border-bottom: 3px solid #fff;
    background: url("/images/player_seasons_bg.png") no-repeat 0 0;
}

.player_seasons  .title {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding-left: 15px;
    width: 220px;
    background: url("/images/player_seasons_title_bg.png") no-repeat 0 0;
}

.player_seasons  .years {
    position: absolute;
    left: 10px;
    bottom: -2px;
    width: 290px;
/*    font-size: 28px;*/
    font-size: 26px;
    font-weight: bold;
}

.right_column .top_block {
    float: left;
    position: relative;
    z-index: 1;
    width: 310px;
    height: 108px;
    color: #0d1e47;
    background: url("/images/top_block_bg.png") no-repeat 0 0;
}

.right_column .top_block  .title {
    position: absolute;
    left: 0;
    top: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding-left: 15px;
/*    width: 250px;*/
    width: 300px;
    background: url("/images/top_block_title_bg.png") no-repeat 0 0;
}

.right_column .top_block  .years {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 290px;
    font-size: 33px;
    letter-spacing: -2px;
}

.right_column .top_block  .cup {
    position: absolute;
    left: 190px;
    top: -10px;
}

.right_column .top_block  .cups {
    position: absolute;
    right: 5px;
/*    top: 5px;*/
    top: 10px;
    font-size: 10px;
    color: #0d1e47;
    list-style: none;
}

.right_column .top_block  .cups li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
    margin-left: 5px;
text-align: center;
}

.right_column .top_block  .cups li p {
/*    padding-left: 5px;*/
text-align: center;
}

.right_column .awards {
    float: left;
    position: relative;
    z-index: 0;
    width: 310px;
    min-height: 143px;
    color: #0d1e47;
    margin-bottom: 5px;
    background: url("/images/awards_bg.png") repeat-x 0 0;
}

.right_column .awards .title {
    font-size: 14px;
    font-weight: bold;
    padding: 12px 15px;
}

.right_column .awards .icons li {
    margin: 0 0px 8px 1px;
}

.right_column .block {
    float: left;
    position: relative;
    z-index: 0;
    width: 310px;
}

.right_column .block .title {
    float: left;
/*    width: 280px;
    padding: 20px 15px 10px 15px;*/
    width: 290px;
    padding: 20px 10px 10px 10px;
    color: #0d1e47;
    font: 20px/22px arial;
    letter-spacing: -1px;
    margin-bottom: 3px;
    background: url("/images/block_title_bg.png") no-repeat 0 0;
}

.right_column .block .block_content {
    float: left;
/*    width: 280px;
    padding: 15px;*/
    width: 290px;
    padding: 20px 10px 10px 10px;
    background: url("/images/block_bg.png") repeat-x 0 0;
}

.right_column .block .double_gradient {
    background-image: url("/images/double_gradient.png");
}

.right_column .block .block_content h3 {
    font: normal 18px arial;
    color: #0d1e47;
    margin: 0 0 8px 0;
}

.right_column .block h4 {
    font: bold 12px arial;
    color: #2c5e9c;
    margin: 0 0 0 0;
}

.right_column .block .block_content ul, .right_column .block .block_content ol {
    margin: 0 0 12px 18px;
}

.right_column .block .season_results {
    margin-bottom: 10px;
}

.right_column .block .season_results h2 {
    position: relative;
    font: bold 14px arial;
    margin: 0 0 10px 0;
    padding: 10px 0 5px 25px;
    color: #0d1e47;
    border-bottom: 1px solid #77a1d1;
}

.right_column .block .season_results ul {
    margin: 0 0 12px 25px;
}

.right_column .block .season_results .photos ul {
    margin: 0 0 0 -20px;
    font-size: 0;
    list-style: none;
}

.right_column .block .season_results .photos li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 145px;
    font-size: 12px;
    vertical-align: top;
    margin: 0 0 15px 19px;
}

.right_column .block .season_results .photos li img {
    vertical-align: top;
}

.right_column .block .season_results .photos li p {
    padding: 5px 0 5px 5px;
}

.right_column .block  .small {
    font-size: 11px;
}

.right_column .block .icons {
    margin: 0 -6px !important;
}

.right_column .block .icons2 {
    margin: 0 -3px !important;
}

.right_column .block .icons li {
    margin: 0 4px 4px 4px;
}

.right_column .block .icons2 li {
    margin: 0 4px 4px 4px;
}

.right_column .block .block_content .play_numbers {
    margin: 0 !important;
    font-size: 10px;
    font-weight: bold;
    color: #0d1e47;
    list-style: none;
}

.right_column .block .block_content .play_numbers li {
    float: left;
    width: 56px;
}

.right_column .block .block_content .play_numbers .t-shirt {
    margin: 0 auto 5px auto;
    width: 49px;
    height: 37px;
    text-align: center;
    color: #fff;
    font: bold 15px/36px arial;
    background: url("/images/t-shirt_small.png") no-repeat 0 0;
}

.t-shirt a{
color: #fff;
}

#players {
    position: absolute;
    left: 0;
    top: 0;
    width: 988px;
    height: 392px;
    overflow: hidden;
    font-size: 0;
}

#banner .title {
    position: absolute;
    left: 15px;
    top: 39px;
    font: 26px 'Times New Roman', serif;
    color: #473420;
}

#banner .seasons {
    position: absolute;
    right: 15px;
    top: 45px;
    font: 16px 'Times New Roman', serif;
    color: #473420;
}

#banner  .seasons span {
    font-size: 20px;
    color: #790000;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#banner  .seasons span:first-letter {
    color: #473420;
}

#banner .cover {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 988px;
    height: 392px;
}

#banner .invisible {
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    left: 0;
    top: 0;
    width: 988px;
    height: 0;
}

#banner .visible {
    visibility: visible;
    height: 392px;
}

#players .players {
    position: absolute;
    left: 0;
    top: 0;
    width: 988px;
    height: 392px;
    overflow: hidden;
}

#players table {
    position: absolue;
    left: 0;
    top: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 88px;
}

#players td {
    position: relative;
    padding: 0;
    vertical-align: top;
    white-space: nowrap;
}

#players .letter {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

#players .letter .t-shirt {
    width: 60px;
    height: 45px;
    font: 18px arial;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin: 0 0 13px 15px;
    cursor: pointer;
    background: url("/images/t-shirt.png") no-repeat 0 0;
}

#players .column {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 175px;
    margin: 0 5px 0 15px;
    font-size: 14px;
vertical-align: top;
}

#players .column a {
    color: #5b4835 !important;
}

.content_title {
    clear: both;
    padding-bottom: 15px;
}

.content_title img {
    margin-right: 15px;
}

.content_title h1 {
    display: inline;
    font: normal 30px arial, sans-serif;
    color: #0d1e47;
    margin: 0;
}

.content_title h2 {
    display: inline;
    font: normal 24px arial, sans-serif;
    color: #0d1e47;
    margin: 0;
}

.media_list {
    float: left;
    width: 100%;
}

.media_list ul {
    list-style: none;
}

.media_list li {
    margin-bottom: 32px;
}

.media_list .featured_image {
    float: left;
    display: inline;
    padding: 4px;
    margin-right: 15px;
    border: 1px solid #d3d3d3;
}

.media_list .featured_image img {
    vertical-align: top;
    width: 128px;
}

.media_list .anons {
    display: table;
    *display: inline;
    zoom: 1;
}

.media_list .anons h3 {
    font: bold 18px arial;
    margin: 0 0 5px 0;
}

.media_list .anons p {
    margin-bottom: 3px;
}

.text_block {
    line-height: 16px;
}

.text_block h2 {
    font: bold 14px arial;
    margin: 0 0 15px 0;
    color: #0d1e47;
}

.text_block p {
    margin-bottom: 15px;
}

.text_block ul, .text_block ol {
    margin: 0 0 15px 18px;
}

.right_column .block .era_honors {
    margin-bottom: 10px;
}

.right_column .block .era_honors h4 {
    margin-left: 25px;
}

.right_column .block .era_honors h2 {
    position: relative;
    font: bold 14px arial;
    margin: 0 0 10px 0;
    padding: 10px 0 5px 25px;
    color: #0d1e47;
    border-bottom: 1px solid #77a1d1;
}

.right_column .block .era_honors ul {
    margin: 0 0 12px 25px;
}

.match_results {
    float: left;
    position: relative;
    width: 310px;
/*    height: 467px;*/
    min-height: 367px;
    margin-bottom: 20px;
    border-bottom: 1px solid #79a2d2;
    background: url("/images/bottom_gradient2.png") repeat-x bottom;
}

.match_results .main_info {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid #79a2d2;
    background: #b6cce5;
}

.match_results .title {
    color: #0d1e47;
    font-weight: bold;
    text-align: center;
    padding: 4px 0;
}

.match_results .score {
    float: left;
    width: 100%;
    position: relative;
    height: 47px;
    line-height: 47px;
    font-size: 51px;
    font-weight: bold;
    color: #07346b;
    text-align: center;
    background: url("/images/score_bg.png") repeat-y center top;
}

.match_results .score sup {
    padding: 0 3px;
    position: relative;
    top: -5px;
    font-size: 51px;
    line-height: 47px;
    vertical-align: baseline;
}

.match_results .score span {
    position: absolute;
    font-size: 12px;
    left: 0;
    top: 15px;
    width: 100%;
}

.match_results .left_team {
    float: left;
    width: 140px;
    text-align: right;
    color: #0d1e47;
    padding: 3px 0;
}

.match_results .right_team {
    float: right;
    width: 140px;
    color: #0d1e47;
    padding: 3px 0;
}

.match_results .left_team p, .match_results .right_team p {
    margin-bottom: 2px;
}

.match_results .main_info .left_team, .match_results .main_info .right_team {
    width: 150px;
}

.match_results .club {
    font-size: 15px;
    font-weight: bold;
}

.match_results .city {
    font-size: 10px;
    font-weight: normal;
}

.match_results .goals {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #588bc4;
    text-align: center;
    padding: 5px 0;
    background: #eaf0f7;
}

.match_results  .referee {
    position: absolute;
    left: 10px;
    bottom: 3px;
}

.right_column .club_350 {
    float: left;
    width: 100%;
    padding-top: 105px;
    font-size: 13px;
    background: url("/images/club_350.png") no-repeat 0 0;
}

.right_column .club_350 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 305px;
    margin-left: 5px;
}

.right_column .club_350 td {
    padding: 0 10px;
    
}

.right_column .club_350 td a {
    text-decoration: none !important;
}

.right_column .club_350 td a:hover {
    text-decoration: underline !important;
}

.right_column .club_a {
    float: left;
    width: 100%;
    padding-top: 105px;
    font-size: 13px;
}

.right_column .club_a table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 305px;
    margin-left: 5px;
}

.right_column .club_a td {
    padding: 0 10px;
    
}

.right_column .club_a td a {
    text-decoration: none !important;
}

.right_column .club_a td a:hover {
    text-decoration: underline !important;
}



.champions_label {
    position: absolute;
    left: 32px;
    top: 175px;
    width: 280px;
    color: #473420;
}

.champions_label p {
    padding-bottom: 10px;
}

.blue {
    color: #0d1e47;
}

.hidden {
    display: none;
}

.select {
    padding-right: 8px;
    _padding-right: 9px;
}

/*
    ---------------Styles for Cusel begin----------------
*/

/*
    styles for select
*/
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
    background: url(/images/select.png) no-repeat;
}
.cusel { /* общий вид селекта включая стрелку справа */
    height: 24px;
    background-position: left top;
    outline-width: 1px;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font: 12px arial, sans-serif;
    color: #0d1e47;
}
.cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    _right: auto;
    _left: -18px;
    _margin-left: 100%;
    width: 18px;
    height: 24px;
    background-position: right top;
}

.cuselText { /* контейнер для отображенного текста селект */
    height: 1.2em;
    padding: 4px 0 0 10px; /* подбираем отступы и высоту для видимого текста в селекте */
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.cusel span { /* оформление оптиона */
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 16px 0 8px; /* паддинг справа - это отступ текста от ползунка */
    _padding-right: 23px;
    zoom: 1;
    white-space: nowrap;
line-height: 15px;
}




.cusel span:hover,
.cusel .cuselOptHover { /* реакция оптиона на наведение */
 font-weight: bold;
}
.cusel .cuselActive { /* оформление активного оптиона в списке */
 cursor: default;
 font-weight: bold;
}


/*Открытый кусел*/
.cusel-opened {
    background: url("/images/select.png") 0 -24px;
}
.cusel-opened .cuselFrameRight {
    background: url("/images/select.png") 100% -24px;
}

/*
    styles for focus and hover
*/
.cusel:hover,
.cusel:hover .cuselFrameRight,
.cusel:focus,
.cusel:focus .cuselFrameRight,
.cuselFocus,
.cuselFocus .cuselFrameRight {
    
}

/*
    styles for disabled select
*/
.classDisCusel,
.classDisCusel .cuselFrameRight {
    
    cursor: default;
    color: #ccc;
}
.classDisCusel .cuselText {
    cursor: default;
}

/*
    styles for scrollbar
*/
.cusel-scroll-wrap { /* контейнер для блока с прокруткой */
    display: block;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background: #9fbeeb url("/images/select_bg.gif") repeat-x top; /* фон выпадающего списка */
    min-width: 100%;
    padding-bottom: 2px;
    _padding-bottom: 0px;
    width: auto;
}
.cusel .jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 5;
    _padding-right: 1px;
    margin-bottom: -2px;
    border: 2px solid #006; /* границы выпадающего спиcка */
    border-top-width: 0;
}

.cusel .jScrollPaneTrack { /* трек для ползунка прокрутки */
    height: 100%;
    width: 14px !important;
    background: #4260a5;
    position: absolute;
    left: -16px;
    top: 0;
    margin-left: 100%;
    border-left: 2px solid #20247e;
}
.cusel .jScrollPaneDrag { /* ползунок */
    position: absolute;
    background-position: 0 -48px;
    cursor: pointer;
    width: 16px !important;
    height: 30px !important;
    right: 0;
background: url("/images/drag.gif") no-repeat scroll 0 0 transparent;    
}

/*
    ---------------Styles for Cusel end----------------
*/

.width_100 {
    width: 100px;
}

.width_160 {
    width: 160px;
}

.width_210 {
    width: 270px;
}

.width_280 {
    width: 280px;
}

.width_100 .jScrollPaneContainer, .width_160 .jScrollPaneContainer, .width_280 .jScrollPaneContainer {
    _padding-right: 5px !important;
}

/*
 * SimpleModal Basic Modal Dialog *
 */ 

#basic-modal-content {display:none;}

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

/* Container */
#simplemodal-container {height:300px; width:600px; color:#fff; background-color:#0d1e47; padding:12px;}
#simplemodal-container .simplemodal-data .hidden {display: block;}
#simplemodal-container .simplemodal-data h1 {margin-bottom:15px;}
#simplemodal-container .simplemodal-data p {margin-bottom:10px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}

.champions_4x {
    position: absolute;
    left: 26px;
    top: 90px;
    border-collapse: collapse;
    border-spacing: 0;
}

.champions_4x td {
/*    padding: 0 48px 0 0;*/
    padding: 0 28px 0 0;
    vertical-align: top;
    color: #5b4936;
}

.champions_4x td img {
    vertical-align: top;
    margin-bottom: 10px;
}

.champions_4x td pre {
    font: 13px 'Times New Roman', serif;
    color: #790000;
}

.champions_4x h1 {
    font: normal 34px 'Times New Roman', serif;
    margin: 0 0 2px 0;
    color: #5b4936;
}

.champions_4x h2 {
    position: relative;
    left: 5px;
    font: normal 20px/12px 'Times New Roman', serif;
    margin: 0;
    color: #5b4936;
}

.champions_3x {
    position: absolute;
    left: 16px;
/*    top: 90px;*/
    top: 110px;
    border-collapse: collapse;
    border-spacing: 0;
}

.champions_3x td {
/*    padding: 0 0 18px 0;*/
    vertical-align: bottom;
    color: #790000;
}

.champions_3x td img {
/*    width: 100px;*/
    vertical-align: top;
}

.champions_3x td p {
    font: 13px 'Times New Roman', serif;
    color: #790000;
}

.champions_3x h1 {
    font: bold 14px arial;
    margin: 0 0 60px 8px;
    color: #473420;
    letter-spacing: -1px;
/*    width: 81px;*/
}

.champions_3x h2 {
    font: normal 12px arial;
    margin: 0;
    color: #473420;
    margin: 0 0 0 8px;
/*    width: 81px;*/
}

.champions_2x {
    position: absolute;
    left: 35px;
    top: 86px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

.champions_2x td {
    width: 205px;
    padding: 0;
    vertical-align: top;
    color: #5b4835;
}

.champions_2x td a {
    color: #5b4835 !important;
}

.champions {
    position: absolute;
    left: 35px;
    top: 86px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

.champions td {
    width: 190px;
    padding: 0;
    vertical-align: top;
    color: #5b4835;
}

.champions td a {
    color: #5b4835 !important;
}

.champions_small {
    position: absolute;
    left: 35px;
/*    top: 86px;*/
    top: 80px;
    border-collapse: collapse;
    border-spacing: 0;
/*    font-size: 14px;*/
    font-size: 12px;
}

.champions_small td {
    width: 190px;
    padding: 0;
    vertical-align: top;
    color: #5b4835;
}

.champions_small td a {
    color: #5b4835 !important;
}



.main_coaches {
    position: absolute;
    left: 16px;
    top: 85px;
    border-collapse: collapse;
    border-spacing: 0;
}

.main_coaches td {
    width: 114px;
    padding: 0 0 5px 0;
    vertical-align: top;
    color: #790000;
}

.main_coaches td img {
    vertical-align: top;
    margin-bottom: 3px;
}

.main_coaches td p {
    font: 13px 'Times New Roman', serif;
    color: #790000;
}

.main_coaches h1 {
    font: bold 14px arial;
    margin: 0 0 0 0;
    color: #473420;
    letter-spacing: -1px;
}

.main_coaches h2 {
    font: normal 12px arial;
    margin: 0;
    color: #473420;
}

.main_coaches_gb {
    position: absolute;
    left: 16px;
/*    top: 85px;*/
margin-top:85px;
    border-collapse: collapse;
    border-spacing: 0;
}

.main_coaches_gb td {
    width: 106px;
/*    height: 162px;*/
    height: 160px;
    padding: 0 0 5px 0;
    vertical-align: top;
    color: #790000;
}

.main_coaches_gb td img {
    vertical-align: top;
    margin-bottom: 3px;
}

.main_coaches_gb td p {
    font: 13px 'Times New Roman', serif;
    color: #790000;
}

.main_coaches_gb h1 {
    font: bold 14px arial;
    margin: 0 0 0 0;
    color: #473420;
    letter-spacing: -1px;
}

.main_coaches_gb h2 {
    font: normal 12px arial;
    margin: 0;
    color: #473420;
}




.coaches {
    position: absolute;
    left: 15px;
    top: 107px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

.coaches td {
    width: 195px;
    padding: 0;
    vertical-align: top;
    color: #5b4835;
}

.coaches td a {
    color: #5b4835 !important;
}

.captains {
    position: absolute;
    left: 16px;
    top: 85px;
    border-collapse: collapse;
    border-spacing: 0;
}

.captains td {
    width: 121px;
    padding: 0 0 5px 0;
    vertical-align: top;
    color: #790000;
}

.captains td img {
    vertical-align: top;
    margin-bottom: 3px;
}

.captains td p {
    font: 13px 'Times New Roman', serif;
    color: #790000;
}

.captains h1 {
    font: bold 14px arial;
    margin: 0 0 0 0;
    color: #473420;
    letter-spacing: -1px;
}

.captains h2 {
    font: normal 12px arial;
    margin: 0;
    color: #473420;
}

.captains_gb {
    position: absolute;
    left: 16px;
    top: 85px;
    border-collapse: collapse;
    border-spacing: 0;
}

.captains_gb td {
width: 158px; 
/*height:150px;
    padding: 0 0 5px 0;*/
  height: 150px;
    padding: 0;
    vertical-align: top;
    color: #790000;
}

.captains_gb td img {
    vertical-align: top;
/*    margin-bottom: 3px;*/
}

.captains_gb td p {
    font: 13px 'Times New Roman', serif;
    color: #790000;
}

.captains_gb h1 {
    font: bold 14px arial;
    margin: 0 0 0 0;
    color: #473420;
    letter-spacing: -1px;
}

.captains_gb h2 {
    font: normal 12px arial;
    margin: 5px 0 0 0;
    color: #473420;
}



.calendar_block {
    float: left;
    position: relative;
    z-index: 1;
    width: 290px;
    color: #0d1e47;
    padding: 10px;
    margin-bottom: 5px;
    background: url("/images/trans_white.png");
}

.calendar_block  .title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}

.calendar_block .submit {
    float: right;
    position: relative;
    width: 71px;
    height: 24px;
    border: 0;
    margin: 1px 2px 0 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    overflow: visible;
    background: url("/images/search_bg.png") no-repeat 0 0;
}

.calendar_block .submit span {
    display: block;
    font: 10px/15px arial;
    height: 24px;
}

.calendar_block .calendar_icon {
    float: right;
    position: relative;
    display: inline;
    padding-right: 10px;
    margin: -10px -10px 0 -10px;
}

.calendar_block .calendar_icon img {
    vertical-align: top;
    cursor: pointer;
}

.datepicker {
    float: left;
    width: 100%;
}

.datepicker .day, .datepicker .month, .datepicker .year {
    float: left;
}

.calendar_block .cusel {
    float: left;
    margin: 0 5px 15px 0;
}

.tags_block {
    float: left;
    position: relative;
    z-index: 0;
    width: 290px;
    padding: 10px;
    margin-bottom: 10px;
}

.tags_cloud {
    padding-top: 10px;
/*    margin: 0 -10px;*/
    margin: 0;
    position: relative;
    overflow: hidden;
width: 300px;
}

.tags_cloud span {
 padding-right: 4px;
 display: inline-block;
 *display: inline;
 *zoom: 1;
}

.adv {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.articles {
    float: left;
    width: 100%;
    font-size: 14px;
/*    padding-top: 30px;*/
}

.articles ul {
    list-style: none;
}

.articles ul li {
    margin-bottom: 35px;
}

.articles ul li h1 {
/*    font-size: 24px;*/
    font-size: 18px;
    margin-bottom: 7px;
}


.articles ul li h1 .small {
/*    font-size: 24px;*/
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}

.articles ul li .author {
    font-weight: bold;
    color: #0d1e47;
    padding-bottom: 3px;
}

.articles ul li .author a {
    color: #0d1e47 !important;
}

.articles ul li .tags {
    padding-top: 5px;
    font-size: 12px;
}

/* Styling for jQuery Datepicker v4.0.5. */
.datepick {
    float: right;
    position: relative;
    display: inline;
    width: 310px !important;
    margin: 5px 0 0 0;
    background-color: #dce7f3;
    color: #034ea2;
    border-top: 3px solid #78a2d1;
    border-bottom: 2px solid #78a2d1;
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 20px;
}
.datepick-rtl {
    direction: rtl;
}
.datepick-popup {
    width: 310px !important;
    z-index: 1000;
}
.datepick-disable {
    position: absolute;
    z-index: 100;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.datepick a {
    color: #09096b;
    text-decoration: none;
}
.datepick a.datepick-disabled {
    color: #888;
    cursor: auto;
}
.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    background-color: #000;
    color: #09096b;
    font-size: 18px;
    text-transform: lowercase;
}
.datepick-ctrl {
    display: none;
    background-color: #600;
}
.datepick-cmd {
    
}
.datepick-cmd:hover {
    background-color: #A2D1FF;
}
.datepick-ctrl .datepick-cmd:hover {
    background-color: #f08080;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
    
}
a.datepick-cmd {
    line-height: 23px;
    padding: 0 10px;
}
button.datepick-cmd {
    text-align: center;
}
.datepick-cmd-prev {
    position: absolute;
    left: 133px;
    top: 0;
}
.datepick-cmd-prevJump {
    position: absolute;
    left: 0px;
    top: 0;
}
.datepick-cmd-current, .datepick-cmd-today {
    float: left;
    width: 35%;
    text-align: center;
    display: none;
}
.datepick-cmd-next {
    position: absolute;
    right: 0px;
    top: 0;
}
.datepick-cmd-nextJump {
    position: absolute;
    left: 102px;
    *left: 103px;
    top: 0;
    border-right: 1px solid #d4e2f0;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
    float: right;
    padding-left: 0%;
    padding-right: 2%;
    text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
    float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
    float: left;
    padding-left: 2%;
    padding-right: 0%;
    text-align: left;
}
.datepick-month-nav {
    float: left;
    background-color: #777;
    text-align: center;
}
.datepick-month-nav div {
    float: left;
    width: 12.5%;
    margin: 1%;
    padding: 1%;
}
.datepick-month-nav span {
    color: #888;
}
.datepick-month-row {
    clear: left;
    position: relative;
    overflow: hidden;
    width: 310px;
}
.datepick-month {
    float: left;
    width: 310px;
    text-align: center;
}

.datepick-month-header {
    position: relative;
    height: 23px;
}

.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
    background-color: #fff;
    color: #09096b;
    font-size: 18px;
    text-transform: lowercase;
}
.datepick-month-header select, .datepick-month-header input {
    height: 1.4em;
    border: none;
}
.datepick-month-header input {
    position: absolute;
    display: none;
}
.datepick-month table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d9e4f2;
    border-top: 3px solid #78a2d1;
    
}
.datepick-month thead {
    border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
    margin: 0em;
    padding: 0em;
    font-weight: normal;
    text-align: right;
}
.datepick-month th {
    border: 1px solid #729bcd;
}
.datepick-month th, .datepick-month th a {
    background-color: #282e83;
    color: #a9c3e1;
    font-size: 12px;
}
.datepick-month td {
    background-color: #dce7f3;
    border: 1px solid #78a2d1;
}
.datepick-month td.datepick-week {
    border: 1px solid #777;
}
.datepick-month td.datepick-week * {
    background-color: #777;
    color: #fff;
    border: none;
}
.datepick-month a {
    display: block;
    zoom: 1;
    padding: 8px 5px 1px 0;
    background-color: #dce7f3;
    color: #034ea2;
    text-decoration: none !important;
}
.datepick-month table span {
    display: block;
    padding: 14px 5px 4px 0;
}
.datepick-month td span {
    color: #888;
}
.datepick-month td .datepick-other-month {
    color: #83a8d1;
    background-color: #d9e4f2;
}
.datepick-month td .datepick-weekend {
    background-color: d9e4f2;
}
.datepick-month td .datepick-today {
    background-color: #a2d1ff;
}
.datepick-month td .datepick-highlight {
    background-color: #282e83;
    color: #fff !important;
}
.datepick-month td .datepick-selected {
    background-color: #777;
    color: #fff !important;
}
.datepick-month th.datepick-week {
    background-color: #777;
    color: #fff;
}
.datepick-status {
    clear: both;
    background-color: #ddd;
    text-align: center;
}
.datepick-clear-fix {
    clear: both;
}
.datepick-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}

.datepick .custom-year {
    position: absolute;
    left: 47px;
    top: 0;
}

.datepick .custom-month {
    position: absolute;
    right: 47px;
    top: 0;
    width: 83px;
}

/* Styling for jQuery Datepicker v4.0.5. end */

.styled_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.styled_table thead th {
/*    text-align: left;*/
    padding: 3px 5px;
    color: #fff;
    cursor: pointer;
    background: #495a83;
text-align: left;
}

.styled_table td {
    color: #495a83;
    padding: 3px 5px;
    vertical-align: top;
    border-bottom: 1px solid #495a83;
/*width: 30px;*/
text-align: left;
}

.styled_table a {
    text-decoration: underline !important;
}

.styled_table a:hover {
    text-decoration: none !important;
}
/*
.styled_table .zebra td {
    background: #eaedf3;
}
*/
.styled_table tfoot td {
    color: #fff;
text-align: center;
}

.pupils {
    float: left;
    position: relative;
    width: 310px;
/*    min-height: 311px;
    _height: 311px; */
    min-height: 211px;
    _height: 211px;
    margin-bottom: 20px;
padding-bottom: 10px;
    border-bottom: 1px solid #79a2d2;
    background: url("/images/bottom_gradient2.png") repeat-x bottom;
}

.pupils h2 {
    position: relative;
    font: normal 19px arial;
    margin: 0 0 10px 0;
    padding: 10px 0 5px 15px;
    color: #0d1e47;
    letter-spacing: -1px;
    border-bottom: 1px solid #77a1d1;
}

.pupils table {
    border-collapse: collapse;
    border-spacing: 0;
}

.pupils table td {
    vertical-align: top;
    padding-left: 15px;
}

.personal_bests {
    float: left;
    width: 100%;
    padding-top: 15px;
    list-style: none;
}

.personal_bests li {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.personal_bests .photo {
    float: left;
    display: inline;
    margin-right: 15px;
}

.personal_bestst .photo img {
    vertical-align: top;
    width: 128px;
}

.personal_bests .info {
    display: table;
    *display: inline;
    zoom: 1;
}

.personal_bests .info .record {
    margin-top: 20px;
    padding: 5px 0;
    color: #0d1e47;
    font-size: 14px;
    border-top: 2px solid #84a9d4;
}

.personal_bests .info  .number {
    color: #034ea2;
    font-size: 24px;
    padding-bottom: 35px;
}

.personal_bests .info  .author {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    font-size: 14px;
    font-weight: bold;
    color: #0d1e47;
}

.records {
    float: left;
    width: 100%;
}

.records table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.records th {
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    background: #034ea2;
}

.records td {
    padding: 5px 15px;
    vertical-align: bottom;
    border-bottom: 1px solid #6895c7;
    _font-size: expression(this.previousSibling==null ?'17px' :'');
    _background-color: expression((this.previousSibling==null) ? '#fff' : ((this.nextSibling==null) ? '#fff' : '#d9e5f1'));
}

.records td+td {
    background: #d9e5f1;
}

.records td+td+td {
    background: #fff;
}

.records td:first-child {
    font-size: 17px;
}

.records td big {
    color: #034ea2;
    font-size: 24px;
}

#play_numbers {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 18px;
    color: #0d1e47;
    background: #97b7db url("/images/numbers_bg.png") repeat-x 0 0;
}

#play_numbers td {
    padding: 0;
    text-align: right;
    vertical-align: bottom;
    border: 1px solid #75a0d0;
}

#play_numbers td a {
    display: block;
    zoom: 1;
    line-height: 20px;
    padding: 16px 7px 6px 0;
}

#play_numbers td a:hover {
    background: #ecf2f9;
    text-decoration: none !important;
}

#play_numbers .active {
    background: #ebf1f9;
}

#play_numbers .active a {
    font-size: #0d1e47 !important;
    background: #ebf1f9;
}

.player_number {
    float: left;
    position: relative;
    width: 310px;
    padding-bottom: 13px;
    border-bottom: 3px solid #79a2d2;
    background: url("/images/trans_white.png");
}

.player_number .title {
    color: #0d1e47;
    font-weight: bold;
    text-align: center;
    padding: 4px 0;
}

.player_number .number {
    float: left;
    width: 100%;
    position: relative;
    height: 47px;
    line-height: 47px;
    font-size: 51px;
    font-weight: bold;
    color: #07346b;
    text-align: center;
    letter-spacing: -4px;
    background: url("/images/score_bg.png") repeat-y center top;
}

.no_bg {
    background-image: none !important;
}

.club_info {
    border-collapse: collapse;
    border-spacing: 0;
    color: #0d1e47;
    font-size: 18px;
}

.club_info td {
    padding: 0 0 10px 20px;
}

.club_info big {
    font-size: 30px;
}

.overall_stats {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 35px;
}

.overall_stats thead th {
    font-weight: normal;
    font-size: 22px;
    color: #0d1e47;
    background: #95b8eb;
    border-color: #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    _background-color: expression(this.previousSibling==null ?'#fff' :'');
    _color: expression(this.previousSibling==null ?'#004dcd' :'');
    _text-align: expression(this.previousSibling==null ?'left' :'');
    _border-bottom-width: expression(this.previousSibling==null ?'2px' :'');
    _border-right-width: expression(this.previousSibling==null ?'2px' :'');
    _border-left-width: expression(this.previousSibling==null ?'0' :'');
}

.overall_stats thead th:first-child {
    background: none;
    color: #004dcd;
    text-align: left;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    border-left-width: 0;
}

.overall_stats thead td {
    font-size: 22px;
    color: #004dcd;
    text-align: center;
    border: 1px solid #000;
    border-bottom-width: 2px;
}

.overall_stats tbody td {
    font-size: 22px;
    color: #0d1e47;
    text-align: center;
    border: 1px solid #000;
    _text-align: expression(this.previousSibling==null ?'left' :'');
    _border-left-width: expression(this.previousSibling==null ?'0' :'');
    _border-right-width: expression(this.previousSibling==null ?'2px' :'');
}

.overall_stats tbody td:first-child {
    text-align: left;
    border-left-width: 0;
    border-right-width: 2px;
}

.overall_stats tbody th {
    font-size: 22px;
    color: #0d1e47;
    text-align: center;
    border: 1px solid #000;
    border-top-width: 2px;
    border-bottom-width: 2px;
    _text-align: expression(this.previousSibling==null ?'left' :'');
    _border-left-width: expression(this.previousSibling==null ?'0' :'');
    _border-right-width: expression(this.previousSibling==null ?'2px' :'');
}

.overall_stats tbody th:first-child {
    text-align: left;
    border-left-width: 0;
    border-right-width: 2px;
}

.tabs {
    float: left;
    display: inline;
    width: 100%;
    padding-top: 17px;
    background: url("/images/tabs_bg.gif") repeat-x top;
}

.white_block .tabs {
    position: relative;
    padding: 17px 18px 0 17px;
    margin: 0 -18px 0 -17px;
}

.tabs dt {
border-left:1px solid #FFFFFF;
color:#FFFFFF;
cursor:pointer;
display:inline;
float:left;
font-size:12px;
left:16px;
margin-right:5px;
padding:0 0 0 5px;
position:relative;
}

.tabs dt:first-child {
border-left: 0;
padding-left: 0;
}


.white_block .tabs dt {
    left: -1px;
}

.tabs dt.active {
    z-index:3;
    cursor:auto;
    font-weight: bold;
/*border: 0;*/
}

.tabs dd {
    visibility: hidden;
    float:right;
    margin: 39px 0 0 -100%;
    position:relative;
    overflow: hidden;
    z-index:2;
    width: 100%;
    height: 0;
}

.tabs dd.active {
    visibility: visible;
    height: auto;
}

.rival_team {
    float: left;
    position: relative;
    z-index: 1;
    width: 310px;
    height: 84px;
    color: #0d1e47;
    border-bottom: 3px solid #fff;
    background: url("/images/player_seasons_bg.png") no-repeat 0 0;
}

.rival_team  .title {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding-left: 15px;
    width: 296px;
    background: url("/images/title_gradient.png") no-repeat 0 0;
}

.rival_team  .select {
    position: absolute;
    left: 10px;
    top: 47px;
    width: 280px;
}

.rival_stats {
    float: left;
    position: relative;
    z-index: 0;
    width: 310px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url("/images/trans_blue.png");
}

.rival_stats .title {
    float: left;
    width: 280px;
    padding: 20px 15px 10px 15px;
    color: #0d1e47;
    font: 20px/22px arial;
    letter-spacing: -1px;
    margin-bottom: 3px;
}

.rival_stats table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 310px;
    background: url("/images/tr_gradient.png") repeat-y 0 0;
    _background: none;
}

.rival_stats table td {
    padding: 0 15px;
    height: 20px;
    text-align: center;
    _text-align: expression(this.previousSibling==null ?'left' :'');
}

.rival_stats table td:first-child {
    text-align: left;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('/images/fancybox.png');
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 111px;
    height: 41px;
    background: transparent url('/images/fancy_closebox.png') 0 0;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('/images/blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url('/images/fancybox.png');
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url('/images/fancybox.png');
    background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('/images/fancybox-x.png');
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('/images/fancybox.png');
    background-position: -40px -162px;
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('/images/fancybox-y.png');
    background-position: -20px 0px;
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('/images/fancybox.png');
    background-position: -40px -182px; 
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('/images/fancybox-x.png');
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('/images/fancybox.png');
    background-position: -40px -142px;
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('/images/fancybox-y.png');
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('/images/fancybox.png');
    background-position: -40px -122px;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: left;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('/images/fancy_title_over.png');
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('/images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('/images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('/images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_closebox.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagesx/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
    position: absolute; margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div    { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_nw.png', sizingMethod='scale'); }

#gallery {
    margin-right: -5px;
}

#gallery img {
    vertical-align: top;
    margin: 0 5px 5px 0;
}

#gallery a {
    font: 12px arial;
    margin: 0 0 15px 0;
/*    color: #0d1e47;*/
    color: #034ea2;
}

.search_title {
    font-size: 14px;
    padding: 0 0 25px 125px;
}

.search_title2 {
    font-size: 14px;
    padding: 0 0 5px 0;
}

.results {
    float: left;
    width: 100%;
}

.results ul {
    float: left;
    width: 100%;
    list-style: none;
}

.results ul li {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.results .image {
    float: left;
    width: 100px;
}

.results .image img {
    max-width: 100px;
}

.results .info {
    margin-left: 125px;
}

.results_a {
    float: left;
    width: 100%;
}

.results_a ul {
    float: left;
    width: 100%;
    list-style: none;
}

.results_a ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


.results_a .image_a {
    float: left;
}

.results_a .image_a img {
}

.results_a .info_a {
    margin-left: 55px;
}

.results_a .info_a h3 {
    font-size: 14px;
    color: #034ea2;
    font-weight: bold;
    margin-bottom: 0;
}

.results .info h3 {
    font-size: 14px;
    color: #034ea2;
    font-weight: bold;
    margin-bottom: 0;
}

.results .info .author {
    font-size: 13px;
    margin-bottom: 10px;
}

.results .info .tags {
    margin: 5px 0 15px 0;
}


.results .info2 {
    margin-left: 125px;
}

.results .info2 h3 {
    font-size: 14px;
    color: #034ea2;
    font-weight: bold;
    margin-bottom: 0;
}

.results .info2 .author {
    font-size: 13px;
    margin-bottom: 10px;
}

.results .info2 .tags {
    margin: 5px 0 15px 0;
}




.download {
    width: 66px;
    height: 23px;
    padding: 1px 5px 0 0;
    text-align: center;
    font-size: 10px;
    color: #fff;
    cursor: pointer;
    background: url("/images/search_bg.png") no-repeat 0 0;
}

.download a {
    color: #fff !important;
}

.advanced_search {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.advanced_search .submit {
    width: 71px;
    height: 24px;
    border: 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    overflow: visible;
    background: url("/images/search_bg.png") no-repeat 0 0;
}

.advanced_search .submit span {
    display: block;
    font: 10px/15px arial;
    height: 24px;
}

.advanced_search .title {
    font-size: 15px;
    font-weight: bold;
/*    color: #fff;*/
    margin-bottom: 10px;
    padding-bottom: 10px;
/*    border-bottom: 1px solid #204e97;*/
}

.advanced_search .line {
    height: 10px;
    font-size: 0;
    border-top: 1px solid #204e97;
}

.advanced_search table {
    border-collapse: collapse;
    border-spacing: 0;
}

.advanced_search td {
    padding: 0 10px 10px 0;
}

.advanced_search td label {
    vertical-align: middle;
    padding-left: 0px;
}

.advanced_search td input {
    margin-bottom: auto;
    vertical-align: middle;
}

/**
 * CSS File for ezMark jQuery Plugin
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0;}
.ez-checkbox {
    width: 16px;
    height: 16px;
    background: transparent url('/images/checkbox.png') 0 0 no-repeat;
}

.ez-radio {
    background: transparent url('/images/radio.png') 0 0 no-repeat;
    width: 16px;
    height: 16px;
}

.ez-checkbox input {
    width: 16px;
    height: 16px;
    margin-bottom: auto;
    vertical-align: middle;
    font-size: 0;
}

.ez-checked { background-position: 0 -16px; }
.ez-selected {background-position: 0 -16px;}

.ez-checkbox, .ez-radio {vertical-align: middle; display: inline-block; zoom: 1; *display:inline;}

.countries {
    float: left;
    display: inline;
    width: 300px;
    margin: 0 -20px 1px 0 !important;
    *margin-bottom: 0 !important;
    list-style: none;
}

.countries li {
    float: left;
    width: 100px;
    padding-bottom: 22px;
    *padding-bottom: 24px;
}

.countries li img {
    vertical-align: top;
    margin-bottom: 5px;
}

.countries li span {
    white-space: nowrap;
}

.countries li a {
    color: #000 !important;
}

.margin_bottom {
    margin-bottom: 20px;
}

tr.odd td { 
    background-color: #fff;
}

tr.even td { 
    background-color: #eaedf3;
}

/*дополнительные стили*/
.presidents {
    position: absolute;
    left: 16px;
    top: 90px;
    border-collapse: collapse;
    border-spacing: 0;
}

.presidents td {
    padding: 0 10px 18px 0;
    vertical-align: bottom;
    color: #790000;
}

.presidents td img {
    vertical-align: top;
}

.presidents td p {
    font: 13px 'Times New Roman', serif;
    color: #790000;
}

.presidents h1 {
    font: bold 13px arial;
    margin: 0 0 0px 0;
    color: #473420;
    letter-spacing: -1px;
}

.presidents h2 {
    font: normal 11px arial;
    white-space: nowrap;
    margin: 0;
    color: #473420;
}



.presidents2 {
    position: absolute;
    left: 16px;
    top: 90px;
    border-collapse: collapse;
    border-spacing: 0;
}

.presidents2 td {
    padding: 0 0 18px 0;
    vertical-align: bottom;
    color: #790000;
}

.presidents2 td img {
    vertical-align: top;
}

.presidents2 td p {
    font: 13px 'Times New Roman', serif;
    color: #790000;
}

.presidents2 h1 {
    font: bold 13px arial;
    margin: 0 0 0px 0;
    color: #473420;
    letter-spacing: -1px;
}

.presidents2 h2 {
    font: normal 11px arial;
    white-space: nowrap;
    margin: 0;
    color: #473420;
}




.champions_sssr {
    position: absolute;
    left: 42px;
    top: 95px;
    color: #473420;
}

.champions_sssr table {
    border-collapse: collapse;
    border-spacing: 0;
}

.champions_sssr td {
    padding: 0 15px 15px 0;
    vertical-align: top;
}


.champions_2012 {
    position: absolute;
    left: 42px;
    top: 85px;
    color: #473420;
}

.champions_2012 table {
    border-collapse: collapse;
    border-spacing: 0;
}

.champions_2012 td {
    padding: 0 15px 15px 0;
    vertical-align: top;
}




 .champions_u20 {
    position: absolute;
    left: 18px;
    top: 95px;
    color: #473420;
}

.champions_u20  table {
    border-collapse: collapse;
    border-spacing: 0;
}

.champions_u20  td {
    padding: 0 5px 15px 0;
    vertical-align: top;
} 

.main_coach {
    position: absolute;
    left: 0;
    top: 268px;
    width: 285px;
    padding-top: 4px;
    border-top: 1px solid #473420;
}

.main_coach_2012 {
    position: absolute;
    left: 0;
    top: 278px;
    width: 285px;
    padding-top: 4px;
    border-top: 1px solid #473420;
}

.main_coach span {
    font-weight: bold;
    color: #790000;
}

.champions_sssr .more {
    position: absolute;
    left: 300px;
    top: 268px;
    background-position: 0 -24px;
}

.olympics {
    position: absolute;
    left: 15px;
    top: 96px;
    border-collapse: collapse;
    border-spacing: 0;
}

.olympics td {
    width: 88px;
    padding: 0 0 5px 0;
    vertical-align: top;
}

.olympics td img {
    vertical-align: top;
    margin-bottom: 3px;
}

.olympics h1 {
    font: bold 14px arial;
    margin: 0 0 10px 0;
    color: #473420;
    letter-spacing: -1px;
}

.olympics h2 {
    font: normal 12px arial;
    margin: 0;
    color: #473420;
}

.age {
    position: absolute;
    left: 40px;
    top: 123px;
    width: 300px;
}

.age .more {
    position: absolute;
    left: 0;
    top: 215px;
    background-position: 0 -24px;
}

.age pre {
    color: #473420;
    font: 12px/13px arial;
}

.age .years {
    position: absolute;
    left: 0;
    top: 235px;
    border-top: 1px solid #473420;
    padding-top: 0px;
    color: #473420;
    font: 14px 'Times New Roman', serif;
}

.age .years span {
    font-size: 16px;
    color: #790000;
}

.seasons_list {
    position: absolute;
    left: 0;
    top: 28px;
    text-align: center;
    list-style: none;
}

.mini_list {
    left: 588px;
}

.seasons_list li {
    float: left;
    display: inline;
    width: 175px;
    height: 142px;
    padding: 9px 5px 0 0;
    margin: 0 0 32px 16px;
    font-size: 15px;
    color: #fff;
    background: url('/images/border.png') no-repeat 0 0;
}

.seasons_list img {
    vertical-align: top;
    margin-bottom: 4px;
    max-width: 160px;
    max-height: 110px;
}

.seasons_list.big_list li {
        float: left;
        display: inline;
        width: 410px;
        height: 319px;
        padding: 20px 36px 0 25px;
        margin: 0 0 0 20px;
        font-size: 20px;
        color: #fff;
        background: url('/images/border_big.png') no-repeat 0 0;
}

.seasons_list.big_list img {
        vertical-align: top;
        margin-bottom: 15px;
        max-width: 410px;
        max-height: 250px;
}

.hall_of_fame_title {
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 18px;
    width: 331px;
    height: 79px;
    background: url('/images/hall_of_fame.png') no-repeat 0 0;
}

.hall_of_fame_intro {
    position: absolute;
    left: 41px;
    top: 104px;
    width: 240px;
    color: #1e54ab;
}

.hall_of_fame_intro pre {
    font: 12px/14px arial;
}

.hall_of_fame_headline {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 76px;
    height: 47px;
    padding: 0 17px 0 0;
    font-size: 20px;
    color: #082c71;
    background: url('/images/hall_of_fame_headline_bg.png') no-repeat 100% -47px;
}

.hall_of_fame_headline p {
    padding: 10px 10px 0 135px;
    height: 57px;
    background: url('/images/hall_of_fame_headline_bg.png') no-repeat 0 0;
}

.hall_of_fame_headline a {
    color: #082c71 !important;
}

.hall_of_fame_headline .active {
    font-weight: bold;
}

.hall_of_fame_badges {
    display: none;
    position: absolute;
    left: 59px;
    top: 124px;
    list-style: none;
}

.hall_of_fame_badges.active {
    display: list-item;
}

.hall_of_fame_badges li {
    float: left;
    display: inline;
/*    margin-right: 23px;*/
    margin-right: 13px;
    text-align: center;
}

.hall_of_fame_badges img {
    vertical-align: top;
    margin-bottom: 5px;
}

.hall_of_fame_badges h1 {
    font: bold 18px arial;
    margin: 0 0 0px 0;
    color: #d1d1d1;
    letter-spacing: -1px;
}

.hall_of_fame_badges h2 {
    font: normal 15px arial;
    white-space: nowrap;
    margin: 0;
    color: #d1d1d1;
}

.hall_of_fame_badges a {
    color: #D1D1D1;
}

.hall_of_fame_table {
    position: absolute;
    left: 0;
    top: 225px;
    border-collapse: collapse;
    border-spacing: 0;
}

.hall_of_fame_table td {
    vertical-align: top;
    padding: 0 0 5px 35px;
}

.hall_of_fame_table h1 {
    font: bold 14px arial;
    margin: 0 0 0px 0;
    color: #0d1e47;
    letter-spacing: -1px;
}

.hall_of_fame_table h2 {
    font: normal 12px arial;
    white-space: nowrap;
    margin: 0;
    color: #0d1e47;
}

.hall_of_fame_table p {
    font: 14px 'Times New Roman', serif;
    color: #790000;
}

/*еще дополнительные стили*/
.super_series_3x3 {
    position: absolute;
    left: 15px;
    top: 92px;
    width: 975px;
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: bold;
    font-size: 15px;
    color: #082c71;
}

.super_series_3x3 td {
    vertical-align: bottom;
    padding: 0 11px 8px 0;
}

.super_series_3x3 p {
    margin-right: 10px;
}

.super_series_3x3 .more {
    margin: 10px 0 0 0;
}

.super_series_3x2 {
    position: absolute;
    left: 15px;
    top: 107px;
    width: 975px;
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: bold;
    font-size: 15px;
    color: #082c71;
}

.super_series_3x2 td {
    vertical-align: bottom;
    padding: 0 11px 37px 0;
}

.super_series_3x2 p {
    margin-right: 10px;
}

.super_series_3x2 .more {
    margin: 10px 0 0 0;
}

.super_series_1x1 {
    position: absolute;
    left: 94px;
    top: 108px;
    width: 813px;
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: bold;
    font-size: 15px;
    color: #082c71;
}

.super_series_1x1 td {
    padding: 0;
}

.super_series_1x1 .more {
    float: right;
    margin-top: 10px;
}

.uniform_about {
    position: absolute;
    left: 33px;
    top: 188px;
    width: 290px;
    font-size: 14px;
    font-weight: bold;
    color: #0d1e47;
}

.uniform_about p {
    margin-bottom: 15px;
}

.uniform_title {
    position: absolute;
    left: 15px;
    top: 30px;
    font: 24px georgia, serif;
    color: #fff;
}

.uniform_title big {
    font-size: 28px;
}

.uniform_seasons {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 37px;
}

.uniform_photo {
    position: absolute;
    left: 15px;
    top: 359px;
    width: 74px;
    height: 22px;
    padding: 2px 7px 0 1px;
    font-size: 10px;
    text-align: center;
    background: url("/images/more_bg.png") no-repeat 0 0;
}

.uniform_photo a {
    color: #fff !important;
}

.uniform_description {
    position: absolute;
    left: 733px;
    top: 205px;
    width: 225px;
    font-size: 12px;
/*    line-height: 12px;*/
font-weight: bold;
    color: #082c71;
}

.uniform_description p {
    margin-bottom: 10px;
}

.uniform_logo {
    position: absolute;
    left: 717px;
    top: 77px;
    padding: 70px 0 0 125px;
    width: 100px;
    font-size: 11px;
    line-height: 12px;
    color: #082c71;
}

.uniform_logo img {
    position: absolute;
    margin-left: -125px;
    top: 0;
}

.jScrollPaneContainer {
position: relative;
overflow: hidden;
z-index: 1;
}

.jScrollPaneTrack {
position: absolute;
z-index: 2;
cursor: pointer;
right: 0;
top: 0;
height: 100%;
background: url("/images/track.gif") repeat-y center 0;
}
.jScrollPaneDrag {
position: absolute;
cursor: pointer;
width: 19px;
height: 30px !important;
background: url("/images/drag.gif") no-repeat 0 0;
}

.input_200 {
width: 200px;
height: 20px;
border: 2px solid #034ea2;
    font: 12px arial, sans-serif;
    color: #0d1e47;
}

input.gradient {
 background: #a2d0ff url("/images/gradient.gif") repeat-x top; 
}

.hr {
 float: left;
 clear: both;
 width: 100%;
 height: 3px;
 font-size: 0;
margin: 0 0 20px 0;
 background: #78a2d1;
}


.excerpt {
 position: relative;
 overflow: hidden;
 height: 5em;
}

.excerpt .fade {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 17px;
 background: url("/images/gradient.png") repeat-x;
}

/* play off */
.play_off {
	text-align: center;
	color: #0d1e47;
}

.play_off h1 {
	text-align: center;
}

.play_off ul {
	margin: 0 -10px 5px -10px;
	zoom: 1;
	font-size: 0;
	list-style: none;
}

.play_off li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 300px;
	font-size: 12px;
	padding: 2px 5px;
	margin: 0 7px 10px 7px;
	background: url("/images/play_off_bg.png") no-repeat;
}

.play_off big {
	font-weight: bold;
	font-size: 15px;
}

#photoarchive .left_block {
	float: left;
	width: 300px;
	margin-left: -2px;
}

#photoarchive .right_block {
	float: right;
	width: 300px;
	margin-right: -3px;
}

#photoarchive {
	float: left;
	width: 100%;
}

.photoarchive ul {
	zoom: 1;
	list-style: none;
}

.photoarchive li {
	float: left;
	width: 300px;
	padding: 0 0 20px 0;
}

.photoarchive .image {
	float: left;
	width: 150px;
}

.photoarchive .image img {
	vertical-align: top;
	max-width: 150px;
}

.photoarchive .tags {
	float: right;
	width: 140px;
    font-size: 12px;
}

.clear{clear:both;}

.pagination {
clear: both;
}

.pagination ul {
font-size: 0;
list-style: none;
}

.pagination li {
display: inline;
line-height: normal;
font-size: 12px;
padding: 0 5px;
border-left: 1px solid #000;
}

.pagination li:first-child {
border-left: 0;
padding-left: 0;
}

.pagination li.active {
font-weight: bold;
font-size: 14px;
}

/*Share buttons*/

#header .share {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 172px;
}

#footer .share {
	position: absolute;
	z-index: 1;
	right: 5px;
/*	top: 5px;*/
}

.share ul {
	list-style: none;
}

.share ul li {
	float: left;
	margin-right: 5px;
}