/* This stylesheet was designed and developed by Chris Converse for Udemy */

@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 20px;
	color: #444;
	background: #eeeeee url(../images/bg.jpg) repeat-x;
}
.page { font-size: 1em; }

h1 {
	font-size: 3em;
	color: #424029;
	font-weight: normal;
	text-indent: 45;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 75px;
	height: 50px;
	background: url(../images/erroricon.png) no-repeat left center;
}


h2 {
	font-size: 1.7em;
	color: #f8971d;
	margin: .8em 0px .8em;
}
h2 span {
	font-size: 0.8em;
}

h2.deEmphasize {
	font-size: 1.2em;
	color: #444444;
	margin-top: 30px;
}

p {
	margin: 0px 0px 5px;
	font-size: 1.1em;
	clear: both;
	line-height: 1.5em;
}
p span {
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
}

li {
	margin: 0px 0px 10px -20px;
}
a img { border: none; }
a { color: #336699; }
a:hover { color: #ccc; }

/* Layout */

.page {
	position: relative;
	margin: 0px auto 0px auto;
	max-width: 600px;
}
.page header {
	display: block;
	position: relative;
	height: 175px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(../images/banner_large.jpg) no-repeat 0px 0px;
}
.page header a.logo {
	top: 45px;
	left: 45px;
	display: block;
	width: 420px;
	height: 127px;
	background: url(../images/large-twh-logo.png) no-repeat center center;
	margin-right: auto;
	margin-left: auto;
}
.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .content {
	margin: 20px 40px 40px 40px;
	padding: 0px;
}
.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 20px;
	font-size: .9em;
	color: #757575;
	background-color: #fff;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #ffffff 60%, #cccccc 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(90%,#cccccc));
}

.clear_both { clear: both; line-height: 1px; }

/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	
	 body { padding: 10px; background: #eeeeee url(none);}
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
	.page header { height: 50px; background-image: url(../images/banner_small.jpg); }
	.page header a.logo {
		top: 3px;
		left: 25px;
		margin: 0px auto 0px auto;
		width: 136px;
		height: 42px;
		background: url(../images/small-twh-logo.png) no-repeat 0px 0px;
	}
	.page .page_content .page_content_container { width: inherit; float: none; margin: 0px; }
	.page .page_content .content { margin: 10px 10px 20px 10px; }
	.page footer { font-size: .8em; }
	
	h1 {
	font-size: 1.8em;
	margin-top:0px;
	padding-top: 0px;
	height: 60px;
	}
span  {
	display: block;
	}
}


/* Super Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 300px) {	

	body { padding: 10px; background: #eeeeee url(none);}
	h1 {
	font-size: 1.4em;
	padding-top: 15px;
	height: 60px;
	margin-bottom: 0px;
	}

}


/* Medium Screen Rules */
@media screen and (min-width: 501px) and (max-width: 800px) {
	.page { margin: 0px; padding: 0px; font-size: 1.15em }
	.page header { height: 90px; background-image: url(../images/banner_medium.jpg); padding: 10px 50px 0px 75px; }
	.page header a.logo {
		top: 20px;
		left: 88px;
		width: 226px;
		height: 75px;
		background: url(../images/medium-twh-logo.png) no-repeat 0px 0px;
	}
	.page nav { top: 30px; }
	.page nav a {
		border-color: #fff;
		margin-left: 10px;
		padding: 5px 10px 5px 10px;
		font-size: .9em;
	}
	
	h1 {
	font-size: 2.6em;
	}
}

.PasswordResetButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}.PasswordResetButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.PasswordResetButton:active {
	position:relative;
	top:1px;
}

h6 { 
   color: white; 
   font: bold 18px/18px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   padding: 1px;
}

#loginError
{
    background:#ffffcc;
    border:1px solid #B0B0B0;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
    padding:10px;
    width:300px;
    color:Red;
    text-align:left;
}

#addAdHocPassengerTripForm .subscript {
    font-size: 9pt;
    font-weight: normal;
    font-style: italic;
    color: #777777;
}
