a:link 
{
	color: #000066;
        text-decoration: underline ;
}
a:active 
{

        color: #3366FF;
        text-decoration: underline ;
}
a:visited 
{
	color: #000066;
        text-decoration: underline ;
}
a:hover 
{
        color: #3366FF;
        text-decoration: underline ;
}
.menu        
{ 
	font-family: Arial; 
	font-size: 11px; vertical-align: middle; font-weight: bold; padding-right: 21px;        
        color: rgb(20,20,20);
        background: #DCDCDC;        
}

.main
{
    padding: 0em 1em 1em 1em
}

.infobar   
{ 
	font-family: Arial; 
	font-size: 11px;
 }

.inputline
{
	font-family: Arial; 
	font-size: 11px; vertical-align: middle;        
        color: rgb(20,20,20);
        background: #DCDCDC;        
}

.delimit        
{ 
	font-family: Arial;  
	font-size: 3px; vertical-align:middle;
}

.input
{
	font-family: Arial; font-size: 11px;
}
.formLabel
{
    font-family: Arial; font-size: 11px; font-weight:bold
}
.delete
{
    text-decoration: underline; color: #FF5050
}
.red
{
	background: #FF8A84
}
.blue
{
	background: #8DA7FF
}
.yellow
{
	background: #FFFF99
}
.white
{
	background: #EAF2FF
}
.purewhite
{
	background: #FFFFFF
}
.lightgray
{
	background: #DCDCDC
}

.scorelabel
{
        font-family: Arial; font-size: 11px;
	background-color: #CCCCCC 
}

.par
{
	/* 
        background: #CCFF99 
        */
        background: #FFFFFF
}

.birdie
{
        color: #FFFFFF;
	background: #8A9C99
}

.eagle
{
        color: #FFFFFF;
	background: #A75151
}

.albatros
{
        color: #FFFFFF;
	background: #333366
}

.bogey
{
	background: #E2CA94
}

.dblbogey
{
        background: #DCA07A
}
.roundscore
{
    background: #DCDCDC;
    font-family: Arial; font-size: 11px
}

.lightgreen
{
    	background: #CCFF99
}
.scoreInput4
{
	font-family: Arial; font-size: 11px; width:32; text-align:right
}
.scoreInput
{
	font-family: Arial; font-size: 11px; width:24; text-align:right
}
.selectInput
{
	font-family: Arial; font-size: 11px; 
}
body
{
	font-family: Arial;
	color: #000000;font-size:11px
}

.body
{
	font-family: Arial;
	color: #000000;font-size:11px
}

table
{
	padding:0; table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(153,204,153); font-family:Arial; font-size:11px; 
}
.busy   
{  
	padding:0; table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(153,204,153); font-family:Arial; font-size:11px; 
}
table.view   
{  
}


tr.roundscore_even
{
    font-family: Arial; font-size: 11px;
    text-align: center;
    background: #EAF2FF;
}

tr.roundscore_odd
{
    font-family: Arial; font-size: 11px;
    text-align: center;
    background: #FFFFFF;
}
tr.roundscore_delimit
{
    font-family: Arial; font-size: 4px;
    text-align: center;
    background: #DCDCDC;
}
.list_even
{
    font-family: Arial; font-size: 11px;
    background: #EAF2FF;
}
.list_odd
{
    font-family: Arial; font-size: 11px;
    background: #FFFFFF;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(255,102,51);
}
h2
{
	color: rgb(204,153,51); 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}
th           
{ 
	background-color: #CCCCCC 
}