@import url('reset.css');

/* geral */
body{
	background:#fff;
	font-size:12px;
	font-family: 'Lucida Grande', Helvetica, Tahoma, Verdana, Arial, "MS Trebuchet", sans-serif;
}

h1, h2, h3, h4, h5 { font-family: Helvetica, 'Lucida Grande', Tahoma, Verdana, Arial, "MS Trebuchet", sans-serif; color:#333; }

h1 {  }

h2 { font-size:2.2em; }

h3 { font-size:1.8em; }

h4 {  }

h5 {  }









/* default a.simple-blue */
a.simple-blue{
	color:#7494bb;
	text-decoration:none;
	padding:1px;
	text-shadow: 1px 1px 1px #fff !important;
}

a.simple-blue:hover{
	color:#3c669a;
	background:#e7edf5;
	text-decoration:underline !important;
	border:none;
}










/* above-header */
#above-header{
	background:#aebcc5;
	border-bottom:2px #7e94a2 solid;
}









/* header */
#header{
	width:960px;
	margin:0 auto;
}









/* logo */
#logo{
	width:175px;
	height:63px;
	margin-top:8px;
	background: url(../images/logo.png) no-repeat;
	float:left;
}

#logo a{
	display:block;
	height:73px;
}

#logo a:hover{
	border:none;
}









/* menu */
#menu{
	float:left;
	margin:33px;
	font-size:11px;
}

#menu li{
	display:inline;
	padding:0 10px;
	color:#777;
}

#menu li a{
	color:black;
	font-weight:bold;
	text-decoration:none;
	padding:6px;
}

#menu li a:hover{
	background:#d2dce3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:none;
}









/* sign-in-drop */
#menu li #sign-in-drop, #menu li #user-box-drop{
	padding:6px;
	background:#58a4d5;
	color:white;
	font-weight:bold;
	text-decoration:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#menu li #sign-in-drop:hover, #menu li #user-box-drop:hover{
	background:#6a9bbb;
	border:none;
}









/* container */
#container{
	width:960px;
	margin:20px auto;
}









/* entry-text */
#entry-text{
	font-family: Helvetica, 'Lucida Grande', Tahoma, Verdana, Arial, "MS Trebuchet", sans-serif;
	line-height:1.4em;
	color:#666;
	font-size:2.2em;
	font-weight:bold;
	float:left;
	width:380px;
	margin-right:20px;
	margin-top:10px;
}









/* lue-button */
.fancy-blue-button{
	color:white;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: url(../images/fancy-blue-button.png) 0 0 repeat-x;
}

.fancy-blue-button:hover{
	background: url(../images/fancy-blue-button.png) 0 -5px repeat-x;
	cursor:pointer;
	cursor:hand;
}









/* fancy-green-button */
.fancy-green-button{
	padding:6px !important;
	font-weight:bold;
	color:white;
	border:1px #46762f solid !important;
	background: #72ac58 url(../images/green-button-1px.png) top repeat-x;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}









/* fancy gray button */
.fancy-grey-button{
	width:auto !important;
	cursor:pointer;
	cursor:hand;
	background:#eee url(../images/fancy-button.gif) 0 1px repeat-x;
	border:1px #888 solid !important;
	font-weight:bold;
	color:black !important;
	padding:4px !important;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	font-size: 11px;
	height:auto !important;
}

.fancy-grey-button:hover{
	border-color:#333;
	background-position:0 50%;
}









/* footer */
#above-footer{
	color:#999;
}

#footer{
	border-top:1px #999 dotted;
	font-size:11px;
	width:960px;
	margin:10px auto;
	padding:15px 0;
}









/* sign-in-box */
#sign-in-box{
	position:absolute;
	background:white;
	border:4px #ddd solid;
	padding:10px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	margin-left:688px;
	margin-top:50px;
	width:200px;
	font-size:11px;
	color:#555;
	z-index:10;
}

#sign-in-box label{
	display:block;
}

#sign-in-box input.text{
	margin:5px 0 0 0;
	width:190px;
	padding:3px;
}

#sign-in-box a{
	font-size:11px;
	color:#6a9bbb;
	text-decoration:none;
}

#sign-in-box a:hover{
	color:#26648c;
}









/* login-box */
#login-box{
	width:450px;
	background:white;
	border:10px #ddd solid;
	-webkit-border-radius:10px;
	margin:20px auto;
	padding:15px;
}

#login-box label{
	display:block;
	font-size:15px;
}

#login-box input.text{
	margin:5px 0 0 0;
	font-size:14px;
	padding:5px 2px;
	width:300px;
}









/* help-center-login */
#help-center-login{
	width:320px;
	margin:20px auto;
}

#help-center-login a{
	font-size:11px;
	color:#6a9bbb;
	text-decoration:none;
}

#help-center-login a:hover{
	color:#26648c;
}









/* error-box */
#error-box{
	border:1px red solid;
	width:480px;
	padding:8px;
	margin:20px auto 0 auto;
	font-size:11px;
	background:#ffeeee;
	line-height:1.4em;
	color:#333;
}

#error-box a{
	color:red;
	text-decoration:none;
	padding:2px;
}

#error-box a:hover{
	color:white;
	background:red;
}









/* fieldsets */
.fieldset_css{
	border-top:1px #ccc solid;
	padding:20px;
	margin-bottom:30px;
}

.fieldset_css legend{
	padding:0 10px;
	font-size:12px;
	font-weight:bold;
}









/* signup form */
#signup-form{
	padding:20px;
	background:white;
	border:10px #eee solid;
	-webkit-border-radius:10px;
}

#signup-form label{
	font-size:12px;
	display:block;
	margin-bottom:5px;
}

#signup-form input.text{
	padding:6px 3px;
	width:300px;
	font-size:12px;
}

#signup-form a{
	color:#6a9bbb;
	text-decoration:none;
}

#signup-form a:hover{
	color:#26648c;
}









/* prev and next */
#next1{
	width:30px;
	height:30px;
	background: url(../images/fancy_right.png) no-repeat;
	display:block;
	position:absolute;
	margin-top:-200px;
	margin-left:480px;
}

#prev1{
	width:30px;
	height:30px;
	background: url(../images/fancy_left.png) no-repeat;
	display:block;
	position:absolute;
	margin-left:-22px;
	margin-top:-200px;
}









/* list-features */
#list-features{
	margin-top:15px;
	font-size:11px;
}

#list-features li{
	padding:6px;
}

#list-features .day-header{
	font-size:10px;
	font-weight:bold;
	padding:6px;
	background:#eee;
}









/* submit blue button */
.default-submit{
	width:auto !important;
	cursor:pointer;
	cursor:hand;
	background:#637aad url(../images/submit-bg.png) repeat-x;
	border:1px #27447e solid !important;
	font-weight:bold;
	color:white !important;
	padding:4px !important;
}

.default-submit:active{
	background:#4565aa;
}









/* support-form */
#support-form label{
	display:block;
}

#support-form input{
	margin:5px 0 0 0;
	padding:6px 3px;
	width:350px;
	font-size:13px;
}