/* reset margin and padding to 0 for all elements */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li {
margin: 0;
padding: 0;
}

/* This fixes an IE bug that caused awkward text-resizing */
html {
font-size: 100%;
}

body {
text-align: center;
font-size: 0.8em;
font-family: Arial, Helvetica, sans-serif;
background-color: black; /*background: url(img/bkg-header.jpg);*/
}

form
{
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

a {
text-decoration: none;
color: #9f3d08;
}

a:hover {
text-decoration: underline;
}

li {
margin-left: 1em;
}

/* this prevents images from disappearing in IE 6 */
img { 
/*position: relative;*/
border: none; /* and this removes image borders unless explicitly set */
}

h1, h2 {
font-family: Georgia, Times New Roman, serif;
color: #291923;
text-transform: lowercase;
font-weight: normal;
}

div.container {
width: 850px;
margin: auto;
}
/*-----------------------
Footer
--------------------------*/
.copyright
{
	font-size: 10px;
	color: #CCCCCC;
}

.tdLbl
{
	text-align:right;
}
.form td
{
	padding: 5px 5px 5px 5px;
}


#header{

}
#headerleft {
	width: 500px;
}
#headerleft .logo 
{
	padding-top: 10px;
	width: 175px;
	float: left;
	text-align: left;
}
#headerleft .tagline 
{
	width: 200px;
	float: left;
	padding-top: 25px;
	font-size: 1.4em;
	text-transform: lowercase;
}
#headerright
{
	padding:  7px 0px 7px 20px;
	background: url('/images/tblogon_bg.jpg') repeat-y right;
	width: 300px;
	color: #ffffff;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
#headerright .tblogin .label
{
	font-size: .95em;
}
#headerright .tblogin input[type=text]
{
	border: solid 1px #eeeeee;
}
#headerright .tblogin input[type=password]
{
	border: solid 1px #eeeeee;
}

/*-----------------------
Menu
--------------------------*/
#headermenu
{
	width:850px;
	border-top:solid 1px #333333;
	border-bottom:solid 1px #333333;
	background: url('/images/menu_bg.gif') repeat-x scroll top left; 
	min-height: 25px;
}
#headermenu div
{
	border-right:solid 1px #333333;
	font-size: 12px;
	float:left;
	width:110px;
	color: #ffffff;
	text-align: center;
	padding: 5px 5px 5px 5px;
	max-height: 25px;
}
#headermenu a
{
	color: #ffffff;
	cursor: pointer;	
}
#headermenu .itemOff
{
	color: #ffffff;
}
#headermenu .itemOn
{
	color: #ffffff;
	background: #303030;
	border-top: solid 1px #2c59a5;
	border-left: solid 1px #2c59a5;
	border-right: solid 1px #2c59a5;
	border-bottom: solid 1px #2c59a5;
}


/*-----------------------
Splash
--------------------------*/
#splashmenu
{
	width:850px;
	border-top:solid 1px #333333;
	border-bottom:solid 1px #333333;
	background: url('/images/menu_bg.gif') repeat-x scroll top left; 
	min-height: 25px;
}
#splashmenu div
{
	border-right:solid 1px #333333;
	font-size: 12px;
	float:left;
	width:110px;
	color: #ffffff;
	text-align: center;
	padding: 5px 5px 5px 5px;
	max-height: 25px;
}
#splashmenu a
{
	color: #ffffff;
	cursor: pointer;	
}
#splashmenu .itemOff
{
	color: #ffffff;
}
#splashmenu .itemOn
{
	color: #ffffff;
	background: #303030;
	border-top: solid 1px #2c59a5;
	border-left: solid 1px #2c59a5;
	border-right: solid 1px #2c59a5;
	border-bottom: solid 1px #2c59a5;
}

#divCoaching td
{
	vertical-align: top;
	padding: 5px 10px 10px 5px;
}

#divCoaching .tdLbl
{
	height: 75px; 
	white-space: nowrap;
	font-weight: bold;
	vertical-align: middle;
	background: url('/images/cellback.jpg') repeat-x top left;
	
}


.h1
{
	font-weight: bold; 
	font-size: 18px;
	margin: 20px 0px 20px 0px;
}

div.congrat
{
	width: 800px;
	margin-bottom: 3em;
}
div.congrat .head
{
	border-bottom: solid 1px #cccccc;
	width: 100%;
}
div.congrat .head .event
{
	font-weight: bold;
	font-size: 1.5em;
	color: #cccccc;
}
div.congrat .head .event .location
{
	font-weight: normal;
	font-size: .75em;
	color: #cccccc;
}
div.congrat .head .date
{
	float: right;
}

div.congrat ul
{
	padding: 5px 5px 5px 5px;
}