/* BEGIN: Login Styles
---------------------------------------------------------------------------------------------------- */
body
	{
	background: #e1e1e1;
	color: #666;
	font-family: 'Gill Sans MT', Arial, Geneva, Sans-Serif;
	font-size: 16px;
	margin: 0;
	padding: 50px;
	text-align: center;
	}

a:link, a:visited {text-decoration:none;}
	
a:hover, a:active
	{
	color: #999;
	text-decoration: underline;
	}
	
h2
	{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-bottom: 3px #e1e1e1 solid;
	}
	
input
	{
	border: 0;
	margin: 0;
	padding: 0;
	border: 1px #cdcdcd solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #999;
	font: 20px 'Gill Sans MT', Arial, Geneva, Sans-Serif;
	}
input:focus {background: #eee;}

select
	{
	border: 1px #cdcdcd solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	font: 15px 'Gill Sans MT', Arial, Geneva, Sans-Serif;
	padding: 3px;
	}
select:focus {background: #eee;}

.show {display: inline;}
.hide {display: none;}
.w99 {width: 99%;}
.b0 {border: 0;}
.alignRight {text-align: right;}
	
.containerLogin, .containerSignUp
	{
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	margin: 0 auto;
	padding: 30px 20px 40px 20px;
	text-align: left;
	}
.containerLogin {width: 350px;}
.containerSignUp {width: 550px;}

/*Table - Two Columns*/
table.twoColumns, table.twoColumnsLeveled
	{
	border-collapse: collapse;
	width: 100%;
	}
	
table.twoColumns td, table.twoColumnsLeveled td
	{
	padding: 10px 10px 10px 0;
	width: 50%;
	}
table.twoColumns td {vertical-align: top;}

.buttonLg, .buttonLg:focus
	{
	background-image: url(../images/backgrounds/shadeLarge.png);
	background-repeat: repeat-x;
	border: 1px #cdcdcd solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font: 18px 'Gill Sans MT', Arial, Geneva, Sans-Serif;
	padding: 0 10px;
	}
	
.buttonLg:hover {background-image: none;}

.buttonDimLg, .buttonDimLg:focus
	{
	background: #fff url(../images/backgrounds/menuTab.png) repeat-x;
	border: 1px #cdcdcd solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	font: 18px 'Gill Sans MT', Arial, Geneva, Sans-Serif;
	padding: 0 10px;
	}

.buttonDimLg:hover
	{
	background: #f2f2f2;
	color: #999;
	}
	
.messageSuccess
	{
	background: #e6fff0;
	border: 2px #91e5b4 solid;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #0c6;
	font-size: 15px;
	margin: 15px 0;
	padding: 6px 12px;
	text-align: left;
	}
.messageSuccess h3 {border-color: #91e5b4;}

.messageError
	{
	background: #ffe6e6;
	border: 2px #e59191 solid;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #c00;
	font-size: 15px;
	margin: 15px 0;
	padding: 6px 12px;
	text-align: left;
	}
.messageError h3 {border-color: #e59191;}

.pageNote
	{
	float: right;
	font-size: 12px;
	}
	
.colorRed, a.colorRed, a:visited.colorRed  {color: #f06;}
/* END: Login Styles
---------------------------------------------------------------------------------------------------- */