br.clear {clear: both;}
body 
{
	font-family: verdana, Verdana, Helvetica, Chicago, sans-serif;
    padding: 10px;
    font-weight: normal;
    font-size: 10px;
    color: #000000;
	margin: 0px;
	padding: 0px;
    background-color: white;
    /*background-image: url("/static/img/strips_yb.png");*/
} 

input, textarea, select 
{
    color: #AAAAAA; 
    margin: 2px 0 2px 0;
    border: 1px solid #AAAAAA;
}

input.button 
{
    background-color: white;
    color: #AAAAAA; 
    /* cursor: hand; */
    border: 1px solid #AAAAAA;
    height: 20px;
}

h3
{
    font-size: 95%;
    margin: 0;

}


a img
{
    border: none;
}

div.login
{
    float: right;
    height: 110px;
    width: 200px;
}
label.login
{
    float: left;
    width: 60px;
}
label.register
{
    float: left;
    width: 90px;
}
div.input_f
{
    width: 150px;
}


ul
{
    float: left;
    padding: 0;
    margin-right: 5px;
}
ul li
{
    float: left;
    display: block;
    margin-right: 5px;
}


div.center
{
	margin:0px auto 10px auto;
  	width:850px;
    background-color: white;
    
}
div.top
{
    border-bottom: 1px solid #444444;
    height: 135px;
    width:850px;
    margin-top: 10px;
}
div.top img
{
    float: left;
    /*background-image: url("/static/img/hn-logo.jpg");*/
}
div.middle
{
    width: 850px;
    height: 30px;
    vertical-align: middle;
    background-color: yellow;
}
div.left
{
    float: left;
    width: 130px;
    margin-right: 10px;
    padding-right: 5px;


}
div.left_reg
{
    float: left;
    max-width: 300px;
    margin-right: 10px;
    padding-right: 5px;
    height: 300px;
    border-right: 1px solid #444444;
}
div.right
{
    width: 690px;
    float: left;
    padding-left: 10px;
    border-left: 1px solid #444444;
}
div.bottom
{
    float: right;
    margin-top: 20px;
    font-size: 80%;
    width: 850px;
    height: 30px;
}
table
{
    width: 100%;
    padding: 1px;
    margin-bottom: 5px;
    font-size: 90%;
    border: 1px solid #888888;
    table-layout: auto;
    border-collapse: collapse; 
}

table td img
{
    float: right;
}

table td
{
    width: 30px;
}

table td.season
{
    width: 30px;
}
table td.image
{
    width: 15px;
}
th
{
    background-color: #EEEEEE;
}
tr.data:hover
{
    background-color: #EEEEEE;
}

div.newie
{

    background-color: #EEEEEE;
    /*border-bottom: 1px solid #222222;*/
    margin-bottom: 20px;
    padding: 5px 10px 10px 10px;
    border: 1px solid #000000;
}

td.a1
{
    
    background-color: #EEDDFF;
}
td.a7
{
    background-color: #EEDDEE;
}
td.a30
{
   
    background-color: #EEDDDD;
}

a
{
    color: #004D99;
}
h1
{
    color: #004D99;
}
div.newie h1 a
{
    color: #004D99;
}
li.tabs
{

}

fieldset { border:1px solid #AAAAAA }
legend {  border:1px solid #AAAAAA }
