/*
Filename: gmw.css
Created by: Kris Korsmo
Organization: Leading Edge Digital Media - www.ldedge.com
Purpose: Th Green css theme for Golfing My Way home page
*/

/* Layout */

html {
	background-color: #020;
	margin: 0px;
	padding: 0px;
	}

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	}

#container {
	left: 50%;
	margin: 0 0 0 -480px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 960px;
	}

#logo {
	float: left;
	height: 100px;
	margin: 10px 0 0 0;
	padding: 0;
	width: 630px;
	text-align: left;
	}
	
#login {
	color: #fff;
	float: right;
	height: 100px;
	margin: 10px 0 0 0;
	padding: 0;
	width: 320px;
	z-index: 0;
	}
	
#flash {
	background-color: #fff;
 	border-top: 3px solid #aaa;
	border-right: 3px solid #666;
	border-bottom: 3px solid #aaa;
	border-left: 3px solid #666;
	clear: both;
	float: left;
	height: 355px;
	margin: 0 0 30px 5px;
	padding: 0 0 0 0;
	width: 630px;
	z-index: 0;
	}
	
#valueProps {
	background-color: #fff;
	background-image: url(images/bg_valueProps.png);
	background-repeat: no-repeat;
	float: right;
	height: 118px;
	margin: 0 0 0 0;
	overflow: auto;
	padding: 0px 0 0 0;
	width: 290px;
	}
	
#joinUs {
	background-color: #fff;
	background-image: url(images/bg_valueProps.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	font-size: 9px;
	min-height: 235px;
	margin: 5px 0px 0 0;
	overflow: auto;
	padding: 0 0 0 0;
	text-align: left;
	width: 290px;
	}
	
#joinUs form table {
	padding: 5px 0 0 30px;
	}
	
#sponsors {
	background-color: #020;
	background-image: url(images/bg_sponsorArea.png);
	background-repeat: no-repeat;
	clear: both;
	height: 145px;
	margin: 30px 0 0 0;
	overflow: auto;
	padding: 17px 0 0 16px;
	}
	
	
/* Style */

a {
    color: #060;
	text-decoration: underline;
	}
		
h1 {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 0;
	text-align: center;
	}
	
h2 {
	color: #333;
	font-family: "Felix Titling", "Adobe Garamond Pro", "Albertus MT Std Light", "baskerville Old Face", "times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	}

h3 {
	color: #00f;
	font-family: "Felix Titling", "Adobe Garamond Pro", "Albertus MT Std Light", "baskerville Old Face", "times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin: 5px 0 0 60px;
	padding: 0 15px;
	text-align: left;
	}

h4 {
	font-family: "Felix Titling", "Adobe Garamond Pro", "Albertus MT Std Light", "baskerville Old Face", "times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	color: #690;
	margin: 0;
	padding: 3px;
	text-align: left;
	border-top: 1px solid #ccc;
	}

h5 {
	color: #690;
	font-family: "Felix Titling", "Adobe Garamond Pro", "Albertus MT Std Light", "baskerville Old Face", "times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	text-align: left;
	}

#logo a img {
	border: none;
	}

.sponsor, .sponsor a img{
	border: none;
	color: #000;
	float: left;
	height: 109px;
	line-height: 109px;
	margin: 0px 1px 0 0px;
	padding: 0;
	width: 308px;
	}
	
#valueProps ul, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	list-style-type: square;
	margin: 8px 0 0 5px;
	text-align: left;
	text-transform: uppercase;
	}
	
#joinUs a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}
	
#joinUs table, #joinUs tr {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#joinUs input, select {
	font-size: 9px;
	}
	
#joinUs p {
	margin: 0;
	padding: 0;
	}
	
.labelSide {
	width: 50px;
	}
	
#joinUs label {
	width: 300px;
	text-align: right;
	}
	
.cfWin table, .cfWin tr, .cfWin td {
	border: 1px solid #ccc;
	margin: 0;
	padding: 3px;
	width: 100%;
	font-size: 9px;
	}

.x-dlg .x-dlg-close {
    background-image: url(images/close.png);
	padding-right: 5px; 
}
.x-dlg .x-dlg-collapse {
    background-image: url(images/close.png);
}
.x-dlg-collapsed .x-dlg-collapse {
    background-image: url(images/close.png);
}
.x-dlg .x-dlg-close-over, .x-dlg .x-dlg-collapse-over {
	background-image: url(images/close.png);
}
/*
.x-dlg-shadow{
	background: none;
   opacity:.3;
   -moz-opacity:.3;
   filter: alpha(opacity=30);
}
*/
.x-dlg {
	background-image: url(images/bg_win_thegreen.png);
	background-repeat: repeat-x;
	border: none;
}
.x-dlg .x-dlg-hd {
	background: none;
}
.x-dlg .x-dlg-hd-left {
	background: none;
}
.x-dlg-modal .x-dlg-hd-left {
	background: none;
}

.x-dlg .x-dlg-hd-right {
	background: none;
}










.currentWx img {
	float: left;
	margin: 0;
	padding: 10px;
	}
	
.currentWx p{
	margin: 0;
	padding: 10px;
	}
	
#header {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -480px;
	width: 960px;
	height: 80px;
	
	}
	
#dashboard {
	background-image: url(images/bg_dashboard.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 300px;
	width: 435px;
	height: 28px;
	text-align: center;
	}
	
#search {
	float: right;
	margin: 40px 10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#dashboard ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 9px;
	margin: 0 20px;
	width: 435px;
	text-align: center;
	}

#dashboard li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	padding: 5px 5px 0 0;
	text-transform: none;
	}
	
#dashboard li a {
	color: #000;
	text-decoration: none;
	}
	
#dashboard li a:hover {
	background-color: #ded051;
	}
	
#contentTop {
	clear: both;
	float: left;
	margin: 0 10px;
	padding: 0;
	max-height: 11px;
	background-image: url(images/bg_contentTop.gif);
	background-repeat: no-repeat;
	width: 940px;
	line-height: 11px;
	}
	
#contentArea {
	clear: both;
	float: left;
	background-color: #fff;
	margin: 0 10px;
	padding: 0;
	width: 940px;
	text-align: left;
	}	
	
#contentBottom {
	float: left;
	margin: 0 10px;
	height: 11px;
	background-image: url(images/bg_contentBottom.gif);
	background-repeat: no-repeat;
	width: 940px;
	}
	
.cfWin a {
	color: #00f;
	}
	
.cfWin h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
	}

#bg {
	background-image: url(images/bg_green.jpg);
	background-repeat: no-repeat;
	position: fixed;
	width: 100%;
	height: 357px;
	bottom: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	}	
	
#botmenu {
	background-color: #00c;
	position: fixed;
	left: 5%;
	width: 90%;
	height: 20px;
	bottom: 0;
	}

#leaderboardAd {
	text-align: right;
	float: right;
	margin: 80px 10px 0 0;
	}
	
#memberInfo {
	text-align: left;
	float: left;
	margin: 80px 0 0 10px;
	width: 480px;
	}
	
#memberInfo a img {
	float: left;
	padding: 6px 10px 0 0;
	border: none;
	}
	
#memberInfo h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	}
	
#footerAd1 {
	float: left;
	width: 300px;
	margin: 0 10px 0 10px;
	}	
#footerAd2 {
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
	}	
#footerAd3 {
	float: left;
	width: 300px;
	margin: 0;
	}
	
#footerAd1 a img {
	border: none;
	}
#footerAd2 a img {
	border: none;
	}
#footerAd3 a img {
	border: none;
	}
	
#repScore {
	width: 80px;
	float: right;
	text-align: center;
	color: #fff;
	margin: 0 0 5px 5px;
	background-image: url(images/bg_repScore.png);
	background-repeat: no-repeat;
	}

#repScore h1 {
	text-align: center;
	line-height: 55px;
	}
	
#mod_rounds { 
	float: left;
	margin: 0 0 250px 10px;
	width: 455px;
	}
	
#mod_courses { 
	float: left;
	margin: 0 0 250px 10px;
	width: 455px;
	}
	
#mod_teeTimes { 
	float: left;
	margin: 0 0 250px 10px;
	width: 455px;
	}
		
#mod_stats { 
	float: left;
	margin: 0 0 250px 10px;
	width: 455px;
	}
		
#mod_messages { 
	float: left;
	margin: 0 0 250px 10px;
	width: 455px;
	}
		
#mod_network { 
	float: left;
	margin: 0 0 250px 10px;
	width: 455px;
	}
	
#mod_media {
	float: right;
	margin: 0 10px 250px 0;
	width: 455px;
	}	
#mod_weather {
	float: right;
	margin: 0 10px 250px 0;
	width: 455px;
	}	
#mod_gear {
	float: right;
	margin: 0 10px 250px 0;
	width: 455px;
	}	
#mod_news {
	float: right;
	margin: 0 10px 250px 0;
	width: 455px;
	}	
#mod_calendar {
	float: left;
	margin: 0 0 250px 10px;
	width: 455px;
	}
	
#fullSizeAd {
	margin: 0 0 10px 0;
	}
	 
#fullSizeAd a img {
	border: none;
	}
	
#theProfilePic {
	float: left;
	height: 137px;
	width: 180px;
	}
		
#profileRollover {
	float: left;
	height: 137px;
	width: 180px;
	background-color: #99FF66;
	visibility: hidden;
	}
	
#profileRollover:hover {
	visibility: visible;
	}
	
#youTube {
	margin: 5px;
	}
	
.noBorder a img {
	border: none;
	float: left;
	}
	
#ytDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1em;
	float: right;
	margin: 5px;
	padding: 0;
	width: 260px;
	}
	
#blueLinks a {
	color: #00f;
	margin: 10px 0 0 10px;
	padding: 0;
	}
	
.rightBar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em;
	border: none;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0 20px; 
	line-height: 22px;
	background-color: #fff;
	background-image: url(images/bg_rightBar.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 28px;
	-moz-user-select: none;
	-khtml-user-select: none;
	}
	
.leftBar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em;
	border: none;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0 20px; 
	line-height: 22px;
	background-color: #fff;
	background-image: url(images/bg_leftBar.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 28px;
	-moz-user-select: none;
	-khtml-user-select: none;
	}
	
#friendsHeader {
	background-image: url(images/bg_panel.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 700px;
	margin: 0;
	padding: 0;
	}
	
	
#friendsHeader ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 9px;
	margin: 0 20px;
	text-align: center;
	}

#friendsHeader li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	padding: 5px 5px 0 0;
	}
	
#friendsHeader li a {
	color: #000;
	text-decoration: none;
	}
	
#friendsHeader li a:hover {
	background-color: #ded051;
	}
	
#friendsHeader input {
	font-size: 9px;
	background-color: #fff;
	color: #333;
	margin: 2px 0 0 10px;
	float: left;
	}

.friendSuggest {
	clear: left;
	float: left;
	width: 200px;
	margin: 5px 0 0 10px;
	}
	
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#rankings {
	margin: 0 10px;
	}
	
#rankings table {
	width: 95%;
	}
	
#rankings td {
	text-align: left;
	padding: 3px;
	margin: 0;
	line-height: 1.3em;
	border-bottom: 1px dotted #eee;
	}
	
#rankings .rank {
	width: 15%;
	text-align: center;
	}
	
caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em;
	border: none;
	text-transform: uppercase;
	color: #333;
	padding: 0 0 0 5px; 
	line-height: 22px;
	background-color: #fff;
	text-align: left;
	}
	
.stats table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
	
.stats th {
	font-weight: normal;
	}
	
.leftPod {
	margin:  10px 10px 10px 0;
	padding: 0;
	float: left;
	clear: left;
	width: 210px;
	}
	
.podContent {
	clear: left; 
	float: left; 
	margin-left: 10px;
	width: 195px;
	}
	
.propTitle {
	background-image: url(images/bg_valueProps.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em;
	border: none;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0 20px; 
	line-height: 20px;
	background-color: #fff;
	background-repeat: no-repeat;
	margin: 0px;
	height: 20px;
	-moz-user-select: none;
	-khtml-user-select: none;
	}

#confirm input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em;
	border: none;
	background-image: url(images/btn_ok.png);
	background-repeat: no-repeat;
	width: 69px;
	height: 18px;
	}
	
#pasReset table tr td a {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	cursor: pointer;
	cursor: pointer;
	}

.wallPic {
    width: 65px;
	height: 50px;
	border: none;
	float: left;
	margin: 0 0px 10px 10px;
	padding: 0;
	background-image: url(images/bg_wallPic.jpg);
	background-repeat: no-repeat;
	}
	
.wallPic2 {
    width: 55px;
	min-height: 30px;
	border: none;
	float: left;
	margin: 0 0px 0px 3px;
	padding: 0 2px;
	text-align: right;
	background-color: #fff;
	}

.messageSide {
	float: left;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	background-color: #dae0c2;
	max-width: 510px;
	padding: 5px;
	margin: 0 5px 5px 0;
	}	

.messageSide3 {
	float: left;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	background-color: #dae0c2;
	width: 165px;
	padding: 5px;
	margin: 0 5px 10px 0;
	}	

.messageSide2 {
	float: left;
	text-align: left;
	border-bottom: none;
	background-color: #fff;
	max-width: 510px;
	padding: 0px;
	margin: 0;
	}	
	
	
.messageSide2 input {
	border: none;
	background-color: #c00;
	color: #fff;
	}

.bagMessageSide {
	float: left;
	text-align: left;
	padding: 5px;
	margin: 0 5px 10px 10px;
	}	
	
.wallDate {
	font-size: 10px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	width: 55px;
	float: left;
	}
	
	
.clubType {
	font-size: 10px;
	font-weight: bold;
	margin: 0 10px 10px 10px;
	min-width: 100px;
	float: left;
	}
	
.sender {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	}
		
	
.sender2 {
	color: #333;
	text-decoration: none;
	}
		

.sender a {
	float: left;
	color: #060;
	padding: 0;
	margin: 0 0 5px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	}
	
.sender a:hover {
	background-color: #ded051;	
	}
	
.wallMessage {
	clear: left;
	float: left;
	text-align: left;
	margin: 0 0 10px 10px;
	padding: 10px;
	}
	
.wallMessage2 {
	clear: both;
	float: left;
	text-align: left;
	margin: 5px 0;
	padding: 5px;
	width: 550px;
	}
	
.wallMessage2 table {
	border: none;
	width: 100%;
	padding: 5px 0;
	}
	
.wallMessage2 td {
	border-bottom: 1px dotted #ccc;
	padding: 2px 5px;
	}

.wallMessage2 th {
	background-image: url(images/bg_reviews.png);
	background-repeat: repeat-x;
	color: #fff;
	padding: 2px;
	margin: 0;
	font-weight: normal;
	}
	
.clearer {
	clear: both;
	}
	
.postTime {
	font-size: 8px;
	font-weight: normal;
	color: #777;
	}
	
.wallLinks {
	font-size: 9px;
	clear: left;
	margin-left: 10px;
	line-height: 15px;
	width: 100%;
	}
	
.wallLinks a {
	color: #060;
	text-decoration: none;
	line-height: 15px;
	}
	
.wallLinks a:hover {
	background-color: #ded051;
	}

.wallLinks a img{
	border: none;
	}
	
.sender input {
	color: #060;
	text-decoration: none;
	line-height: 15px;
	border: none;
	background-color: #dae0c2;
	font-size: 9px;
	font-weight: bold;
	}
	
.sender input:hover {
	background-color: #ded051;
	}
	
	
.sender2 input {
	color: #060;
	text-decoration: none;
	line-height: 15px;
	border: none;
	background-color: #fff;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
.sender2 input:hover {
	background-color: #ded051;
	}
	
.bx input {
	float: left;
	color: #060;
	text-decoration: none;
	line-height: 15px;
	border: none;
	background-color: #dae0c2;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	background-image: url(images/icon_board2board.png);
	background-repeat: no-repeat;
	}
	
.bx input:hover {
	background-color: #ded051;
	}
	
.writeOnBoard input {
	float: left;
	color: #060;
	text-decoration: none;
	line-height: 15px;
	border: none;
	background-color: #dae0c2;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	background-image: url(images/icon_page.png);
	background-repeat: no-repeat;
	}
	
.writeOnBoard input:hover {
	background-color: #ded051;
	}

	
.editPost input {
	float: left;
	color: #060;
	text-decoration: none;
	line-height: 15px;
	border: none;
	background-color: #dae0c2;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	background-image: url(images/icon_pencil.png);
	background-repeat: no-repeat;
	}
	
.editPost input:hover {
	background-color: #ded051;
	}

	
.deletePost input {
	float: left;
	color: #060;
	text-decoration: none;
	line-height: 15px;
	border: none;
	background-color: #dae0c2;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	background-image: url(images/icon_trash.png);
	background-repeat: no-repeat;
	}
	
.deletePost input:hover {
	background-color: #ded051;
	}

.wallLinks img {
	margin: 0 3px 0 0;
	padding: 0;
	}	
	
.wallBagLinks {
	float: right;
	font-size: 9px;
	margin-left: 10px;
	line-height: 15px;
	width: 180px;
	background-color: #f7f8f3;
	padding: 5px;
	}
	
.wallBagLinks a {
	color: #060;
	text-decoration: none;
	line-height: 15px;
	}	
	
.wallBagLinks a:hover {
	background-color: #ded051;
	}

.wallBagLinks img {
	margin: 0 3px 0 0;
	padding: 0;
	}	

	
.wallCourseLinks {
	float: right;
	font-size: 9px;
	margin-left: 10px;
	line-height: 15px;
	width: 130px;
	background-color: #f7f8f3;
	padding: 5px;
	}
	
.wallCourseLinks a {
	color: #060;
	text-decoration: none;
	line-height: 15px;
	cursor: pointer;	cursor: pointer;
	}	
	
.wallCourseLinks a:hover {
	background-color: #ded051;
	}

.wallCourseLinks img {
	margin: 0 3px 0 0;
	padding: 0;
	}	

.fLink {
	float: left;
	margin: 10px;
	padding-right: 10px;
	max-width: 200px;
	min-width: 150px;
	font-weight: bold;
	border-right: 1px dotted #ccc;
}
	
.fLink a {
	text-decoration: none;
	}

.homeCourse {
	float: left;
	margin: 10px;
	width: 230px;
	}
	
.icon img {
	width: 15px;
	height: 15px;
	}.gearPic {
    width: 100px;
	min-height: 50px;
	border: none;
	float: left;
	margin: 0 0px 10px 10px;
	padding: 0;
	}

.wallDateHR {
	width: 615px;
	float: left;
	margin: 0;
	padding: 0;
	}

.wallDateHR hr {
	border: 1px dotted #dae0c2;
	background-color: #fff;
	}
	
.fixed700 {
	background-image: url(images/bg_panel.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em;
	border: none;
	text-transform: uppercase;
	color: #000;
	padding: 0 0 0 20px; 
	line-height: 22px;
	background-color: #fff;
	background-repeat: no-repeat;
	margin: 0px;
	height: 28px;
	width: 680px;
	-moz-user-select: none;
	-khtml-user-select: none;
	}
	
.bagActions {
	clear: left;
	}
	
.bagActions a {
	color: #060;
	text-decoration: none;
	line-height: 15px;
	}	
	
.bagActions a:hover {
	background-color: #ded051;
	}

.friendCount {
	width: 100%;
	text-align: left;
	border-bottom: 1px dotted #ddd;
	margin: 5px 0;
	min-height: 20px;
	}
	
.friendLink {
	width: 50%;
	height: 75px;
	margin: 0 0 10px 0;
	float: left;
	font-size: 9px;
	text-align: center;
	}
	
.friendLink a, .friendLink a img {
	border: none;
	font-size: 9px;
	text-align: left;
	background-color: #fff;
	text-align: left;
	color: #060;
	min-width: 50px;
	padding: 2px;
	text-decoration: none;
	}
	
.friendLink a:hover {
	cursor: pointer;
	}
	
	
.friendLink2 {
	min-height: 75px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #fff;
	float: left;
	font-size: 9px;
	text-align: center;
	}
	
.friendLink2 input {
	border: none;
	font-size: 9px;
	text-align: left;
	background-color: #fff;
	text-align: left;
	color: #060;
	min-width: 50px;
	padding: 0;
	}
	
.friendLink2:hover {
	cursor: pointer;
	padding: 5px;
	border: 1px solid #999;
	}
	
.pAlbum {
	float: left; 
	margin: 5px;
	text-align: center;
	width: 125px;
	}	

.pAlbum a img {
	border: none;
	}	
	
.vAlbum {
	float: left; 
	margin: 5px 10px;
	text-align: center;
	width: 100px;
	}	

.vAlbum a img {
	border: none;
	}	
	
.aAlbum {
	float: left; 
	margin: 5px 10px;
	text-align: center;
	width: 100px;
	}	

.aAlbum a img {
	border: none;
	}
		
.dFolder {
	float: left; 
	margin: 5px 10px;
	text-align: center;
	width: 100px;
	}	

.dFolder a img {
	border: none;
	}
	
.separator {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em;
	border: none;
	text-transform: uppercase;
	color: #000;
	padding: 0 0 0 20px; 
	line-height: 22px;
	background-color: #fff;
	background-image: url(images/bg_panelSmall.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 28px;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.autosuggest input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
    color: #000;
	}
	
.cat_Personal {
	width: 100%; 
	background-color: #020; 
	color: #fff; 
	padding: 2px; 
	margin: 2px 0; 
	font-size: 8.5px; 
	cursor: pointer;
	}	
	
.cat_Personal a {
	color: #fff;
	text-decoration: none;
	}
	
.cat_Tournament {
	width: 100%; 
	background-color:#dae0c2; 
	color: #000; 
	padding: 2px; 
	margin: 2px 0; 
	font-size: 8.5px; 
	cursor: pointer;
	}	
	
.cat_Tournament a {
	color: #fff;
	text-decoration: none;
	}
	
.cat_Practice {
	width: 100%; 
	background-color: #3a62b0; 
	color: #fff; 
	padding: 2px; 
	margin: 2px 0; 
	font-size: 8.5px; 
	cursor: pointer;
	}	
	
.cat_Practice a {
	color: #fff;
	text-decoration: none;
	}
	
.cat_Other {
	width: 100%; 
	background-color: #686868; 
	color: #fff; 
	padding: 2px; 
	margin: 2px 0; 
	font-size: 8.5px; 
	cursor: pointer;
	}	
	
.cat_Other a {
	color: #fff;
	text-decoration: none;
	}
	
.cat_Leisure {
	width: 100%; 
	background-color: #ded051; 
	color: #000; 
	padding: 2px; 
	margin: 2px 0; 
	font-size: 8.5px; 
	cursor: pointer;
	}

.cat_Leisure a {
	color: #000;
	text-decoration: none;
	}
	
.cat_ {
	width: 100%; 
	background-color: #fff; 
	color: #000; 
	padding: 2px; 
	margin: 2px 0; 
	font-size: 8.5px; 
	cursor: pointer;
	}

.cat_ a {
	color: #000;
	text-decoration: none;
	}
	
.event_important img{
	float: left;
	border: none;
	}
	
.event_unimportant img{
	float: left;
	border: none;
	}
	
#calKey table {
	clear: both;
	width: 100%;
	}
	
#calKey table td {
	margin:20px;
	}

.msgText {
	color: #c00;
	font-weight: bold;
	}
	
.groupContainer {
	float: left;
	width: 315px;
	border: 5px solid #dae0c2;
	margin: 5px;
	padding: 5px;
	}
	
.groupPhoto {
	float: right;
	margin: 0;
	padding: 0;
	width: 180px;
	background-color: #fff;
	}
		
.groupPhoto a img {
	border: none;
	}
	
.groupButtons {
	clear: both;
	}

.groupName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	letter-spacing: .15em;
	color: #000;
	margin: 0;
	padding: 5px; 
	}
		
.groupDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	color: #000;
	}
	
.groupInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5px;
	color: #555;
	}
	
.invitation input {
	border: none;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #53611e;
	text-transform: capitalize;
	width: 160px; 
	height: 18px;
	line-height: 15px;
	text-align: right;
	padding: 0 20px 0 0;
	background-image: url(images/bg_invite.png);
	background-repeat: no-repeat;
	margin: 3px 0 0 0;
	}	

.uninvitation input {
	border: none;
	background-color: #fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #53611e;
	text-transform: capitalize;
	width: 160px;
	height: 18px;
	line-height: 15px;
	padding: 0 0 0 20px;
	background-image: url(images/bg_uninvite.png);
	background-repeat: no-repeat;
	margin: 3px 0 0 0;
	}
	
.selectors {
	float: right;
	}

/* This is the CSS for the navigation rollover */
#navigation {
/* The master div to make sure that our popup menus get aligned correctly. */
	position:relative;
	margin:0px;
	width:434px;
	height:24px;
	text-align:left;
}

#dropDown {
/* This ID is related to the master menu div for menu dropDown and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:312px;
	top:21px;
	visibility:hidden;
	z-index:300;
}

#dd_item_0 {
/* This class defines things about menu dd_item_0's div. */
	position:absolute;
	left:300px;
	top:0px;
	visibility:hidden;
	background-color:#99a563;
	border: none;
	width:82px;
	height:85px;
}

.MMMIFVStyledd_item_0 {
/* This class determines the general characteristics of the menu items in menu dd_item_0 */
	border-top: none;
	border-left: none;
	border-bottom:1px solid #99a563;
	border-right: none;
	width:82px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:74px;
	height:14px;
}

.MMMIVStyledd_item_0 {
/* This class determines the general characteristics of the menu items in menu dd_item_0 */
	border-top: none;
	border-left: none;
	border-bottom:1px solid #99a563;
	border-right: none;
	width:82px;
	height:21px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:74px;
	height:14px;
}

#dd_item_0_Item_0 {
/* Unique ID for item 0 of menu dd_item_0 so we can set its position */
	left:0px;
	top:0px;
}

#dd_item_0_Item_1 {
/* Unique ID for item 1 of menu dd_item_0 so we can set its position */
	left:0px;
	top:22px;
}

#dd_item_0_Item_2 {
/* Unique ID for item 2 of menu dd_item_0 so we can set its position */
	left:0px;
	top:43px;
}

#dd_item_0_Item_3 {
/* Unique ID for item 3 of menu dd_item_0 so we can set its position */
	left:0px;
	top:64px;
}

#dropDown img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#dropDown a {
/* Controls the general apperance for menu dropDown's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#b3be7c;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#dropDown a:hover {
/* Controls the mouse over effects for menu dropDown */
	color:#000;
	background-color:#ded051;
}

#navigation ul {
	width: 434px;
	min-height: 24px;
	margin: 0;
	padding: 0 0 0 30px;
	}

#navigation li {
	text-align: center;
	margin: 4px 0 0 0;
	padding: 0;
	}
.navlink {
	min-width: 48px;
	}
#navigation li a {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.course {
	clear: left;
	float: left;
	width: 680px;
	border: none;
	padding: 10px;
	margin: 0;	
	}
	
.rtol {
	clear: right;
	float: right;
	margin: 0;
	padding: 10px 10px 10px 0;
	}
	
.rtol ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px;
	}
	
.rtol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant: normal;
	text-transform: none;
	}
	
#equipment_categories {
width: 360px; border: 1px solid #ccc; padding: 10px; float: right; margin: 10px; clear: right;
	}
	
#equipment_subcategories {
width: 360px; border: 1px solid #ccc; padding: 10px; float: right; margin: 10px; clear: right;
	}
	
#equipment_options {
width: 360px; border: 1px solid #ccc; padding: 10px; float: right; margin: 10px; clear: right;
}
	
.eq_add {
float: right; padding-left: 10px; border-left: 1px dotted #ccc; width: 179px;
	}
	

.eq_remove {
float: left; padding-right: 0px; border-right: 1px solid #ccc; width: 169px;
	}

.btn_delete_cat input {
	background-color: #fff;
	border: none;
	padding: 0;
	margin: 3px 0 0 0;
	line-height: 1em;
	height: 18px;
	float: left;
	font-size: 9px;
	color: #c00;
	clear: left;
	}

.btn_add_cat input {
	border: none;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #53611e;
	text-transform: capitalize;
	width: 160px; 
	height: 18px;
	line-height: 15px;
	text-align: right;
	padding: 0 20px 0 0;
	background-image: url(images/bg_invite.png);
	background-repeat: no-repeat;
	margin: 3px 0 0 0;
	}
	
.btn_remove_cat input {
	border: none;
	background-color: #fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #53611e;
	text-transform: capitalize;
	width: 160px;
	height: 18px;
	line-height: 15px;
	padding: 0 0 0 20px;
	background-image: url(images/bg_uninvite.png);
	background-repeat: no-repeat;
	margin: 3px 0 0 0;
	}

#adminStore {
	clear: both;
	margin: 10px;
	}
	
.as_left {
	margin: 5px 0;
	float: left;
	}
	
.as_left table {
	width: 500px;
	}
	
.as_left td {
	padding: 0 10px;
	border: 1px dotted #eee;
	line-height: 20px;
	margin: 0;
	}
	
.store_eq_pic {
	border: 1px solid #ccc;
	width: 100px;
	min-height: 100px;
	text-align: center;
	line-height: 100px;
	background-color: #eee;
	}

.tLabel {
	text-align: right;
	margin: 0;
	padding: 0;
	}
	
.store_equip {
	float: left;
	border: none;
	margin: 20px;
	text-align: center;
	width: 190px;
	border: 1px solid #ccc;
	}
	
.store_equip input {
	float: right;
	background: none;
	border: none;
	line-height: 48px;
	height: 50px;
	text-align: left;
	width: 139px;
	font-size: 10px;
	margin: 0;
	padding: 0 0 0 0;
	cursor: pointer;
	border: none;
	}
		
.store_eq_pic_th input {
	float: left;
	border: none;
	width: 48px;
	height: 48px;
	font-size: 8px;
	text-align: center;
	background-color: #eee;
	margin: 0;
	padding: 0;
	}
	
.skuList {
	float: left;
	margin: 0 3px 1px 0;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 0 3px;
	}

.verify input {
	background-color: #c00;
	color: #fff;
	float: left;
	}
	
.alert {
	color: #c00;
	padding: 20px;
	}
	
.advertiserLink {
	margin: 0 5px;
	}
	
.advertiserLink a img {
	border: none;
	}.pAlbum input {
	border: none;
	background: none;
	font-size: 9px;
	max-width: 100px;
	white-space: normal;
	padding: 0;
	margin: 0;
	}
	
	
.advertiserLink {
	margin: 0 5px;
	}
	
.advertiserLink a img {
	border: none;
	}.pAlbum input {
	border: none;
	background: none;
	font-size: 9px;
	max-width: 100px;
	white-space: normal;
	padding: 0;
	margin: 0;
	}
	
	
.albumtitle input {
	border: none;
	background: none;
	font-size: 9px;
	width: 100px;
	white-space: normal;
	padding: 5px 0;
	margin: 0;
	}
	
	
.moreAlbums input {
	border: none;
	background: none;
	font-size: 10px;
	max-width: 170px;
	white-space: normal;
	text-align: left;
	margin: 5px 0;
	}
	
.pAlbum input:hover {
	background-color: #ded051;
	}
	
.homePics {
	float: left; 
	padding: 10px; 
	border: 1px solid #ccc; 
	margin: 5px;
	height: 50px;
	width: 50px;
	}

.homePics input {
	margin: 0;
	padding: 0;
	}
	
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border-bottom: 1px dotted #ccc;
	line-height: 1.9em;
	}
	
.news p a {
	color: #060;
	text-decoration: none;
	font-size: 12px;
	}
	
.x-tabs-body {
	border: none;
	}
	
#ext-gen12, #ext-gen17, #ext-gen37, #ext-gen32, #ext-gen27, #ext-gen22 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.reviewTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	}
	
div.autosuggestcontainer {
position:absolute;
top:1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin-left: -50px;
width:100%;
}

div.autosuggestcontainer .yui-ac-content {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #ccc;
overflow:hidden;
position:absolute;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
width: 400px;
margin-left: 50px; 
z-index:9050;
}

div.autosuggestcontainer .yui-ac-shadow {
background: none;
}

div.autosuggestcontainer li {
cursor:default;
margin:0;
padding:0;
white-space:nowrap;
width: 220px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.wl {
	float: right;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dotted ##ccc; 
	clear: left; 
	width: 200px; 
	padding: 5px 0;
	}
	
.wl table {
	width: 100%;
	}
	
.wl a {
	border: none;
	text-decoration: none;
	}
	
.wl a img {
	margin-top: 16px;
	border: none;
	}
	
.rem_wish a img {
	border: none;
	cursor: pointer;
	}

div.autosuggestcontainer {
position:absolute;
top:1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin-left: -50px;
width:100%;
}

div.autosuggestcontainer .yui-ac-content {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #ccc;
overflow:hidden;
position:absolute;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
width: 400px;
margin-left: 50px; 
z-index:9050;
}

div.autosuggestcontainer .yui-ac-shadow {
background: none;
}

div.autosuggestcontainer li {
cursor:default;
margin:0;
padding:0;
white-space:nowrap;
width: 220px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.wl {
	float: right;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dotted ##ccc; 
	clear: left; 
	width: 200px; 
	padding: 5px 0;
	}
	
.wl table {
	width: 100%;
	}
	
.wl a {
	border: none;
	text-decoration: none;
	}
	
.wl a img {
	margin-top: 16px;
	border: none;
	}
	
.rem_wish a img {
	border: none;
	cursor: pointer;
	}

.wl {
	float: right;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dotted ##ccc; 
	clear: left; 
	width: 200px; 
	padding: 5px 0;
	}
	
.wl table {
	width: 100%;
	}
	
.wl a {
	border: none;
	text-decoration: none;
	}
	
.wl a img {
	margin-top: 16px;
	border: none;
	}
	
.rem_wish a img {
	border: none;
	}
	
.sResult {
	margin: 3px;
	padding: 10px;
	background-color: #eee;
	min-height: 60px;
	}
	
.sResult img {
	float: left;
	margin: 0 5px;
	line-height: 50px;
	width: 50px;
	}

.actionItems {
	margin: 0;
	padding: 0;
	float: right;
	color: #fff;
	width: 150px;
	}
	
.actionItems img {
	}

.actionItems table {
	width: 100%;
	}

.icon img {
	width: 15px;
	height: 15px;
	}
	
.ml {
	width: 21px;
	height: 20px;
	background-color: #900;
	text-align: right;
	margin: 0;
	padding: 0;
	}	
.fh {
	width: 21px;
	height: 20px;
	background-color: #020;
	text-align: center;
	margin: 0;
	padding: 0;
	}	
.mr {
	width: 21px;
	height: 20px;
	background-color: #900;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
.ar_hole {
	line-height: 20px; 
	height: 20px;
	background-color: #efefef;
	border-bottom: 1px solid #efefef;
	text-align: center;
	}
	
.ar_distance {
	line-height: 20px; 
	height: 20px;
	border-bottom: 1px solid #efefef;
	}
.ar_par {
	line-height: 20px; 
	height: 20px;
	border-bottom: 1px solid #efefef;
	}
.ar_score {
	line-height: 20px; 
	height: 20px;
	}
.ar_dd {
	line-height: 25px; 
	height: 25px;
	}
.ar_fh {
	line-height: 33px; 
	height: 33px;
	padding:0 2px;
	}
.ar_gir {
	line-height: 21px; 
	height: 21px;
	}
	
.ml input {
	height: 10px;
	width: 10px;
	size: 10px;
	}
	
.ar_ss {
	line-height: 20px; 
	height: 20px;
	}
.ar_putts {
	line-height: 22px; 
	height: 22px;
	}
	
.ar_tHole  {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
	}
	
.ar_tHole table {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
.ar_tHole tr {
	margin: 0;
	padding: 0;
	}

.ar_tHole td {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	}
		
#addRound {
	clear: both;
	margin: 10px;
	padding: 0;
	}
	
#addRound table, #addRound td, #addRound tr {
	margin: 0;
	padding: 0;
	border: none;
	}
	
.nike a img {
	border: none;
	}

.pgaWidget {
	float: right; 
	margin: 6px 15px 0 0; 
	clear: right;
	}

.pgaWidget a img {
	border: none;
	}
	
#home_links {
	float: left; 
	margin: 10px 10px 30px 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	}
	
#home_links a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	cursor: pointer;
	}	

.porklet {
	margin: 5px;
	clear: left;
	}
	
.porklet-header {
	background-image: url(images/bg_widget2.gif);
	background-repeat: no-repeat;
	height: 27px;
	color: #fff;
	padding: 5px 0 0 10px;
	font-weight: bold;
	}
	
.porklet-content {
	padding: 5px;
	color: #000;
	}
	