body {
	margin: 0px;
	padding: 0px;
	background: #1e1e1e;
	font-size: 80%; /* To get the original text sizes, use 75%. I just felt these were too small. */
	color: #ffffff;
	margin: 0px;
	height: 100%;
	font: normal 80%/1.5 Arial, Verdana, Helvetica, sans-serif;
}

table {
	font: normal 100%/1.5 Arial, Verdana, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
	color: #ffffff;
}

a img 
{
    border: 0px;
}

dl
{
    margin-left: 0px;
}

dt {
    font-weight: bold;
}

form 
{
    margin: 0px;
    padding: 0px;
}

fieldset {
    border: 0px;
    padding: 20px;
}

fieldset ul
{
    margin: 0px;
    padding: 0px;
}

fieldset li 
{
    margin: 5px 0px;
    padding: 0px;
    list-style-type: none;
}

input, select, textarea {
    margin-right: 5px;
    font-size: 100%;
}


ul label {
}

legend {
    font-weight: bold;
    font-size: 1.3em;
}

h1 {
    font: normal 2.4em 'Arial Narrow', Arial, sans-serif;
    margin-bottom: .5em;
}

h2 {
    font-size: 1.7em;
    margin-bottom: .5em;
    border-bottom: solid 2px #8d9676;
}
h3 {
    font-size: 1.5em;
    margin-bottom: .5em;
    line-height: normal;
}
h4 {
    font-size: 1.3em;
    margin-bottom: .5em;
}
h5 {
    font-size: 1.1em;
    margin-bottom: .5em;
}
h6 {
    font-size: 1em;
    margin-bottom: .5em;
}
hr {
    height: 1px;
    background: #fff;
    border-top: solid 1px #fff;
    width: 70%;
    margin: 1em auto;
}

img 
{   
	-ms-interpolation-mode:bicubic;
}

th {
    text-align: center;
}

img + a {
	text-decoration: none;
}

/* SPECIFIC IDS */

#container {
	width: 780px;
	position: relative;
	margin: auto;
	background: #600 url(http://ravenwoodgolf.com/images/mainBG.gif) repeat-y;
	min-height: 679px;
}

#homeimage_topimage {
	filter:blendTrans(duration=2.0); /* filter:revealTrans(duration=0.4,transition=12); */
}

#topimage_topimage, #homeimage_topimage
{
    vertical-align: bottom;
}

#topnavbar 
{
    font-size: 12px !important;
    background: #cccc99;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    border: 0px;
}

#topnavbar a {
    color: #000000;
    font-weight: bold;
}

#topnavbar td {
    text-align: center;
    padding: 5px 2px;
    vertical-align: text-bottom;
    border-right: solid 1px #000000;
}

#topnavbar td td 
{
    border: 0px;
}

.content {
	padding: 15px;
	margin: 0px auto;
	background: #600;
}

.content p {
    margin-top: 1em;
}

.content table {   
	margin: 1em;
}

.content table table {
    margin: auto;
}

#columnContainer 
{
    background: #600 url(http://ravenwoodgolf.com/images/columnBG.gif) 100% repeat-y;
    overflow: hidden;
}

#lightCol
{
    background: #cc9;
	color: #000000;
	width: 296px;
	float: right;
}

#lightCol a {
    color: #000;
}

#darkCol
{
    background: #600;
	width: 297px;
	float: left;
}

#main {
	background: #660000;
	width: 595px;
}

#mainHolder {
	background: #660000;
	width: 595px;
	float: right;
}

#form {
    width: 80%;
	margin: 20px auto;
	background-color: #cc9;
	border: solid 2px #000;
	color: #000000;
}

#form a
{
    color: #000000;
}

#form .calendar {
    color: #000000;
}

#sidebar {
	width: 185px;
	background: #8d9676;
	float: left;
}
#logo { 
	background: #b4baab;
}

#leftnav 
{
    padding: 5px;
}

#leftnav p 
{
    margin: .5em auto;
	color: #6e0400;
	text-decoration: none;
	list-style-type: none;
}

#leftnav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#leftnav a:hover {
	color: #6e0400;
}
#testimonials {
	text-align: center;
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 13px;
	line-height: 24px;
	height: 120px;
	width: 80%;
	overflow: hidden;
	margin: 20px auto;
}

#buttons {
    text-align: center;
}

#copyright {
	height: 190px;
	color: #ffffff;
	text-align: center;
	background: url( http://ravenwoodgolf.com/images/leftnav-raven.jpg) 0% 100% no-repeat;
}
#copyright a 
{
    color:#fff;
}

#userInfo, #profileInfo
{
    margin: auto;
    width: 595px;
}

/* SPECIFIC CLASSES */

.innerContent{
	padding: 10px;
}

.heading {
    padding-left: 20px;
    border-bottom: 5px solid #8d9676;
}

.topnavdrop {
	color: #000000;
	background-color: #cccc99;
	border-left: solid 1px #000000;
	border-right: solid 4px #000000;
	border-bottom: solid 4px #000000;
	padding: 5px;
	width: 120px;
}

.topnavdrop a {
	text-decoration: none;
	color: #000000;
}

.topnavdrop a:hover {
	color: #660000;
}

.topnavdrop p {
    padding: 0px;
    margin: 0px;
}

.gallery {
    border: solid 10px #fff;
}

.center {
    text-align: center;
    display: block;
    margin: 10px auto;
    clear: both;
}

.right {
    float: right;
    text-align: center;
    margin: 7px;
}

.left 
{
    float: left;
    text-align: center;
    margin: 10px;
}

.memberTable 
{
    border: 0px;
    margin: auto;
    width: 90%;
}

.memberTable td 
{
    padding: 4px;
}

.memberTableImage
{
    width: 85px;
    text-align: center;
}

.memberTableCenter 
{
    text-align: center;
}

.memberTableAlternate 
{
    background: maroon;
}

.coupon 
{
    background: #fff;
    border: solid 2px #000;
    color:#000;
    text-align: center;
}
.coupon h2 
{
    border: 0px;
    text-decoration: underline;
}
.coupon a {
	color: #600;
}

.disabled 
{
color: #bbb;
background: #600000;
}

.disabled a
{
    color: #bbb;
}

.clear 
{
    clear: both;
}

/* TAGS WITH SPECIFIC IDS */

p#testimonials a {
	text-decoration: none;
	color: #000000;
}

select#other {
	color: #000000;
}

ul#alphabet {
	list-style-type: none;
}

ul#alphabet ul {
	list-style-type: disc;
}

/* TAGS WITH SPECIFIC CLASSES */

span.right, p.right {
    text-align: right;
}

span.left p.left {
    text-align: left;
}

table.blackcontent 
{
    margin: 5px;
	background: #cc9;
	border: solid 1px #000000;
	border-collapse: collapse;
	color: #000000;
}

table.blackcontent td, table.blackcontent th {
	padding: 5px 7px;
	border: solid 1px #000000;
}

td h4 
{
    margin: 0px;
}

table.blackcontent a 
{
    color: #000000;
}

/*Stuff for members login page */

.membersDivLabel{
	width: 2em;
	color:black;
	float:left;
	text-align:center;
	margin-left:1em;
	margin-right:.05em;
	display:inline;
	font-weight:bold;
}

.notesLabel{
	vertical-align:top;
}

.outerDiv{
	color: black;
	width: 530px;	
	padding-top: 5px;
	padding-bottom:2px;
	cursor: pointer;
	clear:both;
	overflow:hidden;
}

.FName{
	width:96px;
	float:left;
	margin-left:5px;
}

.LName{
	width:96px;
	float:left;
}

.rounds{
	width:56px;
	float:left;
	padding-left:22px;
}

.handicap{
	width:225px;
	float:left;
	padding-left:25px;
}

.age{
	width:80px;
	float:left;
	padding-left:30px;
}

.telPhone{
	float: left;
	display:block;
	width:250px;
	
}

.email{
	display:block;
	width:250px;
	float:left;
}

.cityState{
	float: left;
	display:block;
	width: 200px;
	padding-left:30px;
}

.topRow{
	float:left;
	margin-left: 5px;	
	width:513px;
}

.secondRow{
	float:left;
	width:513px;	
	margin-left: 5px;
	
}

.favoritePlayer{
	width:100;
	float:left;
	padding-left:80px;
}

.thirdRow{
	float:left;
	width:513px;	
	margin-left: 5px;	
}

.playDays{
	width:200px;
	float:left;
}

.pictureFrame{
	width:100;
	float:left;
	padding-left:80px;
}
.picture{
	background-color:maroon;
	text-align:center;
	width:85px;
	height:70px;	
}

#divCalendar{
	text-align:center;	
	padding-top: 10px;
}

#userInfo_homePictureFrame{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
	background-color:maroon;
}

#eventHeader{
	margin-top:15px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	color:black;
	text-decoration: underline;
	font-size: 20px;
}

#memberStats{
	padding-top:5px;
	padding-left:10px;
	color: white;
}

#memberEvents{
	padding-top:5px;
	padding-left:10px;
	color: black;
}

#tournamentResult{
	padding-top:5px;
	padding-left:10px;
	color: black;
}

/* EOF (ravenwood.css) */