html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    /*	vertical-align: middle; */
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/*=======================================RESET===========================================*/



/*===========================Basic settings=========================*/

textarea{overflow:auto;}

img{vertical-align:middle;}

label{cursor: pointer;}

p{
    line-height:1.6;
}

strong{
    font-weight:bold;
}

em{
    font-style:italic;
}

hr{
    height:1px;color:silver;
}

h1{
    font-size:1.6em;
    font-weight:normal;
    border-bottom:1px solid gray;
    margin:0 5px;
    text-indent:50px;
    padding:7px 0;
}

h2{
    font-size:1.3em;
    color:#865d25;
    font-weight:normal;
    padding:2px 0;
    text-indent:10px;
}

h3{
    font-size:1.2em;
    font-weight:bold;
    text-decoration:none;
}

h4{
    font-size:1.1em;
    font-weight:normal;
    padding:2px 2px;
    text-indent:10px;
    color:rgb(153,153,153);
}

a{
    color:rgb(51,102,153);
    text-decoration:none;
}
a:hover{
   color:#005b95;
}

fieldset{}

/*==Basic settings==*/



/*======================================My reset========================*/

input, button {margin:0;padding:0;}
input[type=text],input[type=password],input[type=select]{vertical-align:middle;padding:1px;width:120px;}
select{vertical-align:middle;padding:1px;width:125px;}


input[disabled] {
    border: 1px solid #999;
    background-color: #ddd;
}
input[type=image] {
    margin:0;
    padding:0;
    margin-top:5px;
    margin-left:113px;
    
}

input[type=submit]:hover, button:hover{
    cursor: pointer;
    
}



/*for checkboxes*/
input.check{
    margin-top:3px;
}

/*==My reset==*/





/*=======================================INDEX TEMPLATE=======================================*/
body,html {
    margin:0 auto;
    text-align:center;
    background: white;
    font-family: "Arial",Helvetica,Jamrul,sans-serif;
    

}

#page {
    margin:0 auto;
    padding:0;
    width:996px;
    text-align:left;
    font-size:small;
    background:url('../img/background.jpg');
    font-family: "Arial",Helvetica,Jamrul,sans-serif;
}
#header {
    background:url('../img/top.jpg');
    height:119px;
    margin:0;
    padding:0;
    width:996px;

}

#message {
    background:#005b95;
    color:white;
    text-align:center;
}

#middle{
    float:left;
    color:black;
    width:996px;
    padding:5px 0;
    height:509px;
    background:url('../img/background.jpg');

}


/*==INDEX TEMPLATE==*/


.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}
.justify {text-align:justify;}
.bold {display:block;}
.inline{display:inline;}
.clear{clear:both;}
.error{color:red;}

#left_menu {
    float:left;
    background:url('../img/menu_background.png');
    width:150px;
    height:140px;
    margin:0;
    padding: 0;
}
#home {
    display:block;
    width:150px;
    height:21px;
    background:url('../img/home_inactive.png');

    position:relative;top:5px;
}
#home:hover {

    background:url('../img/home_active.png');

}
#picks {
    display:block;
    width:150px;
    height:21px;
    background:url('../img/picks_inactive.png');
    position:relative;top:10px;
}
#picks:hover {

    background:url('../img/picks_active.png');

}
#payments {
    display:block;
    width:150px;
    height:21px;
    background:url('../img/payments_inactive.png');
    position:relative;top:15px;
}
#payments:hover {

    background:url('../img/payments_active.png');

}
#faq {
    display:block;
    width:150px;
    height:21px;
    background:url('../img/faq_inactive.png');
    position:relative;top:20px;
}
#faq:hover {

    background:url('../img/faq_active.png');

}

#links {
    display:block;
    width:150px;
    height:21px;
    background:url('../img/links_inactive.png');
    position:relative;top:25px;
}
#links:hover {

    background:url('../img/links_active.png');

}


#right_panel_1 {
    background:url('../img/right_panel_background.png');
    width:217px;
    height:157px;
    margin:0;
    padding:0;
    
}
#right_panel_2 {
    background:url('../img/right_panel_background.png');
    width:217px;
    height:157px;
    margin:0;
    padding:0;
    padding-top:5px;


}

.content {
    float:left;
    height:260px;
    margin-top:5px;
    padding:0;
    

}
#panel{
    float:right;
    width:217px;
    height:285px;
}
#text_login {
    margin-left:100px;
    padding-top:9px;
}
#text_record {
    position:relative;left:100px;top:2px;

}

#right_panel_bottom {
    background:url('../img/right_panel_bottom.png');
    height:5px;
}
#login_form {
    padding-left:25px;
    padding-top:20px;
    line-height: 200%;
   }

#register_now {
   margin-left:25px;
   width:73px;
   position:relative;top:-28px;
}
#forgot {
  margin:0;
  padding:0;
  color:#005b95;
  font-size:9px;
  float:right;
  position:relative;top:-35px;
  
}


    

.napis {
width: 50px;
float: left;
color:#005b95;
font-weight: bold;
font-size:12px;

}
#srodek {
    width:576px;
    float:left;
    margin-left:20px;
     margin-right:20px;
}
#content_change {
    color:#005b95;
    font-size: 12px;
    line-height: 180%;
    
    width:580px;
}
#content_change ul{
    list-style:none;
}
#statistics_left  {
    
    color:#005b95;
    margin-top:18px;
    margin-left:23px;
    font-size: 11px;
    
}
#statistics_left table {
  width:191px;

}
.right {
    height:15px;
}
#banners {
    margin:0 auto;
    width:468px;
    height:60px;
    
    
}
.banner {
    padding:10px;
}
#login_alert {
    margin-left:25px;
    font-size: 12px;
    color:#cc0001;
    font-weight:bold;
    height:15px;
}
#logged_box {
    padding-left:25px;
    padding-top:25px;
    text-align:center;
    color:#005b95;
    
}
#bets_list {
    width:576px;
    border-spacing: 0 1px;
    
}

#bets_list thead tr{
    background:#005b95;
    color:white;
  
   
}
#bets_list th {
   font-weight:bold;
    border-top:1px solid white;
    border-bottom:1px solid white;
   text-align: center;
}
#bets_list td {
   padding: 0 5px 0 5px;
   text-align: center;
   margin:0;
    border-top:1px solid gray;
    border-bottom:1px solid gray;
    
}

.light {
    background:#f2f2f2;
    
}

.dark {
    background:#dcdcdc;
}
.th_last_left {
    border-left:1px white solid;
}
.th_last_right {
    border-right:1px white solid;
}
.td_last_left {
    border-left:1px gray solid;
}
.td_last_right {
    border-right:1px gray solid;
}
#photo {
    float:left;
    margin-right:10px;
    margin-top:5px;
}

.comment {
    vertical-align: top;
}
