
body {
        /* margin: auto; */
	margin-top: 20px;
	color: rgb(51,57,45);
	background-color: rgb(203,227,180);
	text-align: center;
	font-family: Helvetica;
	font-size: 12px;		
        padding: 0px 0px 0px 0px;
}

td {
	text-align: right;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: rgb(101,114,90);
        padding: 0px 3px 0px 3px;	
        font-size: 13px;		

}	

td.alt {

        background-color: rgb(193,216,171);

}

td.empty {

        width: 8px;
        border-style: none;

}

td.timebrowser {

        border-style: none;
        font-size: 15px;
        font-weight: bold;

}


td.bar {
        text-align: left;
}

td.hilight {
        border-color: rgb(131,31,31);
        background-color: rgb(235,230,200);
}

td.noborder {
        border-style: none;
       padding: 0px 10px 0px 10px;
}
img {
        border-style: none;
}

td.noborder_popup {
        border-style: none;
        padding: 0px 0px 0px 0px;
}

.fool {
        background-color: rgb(255,201,201);
}

.red {
        background-color: rgb(255,190,190);
}
.green {
        background-color: rgb(170,255,170);
}


.container {
	margin: auto;
}

div {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;

}


caption {
	margin: auto;
	font-weight: bold;
        font-size: 20px;
}

table {
	margin: auto;
}

div.middle {
        position: absolute;
        //width: 120px;
        left: 50%;
        //margin-left: -60px;

}

.greenbg {
        background-color: rgb(190,205,190);
}
.redbg {
	background-color: rgb(205,190,190);
}

.square {

        border-style: solid;
        border-color: #A0A0A0;
        border-width:1px 1px 1px 1px;
        width: 20px;
        margin-right:3px;
}

.left {
        float: left;
        margin-left: 10px;
}
.right {
        float: right;
         margin-right: 10px;
}

.fat {

        font-size: 14px;
        font-weight: bold;

}

.playercontainer {
	margin: auto;
        width: 750px;
        
}
.wholescreen {
	margin: auto;
        width: 1024px;
        
}

.playerheader {

        margin: auto;
        width:750px;
        padding-bottom: 10px;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
}

.playermenu {

        width: 150px;        
        border-width: 0px 1px 1px 1px;
        border-style: solid;        
        float: left;

}

.menudelimiter {
        width: 150px;        
        border-width: 1px 0px 0px 0px;
        border-style: solid;        
        margin: 5px 0px 5px 0px;
}

.menuitem {
        margin: 5px 0px 5px 0px;
}

.playercontent {

        width: 595px;
        border-width: 0px 1px 0px 0px;
        border-style: solid;
        float: right;
        padding-top: 10px;
        margin-bottom: 10px;

}

input, select {
        margin: 5px 10px 0px 10px;                
}  

input.cbox {
        margin: 0px 0px 3px 0px;
}

input.button {
        margin: 5px 0px 10px 0px;
}

.playerfooter {

       
        width:750px;
        padding-top: 10px;
        border-style: solid;
        border-width: 0px 0px 0px 0px;
}

h1,h2,h3,h4,h5 {
        margin: 5px 0px 5px 0px;
}

h1 {
        font-size: 24px;
}
h2 {
        font-size: 18px;
}
h3 {
        font-size: 14px;
}
h4 {
        font-size: 12px;
}

caption {
        font-size: 18px;
}

th {
        font-size: 16px;
}
                
a:link 		{ color: rgb(51,57,45); text-decoration: none; font-weight: bold;}
a:visited	{ color: rgb(51,57,45); text-decoration: none; font-weight: bold;}
a:hover		{ color: rgb(51,57,45); text-decoration: none; font-weight: bold;}
a:active	{ color: rgb(51,57,45); text-decoration: none; font-weight: bold;}

a:link.hilight 		{ color: rgb(151,31,31); text-decoration: underline;}
a:visited.hilight	{ color: rgb(151,31,31); text-decoration: underline;}
a:hover.hilight		{ color: rgb(151,31,31); text-decoration: underline;}
a:active.hilight	{ color: rgb(151,31,31); text-decoration: underline;}

a:link.inactive 		{ color: rgb(128,142,112);}
a:visited.inactive 		{ color: rgb(128,142,112);}
a:hover.inactive 		{ color: rgb(128,142,112);}
a:active.inactive 		{ color: rgb(128,142,112);}

a:link.scoringlink	{ color: rgb(151,31,31);}
a:visited.scoringlink	{ color: rgb(151,31,31);}
a:hover.scoringlink	{ color: rgb(151,31,31);}
a:active.scoringlink	{ color: rgb(151,31,31);}

#nav
{
/*float:left;*/
list-style:none;
margin:auto;
margin-bottom:10px;
margin-top:10px;
width:750px;
height:40px;
background-color: rgb(162, 182, 144);

}

#nav ul

{
list-style:none;
margin-left:0px;
}


#nav li

{
text-align:left;
float:left;
padding-left:0px;
padding-top:0px;
padding-bottom:0px;
}

#nav ul li a

{
display:block;
margin-right:0px;
padding:12px 14px 12px 14px;
font-weight:bold;
text-decoration: none;
}

#nav li a:hover
{
         text-decoration: underline;
}


#nav ul li .selected
{
        color: rgb(151,31,31);
        text-decoration: underline;
}


