html {
    font-size: 10px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.428571429;
    color: #000;
    background-color: #ffffff;
    position: relative;
}

.container {
    margin: 0px auto;
}

#headcontainer {
    color: #FFF;
    background-color: #900;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 10px;
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .4);
}

#container {
    margin-bottom: 50px;
}

div.row {
    /* border-top: 1px dotted rgba(0,255,0, 0.25);
     border-bottom: 1px dotted rgba(0,255,0, 0.25);
     */
    text-align: center;
}

#container div[class*="span"], #headcontainer div[class*="span"] {
    /* border-left: 1px dotted rgba(0,255,0, 0.25);
     border-right: 1px dotted rgba(0,255,0, 0.25);
     */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100px;
}

#topNav {
    padding-top: 20px;
    padding-left: 0;
}

#topNav li {
    display: inline-block;
    margin: 10px 10px 0px 10px;
    font-size: 18px;
    text-align: right;
    /* IE 7 hack */
    zoom: 1;
    *display: inline;    
}

.topNavSecondary li {
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    /* IE 7 hack */
    zoom: 1;
    *display: inline;        
}

.topNavSecondary {
    display: none;
    text-align: left;
}

#topNav li.current {
    border-bottom: 2px solid #FFF;
}

#topNav li:hover:not(.current), #topNav li:active :not(.current) {
    text-shadow: 0 0 1px #FFF, 0 0 1px #FFF;
}

#twocol_right {
    float: right;
    margin: 55px 0px 15px 15px;
}

#footernav {
    display: none;
}

#botNav {
    padding: 0px;
    margin-bottom: 0px;
}

#botNav li {
    width: 100%;
    display: block;
    background-color: #900;
    margin: 0px;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    min-height: 35px;
}

#botNav li a {
    display: inline-block;
    min-height: 32px;
    /* IE 7 hack */
    zoom: 1;
    *display: inline;        
}

#botNav li .botNavSecondary {
    /* display:none;
     */;
}

#botNav li ul {
    padding: 0;
}

#botNav li .botNavSecondary li {
    background-color: #FFF;
    font-size: 16px;
    margin: 0px;
}

#botNav.navList li li a {
    color: #900;
}

#menu_kick {
    border-right: none;
}

#menu_kick a {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
}

@media (max-width: 767px) {
    #topNav {
        display: none;
    }

    .topNavSecondary li {
        display: inline-block;
        margin: 5px;
        font-size: 14px;
        /* IE 7 hack */
        zoom: 1;
        *display: inline;            
    }

    .topNavSecondary {
        display: none;
        text-align: left;
    }

    #menu_kick {
        display: block;
    }

    #footernav {
        display: block;
    }

    .topNavSecondary {
        display: none;
    }
}

@media (max-width: 1199px) {
    #topNav li {
        margin: 10px 10px 0px 10px;
        font-size: 17px;
        text-align: center;
        vertical-align: top;
    }
}
/* Typography */
h1, h2 {
    clear:left;
}

h1 {
    font-size: 22px;
    color: #900;
}

h2 {
    font-size: 18px;
    color: #464646;
}

h3 {
    font-size: 14px;
    color: #464646;
    font-weight: bold;
}
/* Elements */
#footer img {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#topBar {
    z-index: 99;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: #333;
    color: #FFF;
    height: 30px;
    padding-top: 7px;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .6);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .6);
}

#topBar .col-sm-12 {
    padding: 0;
}

#headNav {
    text-align: right;
    padding-left: 0px;
}

#headNav li {
    display: inline-block;
    padding-right: 10px;
    margin: 0px 5px;
    margin-right: 0px;
    border-right: 1px solid white;
    /* IE 7 hack */
    zoom: 1;
    *display: inline;        
}

#headNav li:last-child {
    border-right: none;
    margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #mainFeature > div, #defaultCallout > div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.list li {
    /* list-style-image:url('/images/new/list-item.jpg');
     */
    list-style-type: disc;
    margin: 3px 2px 3px -7px;
}

.listAction > li > p {
    cursor: pointer;
}

.clist li {
    list-style-type: square;
    margin: 5px 5px 5px 15px;
}

.list a {
    text-decoration: none;
}

@media (min-width: 1200px) {
    #topCallout > div {
        padding: 10px 40px;
    }
}

.row p , .row li {
    text-align: left;
}

.topList li {
    margin: 12px 0px;
}

.topList {
    padding-left: 5px;
    font-size: 12px;
}

#topCallout h3 {
    text-align: center;
}


#logo_space {
    height: 110px;
    width: 435px;
    margin-left:-5px;
    transition:none;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #logo_space {
        height: 82px;
        width: 324px;
        margin-top:15px;
    }
}

@media (max-width: 767px) {
    #logo_space {
        height: 82px;
        width: 324px;
        margin-top:10px;
    }
}

#footcontainer {
    position: fixed;
    bottom: 0px;
    color: #FFF;
    background-color: #666;
    margin-top: 25px;
    width: 100%;
    padding: 5px 0px 10px 0px;
    height: 50px;
    line-height: 30%;
    -moz-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, .4);
}

#footer {
    text-align: left;
}

#footer div[class*="span"] {
    height: 50px;
}

.footNav {
    text-align: right;
    padding-left: 0;
}

.footNav li {
    display: inline-block;
    padding-right: 5px;
    margin: 5px;
    margin-right: 0px;
    border-right: 1px solid white;
    /* IE 7 hack */
    zoom: 1;
    *display: inline;        
}

.footNav li:last-child {
    border-right: none;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .footNav {
        text-align: center;
    }

    #footer {
        text-align: center;
    }

    #footcontainer {
        position: static;
        margin-top: 0px;
        padding: 0;
        height: auto;
        line-height: 50%;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #socialIconsFooter {
        padding-bottom: 10px;
    }
}

.navList a, .navList a:link, .navList a:visited, .navList a:hover, .navList a:active, navList a:focus {
    color: #FFF;
    text-decoration: none;
    outline: none;
}

.borderbox {
    border: 1px solid #c8c8c8;
}

div.divider {
    background-image: url('/images/design/dot.jpg');
    background-repeat: repeat-x;
    background-position: 0px 15px;
    height: 1px;
    border: 0px;
    width: 80%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    clear: both;
}

.youtube-control {
    width: 32px;
    height: 32px;
    font-size: 45px;
    font-weight: 100;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

iframe.small {
    width: 360px;
    height: 203px;
}
/* old site stuff */
.printblock {
    float: right;
    margin-right: 5px;
    margin-left: 10px;
}

.printblock a {
    font-size: 11px;
    font-family: Verdana,Helvetica,sans-serif;
    color: #000;
    text-decoration: none;
}

.imgLeft {
    float: left;
    margin: 5px 15px 5px 15px;
}

.imgRight {
    float: right;
    margin: 5px 15px 5px 15px;
}

.firstParagraph {
    font-size: 12px;
    font-weight: bold;
    color: #666699;
    text-align: left;
    line-height: 18px;
}

.carousel-title, .carousel-title:hover {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

#portalRoll {
    border-top: 2px solid #700;
    height: 27px;
    background-color: #666;
    font-size: 18px;
    color: #FFF;
}

#portalRoll:after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0;
}

.portalNav {
    width: 300px;
    margin: 15px 0px;
    list-style: none;
    float: left;
    font-size: 16px;
    line-height: 150%;
    padding: 3px 5px;
}

div.portalNav {
    width: 540px;
    margin-top: 2px;
    text-align: left;
    font-size: 14px;
}

.portalNav li {
    display: block;
}

.portalNav:last-child {
    float: right;
}

.portalNav:last-child li {
    text-align: right;
}

.portalNav a, #connect a {
    text-decoration: none;
    color: #FFF;
}

#connect-pop {
    margin-top: -3px;
    z-index: 9999;
    display: none;
    margin-left: 183px;
    float: left;
    text-align: right;
    position: relative;
}

.popupRound {
    margin-right: -5px;
    background-color: #666;
    padding: 10px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

#loginBox {
    clear: right;
}

#loginBox a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#login-pop {
    margin-top: -3px;
    z-index: 9999;
    display: none;
    margin-right: 10px;
    float: right;
    position: relative;
}

.white-outline {
    -webkit-box-shadow: 0 0 8px #fff;
    box-shadow: 0 0 8px #fff;
    -moz-box-shadow: 0 0 8px #fff;
    border: 1px solid #fff !important;
    border-bottom: none !important;
}
/* Bootstrap mods */
blockquote {
    margin-left: 20px;
    margin-right: 10px;
    padding: 0;
}

blockquote.closer {
    margin-top:-7px;
}

#topBar .hidden-xs {
    display: inline-block !important;
    /* IE 7 hack */
    zoom: 1;
    *display: inline !important;       
}

.printblock a.visible-lg {
    display: inline-block !important;
    /* IE 7 hack */
    zoom: 1;
    *display: inline !important;        
}

@media (min-width: 768px) {
    span.hidden-xs {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    #topBar .hidden-xs {
        display: none!important;
    }

    #topBar {
        height: 37px;
    }

    #topBar .visible-xs {
        display: inline-block !important;
        /* IE 7 hack */
      zoom: 1;
      *display: inline !important;    
    }
}

.carousel-indicators {
    bottom: -7px;
}

.carousel-indicators li {
    cursor: pointer;
}

.carousel-indicators .active {
    cursor: default;
}

.carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 10px 20px 10px;
    background: rgba(0, 0, 0, 0.55);
    text-align: left;
}

.carousel-caption h4, .carousel-caption p {
    color: #ffffff;
    font-size: 85%;
}

.carousel-control {
    font-size:100px;
    padding-top:40px;
    width:7%;
}

/* Add ultrasmall for vertical cell */
.hidden-us {
    display: block !important;
}

.visible-us {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-us {
        display: none !important;
    }

    .visible-us {
        display: block !important;
    }
}
/* Cursors */
#connectActivate, #loginActivate, .actionable {
    cursor: pointer;
}

.socialIconSmall {
    height: 16px;
}

.socialIconMed {
    height: 32px;
}

#socialIconsFooter {
    padding-top: 5px;
}

.eventType {
    text-transform: uppercase;
}
/* Images */
img.shadow {
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .6);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .6);
}

img.icon_med {
    height: 100px;
    width: 100px;
}

img.icon_sm {
    height: 50px;
    width: 50px;
}

img.icon_tiny {
    height: 33px;
    width: 33px;
}
/* sizing */
div.medText {
    font-size: 14px;
}

#newsCarousel {
    font-size: 14px;
    border: 1px solid #d4d4d4;
}

.icon_sm_frame {
    display: inline-block;
    width: 50px;
    height: 50px;
    /* IE 7 hack */
    zoom: 1;
    *display: inline;        
}

.single_entry_frame {
    font-size: 13px;
    display: inline-block;
    width: 284px;
    margin-left: 10px;
    vertical-align: top;
    /* IE 7 hack */
    zoom: 1;
    *display: inline;    
}

@media (min-width: 768px) and (max-width: 1199px) {
    .single_entry_frame {
        display: block;
        width: 225px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .single_entry_frame {
        width: 250px;
    }
}

div.leftJ {
    text-align: left;
}

.top1_frame {
    text-align: left;
    font-size: 13px;
    display: inline-block;
    width: 184px;
    margin-left: 10px;
    vertical-align: top;
    /* IE 7 hack */
    zoom: 1;
    *display: inline;        
}
/* topnav offset */
@media (min-width: 1200px) {
    #topNav_education {
        margin-left: 99px;
    }

    #topNav_partners {
        margin-left: 299px;
    }

    #topNav_news_events {
        margin-left: 414px;
    }

    #topNav_about {
        text-align: right;
        margin-right: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #connect-pop {
        margin-left: 346px;
    }

    #mainNavContainer {
        text-align: left;
        padding-left: 0px;
        padding-right: 0px;
    }

    #topNav_research {
        margin-left: -35px;
    }

    #topNav_education {
        margin-left: 58px;
    }

    #topNav_partners {
        margin-left: 75px;
    }

    #topNav_news_events {
        margin-left: 160px;
    }

    #topNav_about {
        text-align: right;
        margin-right: 50px;
    }

    .topNavSecondary li {
        font-size: 14px;
    }

    .portalNav {
        width: 170px;
        font-size: 14px;
        line-height: 150%;
        padding: 3px 5px;
    }

    div.portalNav {
        width: 375px;
        margin-top: 2px;
        text-align: left;
    }
}

#mainContent {
    font-size: 14px;
    text-align: left;
}

#mainContent a:not([href]) {
    position: relative;
    top: -65px;
    display: block;
    width: 0;
    height: 0;
}

body, img {
    transition: width .2s linear;
    -o-transition: width .2s linear;
    -moz-transition: width .2s linear;
    -webkit-transition: width .2s linear;
}

ul:not([class]) {
    list-style: disc;
}

#botNav .expandIcon {
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    /* IE 7 hack */
    zoom: 1;
    *display: inline;        
}

#indexRight {
    margin-top: 20px;
}

#indexContainer {
    padding-right: 0;
    z-index:0;
}

.collapseAction {
    float: left;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url('/images/new/red_glyph_down.png');
    margin: -2px -48px 0px 16px;
}

.lst-ec {
    padding: 2px;
    margin: 0;
}

.ec-error .alert {
    padding: 0;
    margin-bottom: 0;
    border: none;
}

#addEventButton {
    display: inline-block;
    margin: 0 5px;
    /* IE 7 hack */
    zoom: 1;
    *display: inline;        
}

.panel-body h2 {
    margin-top: 0;
}
/* Nav menu mobile adjustments */
@media (max-width: 768px) {
    #indexRight.affix {
        position: static;
    }

    .nav-pills > li {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #indexRight.affix {
        width: 142px;
    }
}

@media (min-width: 1200px) {
    #indexRight.affix {
        width: 277px;
    }
}

#titleRow {
    text-align: left;
}

@media print {
    #headcontainer {
        -webkit-print-color-adjust: exact;
    }

    #logo {
        content: url('/images/new/CyLab_Unitmark_v2.jpg') no-repeat 15px -5px;
    }

    a:link:after, a:visited:after {
        display: none;
        content: "";
    }

    .btn, .printblock {
        display: none;
    }
}

.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

small {
    display: block;
}
/* Infinite carousel */
.infiniteCarousel {
    margin: 0 auto !important;
}

.ic_peek_padding {
    padding: 0 45px;
}

.infiniteCarousel_item {
    background-image: url("/images/new/youtube_frame.png") !important;
    cursor: pointer;
}

.ic_caption {
    bottom: auto !important;
    top: 0 !important;
    color: #FFF;
    display: block;
    height: 30px;
    padding: 9px;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hoverbox {
    padding-left:25px;
}
/* IE Fixes */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/* Responsive Video Embed */

.video-container {
    position: relative;
    padding-bottom: 45%;
    padding-top: 30px; height: 0; overflow: hidden;
    max-width:843px;
    max-height:480px;
}
 
.video-container iframe,
.video-container object,
.video-container video,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
    /* IE 7 hack */
    zoom: 1;
    *display: inline;      
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
    /* IE 7 hack */
    zoom: 1;
    *display: inline;      
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

input[type="checkbox"] {
  margin: 2px 0 0;
}

img.smallPhoto {
    width: 100px;   
    height:116px;
}

.photoLeft {
 width:100px;height:125px;display: table-cell;vertical-align: middle   
}
}