/* globals */
body 
{  
   margin: 0;
   padding: 0;
   font-family: Trebuchet MS,helvetica,sans-serif;
   color: #666;
   background: #fff;
   text-align: center;
}
div, p, td, li, span 
{
   font-size: 11px;
}
p { margin: 0 0 10px 0; }
.inline { display: inline; }
.left { float: left; }
.right { float: right; }
.none { float: none; }
.center { text-align: center; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.nomargin { margin: 0; }
.small { font-size: 10px; }
ul.no-bullets { list-style: none; }
.clear 
{
   margin: 0;
   padding: 0;
   clear: both;
   display: block;
   height: 1px;
   font-size: 1px;
   line-height: 1px;
}
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* forms */
form 
{
   margin: 0;
   padding: 0;
}
input, select, textarea, label
{
   font-family: Trebuchet MS,helvetica,sans-serif;
   font-size: 11px;
   color: #666;
}
.inputbox 
{
   padding: 1px;
   background-color: #fff;
   border: 1px solid #ddd;
   float: left;
}
select 
{
   background-color: #fff;
}
textarea 
{
   padding: 1px;
   background-color: #fff;
   border: 1px solid #ddd;
}
.button 
{
   background-color: #fff;
   color: #85969E;
   margin: 0;
   padding: 0;
   font-size: 10px;
   font-weight: bold;
   text-transform: uppercase;
}
.row
{
   margin-bottom: 5px;
}
label, .label
{
   float: left;
   width: 100px;
   font-weight: normal;
   clear: both;
}
.field 
{
   float: left;
   width: 400px;
   font-weight: normal;
}
.required 
{
   font-weight: bold;
   color: #69c;
}
.errormsg 
{
   color: #f00;
}
.error
{
   color: #f00;
   width: 300px;
}
.present {
   display: none;  
}

/* links */
a:link, a:visited 
{
   color: #9c6;
   font-weight: bold;
   text-decoration: none;
}
a:hover 
{ 
   text-decoration: underline;
}
a.alt:link, a.alt:visited 
{
   color: #69c;
   padding-right: 12px;
   background: url(/images/shared/arrow_blue.gif) no-repeat right 50%;
}
a.more:link, a.more:visited 
{
   padding-right: 12px;
   background: url(/images/shared/arrow_green.gif) no-repeat right 50%;
}
a.request:link, a.request:visited 
{
   text-indent: -10000px;
   display: block;
   width: 122px;
   height: 21px;
   background: url(/images/shared/butt/btn-requestcallback.gif) no-repeat 0 0;
   margin-bottom: 5px;
}

/* headers */
h1
{   
   color: #69c;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   padding: 0;
   margin: 0 0 10px 10px;
}
h2
{   
   color: #85969E;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0 0 10px 0;
}
h3
{   
   color: #69c;
   font-size: 11px;
   font-weight: bold;
   margin: 0;
}
.header
{   
   color: #85969E;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0;
}
.title
{   
   color: #69c;
   font-size: 11px;
   font-weight: bold;
   margin: 0;
}

/* global */
.linemain
{
   clear: both;
   height: 15px;
   background: url(/images/shared/spacer_550.gif) no-repeat 50% 50%;
}
hr
{
   display: none;
}
blockquote
{
   background-color: #f8f7f5;
   border-bottom: 1px solid #e3e3e5;
   margin: 0 0 10px 0 ;
   padding: 10px;
}
.wrap
{
   width: 740px;
   margin: 0 auto;
   text-align: left;
}
.container
{
   padding: 0 10px;
}

/* content */
#thebody
{
   width: 100%;
   margin-bottom: 20px;
}
#sidebar
{
   float: left;
   width: 160px;
}
#sidebar ul
{
   width: 160px;
   padding: 0;
   margin: 0 0 20px 0;
}
#sidebar li
{
   display: block;
   width: 160px;
   list-style: none;
   padding: 0 0 1px 0;
   margin: 0 0 2px 0;
   background: #fff url(/images/shared/menu_line.gif) no-repeat left bottom;
}
#sidebar ul li a:link, #sidebar ul li a:visited 
{
   text-decoration: none;
   display: block;
   color: #85969E;
   font-weight: normal;
   text-transform: uppercase;
   font-size: 10px;
   padding: 5px 5px 5px 15px;
   width: 160px;
   width/**/: 140px;
   background: #F9FDFF;
   margin: 0;
}
#sidebar ul li a:hover, #sidebar ul a.active:link, #sidebar ul a.active:visited
{
   display: block;
   background: #F9FDFF url(/images/shared/arrow_blue.gif) no-repeat 2px 50%;
   color: #69c;
   text-decoration: none;
}
#maincontent
{  
   float: right;
   width: 550px;
   padding-top: 5px;
}
#maincontent-ui {
    float:right;
    padding-top:5px;
    width:550px;
}

#maincontent *
{  
   line-height: 160%;
}
#maincontent ul
{  
   list-style: none;
   margin: 0 0 10px 10px;
   padding: 0;
}
#maincontent li
{  
   list-style: none;
   margin: 0;
   padding: 0 0 0 15px;
   background: transparent url(/images/shared/bullet_blue.gif) no-repeat 2px 7px;
}

/* popup */
#popup
{  
   background: #fff url(/education/images/edu_hdr_grad.gif) repeat-x;
}
#popup h1
{   
   margin-left: 0;
}
#popup .wrap
{
   width: 100%;
   text-align: left;
}
#popup #thebody
{  
   width: 600px;
}
#popup #maincontent
{  
   float: none;
   margin-top: 20px;
   padding-top: 20px;
}

/* blog driver */
.blog .date {
   width: 36px;
   height: 37px;
   background: url(/images/home/calendar-top.gif) no-repeat 0 0;
   text-align: center;
   float: left;
   margin-bottom: 5px;
}
.blog .date .month {
   color: #fff;
   height: 16px;
   line-height: 16px;
}
.blog .date .day {
   width: 36px;
   height: 21px;
   background: url(/images/home/calendar-bottom.gif) no-repeat 0 0;
   color: #69c;
}
.blog p {
   width: 165px;
   float: right; 
   margin-bottom: 5px; 
}
.blog p a {
   color: #666;  
   text-decoration: underline;
   font-size: 10px;
}

/* social */
#social
{
   text-align: center;
   background: url(/images/home/hr-divider.gif) no-repeat 50% 0;
   padding: 10px 0 0 0;
   margin-top: 20px;
   font-size: 10px;
   color: #85969E;
   height: 16px;
   line-height: 16px;
}
#social a
{
   font-weight: normal;
   font-size: 10px;
   text-decoration: underline;
   padding: 5px 0 6px 21px;
   margin-left: 15px;
   color: #85969E;
}
#social span
{
   margin-left: 15px;
   font-size: 10px;
}
#social a.facebook
{
   background: url(/images/home/icon-facebook.gif) no-repeat 0 50%;
}
#social a.twitter
{
   background: url(/images/home/icon-twitter.gif) no-repeat 0 50%;
}
#social a.linkedin
{
   background: url(/images/home/icon-linkedin.gif) no-repeat 0 50%;
}

/* footer */
#footer
{
   text-align: center;
   background: url(/images/shared/footer_bg.jpg) no-repeat 50% 0;
   padding: 10px 0;
   margin-top: 20px;
   font-size: 10px;
   color: #85969E;
}
#footer a
{
   font-weight: normal;
   text-transform: uppercase;
   font-size: 10px;
}
#sec-index #footer {
   margin-top: 10px;
}

#location-by-date {
    display: none;
    margin-top: 10px;
}

#location-by-location {
    height: 50px;
}

#time-by-date {
    min-height: 50px;
}

#datepicker-holder-by-location {
    margin-top: 10px;
}

#time-by-location {
    min-height: 50px;
    margin-top: 10px;
}

.book-button {
    margin-top: 10px;
}

.booking-form {
    display: none;
}

/*Front End Calendar Override Styles*/

/*Container*/
#tabs { margin-left: 10px; border: none; width: 260px; }
.ui-tabs { padding: 0!important; }

/*Nav tabs*/
.ui-tabs .ui-tabs-nav { background: #fff; border: none; padding: 0; }
.ui-tabs .ui-tabs-nav li { border: 1px solid #dcdcdc; } 
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { border-bottom: 1px solid #fff!important;} 
.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin: 0; padding: 0; } 
.ui-tabs .ui-tabs-nav li a { color: #8494a3; padding: 10px 25px; display: block; }

/*Main Content*/
.ui-tabs .ui-tabs-panel { border: 1px solid #dcdcdc; padding: 15px;}

.booking-options h2, .booking-form h2 { text-transform: capitalize; color: #619bcb; }

.ui-widget-header { background: #fff; border: none; padding: 0; }
.ui-datepicker-year { width: 60px!important; margin-left: 10px!important; }
.ui-datepicker-next .ui-icon { background: url(/images/calendar/date-picker-arrow-right.jpg) no-repeat right center;} 
.ui-datepicker-prev .ui-icon { background: url(/images/calendar/date-picker-arrow-left.jpg) no-repeat right center;} 
.ui-datepicker-header .ui-state-hover { background: #fff; border: none; margin: 0; padding: 0; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 2px!important; }
.ui-datepicker .ui-datepicker-prev-hover { left:2px; }
.ui-datepicker .ui-datepicker-next-hover { right:2px!important; }

.ui-datepicker { width: 100%; padding: 0; border: none;}
.ui-datepicker-header { margin-bottom: 10px;}
.ui-datepicker-calendar { border: 1px solid #cac8c9; }
.ui-datepicker th { background: #deefff; border-bottom: 1px solid #cac8c9; color:#5f7080; }
.ui-datepicker-calendar td {padding: 0;}
.ui-datepicker .ui-datepicker-buttonpane { border-top: none; padding-left: 80px; margin-top: 10px; }
.ui-datepicker .ui-datepicker-buttonpane button { margin: 0; padding: 5px 10px;}
.ui-datepicker-today .ui-state-default {background: #feffb9!important;}
.ui-datepicker-unselectable .ui-state-default { background: #fff; }
.ui-datepicker-other-month .ui-state-default { background: #e6e6e6;}

#location-by-date { margin: 15px 0; padding: 10px 0; border-top: 1px dotted #c9c9c9; border-bottom: 1px dotted #c9c9c9;}
#location-by-date select { width: 100%; }

.book-button input { margin-left: 164px; }

#time-by-date-date { margin-bottom: 5px; float: left; width: 100%; }
#time-by-date-options input { float: left; clear: left; margin-bottom: 6px; margin-left: 0; }
#time-by-date-options span { float: left; }

#booking-form-by-date, #booking-form-by-location { margin-top: 10px;}
.field { width: 100%; }
.field input, .field textarea { width: 100%!important; margin: 0; }
.buttrow { padding-left: 125px; }
.buttrow .field input { width: auto!important; }

/*Location tab*/
#location-by-location-select { width: 100%;}
#datepicker-holder-by-location { margin: 5px 0 15px 0!important; padding: 10px 0 15px 0!important; border-top: 1px dotted #c9c9c9; border-bottom: 1px dotted #c9c9c9;}
