/* global whitespace */

* { margin:0; padding:0; }

*html * { zoom: 1; }

html, body {
	height: 100%;
	margin: 0 0 1px;
}

/*= BODY/GLOBALS */

html { text-align: center; }

body {
	background:#fff url(/images/schedaero/public/bg-body.png) 0 0;
	font-size:62.5%;
	font-family: Arial, san-serif;
	text-align:center;
}

a, a:link {
   	color:#444;
   	outline: none;
   	text-decoration:underline; 
}
 
a:hover {
	color: #666;
	text-decoration:none;
}	

/* =LAYOUT */
#page {
	background:url(/images/schedaero/public/bg-page.png) repeat-x 0 0;
	padding: 20px 0 0 0;
	width: 100%;
}

*html #page { background: none; }

#container { 
	background:url(/images/schedaero/public/bg-container.png) repeat-y 0 0;
	margin: 0 auto;
	text-align:left;
	padding: 0;
	width: 978px;
}

*html #container { 
	background:url(/images/schedaero/public/bg-container.gif) repeat-y 14px 0;
}

#content {
	background: url(/images/schedaero/public/bg-content.jpg) no-repeat 14px 0;
	min-height: 722px;
	position: relative;
}

body.home #content {
	background: url(/images/schedaero/public/bg-content-home.jpg) no-repeat 14px 0;
	min-height: auto;
}

#nav {
	background: url(/images/schedaero/public/bg-nav.png) no-repeat 0 0;
	margin: 0 auto;
	height: 42px;
	overflow: hidden;
	padding: 7px 0 0 25px;
	position: relative;
	width: 953px;
}

*html #nav {
	background: url(/images/schedaero/public/bg-nav.gif) no-repeat 14px 7px;
}

#header { 
	height: 141px;
	position:relative;
}

body.home #header {
	display: none;
}

#footer { 
	background: url(/images/schedaero/public/bg-footer.png) no-repeat 0 0;
	height: 55px;
	margin: 0 auto 25px auto;
	padding: 10px 0;
	position: relative;
	text-align: center;
	width: 978px;
	z-index: 1;
}

*html #footer {
	background: url(/images/schedaero/public/bg-footer.gif) no-repeat 14px 0;
}

#sidebar {
	display:inline;
	float: left;
	padding: 0 0 30px 0;
	width: 184px;
}

#main {
	display:inline;
	float:right;
	margin: 12px 40px 0 0;
	padding: 0 0 55px 0;
	width: 669px;
}

body.home #main {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}

body.contentOnly #main {
	display: block;
	float: none;
	margin-left: 100px;
	width: 761px;
}

#primary {
	float:left;
	margin: 0;
	padding:0px 0px 0px 0;
	position: relative;
	width:445px;
	z-index: 2;
}

#secondary {
	float:right;
	margin: 0 0 0 0;
	padding: 150px 10px 0 0;
	width:220px;
}

#logo {
	display: block;
	top: 45px;
	left: 77px;
	height: 40px;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	text-indent: -9999em;
	width: 305px;
	z-index: 99;
}

.home #logo {
	top: 60px;
	left: 62px;
	height: 55px;
	width: 345px;
}

/* =TYPOGRAPHY */
#main,
#main p {
	color:#333;
	font-size: 13px;
	line-height: 17px;
}

.home #main p {
	line-height: 20px;
}

#main p {
	margin: 12px 0;
}

#main ul.items p {
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0; 
}

#main p.intro {
	color:#5c5954;
	font-size: 16px;
	line-height: 22px;
	margin: 5px 0 22px 0;
}

#main p.intro img { float: left; }

#main a {
	color: #000;
	text-decoration: underline;
}

#main a.more,
.tab a.more {
	color: #000;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.tab a.more {
	color: #fff;
	margin: 3px 0 0 0;
}

#main a.more:hover { text-decoration: underline; }

#footer p.links {
   color: #fff;
   font-size: 13px;
   padding: 0 30px;
   text-align: right;
}

#footer p.links a {
	color: #fff;
	text-decoration: none;
}

#footer p.links a:hover {
	text-decoration: underline;
}

#footer p.copyright {
   color: #666;
   font-size: 13px;
   padding: 19px 14px;
   text-align: left;
}

/* headers */
h1 {
	color: #2e2e33;
	font-size: 19px;
	font-weight: normal;
}

h2 {
	color: #2e2e33;
	font-size: 16px;
	margin: 14px 0 3px 0;
	line-height: 21px;
}

h3 {
	color:#000;
	font-size: 14px;
	line-height: 20px;
	margin: 12px 0 0 0;
}

ul.items h3,
#main ul.items h3 a, 
div#main.details h3 {
	color: #000;
	font-size: 14px;
	height: 16px;
	text-decoration: none;
	margin: 0;
}
div#main.details h3  
{	
	margin-bottom: 3px;
	margin-top: 15px; 
}

#main ul.items h3 a:hover { text-decoration: underline; }

h4 {
	color: #76a1d2;
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	margin: 22px 0 -5px 0;
	text-transform: uppercase;
}

/* lists */
#main ul, 
#main ol {
	font-size: 12px;
	line-height: 18px;
	margin:0 0 12px 30px;
}

#main li {
	margin-bottom:0.5em; 
}

#main ul.items {
	margin: 0;
	width: 100%;
}

#main ul.items li {
	border-bottom: 1px solid #ccc;
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
}

#main ul.items img {
	float: left;
	margin: 0 2px 0 0;
}

#main ul.items div.text {
	float: left;
	width: 400px;
}

#main ul, 
#main li ol {
	margin:0.4615em 0 1.077em 30px;
}

#main ol{list-style-type:decimal;}
#main ol ol{list-style-type:upper-alpha;}

#main dl{margin:0 0 1.5385em;}
#main dl dt{font-weight:bold;}
#main dd{margin:0 0 1.5385em;}



/* =nav */
ul.menu {
	list-style-type:none;
	margin: 0;
	padding:0;
}

ul.menu li {
	float: left;
	margin: 0 !important;
	position: relative;
}

ul.menu li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	color:#333;
	display:block;
	float: left;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	height: 42px;
	padding: 0;
	text-decoration:none;
	text-indent: -9999em;
}

ul.menu li#home a {
	background-image: url(/images/schedaero/public/bg-navitem_01.gif);
	width: 71px;
}

ul.menu li#features a {
	background-image: url(/images/schedaero/public/bg-navitem_02.gif);
	width: 166px;
}

ul.menu li#benefits a {
	background-image: url(/images/schedaero/public/bg-navitem_03.gif);
	width: 163px;
}

ul.menu li#about a {
	background-image: url(/images/schedaero/public/bg-navitem_04.gif);
	width: 99px;
}

ul.menu li#trial a {
	background-image: url(/images/schedaero/public/bg-navitem_05.gif);
	width: 152px;
}

ul.menu li a:hover {
	background-position: 0 -42px;
}

ul.menu li.current a {
	background-position: 0 -84px;
}

/* localnav */
#localnav {
	background: url(/images/schedaero/public/bg-localnav-top.png) no-repeat 0 0;
	padding: 14px 0 0 0;
	width: 245px;
}

#localnav h3 {
	background: #cc941e;
	color: #fff;
	font-size: 12px;
	margin: 0 !important;
	padding: 3px 0 3px 39px !important;
	text-transform: uppercase;

}

#localnav h3.on {
	background: #cc941e url(/images/schedaero/public/selectArrows.png) no-repeat 23px 6px;
}

ul.localnav {
	list-style-type:none;
	margin: 0;
	width: 245px;
}

ul.localnav li {
	padding: 0 0 0 0px;
	position: relative;
	background: url(/images/schedaero/public/bg-localnav-ul.png) repeat-y 0 0;
}

ul.localnav li a {
	border-left: 1px solid #1d253f;
	border-bottom: 1px solid #5a637d;
	color:#fff;
	display:block;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding: 7px 0 5px 39px;
	text-decoration:none;
}

ul.localnav li a:hover {
	background: #5584af;
}

ul.localnav li.last {
	background: url(/images/schedaero/public/bg-localnav-bottom-hover.gif) no-repeat 0 100%;
}

ul.localnav li.last a {
	background: url(/images/schedaero/public/bg-localnav-bottom.gif) no-repeat 0 100%;
	border: none;
	padding-bottom: 19px;
}

ul.localnav li.last a:hover {
	background: url(/images/schedaero/public/bg-localnav-bottom-hover.gif) no-repeat 0 100%;
}

ul.localnav li div.on {
	background: url(/images/schedaero/public/selectArrows.png) no-repeat 2px -20px;
	width: 25px;
	height: 23px;
	position: absolute;
	top: 1px;
	left: 20px;
}

/* misc */
.home .cols {
	padding: 30px 0 20px 44px;
}

.home .col {
	float: left;
	margin-right: 10px;
	width: 215px;
}

.home .pod {
	background: url(/images/schedaero/public/bg-home-pod.gif) no-repeat 0 100%;
	border-top: 2px solid #313c5c;
	height: 95px;
	padding: 8px 8px 35px 8px;
	position: relative;
}

.home .pod h3 {
	border-bottom: 1px solid #e3e1da;
	color: #000 !important;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 8px !important;
	padding: 0 0 8px !important;
}

.home .pod p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 !important;
}

.home .pod a.learn-more {
	background: url(/images/schedaero/public/bg-learn-more.gif) no-repeat 0 0;
	bottom: 8px;
	display: block;
	height: 20px;
	left: 7px;
	margin: 4px 0 0 !important;
	overflow: hidden;
	text-indent: -9999em;
	position: absolute;
	width: 94px;
}

.home .pod a.learn-more:hover { background-position:  0 -20px; }

.intro-message {
	padding: 5px 0 0 50px;
	position: relative;
}

.intro-message p,
intro-message h2 {
	padding-right: 310px;
}

.intro-message h2 {
	color: #2e2e33 !important;
	font-size: 19px !important;
	font-weight: normal !important;
	margin: 0 !important;
}

.intro-message p {
	color: #5c5954 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	margin: 5px 0 0 0 !important;
}

.intro-message a.free-trial {
	position: absolute;
	right: 50px;
	top: -5px;
}

a.free-trial {
	background: url(/images/schedaero/public/bg-free-trial.png) no-repeat 0 0;
	display: block;
	height: 91px;
	right: 68px;
	position: absolute;
	text-indent: -9999em;
	top: 29px;
	width: 91px;
}

a.free-trial:hover {
	background-position: 0 -91px;
}

body.home #header a.free-trial { display: none; }

*html a.free-trial {
	background: url(/images/schedaero/public/bg-free-trial.gif) no-repeat 0 0;
}

.intro-message a.view-demo {
	position: absolute;
	right: 160px;
	top: -5px;
}

a.view-demo {
	background: url(/images/schedaero/public/bg-view-demo.png) no-repeat 0 0;
	display: block;
	height: 91px;
	right: 68px;
	position: absolute;
	text-indent: -9999em;
	top: 29px;
	width: 91px;
}

a.view-demo:hover {
	background-position: 0 -91px;
}

body.home #header a.view-demo { display: none; }

*html a.view-demo {
	background: url(/images/schedaero/public/bg-view-demo.gif) no-repeat 0 0;
}

/* home panels and tabs */
#tabs {
	height: 465px;
	position: relative;
	zoom: 1;
}

.panel {
	height: 391px;
	position: relative;
	width: 964px;
}

#panel1 { background: url(/images/schedaero/public/bg-panel-1.png) no-repeat 14px 0; }
#panel2 { background: url(/images/schedaero/public/bg-panel-2.png) no-repeat 100% 100%; }
#panel3 { background: url(/images/schedaero/public/bg-panel-3.png) no-repeat 100% 100%; }
#panel4 { background: url(/images/schedaero/public/bg-panel-4.png) no-repeat 100% 100%; }

.tab {
	background: url(/images/schedaero/public/bg-home-tab-top.gif) no-repeat 0 0;
	padding: 19px 0 0 0;
	position: absolute;
	bottom: 21px;
	left: 0;
	width: 488px;
	z-index: 2;
}

.tab-inner {
	background: url(/images/schedaero/public/bg-home-tab-bottom.png) no-repeat 0 100%;
	padding: 0 55px 26px 55px;
}

*html .tab-inner {
	background: url(/images/schedaero/public/bg-home-tab-bottom.gif) no-repeat 0 100%;
}

.tab h2, .tab p {
	color: #fff;
}

.tab h2 {
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 9px 0;
}

.tab p {
	font-size: 15px;
	line-height: 17px;
}

#tabs ul {
	background: url(/images/schedaero/public/bg-tabs-ul.gif) no-repeat 14px 0;
	bottom: 0;
	left: 0;
	height: 67px;
	padding: 7px 0 0 39px;
	position: absolute;
	width: 950px;
}

#tabs li {
	float: left;
	list-style: none;
}

#tabs li a {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: bold;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

#tabs ul li#tab1 a {
	width: 214px;
}

#tabs ul li#tab2 a {
	width: 236px;
}

#tabs ul li#tab3 a {
	width: 225px;
}

#tabs ul li#tab4 a {
	width: 227px;
}

#tabs li a:hover {
	background: #4f7aa6 !important;
	color: #fff;
}

.ui-tabs-nav .ui-tabs-selected a {
    background: url(/images/schedaero/public/bg-tabs-ul-active.gif) no-repeat 50% 0 !important;
    color: #fff !important;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }
*html .clearfix { height: 1px; }

.clear { 
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: -1px 0 0 0;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.navleft,
.navright {
	font-family: 'Times New Roman', Times, serif;
	font-size: 17px;
	width: 48%;
}	

.navleft {
	float: left;
	text-align: left;
}

.navright {
	float: right;
	text-align: right;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0;
	margin: 0 0 15px 15px;
	display: inline;
}

img.alignleft {
	padding: 0;
	margin: 0 15px 15px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* login form */
#login {
	position: absolute;
	right: 0;
	height: 42px;
	line-height: 42px;
	top: 6px;
}

*html #login {
	top: 17px;
	width: 240px;
}

#login form {
	margin: 0;
	padding: 3px 67px 0 0;
	position: relative;
}

#login .text {
	color: #999;
	font: normal 12px Arial;
	height: 13px;
	padding: 1px;
	width: 75px;
}

#login .go {
	position: absolute;
	right: 34px;
	top: 6px;
}

*:first-child+html #login .go {
	top: -3px;
}

*html #login .go {
	top: -3px;
}

.nextFeature { text-align: right; margin: 20px 20px 0 0; }

.errorField {
    background-color: #cccccc;
}

.error { 
    margin-left: 70px;
    color: #990000;
    font-weight: bold;
	margin-top: 20px;
}

.error ul {
	list-style-type:none;
}

#main p.confirmation {
	padding: 10px 0;
}

.bold { font-weight: bold; }


.featureImage 	
{
	clear: both;
	position: relative; 
	padding-bottom: 4px; 
	padding-right: 4px;
	left: 4px;
	top: 4px;
	background: url(/images/schedaero/shadowAlpha.png) no-repeat bottom right; 
	width: 669px; 
	height: 303px; 
}
.featureImage img  
{
	position: absolute; 
	top: -4px; 
	left: -4px; 
	border: 1px solid #cccccc; 
	width: 669px; 
	height: 303px; 
}

