/* @override 
	http://127.0.0.1:8000/static/css/EY-Common.css
*/

/* 
    Document   : EY-Common
    Created on : Jun 12, 2010, 10:47:25 PM
    Author     : rfadams
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body{
	height: 100%;
	-webkit-text-size-adjust: none;
	background: #5C4B39;
}

.content{
	width: 1000px;
	margin: auto;
	font-family: Verdana,"Lucida Grande", Lucida, sans-serif;
	background: #405B78;
	min-height: 100%;
}

.roundCorners-9 {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
}

.roundCorners-5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.shadow {
	-moz-box-shadow: 6px 6px 15px #333; /* FF3.5+ */
	-webkit-box-shadow: 6px 6px 15px #333; /* Saf3.0+, Chrome */
	box-shadow: 6px 6px 15px #333; /* Opera 10.5, IE 9.0 */
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333');
}

/* @group Header */

.header{
	background: #A8BF73;
	height: 100px;
}

.header a{
	color: black;
	text-decoration: none;
}

.hTitle{
	font-size: 64px;
	font-family: "Brush Script MT", Verdana,"Lucida Grande", Lucida, sans-serif;
	padding: 10px 10px 0 0;
	text-align: right;
	height: 90px;
}

.hTitle img{
	vertical-align: top;
}

.hBreak{
	height: 5px;
	background: white;
}

/* @end */

/* @group Main */

.main{
	position: relative;
	margin-top: 3px;
	padding-top: 1px;
	background: #405B78; /* for non-css3 browsers */
}

.main > h1, .main > h2{
	color: #FF9933;
	margin: 30px 0 10px 20px;
}

.main > .mText{
	color: white;
	margin-left: 20px;
	width: 500px;
}

/* @end */

/* @group Signup Form */


.mSignup{
	background: #E45635;
	width: 335px;
	height: 145px;
}

.mSignup1{
	font-size: 24px;
	color: white;
	width: 315px;
	margin: 20px auto 5px;
}

.mSignup1 > label{
	font-weight: normal;
	font-style: normal;
}

.mSignup1 > input{
	font-size: 20px;
	width: 216px;
	margin: 0;
	padding: 10px;
	border: 2px solid black;
}

.mSignup1 ul.errorlist{
	list-style-type: none;
	font-size: 14px;
	margin: 0 3px;
	padding: 0;
	text-align: right;
	color: maroon;
}

.mSignup2{
	text-align: right;
	margin-right: 11px;
	font-size: 14px;
	color: #FFFF66;
	font-style: italic;
	
}

.mSignup2 > input[type="submit"]{
	border: 1px solid #2B8126;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	color: white;
	background-color: #24D207;
	cursor: pointer;
	text-shadow:1px 1px 1px #2E77AD;
	
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #24D207),color-stop(1, #297C26)); /* Saf4+, Chrome */

	background-image: -moz-linear-gradient(top, #24D207, #297C26); /* FF3.6 */
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#24D207', EndColorStr='#297C26'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#24D207', EndColorStr='#297C26')";
	
}

.mSignup3{
	color: #333;
	position: absolute;
	bottom: 0px;
	left: 15px;
}



/* @end */

/* @group Tabs */
.mTabs{
	width: 420px;
	height: 100px;
	background: #CCCCCC;
	margin: 66px 0 0 50px;
}

.tab{
	display: inline-block;
	height: 60px;
	width: 180px;
	margin: 20px 0 0 20px;
	text-align: center;
	font-size: 30px;
}

.tabSelected{
	background: white;
}

.tab a{
	display: inline-block;
	margin: 6px 0 0;
	
}

/* @end */

/* @group Main Footer */

.mFooter{
	clear: both;
	padding: 20px 0 20px;
}

.mFooterBox{
	background: #CCC;
	width: 50%;
	margin: auto;
	text-align: center;
	padding: 4px 0;
}

.fTerms{
	margin-right: 30px;
}


/* @end */

/* @group Remove Signup Form */

form.removeSignup, #id_email{
	font-size: 24px;
}

form.removeSignup > label{
	padding-right: 10px;
}

form.removeSignup > ul.errorlist{
	font-size: 14px;
	padding-left: 100px;
	list-style-type: none;
	color: #fd4715;
}


/* @end */


