body {font-family: Tahoma, Arial, Sans-Serif;	font-size: small;	background: url(userimages/back.jpg) repeat; text-align: center; padding-top: 0; margin: 0;}
#outercontent {width: 800px; height: 675px; margin: auto; border: solid 15px #23002a; border-top: 0;}

img {border: 0;}

a {text-decoration: none;}

/* Required for margin issue */
.title_logo
{
  float: left;
}

/* ---------*/

#menu
{
	float: left;
	width: 160px;
	text-align: left;
	color: white;
	background-image: url(userimages/back.jpg);
	background-repeat: repeat;
	background-color: #378c58;
	padding: 25px 2px 15px 4px;
	height: 450px;
	overflow: auto;
}

#menu a
{
    color: #002a00;/*white;*/
    font-weight: bold;
}


#menu ul 
{
	padding: 0em;
	margin: 0em;
	list-style-type: none;
}

#menu li
{
	background: url(userimages/gb.gif) no-repeat center left;
	padding-left: 1.2em;
	margin-bottom: 0.6em;
}

.menu_disabled
{
  background: url(userimages/gbd.gif) no-repeat center left !important;
}


#qet_menu {list-style: none; margin-left: 0; padding-left: 0; width: 760px; clear: both; height: 20px;}
#qet_menu li {float: left; width: 105px; text-align: center;}
#qet_menu a {color: #002a00; font-weight: bold;}

#qet_draw {text-align: left;}
#qet_draw div {float: left; padding: 5px; width: 175px; height: 80px;}

/* --------- */

#title
{
	padding: 0;
	background-image: url(userimages/contentback.jpg);
	background-repeat: repeat;
	color: Black;
	background-color: White;
	float: right;
	width: 594px;
	height: 480px;
	overflow: auto;
	text-align: left;
}

#content, #justifiedcontent, #qetcontent
{
	padding: 10px 20px 20px 20px;
	background-image: url(userimages/contentback.jpg);
	background-repeat: repeat;
	color: Black;
	background-color: White;
	float: right;
	width: 594px;
	height: 497px;
	overflow: auto;
	text-align: left;
}

#qetcontent
{
	text-align: justify;
	width: 760px;
}

#justifiedcontent
{
	text-align: justify;
}

#details_spaced
{
	padding: 10px 20px 20px 20px;
	background-image: url(userimages/contentback.jpg);
	background-repeat: repeat;
	float: right;
	width: 388px;
	height: 497px;
	overflow: auto;
	text-align: justify;
}

.flow_left
{
  float: left;
  margin: 0 10px 0 0;
  clear: both;
}

.flow_right
{
  float: right;
  margin: 0 0 10px 0;
  clear: both;
  padding-left: 20px;
}

#welcome_text
{
  font-family: Tahoma, Arial, Sans-Serif;
	text-align: center;
	font-size: small;
	font-weight: bold;
	background-image: url(userimages/back.jpg);
	background-repeat: repeat;
	color: #002a00;
	background-color: White;
	float: right;
	height: 168px;
	overflow: auto;
	padding: 20px 10px 20px 10px;
	margin: 0;
	width: 614px;
}

#footer_text
{
	padding-top: 10px;
	text-align: center;
	font-family: Arial, Sans-Serif;
	color: black;
	font-size: x-small;
	clear: both;
}

.logo_list *
{
	vertical-align: middle;
}

.logo_list img
{
	margin-top: 10px;
	margin-right: 10px;
}

.centred
{
	text-align: center;
}

.centred table
{
	margin-left: auto;
	margin-right: auto;
}

/* Yardage Table */

.yardage_div
{
    float: right; 
    padding: 20px 5px 0 0;
	background-image: url(userimages/contentback.jpg);
	background-repeat: repeat;    
	overflow: auto;
	width: 200px;
	height: 507px;
}

.yardage
{
    padding: 5px 0 0 0;
	width: 200px;
	font-size: small;
	border-collapse: collapse;
	background-color: Transparent;
}

.yardage td
{
	border: 2px;
	border-color: #666666;
	border-style: solid;
	text-align: center;
	font-weight: bold;
	font-size: x-small;
	padding-top: 2px;
	padding-bottom: 2px;
}	

.yardage th
{
	font-weight: normal;
	background-color: Yellow;
	border: 2px;
	border-color: #666666;
	border-style: solid;	
}

.yardage_medal_in
{
	background-color: #b22222;/*#ff6666; f11d21;*/
	color: white;/*#1f1f1f;*/
}

.yardage_medal_out
{
	background-color: #b22222; /*#ff6666;f11d21;*/
	color: white;
}

.yardage_in
{
	background-color: White;
	color: black;
}

.yardage_sub
{
	background-color: Black;
	color: White;
}

.yardage_total
{
	background-color: #b22222;
	color: White;
}

.yardage_medal_total
{
	background-color: #b22222;
	color: White;
}

.yardage_footer td
{
	border: 0;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
}
/* End of Yardage Table */


.pro_pictures img
{
	vertical-align: top;
	float: right;
/*	margin-bottom: -50px; */
}

.pro_entry
{
	height: 175px;
}

clear
{
	clear: both;
}

.red
{
	color: Red;
}

.blacklink
{
	color: black;
	text-decoration: underline;
}

/* Print specific options */
@media print 
{
	.print-hidden
	{
		display : none;
	}
	
	.flow_left
	{
		float: none;
	}
	
	#PageBody
	{
		margin-left : 0;
	}
	
	#Content
	{
	    overflow : inherit;
	}
}