/* Common style */
body {
  background-color: #e5e5e5;
  background-image: url(body_bg.jpg);
  font-family: Verdana, sans-serif;
}

a.ua {
  display:block;
  text-align: center;
  background: #efefcc;
  color:#999;  
}
table {
  border-spacing: 0;
}


tr:nth-child(even)
{
  background-color: #EFEFEF;
}
tr:nth-child(odd)
{
  background-color: #FFF;
}

#container {
  /*
  background-image: url(container_bg.png);
  background-clip: border-box !important;
  background-color: #efefef;
  margin-bottom: 1em;
  */
  border-radius: 4px;
  box-shadow: 0px 0px 10px #cecece;
}
a {
  text-decoration: none;
}
.mod_article {
  background-color: #fff;
}

#header_top {  height:85px;   }
div.logo{
  width:28em;
  height:85px;
}
#login_form,
nav.languages {
  width: 28.25em;
}
#login_form,
.logo,
nav.languages {
  float:left;
}
p.error {
  margin: 1px;
  color: red;
}
#tl_login #username, #tl_login #password {
    font-size: 10pt;
    width: 10em;
}
#tl_login,
#tl_logout,
#login_form .buttons{
  padding-right: 1ex;  
}
#tl_login,
#login_form .buttons{
  text-align: right;
  margin-top: 1em;
}
p.tip_info .button,
#tl_login button,
#tl_logout .submit,
#login_form .buttons .fb_login,
#login_form .buttons a{
  background: #c3342e;
  border: none;
  color: #fff;
  text-shadow: 2px 2px 1px #333;
  text-transform: uppercase;
  font-size: 11pt;
  padding: 5px;
  display: inline-block;
}

#login_form .buttons a.fb_login {
  background-color: #3B5998;
  padding: 3px;
  padding-left: 1ex;
  padding-right: 1ex;
  font-weight: bolder;
  text-transform: lowercase;
  font-size: 12.9pt;
}
p.login_info{
  font-size: 9.5pt;
  margin-top: 6px;
  margin-bottom: 6px;
}
a#logo img {
  border: none;
  width: 277px;
  height:85px;
}
/*TopMenu Navigation dropdown menu style start*/

/* behavior */
#header,#footer,body,html {
  z-index: 99;
  margin: 0;
  padding: 0;
}

#header nav ul ul {
  display: none;
  padding: 0;
  margin: 0;
}
#header nav ul, #footer nav ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
  background-clip:border-box;
  -webkit-background-clip:border-box; /* Safari */
}

#ranking-menus nav ul li,
#header nav ul li,#footer nav ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#ranking-menus nav ul li {
  display: block;
}
#ranking-menus nav ul li a,
#header nav ul li a{margin: 0}

#header nav ul.level_1{
  border-bottom:solid #8e8e8e;/* 25px;*/
  padding-left: 10px;
}

/* current page or current trail(breadrcrumb)
 * is always shown
#header nav li.active ul.level_2,
#header nav li.trail ul.level_2 {
  position: absolute;
  top: 100%;
  left: -5px;
  display: inline-block;
  z-index: 100;
}
*/
#ranking-menus nav ul.level_2:hover,
#header nav ul.level_2:hover,
#ranking-menus nav ul.level_1 li:hover ul.level_2,
#header nav ul.level_1 li:hover ul.level_2 {
  position: absolute;
  top: 100%;
  display: inline-block;
  z-index: 101;
}

/* visual */
#header nav ul.level_1 {
  height: 35px;
  /* fallback */
  background: url(top_menu_bg.png);
  background-repeat: repeat-x;
  /* from #c3342e to #7b1200 */
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c3342e), to(#7b1200));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #c3342e, #7b1200);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #c3342e, #7b1200);
  /* IE 10 */
  background: -ms-linear-gradient(top, #c3342e, #7b1200);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #c3342e, #7b1200);
}

#header nav ul.level_1 li a.trail,
#header nav ul.level_1 li span.active,
#header nav ul.level_1 .level_2 li.active span.active,
#header nav ul.level_1 li a:hover,
#header nav ul.level_1 li ul.level_2 li a:hover {
  color: #791201;
  /* fallback */
  background: url(top_menu_bg_active.png);
  background-repeat: repeat-x;
    /* from #fbfbfb to #bbbbbb */
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#bbbbbb));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fbfbfb, #bbbbbb);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fbfbfb, #bbbbbb);
  /* IE 10 */
  background: -ms-linear-gradient(top, #fbfbfb, #bbbbbb);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fbfbfb, #bbbbbb);
}

#header nav ul.level_1 ul.level_2 li{
  padding-top: 1px;
}

#header nav ul.level_1 .level_2 li.active span.active {
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
}
#bettinginfos a.button,
.drwin #drwin a.button,
p.tip_info .button,
#tl_login button,
#tl_logout .submit,
#login_form .buttons a,
#header nav ul.level_1 li .level_1 {
  transform:skew(-15deg,0deg);
  -ms-transform: skew(-15deg,0deg); /* IE 9 */
  -webkit-transform: skew(-15deg,0deg); /* Safari and Chrome */
  -o-transform: skew(-15deg,0deg); /* Opera */
}
.drwin #drwin a.button,
p.tip_info a.button{
  background-image: url("h1_bg.png");
  margin-top: 1ex;
  margin-right: 15px;
  padding-top:1px;
  box-shadow: 3px 3px 3px #333;
  text-transform: capitalize;
}
p.tip_info .button span {
  font-size: 2.5ex;
  line-height: 90%;
}
p.tip_info .bet_x_cash_y{
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  color: #C3342E;
  display: inline-block;
}
#footer nav ul.level_1 li .level_1,
#header nav ul.level_1 li .level_1,
#footer nav ul a {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  height: 25px;
  margin: 0px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
#footer .inside {
  background-color: #fff;
  background-image: url(bottom_menu_bg.png);
  background-repeat: repeat-x;
  border-top: 4px outset #ddd;
  height: 30px;
  text-align: center;
}
#footer nav ul.level_1 li .level_1,
#footer nav ul a {
  padding-top: 5px;
  font-size: 12px;
  color: #999;
  height: 25px;
}

#ranking-menus nav ul.level_1 li.submenu,
#header nav ul.level_1 li.submenu {
  position: relative;
  padding-right: 15px;
  background-image: url(submenu_icon.png);
  background-position: right;
  background-repeat: no-repeat;
}

#header nav ul.level_1 li ul.level_2 a,
#header nav ul.level_1 li ul.level_2 span{
  font-size: 10px;
  color: #fff;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
}

#header nav ul.level_2{
  background: #8e8e8e;
  height: 25px;
  position: absolute;
  left: -5px;
  white-space: nowrap;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
ul.level_2 li.first a,
ul.level_2 li.first span {
  border-bottom-left-radius: 4px;
}
ul.level_2 li.last a,
ul.level_2 li.last span {
  border-bottom-right-radius: 4px;  
}

/*TopMenu Navigation dropdown menu style end*/
/* Common styles */
h1,h2,h3,h4,h5 {
  margin: 0;
}
#wrapper {z-index: 97}
#main {z-index: 98}
.inside {z-index: 99}
/* home page "Betting tips" list
and Dr Win Tip of the Day */
#drwin,
#right-top,
#right-middle,
#bettinginfos,
div#ranking-menus,
#right-bottom
{
  position: relative;
  border: solid #999 1px;
  border-radius: 4px;
  overflow: visible;
  z-index: 100;
}


#drwin {
  margin-top: 5px;
}

#drwin div.h1,
#new-betting-review div.h1,
#bettinginfos div.h1 {
  position: absolute;
  top: 2px;
  left: -21px;
  width: 104.5%;
  z-index: 101;
}
#drwin h1,
#new-betting-review h1,
#right-top h2,
#right-middle h2,
#right-bottom h2,
#bettinginfos h1 {
  width: 95%;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  height: 36px;
  vertical-align: top;
  color: #fff;
  background: url(h1_bg.png);
  background-repeat: repeat-x;
  display: inline-block;
}
.b_icon {
  background-image: url(b_icon.png);
  background-position: right;
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;height: 21px;
  float: right;
  margin-right: 23px;
}
#drwin .h1_left, #drwin .h1_right,
#new-betting-review .h1_left, #new-betting-review .h1_right,
#bettinginfos .h1_left, #bettinginfos .h1_right {
  display: inline-block;
  height: 36px;
}
#drwin .h1_left,
#new-betting-review .h1_left,
#bettinginfos .h1_left {
  background: url(h1_left_bg.png);
  background-repeat: no-repeat;
  width: 21px;
}
#drwin .h1_right,
#new-betting-review .h1_right,
#bettinginfos .h1_right {
  background: url(h1_right_bg.png);
  background-repeat: no-repeat;
  width: 10px;
}
#drwin p,
#bettinginfos p {
  margin-left: 5px;
  margin-right: 5px;
}
/* latest_tips section on frontpage */
#latest_tips,#tipster_reviews, #tipster_reviews_months, .mod_binfos {
  width:98%;
  margin: 5px;
  margin-top: 35px;
  padding: 0;
}
.mod_binfos {
  margin-bottom:5px;
}
.tipster-reviews .mod_binfos {
  margin-top:0px;
  width:97%;
}
#tipster_reviews_months {
  font-size: 8pt;
  margin-top: 5px;  
}
.mod_binfos,
#tipster_reviews tr.lt_line td,
#latest_tips tr.lt_line td {
  text-align: left;
  vertical-align: middle;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  background-image: none;
  line-height: 25px;
}
.mod_binfos {
  white-space: normal;
}
#tipster_reviews tr.lt_line td{
  font-size: 8pt;
}
#tipster_reviews .lt_line .date,
#latest_tips .lt_line .date {
  background: url('soccer.png');
  background-repeat: no-repeat;
  background-position: 1px 50%;
  background-origin: border-box;
  padding-left: 3ex;
  width: 10%;
}
#tipster_reviews .lt_line td.last,
#latest_tips .lt_line td.last {
  text-align: right;
  width: 16ex;
}

#latest_tips .lt_line .host,
#latest_tips .lt_line .guest {
  padding-left: 5px;
  width: 22%
}
#tipster_reviews .lt_line .host,
#tipster_reviews .lt_line .guest,
#tipster_reviews .lt_line .bet_type,
#tipster_reviews .lt_line .bookie {
  padding-left: 5px;
  width: 12%
  white-space: nowrap;
}
#tipster_reviews .lt_line a,
#latest_tips .lt_line a{
  color: #c00;
}
#tipster_reviews .lt_line a:hover,
#latest_tips .lt_line a:hover {
  text-decoration: underline;
}
.bet_state {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  border-right: 1px solid #999;
  text-align: center !important;
}
span.bet_state {
  border-right: none;
  display: inline-block;
  padding: 0.5ex;
}
.bet_state_0 {
  color: #000;
}
.bet_state_1{
  background: #00c300;
}
.bet_state_2{
  background: #C3342E;
}
.bet_state_3{
  background: #0000c3;
}

/* fboxes - four boxes with exserpts from tipsters help */
#fboxes {
  background: none;
}
#fboxes .block {
  overflow: visible;
}
#fboxes .ce_text{
  position: relative;
  width: 50% !important;
  float: left;
  z-index: 99;
}
#fboxes .ce_text .skew15,
#fboxes .ce_text h2{
  position: absolute;
  top: 5px;
}

.ranking #currenth_month_th h2,
.ranking #previous_month_th h2,
.view-profile .ce_text h2,
#fboxes .ce_text h2 {
  left: 10px;
  width:19ex;
  z-index: 101;
  border: none;
  color: #fff;
  padding-top: 0.3em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.1em;
  font-size: 1em;
  box-shadow: 3px 3px 3px #333;
  /* fallback */
  background: url(top_menu_bg.png);
  background-repeat: repeat-x;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c3342e), to(#7b1200));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #c3342e, #7b1200);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #c3342e, #7b1200);
  /* IE 10 */
  background: -ms-linear-gradient(top, #c3342e, #7b1200);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #c3342e, #7b1200);
  transform: skew(-15deg,0deg);
  -ms-transform: skew(-15deg,0deg);
  -webkit-transform: skew(-15deg,0deg);
}
#fboxes .ce_text h2{
  font-size: 12pt;
  line-height: 14pt;
}
.ranking #currenth_month_th .skew15,
.ranking #previous_month_th .skew15,
.view-profile .ce_text .skew15,
#fboxes .ce_text .skew15{
  left: 15px;
  width:20.8ex;
  z-index: 99;
  height: 5px;
  border: none;

  /* fallback */
  background: url(top_menu_bg.png);
  background-repeat: repeat-x;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c3342e), to(#7b1200));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #c3342e, #7b1200);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #c3342e, #7b1200);
  /* IE 10 */
  background: -ms-linear-gradient(top, #c3342e, #7b1200);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #c3342e, #7b1200);

  transform: skew(25deg,0deg);
  -ms-transform: skew(25deg,0deg);
  -webkit-transform: skew(25deg,0deg);
}
.view-profile .ce_text .content,
#fboxes .ce_text .content {
  z-index: 100;
  margin-top: 10px;
  overflow-y: hidden;
  border: solid #999 1px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 12px;
  line-height: 120%;
  height: 150px;
}

#fboxes .ce_text .left{
  margin-right: 0.5ex;
}
#fboxes .ce_text .right{
  margin-left: 0.5ex;
}
div#ranking-menus .right_head,
div#right-top .right_head,
div#right-middle .right_head,
div.right-section .right_head,
div#right-bottom .right_head,
#drwin .head_b_icon,
#fboxes .ce_text .content .head_b_icon,
.ranking .head_b_icon,
.view-profile .ce_text .content .head_b_icon {
  height: 25px;
  background-color: #999;
}

div#right-bottom .ce_text h2 a,
#drwin .ce_text h2 a{
  color: #038eef;
}

div#right-bottom .ce_text h2,
#drwin .ce_text h2{
  font-size: 12px;
  color:#038eef;
  font-style: italic;
  padding-left: 1em;
  margin: none;
  margin-bottom: 10px;
  background: none;
}
div#right-bottom .ce_text h2 .date,
#drwin .ce_text h2 .date{
  color: #CC0000;                                      
  float: right;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  margin-right: 23px;
}

#drwin .tip_info a{
  color: #CC0000;
  font-weight: normal;
  font-style: normal;
}
p.tip_info,
div#right-bottom .ce_text .tip_info,
#drwin .ce_text .tip_info {
  background-color: #D6D4D4;
  font-size:11px;
  color:#000;
  font-weight: bold;
  height: 30px;
  padding-top: 6px;
  padding-left: 1em;
  margin-left: 1em;
}

div#right-bottom .ce_text .tip_info {
  margin-left: 0;
}

p.bet_state_0 {
  height: 50px;
}
#drwin .tip_info .b_icon {
  margin-top: none;
  height: 16px;
}

#fboxes .ce_text .content p,
#new-betting-review .ce_text .content p,
#drwin .ce_text .content,
#right-middle .mod_newslist .layout_right{
  margin-left: 1em;
  margin-right: 1em;
}
#bettinginfos .ce_text .content,
#new-betting-review .ce_text .content,
#drwin .ce_text .content {
  margin-top: 40px;
  margin-bottom: 1em;
  padding-bottom: 1ex;
  border-bottom: 2px dotted #D6D4D4;
}
#bettinginfos .ce_text .content p,
#new-betting-review .ce_text .content p,
#drwin .ce_text .content p {
  /* font-size: 12pt;*/
  line-height: 150%;
}
#drwin .ce_text .tip {
  margin-top: 1ex;
  margin-bottom: 1ex;
}

#bettinginfos h1 .date,
#new-betting-review h1 .date,
#drwin h1 .date {
  float: right;
  font-size: small;
  margin-right: 10px;
  
}

/* Styles for right column */
aside#right div.inside {
  padding-left:10px;
}

div#right-top div.h2,
div#right-middle div.h2,
div#right-bottom div.h2,
div.right-section div.h2 {
  position: absolute;
  top: -5px;
  right: -30px;
  width: 237px;
  z-index: 101;
}

div#right-top span.h2_left,
div#right-middle span.h2_left,
div#right-bottom span.h2_left,
div.right-section span.h2_left {
  display: block;
  float:left;
  background-image: url(h2_right_left.png);
  width: 10px;
  height: 42px;
}

div#right-top h2,
div#right-middle h2,
div#right-bottom h2,
div.right-section h2 {
  display: block;
  float:left;
  height: 42px;
  width:195px;
  background-image: url(h2_right.png);
  padding-left: 2px;
  padding-top: 5px;
  font-style: italic;

}
div#right-top h2 .b_icon,
div#right-middle h2 .b_icon,
div#right-bottom h2 .b_icon,
div.right-section h2 .b_icon {
  margin-right: 0;
}

div#right-top span.h2_right,
div#right-middle span.h2_right,
div#right-bottom span.h2_right,
div.right-section span.h2_right {
  display: block;
  float:left;
  background-image: url(h2_right_right.png);
  width: 29px;
  height: 48px;
}
div#right-top .ce_html {
  margin-left: 2px;
  margin-right: 2px;
  padding: 5px;
  padding-bottom: 15px;
  background-color: #eee;
  background-image: url(banner_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 2px;
}

div#right-middle,
div#right-bottom {
  margin-top: 10px;
}

div#right-middle .right_head h3,
div#right-bottom .right_head h3,
div.right-section .right_head h3   {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 1em;
  line-height: 10px;
}
.ce_comments h2 {
    font-size: 10pt;
  color:#000;
}
.mod_personalData .formbody td,
.ce_comments .widget {
    font-size: 11px;
}
div#right-middle table,
div.right-section table {
  margin: 5px;
  margin-top: 15px;
  width: 96%;
  /* border-collapse:separate; 
  border-spacing:0 5px;*/
}

div#right-middle th,
div#right-middle td {
  border-top: 2px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
  font-size: 12px;
  line-height: 160%;
}

div#right-middle th.first {
  border-left: 1px solid #999;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0px;
  text-align: left;
}
div#right-middle th.first>span{
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-bottom-right-radius: 4px;
  display: inline-block;
  padding:3px 6px  3px 6px;
  margin-bottom: 3px;
  background-color: #aaa;
  color: #fff;
}
.percent,.amount {text-align: right}
div#right-middle td.last {
  border-right: 1px solid #999;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#right-middle .mod_newslist .layout_right h2 {
  font-size: 12pt;
  background: none;
  width: 100%;
  color: #000;
  display: block;
  clear: both;
}
nav.languages {
  position: absolute;
  top: 63px;
  right: 0px;
  text-align: right;
  width: 6em;/*increase when more than 3 languages*/
}
nav.languages a img {
  border: 1px solid #8E8E8E;
}
nav.languages a.active img {
  border: 1px inset #8E8E8E;
}
nav.languages a.active img:hover,
nav.languages a img:hover {
  border: 1px outset #8E8E8E;
}
#right .mod_newslist h2{
  height: auto;
  font-size: 10pt;
  line-height: 100%;
  margin-bottom: 0.8ex;
}

#right .inside .ce_text,
#right .inside .ce_html,
#main .inside .ce_text,
#main .inside .ce_html,
#main .mod_article p
 {
  font-size: 9pt;
  font-family: Verdana, sans-serif;
  font-weight: normal;
  text-align: left;
  line-height: 120%;
}
#main #fboxes .ce_text,
#main #fboxes .ce_text p {
  /*font-size: 12pt;*/
  line-height: 105%;
}
#main .ce_text p, #main .ce_html p,
#right .ce_text p, #right .ce_html p {
  margin-top: 0.5ex;
  margin-bottom: 0.05ex;
}
#tipster_reviews .tips_head th {
  background-color: #999;
  height: 25px;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px #555;
  font-style: oblique;
  color: #fff;
  cursor: default;
}
#stats .head_b_icon th:first-child,
#drwin .head_b_icon,
#tipster_reviews .tips_head th.first {
  border-top-left-radius: 4px; 
}
#stats .head_b_icon th:last-child,
#drwin .head_b_icon,
#tipster_reviews .tips_head th.last{
  border-top-right-radius: 4px;
}
#stats table tr td:first-child,
#tipster_reviews td.date {border-left: 1px solid #999;}
#tipster_reviews caption
{
  caption-side:bottom;
  border: 1px solid #999;
  border-top: none;
  border-bottom-left-radius: 4px; 
  border-bottom-right-radius: 4px; 

}

#avatar_box {
  margin: 15px;
  margin-bottom: 25px;
  padding: 5px;
  background-color: darkRed;
  border-radius: 4px;
  text-align: center;
}
#avatar_title {
  color:#fff;
  font-weight: bold;
  line-height: 110%;
  margin: 0px;
}

#avatar_box img {
  border:0px;

}

div.right-section {
  position: relative;
  margin: 5px;
  border-radius: 4px;
  border: 1px solid #999;
}

#month_stats {
  margin-bottom: 25px;
}
div.right-section div.h2 {
  right: -35px !important;
}
div.right-section table{
  width: 100%;
  margin:0px;
  margin-top: 15px; 
  margin-bottom: 4px;
}
div.right-section table tr td{
  font-size: 8pt;
  line-height: 150%;
}
div.right-section table tr td:nth-child(1){
white-space: nowrap;
padding-left: 15px;
}
div.right-section table tr td:nth-child(2){
  text-align: right;
  padding-right: 15px;
}
.loss {color: #c00;}
.pr {
    color: #669900;
}
#bi_registration {
  margin: 5px;
  margin-top: 40px;
}
#bi_registration table {
  width: 100%;
}
#bi_registration td:nth-child(1){
  white-space: nowrap;
}
#bi_registration .text,
#bi_registration .textarea {
  width: 99%;
}

#bettinginfos.view-profile {
  background-color: #fff;
  overflow-x: visible;
}
/* page view-profile */
.view-profile .ce_text {
  width: 100% !important;
  margin-top: 40px;
  float: none;
}
.view-profile .ce_text .skew15,
.view-profile .ce_text h2 {
  position: absolute;
  left: 390px;
  font-size: 1.3em;
}
.view-profile .ce_text .skew15{
 left: 395px; 
}


.view-profile .ce_text h2 .b_icon {
  margin-right: 0px;
}

#bettinginfos.view-profile .ce_text .content {
  margin: 5px;
  border: 1px solid #999;
  padding: 0px;
  height: auto;
}

#bettinginfos.view-profile .ce_text .head_b_icon {
  font-size: 10pt;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
  padding-top: 5px;
  font-style: italic;
  line-height: 100%;
  border-bottom: 15px solid #ccc;
  height: 17px;
}

#bettinginfos.view-profile .ce_text table { width: 100%;}

table#about-me tr:nth-child(odd),
table#about-me tr:nth-child(even)
{
  background-color: #FFF;
}

table#about-me td, table#about-me th, table#perform tr td {
padding: 0.5ex;
}

table#about-me td#about {
  border-left: 1px solid #999;
  vertical-align: top;
  padding: 1em;
  width: 40%;
}

#stats table tr td a,
table#perform tr td a {
  color: #c00;
}
table#perform tr td.amount,
table#perform tr td.percent {
  font-weight: bold;
  text-align: right;
  padding-right: 15%;
}
table#perform tr th:nth-child(2) {
  width: 41%;
}
table#perform thead th {
  background-color: #ccc;
  padding: 0.5em;
  text-align: center;
}
table#perform thead th:first-child {
  width: 100px;
  border-left: none;
}
table#perform thead th {
  border-left:2px solid #eee;
}
table#perform td.bet_state{
  width:10px !important;
  padding-left: 0.5ex;
  padding-right: 0.5ex;
}

#bettinginfos .second_block{
  position: relative;
  margin-top: 1ex;
}

#chart_all_area {
  width: 100% !important;
  text-align: center;
}

/* page ranking */
#stats  table thead tr.head_b_icon th,
.ranking #drwin table thead tr.head_b_icon th {
  background-color: #ccc;
}

.ranking #drwin table thead tr.head_b_icon th:first-child{
  width: 37%;
}
.ranking #currenth_month_th, .ranking #previous_month_th {
  position: relative;
}
.ranking #currenth_month_th div.skew15,
.ranking #currenth_month_th h2,
.ranking #previous_month_th div.skew15,
.ranking #previous_month_th h2 {
  position: absolute;
  top: -23px;
  width: 155px;
}
.ranking #currenth_month_th div.skew15,
.ranking #previous_month_th div.skew15 {
  height: 10px;
  left: 27px;
  width: 157px;
}
.ranking #ranking_for_halfyear div.skew15,
.ranking #ranking_for_quarter div.skew15 {
    width: 217px;
}
.ranking #ranking_for_halfyear h2,
.ranking #ranking_for_quarter h2 {
  width: 210px;
}
.ranking #currenth_month_th h2,
.ranking #previous_month_th h2 {
  height:25px;
}
.ranking .head_b_icon .b_icon {
  float: left;
  margin-left: 20px;
}

.ranking #drwin {
  margin-top: 15px;
}

.ranking #drwin table {
  width:100%;
}
#stats table thead th,
.ranking #drwin table thead th {
  background-color: #999;
  color:white;
  text-align: center;
}
#stats table tr td,
.ranking #drwin table tbody td {
  font-size: 11px;
  font-style: italic;
}
.ranking #drwin table tbody td span {
  display: inline-block;
  font-weight: bold;
}
.ranking #drwin table tbody td span:first-child{
  width: 10%;
  text-align: right;
  color: lightblue;
}
.ranking #drwin table tbody td span:nth-child(2){
  width: 40%;
  padding-left: 1em;
}
.ranking #drwin table tbody td span:last-child {
  width: 42%;
  text-align: right;
}
.ranking #drwin table tbody td a {
  color:darkred;
}
.ranking #drwin table tbody td:first-child {
  padding-right: 5px;
}
.ranking #drwin table tbody td {
  padding-right: 20px;
}
div#ranking-menus{
  z-index: 101;
}
#ranking-menus nav ul.level_1{
  list-style-position: inside;
  padding-left: 0;
}

#ranking-menus nav ul.level_1 li.submenu ul.level_2,
#ranking-menus nav ul.level_1 li.submenu {
  background-color: #bbb;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #999;
  border-radius:4px;
  color:#FFF;
  font-weight: bold;
  padding-left: 5px;
  cursor: pointer;
  
}
#ranking-menus nav ul.level_1 li.submenu ul.level_2 {
  display:none;
  position:absolute;
  
}
#ranking-menus nav ul.level_1 li.submenu:hover ul.level_2{
  display:block;
  width: 90%;
  left:0px;
  font-size: 10px;
  background-color:#CCC;
  border: 1px solid #999;
  max-height:350px;
  overflow:auto;
}
#ranking-menus nav ul.level_1 li.submenu ul.level_2 li.sibling {
  display:block;
  width: 100%;
}
#ranking-menus nav a:active ,
#ranking-menus nav a:hover {
  background-color:#AAA;
}
#drwin .head_b_icon h2,
#ranking-menus nav a{
  display:block;
  color:#fff;
}
.ranking #right-top {
  margin-top: 15px;
}
#ranking-menus nav ul.level_1 li.submenu ul.months li.sibling span:first-child {
  display:inline-block;
  width:12ex;
}
.drwin #drwin .head_b_icon h2{
  font-size: 1.2em;
  margin: 0;
  padding: 0px;
  padding-top:5px;
  padding-left: 1em;
}

.drwin #drwin .ce_text .content .tip_info {
  margin:0;
  text-align: center;
}
.drwin #drwin .ce_text .content {
  border:none;
}

#drwin .ce_text .content p[align=center]{
  text-align: center;
}
.drwin #drwin a.button{
  display: inline-block;
  padding:0.5ex;
  color: white;
  font-weight: bold;
}
.drwin #drwin .ce_text:last-child{
  padding:1ex;
  margin-bottom: 1em;
}

.drwin #right .ce_banner {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  background-image: url('stripes.jpg');
}
.drwin #right .ce_html div {
  text-align: center;
}

.drwin #right .ce_html div a {
  color:#000;
}
.drwin #right .ce_html div a:hover {
  text-decoration: underline;
}
.drwin #right .ce_html div a:visited {
  color:#777
}
.drwin #tipster_reviews thead th {
  border: 1px solid #999;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
  height:0.5ex;
}

#stats tfoot th,
.drwin #tipster_reviews tfoot tr:first-child th {
  border: 1px solid #999;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
  height:0.5ex;
}
#stats thead th{
  border-top: 1px solid #999;
}

#stats table thead tr th:first-child {
  border-left: 1px solid #999;
  border-right:none;
}
#stats table thead tr th:last-child {
  border-right: 1px solid #999;
  border-left:none;
}
.drwin #tipster_reviews tfoot tr th {
  background-color: #fff;
}

.drwin #bettinginfos{
  text-align: center;
}
#stats table tr td:last-child,
.drwin #tipster_reviews td.last {
  border-right: 1px solid #999;
}
.drwin #tipster_reviews td.host a {
  color: #000;
  font-weight: bold;
}

.pagination,
.paginator {
  text-align: right;
  margin: 0.5ex;
}

.pagination li,
.paginator a {
  display:inline-block;
  border: 1px solid #999;
  border-radius: 0px;
  padding: 0.5ex;
  padding-left: 1ex;
  padding-right: 1ex;
  font-size: 9px;
  font-weight:normal;
  color:#777;
}

/* news */
.pagination li a {
  color:#777;
}
.pagination ul{display:inline-block;margin: 0;}
.mod_newsreader,
.mod_newslist {
  margin: 10px;
  margin-top: 0;
}
.mod_newslist .layout_latest h2 a {
  color:#a00;
  font-size: medium;
}
.mod_newslist .layout_latest .ce_text{
  padding-bottom: 1ex;
  border-bottom: 2px dotted #D6D4D4;
  margin-bottom: 1ex;
}

.mod_newslist div.last .ce_text{
  border-bottom: 0px;
}

div#right-bottom .right_head {
  margin-bottom: 15px;
}
div#right-bottom .ce_text h2 {
  width:97%;
  float:none;
  margin: 0px;
  height:35px;
  padding-left: 1ex;
}
div#right-bottom .ce_text h2 a{
  white-space: nowrap;
}
div#right-bottom .ce_text .content p {
  margin-left: 1ex;
  margin-right: 1ex;
}
div#right-bottom .ce_text {
  padding-bottom:1ex;
  border-bottom: 1px dotted #999;
}
div#right-bottom .ce_text:last-child {
  border: none;
}
div#right-bottom .ce_text .tip_info .b_icon,
.news div#right-bottom .ce_text h2 .date {
  margin-right: 5px;
}
#stats table { 
  width: 98.5%;
  margin-bottom: 1em;
}
#stats table tr td {
  text-align: center;
}
