﻿a {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #333333;
}

img {
	border: none;
}

body
{
    margin: 0;
    padding: 0;
	background: #FFFFFF;
	font: 12px Arial;
	color: #666666;
    font-weight: normal;
    background-color: white;
    

}
#headerbkgrd
{
    width: 100%;
    height: 98px;
    margin: 0;
    background-image: url(../../images/header_bkgd.gif);
    background-repeat: repeat-x;
    border:0px;
    vertical-align:top;
}
#headerbkgrd .container
{   width:900px;
}
#logo
{
    width: 515px;
    height:98px;
    float:left;
    vertical-align:top;
    text-align:left;
}
#header_RT 
{
    width: 360px;
    height:98px;
    float:right;
    text-align:right;
    vertical-align:middle;
    color:White;
    padding-right:5px;
}
#header_RT a
{   
    color:White;
    font-weight:normal;
}
/* Navigation */
#nav_bar
{
    width: 100%;
    height: 25px;
    margin: 0;
    background-image: url(../../images/nav_underline.gif);
    background-repeat: repeat-x;
    border:0px;
    vertical-align:bottom;
}
#nav_bar .container
{   width:900px;
    
}
#nav_bar_left
{
    width:432px;
    float:left;

}
#nav_bar_right
{
    background-image: url(../../images/title_bar.gif);
    width:448px;
    background-repeat: no-repeat;
    background-position:bottom;
    height:25px;
    text-align:center;
    float:right;
    vertical-align:bottom;
    
}
#nav_bar_right .padding
{
    padding-top:6px;
}
#nav_bar a
{
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    
} 

#nav_bar a:hover
{
    color:White;
    text-decoration:underline;
    
}

/* Administration Sub Nav */

#subnav
{
    width: 900px;
    margin-bottom:25px;
    margin-top:0px;
    text-align:right;
    
}
#LFT 
{
    width: 400px;
    float:left;
    margin-bottom:25px;
    
}
#RT 
{
    width: 400px;
    float:right;
    text-align:center;
    text-decoration:none;
    margin-bottom:25px;
  }

.field a
{
    font-weight:normal;
    color:#333333;
    text-decoration:none;
    background-image: url(../../images/bullet.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding-left: 15px;
    padding-right:17px;
    vertical-align:middle;
    
}
  
.field a:hover
{
    background-image: url(../../images/bulletOver.gif);
    background-position:left;
    background-repeat:no-repeat;
    text-decoration:none;
    font-weight:normal;
    
}
.dropdown
{   font-size:10px;
    text-align:left;
    padding-left:2px;
    padding-right:2px;
    margin-top:2px;
    }
.dropdownlink
{
    border-bottom:solid 1px black;
    
        }
.dropdownlink a
{
    font-weight:normal;
    color:#666666;
    text-decoration:none;
}
.dropdownlink a:hover
{
    color:#333333;
    text-decoration:none;
    font-weight:normal;
}

/* Middle Content */
#black_middle
{
    width: 900px;
    background-color: Black;
    margin-top: 10px;
    text-align:center;
}
/* Homepage Lower Content */
#home_lower
{
    width: 900px;
   
}

/*Getting Started Content*/
.home_right_lower
{
    float:right;
    width:400px;
    margin-top:10px;
    margin-right:10px;
    margin-left:25px;
    text-align:left;
    
} 

.indented
{
    padding-left:10px;
    padding-top:10px;
}

.h1_text_right
{
    width:400px;
    height:28px;
    text-align: right;
    margin-left:25px;
    vertical-align:bottom;
    
}
/* Features*/
/*.home_left_lower
{
    float:left;
    width:370px;
    margin-top:10px;
    margin-left:15px;
    text-align:left;
}*/
.home_left_lower_list
{
    float:left;
    width:370px;
    margin-top:10px;
    margin-left:15px;
    text-align:left;
}
ul
{
    list-style-type: none;
}
li
{
    list-style-position: outside;
    list-style-image: url(../../images/bulletOver.gif);
    line-height: 20px;
    vertical-align:top;
    
}
.h1_text_left
{
    width: 370px;
    height:28px;
    text-align: right;
    margin:0;
    vertical-align:bottom;
}
.left
{
    width:900px;
    text-align:left;
    margin-top:10px;
}
.h1
{
    background-image: url(../../images/h1_underline.gif);
    background-repeat: repeat-x;
    font-size: 16px;
    font-weight:bold;
    color: #333333;
    font-family:arial;
    letter-spacing: 1.5pt;
}
.h1_golfball
{
    width:34px;
    height:28px;
    text-align:right;
    margin:0;
    vertical-align:bottom;
}


.sectiontitle
{
    font-size: 16px;
    font-weight:bold;
    color: #333333;
    font-style:italic;
    font-family:arial;
    letter-spacing: 1.5pt;
    margin-bottom:10px;
    margin-top:20px;
}
.sectionSUBtitle
{
    font-size: 10px;
    color: #669900;
    font-family:arial;
    padding-top:8px;
}
.subcontent
{
    vertical-align: top;
    text-align: left;
    margin-bottom:10px;
    
}

.buffer
{
    
    height:10px;
 }
.footer
{
    text-align:center;
    padding-top:15px;
    text-transform:uppercase;
}
.footer_line
{
    background-image: url(../../images/footer_line.gif);
    background-repeat: repeat-x;
    height:10px;
    clear:both;

}
#grid_area
{
    width: 800px;
    height: 100%;
    background-color: white;
    border: solid 1px black;
    text-align:center;
}
#grid_area table
{
    text-align:center;
    border:none;
}
#grid_area th
{
    background-color: black;
    color:White;
    text-transform:uppercase;
    font-weight:bold;
    font-size:12px;
    border-bottom: solid 2px #666666;
}
.input_black
{
    border: solid 1px #cccccc;
    background-color:black;
    text-transform:capitalize;
    color:White;
}
.alternatingTR
{
    background-color: #FAFAFA;

}
#left_grid
{
    float:left;
    width:600px;
    margin-right:8px;
    text-align:left;
}
#left_grid table
{
    text-align:center;
    border:none;
}
#left_grid th
{
    background-color: black;
    color:White;
    text-transform:uppercase;
    font-weight:bold;
    font-size:12px;
    border-bottom: solid 2px #666666;
}
#left_grid_players
{
    float:left;
    width:400px;
    margin-right:8px;
    text-align:left;
}
    
.rightside
{
    float:right;
    width:255px;
    height:350px;
    border-left:solid 1px #666666;
    
}
#content
{
      width: 900px;
      margin-top:20px;
      text-align:center;
      min-height:400px;
   }