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; */
        /* background: #C6DBFF; */
        background-image: url( '../images/blue_gradient.gif' );
        width: 100%;
        border: 1px solid #aaa; /* a 1px border on each side */
}

.menu-frame        
{ 
        /* border-bottom: black solid 1px;
        border-top: black solid 1px;       
        background: #DCDCDC; 
        */
        padding-bottom: 10px;
}

.main
{
    padding: 0em 1em 1em 1em
}

.infobar   
{ 
	font-family: Arial; 
	font-size: 13px;
        padding:5px;
        /* background-image: url('../images/background.gif'); */
 }

.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;
        border: 1px solid #aaa; /* a 1px border on each side */
}

.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; 
        border: 1px solid #aaa; /* a 1px border on each side */
}
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 
}

.maintable
{
  width: 100%;
}

#outer0, #outer1, #outer2
{
  text-align: center; /* counter the body center */

  background-image: url('../images/background.gif');
  background-repeat: repeat;
}	

#content 
{
  background: #fff;
  padding: 2px; /* a padding of 2px on each side */
  /* border: 1px solid #ddd;  a 1px border on each side */
  width: 980px; /* set the content region to 100px */  

  margin: 0 auto;   /* align for good browsers */
  text-align: left; /* counter the body center */
}

#floor 
{
  float: clear;
  width: 100%;
  background-image: url('../images/background.gif');
  background-repeat: repeat 
}


#div-menu 
{
  width: 100%;
  background: #eee;
  float: left;
}

#div-menu ul 
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 12em;
  float: left;
}

#menu li 
{
  position: relative;

}

