/* golf.css - golf caddy CSS definitions
 */
/* GENERAL STYLES */

/* surrounds all of the results */
.scGolfResult_Container {
color: #666666;
}

/* surrounds one result */
.scGolfResult_Box {
	float:left;
	width:100%;
	margin-bottom:10px;
}

/*Contains for title & date */
.scGolfResultsHeading {float:left;width:52%;}

/* the title for each result */
.scGolfResult_Title { float:left; margin:0px 0 0px 0; font-size: 15px; letter-spacing: 0.08em; font-weight: bold; text-transform: capitalize; }
.scGolfResult_Date { float: left; font-size: 12px; line-height: 12px; font-style: oblique; margin: 4px 0 4px 0; color: #666; display: block; }
.scGolfResult_Description { clear: both; display: block; }
.scViewResults { clear:both; margin-bottom: 6px; display: block;}

.scResultsComment{clear:left;padding-top:12px;display:block;width:100%;}
/* SIMPLE TABLE FOR GENERAL INFO */

TABLE.scGolfResult_TableInfo { 
	empty-cells: show;
	border-spacing: 0px;
	margin:0px 0 8px 0;
	width:44%;
	float:right; 
	font-size:11px !important ;
	background:#f5f3f3;
	color:#666;
	border:dotted 1px #ccc;
	height:35px;
}

TABLE.scGolfResult_TableInfo td {
	line-height: 130%;
	text-align:left;
	width:60%;
	padding:2px;
	margin:0 0 4px 0;
}

TABLE.scGolfResult_TableInfo td.label {
	 line-height: 130%;
	 font-size: 11px;
	 font-weight: bold;
	 width: 38%;
	 text-align:right;
}

/* GOLF RESULTS TABLE */

TABLE.scGolfResult_TableWinners {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px;
	width:100%;
	border-bottom:4px solid #ccc;
	margin-bottom:12px;
	float:left;
}

TABLE.scGolfResult_TableWinners th {
	font-family   : arial, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background-color: #666666;
	text-align: left;
	line-height: 130%;
	padding: 5px;
	border: solid 1px #EAEFE9;
}

TABLE.scGolfResult_TableWinners td { 
	padding: 6px 5px; 
	border: solid 1px #ccc;
	vertical-align: top;
	font-size: 11px;
}

TABLE.scGolfResult_TableWinners td.label { 
	font-weight: bold;
}

TABLE.scGolfResult_TableWinners tr.rowCaption  { background-color: #FFFFFF; }
TABLE.scGolfResult_TableWinners tr.row01  { background-color: #FFFFFF; }
TABLE.scGolfResult_TableWinners tr.row02  { background-color: #EEEEEE; }

/* BULLETINS: GENERAL STYLES */

/* surrounds all of the results */
.scGolfBulletin_Container {
	color: #666666;
}

/* surrounds one result */
.scGolfBulletin_Box {
	margin-bottom: 20px;
	padding-bottom	 : 20px;
	border-bottom: solid 1px #CCCCCC;
}

/* the title for each result */
.scGolfBulletin_Title {
	font-size				: 14px;
	font-weight				: bold;
}

.scGolfBulletin_Date {
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 10px;
}

.scGolfBulletin_Text {
 font-size: 11px;
 font-weight: normal;
}

/*
	GOLF SPECIALS
*/

.scGolfSpecial_Container {
	color: #666666;
}

.scGolfSpecial_Box {
	margin-bottom			: 20px;
	padding-bottom			: 20px;
	border-bottom			: solid 1px #CCCCCC;
}

.scGolfSpecial_Title {
	font-size				: 14px;
	font-weight				: bold;
	margin-bottom			: 10px;
}

.scGolfGalleryThumb {
	width: 120px;    
	/*border: solid 1px #CCCCCC;*/
	text-align: center; 
	float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-top: 10px;
    height: 160px;
}

scGolfGalleryThumbImage {
	padding : 20px;
}
scGolfGalleryThumbCaption {
	padding : 20px;
}

select.formRequired {float:left;}


/*
	scScorecard
*/

/* scScorecard layout */
table.scScorecard caption {font-size:15px; padding:9px;font-weight:bold;letter-spacing:1px;}
table.scScorecard{line-height:16px;width:100%;margin:0 0 16px 0;font-family:verdana;font-size:12px;}
table.scScorecard th {font-weight:bold;line-height:130%;padding:4px 4px;text-align:center}
table.scScorecard td {border-top:none;vertical-align:top;text-align:center;padding:4px 4px;}
table.scScorecard td.name {text-align:left;padding:4px 4px;}
table.scScorecard a:link,table.scScorecard a:visited{width:100px;display:block !important;}
td.scFirst  {font-weight:bold}

/* scScorecard colous */
table.scScorecard {background:#fff}
table.scScorecard caption {background:#ccc;color:#fff;border:solid 1px #ccc;}
table.scScorecard th {background:#666;border:solid 1px #999;color:#fff}
table.scScorecard td {border:solid 1px #999;color:#000}
table.scScorecard tr.scAltRow{background:#fff}
table.scScorecard .scYardageOne{background:#51B2DC}
table.scScorecard .scYardageThree{background:#FDDC2D}
table.scScorecard .scYardageFour{background:#E685AE} 
