/*
 * Main Style
 */

/*--------------------------------------
 Base
--------------------------------------*/

/*--------------------------------------
 Module
--------------------------------------*/

/*--------------------------------------
 Navigation
--------------------------------------*/

/* Global Navigation
--------------------------------------*/

@media only screen and (min-width: 768px) {
 .global-nav > .container .navbar-brand {
/*  padding-top: 8px; */
 }
}

/*--------------------------------------
 Header Area
--------------------------------------*/

/* Header lead
--------------------------------------*/

@media only screen and (min-width: 768px) {
 .header-logo img {
  height: 61px;
  width: 196px;
 }
}

/*--------------------------------------
 Content Area
--------------------------------------*/

/* Article
--------------------------------------*/

/*--------------------------------------
 Footer Area
--------------------------------------*/

#OT_searchWrapper #dateDisplay {
 font-size:10px;
 color:#999;
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 float:right;
 margin:0px 30px 0px 0px;
 display:none;
}

/*** calendar styles ***/

/* Placeholder. Don't change this */
#OT_searchWrapper .imgCal {
 position: absolute;
 display: none;
 z-index:100;
}

/* Calendar Table properties */
#OT_searchWrapper #imageCal table {
 font-size:12px;
 width:150px;
 font-family:arial;
 font-weight: bold;
 background:#FFF;
}
#OT_searchWrapper #imageCal td {
 padding:0px 0px 0px 0;
 text-align:center;
}

/* Days in the future */
#OT_searchWrapper .clickableDays {
 color: #000000;
 text-decoration: none;
 height:18px;
}

/* Days in the past */
#OT_searchWrapper .nonclickableDays {
 color: #CCCCCC;
 height:18px;
}

/* Name of the month at the top */
#OT_searchWrapper .months {
 color: #FFFFFF;
 text-decoration: none;
}

/* Day of the week */
#OT_searchWrapper .weekdays {
 color: #000000;
 text-decoration: none;
 color:#666666;
 background-color:#EFEFEF;
 width:14%;
}
#OT_searchWrapper .partOfCal.spacer {
 display: none;
}
