﻿html, body
{
	height: 100%;
}

/* ----- base default font size, type, and line height ----- */
html body
{
	font: 62.5%/1.4em Arial, sans-serif;
	color: #333333;
}
html > body
{
	font: 62.5%/1.4em Arial, sans-serif;
	color: #333333;
}

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right
{
	font-size: 1.1em;
}
#JT_copy p, #JT_copy ul
{
	font-size: 1.1em;
}

body
{
	padding: 0px;
	margin: 0px;
	background-image: url(../_Images/BodyBg2.gif);
	background-repeat: repeat-x;
	background-color: #fefefe;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-bottom: 30px;
}

#site #container
{
	width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #909090;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-bottom: 30px;
}

#site #header
{
	background-color: #006600;
	padding: 15px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#site #header h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20pt;
}

#site #header h1 a
{
	color: #ffffff;
	text-decoration: none;
}

#site #mainContent h2
{
	font-size: 13pt;
	font-weight: normal;
	margin-top: 0px;
}

#site #mainContent
{
	padding: 30px 20px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	font-size: 9pt;
	line-height: 180%;
}

#site #footer
{
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: right;
	background: #e0e1e2;
	padding-top: 3px;
	padding-bottom: 5px;
}

#site #footer p
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
}

#site #menuArea
{
	float: left;
	width: 30%;
}

#site #registerArea
{
	float: left;
	width: 70%;
}

#site #registerAreaInner
{
	padding-right: 30px;
}

h1
{
	font-size: 1.8em;
	font-weight: normal;
}

a
{
	color: #000000;
}

input
{
	font-family: Arial, sans-serif;
}

img
{
	border: 0px;
}

.button
{
	height: 29px;
	padding-left: 17px;
	padding-right: 17px;
}

.errorMsg
{
	color: Red;
}

.PasswordStrengthTextIndicator
{
	background-color: Gray;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
}

#agreementSmallText
{
	margin-top: 10px;
	padding-right: 40px;
	font-size: x-small;
	line-height: 150%;
	font-style: italic;
}

.normalText
{
	font-size: 0.8em;
}


/* ---------->>> jtip <<<--------- */

p
{
	text-align: left;
}

.formInfo a, .formInfo a:active, formInfo a:visited
{
	background-color: #808080;
	font-size: 1em;
	font-weight: bold;
	padding: 1px 2px;
	margin-left: 5px;
	color: #fff;
	text-decoration: none;
}

.formInfo a:hover
{
	color: #c0c0c0;
	text-decoration: none;
}

#JT_arrow_left
{
	background-image: url(../_Images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	left: -12px;
	height: 23px;
	width: 10px;
	top: -3px;
}

#JT_arrow_right
{
	background-image: url(../_Images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	height: 23px;
	width: 11px;
	top: -2px;
}

#JT
{
	position: absolute;
	z-index: 100;
	border: 2px solid #ccc;
	background-color: #fff;
}

#JT_copy
{
	padding: 10px 10px 10px 10px;
	color: #333333;
}

.JT_loader
{
	background-image: url(../_Images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 12px;
}

#JT_close_left
{
	background-color: #ccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

#JT_close_right
{
	background-color: #ccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

#JT_copy p
{
	margin: 3px 0;
}

#JT_copy img
{
	padding: 1px;
	border: 1px solid #ccc;
}

.jTip
{
	cursor: help;
}

/*
#bigNews
{
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f7f7f7;
	border: solid 1px #c0c0c0;
	margin-bottom: 20px;
}
*/

#menu 
{
	display: inline;
	margin: 0px;
}
#menu li 
{
 	list-style-type: square;
}



.clear {
	clear: both;
}
.l {
	float: left;	
}
.r {
	float: right;
}