body {
	margin: 0px;
}

img {
	border: none;
}

body, td, input, select {
	font-family: 'Trebuchet MS', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 15px;
}

input {
	padding: 3px 4px;
}

select {
	padding: 2px;
}

a {
	color: #FEB913;
	text-decoration: none;
}

html {
	background-color: #F7F7FF;
}

h1 {
	color: #F68121;
	font-size: 2em;
}

h1.sessions {
	color: #112A50;
	font-family: Gotham, Trebuchet MS, Arial, Sans-Serif;
	font-size: 40px;
	font-weight: normal;
}

#container {
	min-width: 1000px;
	background-color: white;
}

#bluetop {
	height: 4px;
	background-color: #3eb4e7;
}

#topcontainer {
	margin: 0px auto;
}

#logostrip {
	margin-top: 5px;
}

#logostrip div {
	float: left;
	margin-left: 20px;
}

#counter {
	margin-top: 35px;
	font-size: 18px;
	color: #C7C8CA;
}

#signin {
	background-color: #3eb4e7;
	position: absolute;
	top: 4px;
	right: 20px;
	color: white;
}

#signin a {
	background-color: #3eb4e7;
	height: 20px;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
}

#signin #youraccount {
	padding-left: 0px;
}

#signin div {
	display: inline;
	padding: 5px 10px;
}

#signin a.gettutorcom {
	background-color: #74D0F5;
}

.BigButton:hover {
	border-color: #29B1F2;
	background-color: #29B1F2;
	background-image: url(//www-aws-static.tutor.com/images/buttons/button-arrow.png?v=2025-02-25);
	background-repeat: no-repeat;
	background-position: right center;
}

.BigButton {
	border: 1px solid #3eb4e7;
	background-color: #3eb4e7;
	background-image: url(//www-aws-static.tutor.com/images/buttons/button-arrow.png?v=2025-02-25);
	background-repeat: no-repeat;
	background-position: right center;
	-moz-box-shadow: rgba(0,0,0,.3) 3px 3px;
	-webkit-box-shadow: rgba(0,0,0,.3) 3px 3px;
	box-shadow: rgba(0,0,0,.3) 3px 3px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-text-shadow: -0px 0px 0px #000000;
	text-shadow: -0px 0px 0px #000000;
	padding: 10px 25px;
	.padding: 10px 0px;
	padding-right: 40px;
	.padding-right: 20px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 30px;
	text-transform: none;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

.BigButton.Small {
	font-size: 18px;
}

.uvlogin {
	position: absolute;
	top: 4px;
	right:20px;
	width: 410px;
	z-index: 20;
}

.uvlogin-inner {
	text-align: left;
	padding: 5px 8px;
	padding-top: 0px;
	background-color: #3eb4e7;
	color: White;
	font-size: 12px;
}

.uvlogin td {
	padding: 0px;
}

.uvlogin table {
	.margin-top:-2px;
}

.uvlogin input {
	font-size: 11px;
}

#loginbottom {
	text-align:right;
	margin:0px 8px;
	background-color:white;
	font-size:11px;
}

.inputInvalid {
	border:1px solid red;
	padding: 4px 5px;
}

.inputInvalid.blur {
	padding: 5px;
}

.inputValid {
	border:1px solid green;
	padding: 4px 5px;
}

select.inputValid {
	padding: 2px;
}

.errorText
{
	color: #b33131;
	font-weight: bold;
	font-size: 12px;
}

.blur {
	color: #666;
	font-size: 14px;
	padding: 4px 4px;
}

.optionalhint.blur {
	font-style: italic;
}

#footercontainer {
	background-color: #818286;	
}

#social {
	float: left;
}

#footer {
	margin: 0px auto;
	width: 960px;
	padding: 20px;
	text-align: center;
	color: white;
	font-size: 13px;
}

#footer a {
	color: white;
	font-size: 13px;
}

.error {
	display: block;
	margin: 10px;
	padding: 25px;
	color: white;
	background-color: #D41933;
}

.horizontal_list
{
	margin:0px;
}

.horizontal_list li
{
	display:inline;
	float:left;
}

.star_list {
	margin-left: -3px;
	padding-bottom: 7px;
	float:left; /*This allows IE6 to render the star list in the correct spot.*/
}

.star_list li img {
	width: 19px;
}

.star_list li img.star_rated {
    background: url('//www-aws-static.tutor.com/images/icons/stars_blue.gif?v=2025-02-25') top left no-repeat;
}

.star_list li img.star_rating {
    background: url('//www-aws-static.tutor.com/images/icons/stars_orange.gif?v=2025-02-25') top left no-repeat;
}

.star_list li img.star_unrated {
    background: url('//www-aws-static.tutor.com/images/icons/stars_white.gif?v=2025-02-25') top left no-repeat;
}
