﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; /*	line-height: 1.2; */
	color: #005AA0;
	background-color: #dedede;
	text-align: center;
}

#main
{
	height: 100%;
	position: static;
	background-color: #ffffff;
	width: 800px;
	padding: 10px;
	margin: 0 auto;
}

#header
{
	top: 0;
	height: 140px;
}

#content
{
}

#MyGolf
{
	float: left;
	background-attachment: inherit;
	background-image: url(../images/MyGolfLogo.png);
	background-repeat: no-repeat;
	width: 335px;
	height: 126px;
	margin: 0 auto;
}

#Login
{
	float: right;
	width: 340px;
	height: 130px;
	text-align: center;
	padding: 3px;
}

h1, h2, h3
{
	text-align: left;
	margin:5px;
	line-height:1.5;
}

h1
{
	font-size: 22pt;
	font-family:  Arial, Helvetica, Sans-Serif;
}

h2
{
	font-size: 12pt;
}
h3
{
	font-size: 10pt;
}
h4
{
	font-size: 9pt;
}

ul
{
	text-align: left;
}

li
{
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.95;
}

li.tick
{
	list-style-image: url(../images/tick.gif);
}


.FullBroad
{
	padding: 0;
	margin: 10px 10px 0 10px;
	width: 98%;
}

.HalfBroad
{
	padding: 0;
	margin: 10px 10px 0 10px;
	width: 53%;
}
.RedBorder
{
	-moz-border-radius: 8px;
	border: #ED1C24 1px solid;
	overflow: visible; /* margin: 0 10px 0 10px; */
	padding: 0;
	clear: both;
}

.BlueBorder
{
	-moz-border-radius: 8px;
	border: #005AA0 1px solid;
	overflow: visible;
	padding: 0;
	clear: both;
}


.MySportBlue
{
	color: #004a9f;
}

.GolfRed
{
	color: #ED1C24;
	/*text-transform: capitalize; 	padding:0;*/
}

.SybexOrangeSmall
{
	font-size: 1.5em;
}

.LetsGoBlue
{
	font-weight: bolder;
	/*text-transform: uppercase;
	color: #FF9933;*/
}

.BigNumber
{
	color: Black;
	font-size: 36pt;
	text-align: center;
	font-weight: bold;
}

.SimpleStep
{
	text-align: center;
	width: 170px;
	padding-left: 27px;
}

.SimpleStep2
{
	background-image: url(../images/StepDivider.gif);
	background-repeat: no-repeat;
}


.SimpleStepEnd
{
}

a
{
	color: #004a9f;
	text-decoration: none;
	border-bottom: #005AA0 1px solid;
}

a:hover
{
	background-color: #005AA0;
	color: #ffffff;
}


img
{
	border-width: 0;
}

table
{
	vertical-align: top; /*	border-collapse:separate; 	table-layout:auto;*/
}

td
{
	vertical-align: top;
}



.formLabel
{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

.formField
{
	text-align: left;
	padding-left: 8px;
	vertical-align: middle;
	height: 24px;
}

.TB200
{
	width: 200px;
}


.formStraddle
{
	text-align: center;
}

.formUnderEighteen
{
	background-color: #DCDCDC;
}

.watermark
{
	color: #d3d3d3;
	font-style: italic;
	background-color: #f5f5f5;
}



.popUpBox
{
	border: #B3D83D thin solid;
	background-color: #FFFFFF;
	margin: 0;
	padding: 2px;
}

.popUpHeader
{
	background-color: #00BBE3;
	height: 14px;
	width: 100%;
	margin: 0;
}

.popUpContent
{
	margin: 0;
	padding: 0 17px 0 12px;
	text-align: center;
	max-height: 550px;
	overflow: auto;
}

.popUpBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

a.popUpCancel, a.popUpCancel:link, a.popUpCancel:active, a.popUpCancel:visited, a.popUpCancel:hover
{
	font-size: 0px;
	height: 14px;
	width: 14px;
	background-image: url(../images/uploadcancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
	text-decoration: none;
	border: none;
	top: 0; /*	display: block; */
}
a.popUpCancel:hover
{
	background-position: 0px 0px;
}

.GreyBoxedText
{
	border-color: gainsboro;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 3px;
	text-align: center;
	background-image: url(../images/loginboxbackground.png);
	background-repeat: repeat-y;
}

.kickStart
{
	color: #6B96CE;
	font-size: larger;
	font-weight: bolder;
}
.weightLoss
{
	color: #FF9E10;
	font-size: larger;
	font-weight: bolder;
	line-height: 1.9;
}
.challenge
{
	color: #73CBBD;
	font-size: larger;
	font-weight: bolder;
	line-height: 1.7;
}

.successHeading
{
	overflow: visible;
	margin: 8px 10px 4px 10px;
	line-height: 1.75;
}
