﻿#feature-wrap
{
    zoom: 1;
}
/*fixes a bug in ie where pages that have dynamic height (content changes via javascript like when a sidebar slides open) would show the secondary content floating in the air */

.content article
{
    margin-left: 20px;
    float: left;
    width: 682px; /*display:inline;*/
}

/*article a { border-bottom:none;}*/

article ul, article ol { display:table;}

.alignleft a, .alignright a
{
    border-bottom: none;
}

a
{
    outline: 0;
}

.quickviewTitleDiv
{
    background-color: #E5E9F5;
    color: #243778;
    font-weight: bold;
    padding: 8px 12px 8px 12px;
}




table.curriculum
{
    float: right;
    margin: 0 0 5px 10px;
    width: 40%;
}


.lightbox
{
    background: url("/images/lightbox-opacity-graphic-55.png") repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}


.ajax__tab_container a, .ajax__tab_container a:hover
{
    border-bottom: none;
    color: #243778;
}
.ajax__tab_disabled, .ajax__tab_disabled a
{
    cursor: text;
}

.ajax__tab_inner, .ajax__tab_outer, .ajax__tab_header
{
    height: 25px;
}

.ajax__tab_outer, .ajax__tab_inner
{
    width: 135px;
}

.ajax__tab_outer
{
    cursor: pointer;
    margin-right: 8px;
    background-color: #E8ECF7;
    border: 1px solid #CFCED6;
    color: #243778;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.ajax__tab_active .ajax__tab_outer, .ajax__tab_hover .ajax__tab_outer
{
    background-color: White;
    border-bottom-color: White;
}

.ajax__tab_panel, .shorterTab
{
    background-color: white;
    padding: 0px 0px 10px 10px;
}

.ajax__tab_header
{
    border-bottom: 1px solid #CFCED6;
    padding-bottom: 1px;
    padding-right: 2px;
}
.ajax__tab_body
{
    border-left: 1px solid #CFCED6;
}

.ajax__tab_tab
{
    width: 100%;
    margin-top: 3px;
}














/* now in shared.css .firstItem
{
    border-style: none;
}*/

.multipleColumnCheckboxlist td label
{
    padding-right: 8px;
}

hr
{
    background-color: #EBEFFA !important;
    border-color: gray;
    border-style: none none dotted;
    border-width: 1px;
}

.titleFont
{
    font-family: HelveticaNeueLTStd67MdCn;
    font-size: 21px;
    color: #243778;
}

.subtitleFont
{
    font-family: HelveticaNeueLTStd67MdCn;
    font-size: 17px;
    color: #243778;
}
/*the line height here fixes a weird spacing issue in ie on the directory*/

.pagingButtons, .pagingButtons:hover
{
    color: #DA7A24;
    font-weight: bold;
}
.pagingButtons:hover
{
    border-bottom: 1px solid orange;
}

.pagingDropdown
{
    width: 80px;
}

.datalist, .datalist td
{
    padding: 4px;
}




/* THIS IS ALL FOR THE PLACEHOLDER BOXES. THEY CANNOT BE PLACED ON THE SAME LINE BECAUSE THE BROWSER WILL INVALIDATE THE ENTIRE LINE OF CSS IF THERE'S
    A BROWSER SPECIFIC SELECTOR IT DOESN'T UNDERSTAND */
:ms-input-placeholder
{
    color: #444444;
    font-style: italic;
}
.inputPlaceholder
{
    color: #444444;
    font-style: italic;
}
::-webkit-input-placeholder
{
    color: #444444;
    font-style: italic;
}
::-moz-placeholder
{
    color: #444444;
    font-style: italic;
}
/* firefox 19+ */
input:-moz-placeholder
{
    color: #444444;
    font-style: italic;
}
/*END PLACEHOLDER STYLES*/





#primary-nav div.blueMenuBG
{
    background-image: none;
}





/* separate the list from surrounding elements */
/*
#sitemap { margin: 0 0 1em 2em; padding: 0; color:White; list-style-type:circle;}

#sitemap li
{
  margin: 0;
  padding: 0;
  position: relative;
}

#sitemap li.column1 { margin-left: 0px; }
#sitemap li.column2 { margin-left: 300px; }
#sitemap li.column3 { margin-left: 635px; }

#sitemap li.column2.reset {margin-top:-410px;} 
#sitemap li.column3.reset {margin-top:-379px;}

#primary-nav #sitemap li a, #primary-nav #sitemap li { display: block; width: 230px;}
#primary-nav #sitemap li.column2 a, #primary-nav #sitemap li.column2 { width: 271px;}
#primary-nav #sitemap li.column3 a, #primary-nav #sitemap li.column3 { width: 271px;}
*/


/*have to do it like this in order to override gainesville's styles*/
#primary-nav #departments .sub-mega
{
    line-height: inherit;
}
/*#primary-nav #departments .sub-mega ul li
{
    padding-left: 0px;
}*/
#primary-nav #departments .sub-mega li
{
    float: none;
}
#primary-nav #departments .sub-mega ul
{
    color: White;
    margin: 0px;
    padding: 0px;
}

#primary-nav #departments .sub-mega ul.deptCol1, #primary-nav #departments .sub-mega ul.deptCol1 a
{
    width: 235px;
}

#primary-nav #departments .sub-mega ul.deptCol2, #primary-nav #departments .sub-mega ul.deptCol2 a
{
    width: 271px;
}

#primary-nav #departments .sub-mega ul.deptCol3, #primary-nav #departments .sub-mega ul.deptCol3 a
{
    width: 235px;
}


.btnImageAlign
{
    text-align: center;
    float: left;
}
#primary-nav .btnImageAlign a
{
    display: inline-block;
}



#primary-nav .sub-mega .btnImageAlign li
{
    padding-left: 0px;
}
/*================================================================*/

.deptCol1, .deptCol2, .deptCol3
{
    float: left;
}
.deptItem
{
    font-weight: bold;
    margin-top: 2px;
}
.deptItem ul li
{
    font-weight: normal;
    list-style-type: disc;
    margin-left: 30px;
    margin-top: 0px;
}
.deptItem ul li.sub-level-inner-most
{
    margin-left: 45px;
    list-style-type: circle;
}
#primary-nav #departments .sub-mega .deptCol1
{
    margin-left: 20px;
}
#primary-nav #departments .sub-mega .deptCol2
{
    margin-left: 52px;
}
#primary-nav #departments .sub-mega .deptCol3
{
    margin-left: 68px;
}




/*SIDEBAR==================================================================================================================*/

/*i add an additional 10px of left padding and negative left margin so when this switches to display table-cell on mobile there is still a little spacing on the left side */

#sidebar-nav { float: left; width: 226px; min-width:226px; display: inline; margin-top: 4px; margin-left: -20px; text-align:center;}

div.accordion {
    
    position: relative;
    width:auto;
}
/*END SIDEBAR======================================================================================================================*/




.welcomePic, .contactPic
{
    color: #808080;
    float: left;
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-align: center;
    width: 160px;
}

.welcomePic
{
    margin-right: 25px;
}
.contactPic
{
    margin-right: 15px;
}


.welcomePic img, img.welcomePic, .contactPic img, img.contactPic, .headshotDiv img, img.headshotDiv, .shadow img, img.shadow, input[type=image].shadow
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 5px #CCCCCC;
    padding: 5px;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=4, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=4, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=4, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=4, Direction=270);
}

.welcomePic img, .contactPic img, .headshotDiv img
{
    margin-bottom: 4px;
    width: 150px;
}




.mapPopupDiv
{
    font-size: 12px;
    font-weight: bold;
    color: #243778;
    width: 180px;
}
.mqabasicwnd
{
    margin-top: -40px;
}



.divisionFilter
{
    padding: 0 26px;
    text-align: left;
}
#utility-links a
{
    display: inline-block;
    padding-right: 4px;
}





.side-bar
{
    background-color: #D7DEF0;
    border: 1px solid #B0BBE6;
    float: right;
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 5px 5px 0;
    width: 210px;
}

.side-bar-inner
{
    background-color: #F2F2F2;
    border-bottom: 2px solid #E0E0E0;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.side-bar-inner h2
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    font-size: 1.7em;
    line-height: 1;
    margin: 0 -5px 0.5em;
    padding: 6px;
}

.side-bar-inner p
{
    color: #6377B2;
    font-size: 1em;
    padding-bottom: 0.1em;
}




.linkBox a
{
    display: block;
    font-weight: bold;
    margin: 10px 0px 3px 0px;
    background: url("/images/template/bg-sprite-transparent.png") no-repeat scroll -988px -135px transparent;
    padding-left: 10px;
}



.see-all
{
    background-color: #EEEEEE;
    border-top: 1px dotted #CCCCCC;
    clear: left;
    font-size: 0.8em;
    padding: 5px 8px 6px;
}

.see-all a
{
    color: #5A5A5A;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 0.9em;
    padding: 5px;
}

a.btn
{
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    vertical-align: middle;
    padding: 3px 4px;
    display: inline-block; 
}

a.btn:hover
{
    -moz-transition: background-position 0.1s linear 0s;
    transition: background-position 0.1s linear 0s;
    background-color: #E6E6E6;
    background-position: 0 -15px;
    border-bottom: 1px solid #BBBBBB;
    color: #333333;
    text-decoration: none;
}


.welcomeContentRight
{
    float: right;
    width: 497px;
}

.fcLeftCell
{
    width: 26%;
}
.backLink
{
    margin-bottom: 10px;
}









.miniSlideshow h3
{
    line-height: 26px;
}
.miniSlideshow #slideshow
{
    width: 100%;
}
.miniSlideshow #slideshow, .miniSlideshow #slideshow-reel .slide
{
    height: 100%;
}
.miniSlideshow #slideshow-wrap
{
    width: 100%;
    background: none;
    padding-bottom: 0px;
}
.miniSlideshow #slideshow-reel
{
    height: 362px;
    padding-bottom: 7px;
}

.miniSlideshow #feature
{
    background: url('/images/bg-content-light.jpg') repeat-x;
    float: right;
    margin-bottom: 10px;
}
.miniSlideshow #feature, .miniSlideshow #slideshow-reel .slide
{
    width: 435px;
}

.miniSlideshow #slideshow .slideshow-arrow, .miniSlideshow #slideshow .slideshow-arrow:hover
{
    border-bottom: none;
}
.miniSlideshow #slideshow img
{
    border: 5px solid white;
    outline: 1px solid #CCCCCC;
    width: 91%;
    height: 267px;
}

.miniSlideshow #slideshow h3 a
{
    display: inline-block;
    width: 100%;
}
/*.miniSlideshow #slideshow img, .miniSlideshow #slideshow h3 a {  }*/


.miniSlideshow .full-image-feature
{
    text-align: center;
}
.miniSlideshow #slideshow .half-image-feature
{
    background: none;
    text-align: center;
}
.miniSlideshow #slideshow .half-image-feature .slideImage
{
    box-shadow: none;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}

.miniSlideshow article .half-image-feature a:hover, article .half-image-feature a
{
    border-bottom: none;
}

.miniSlideshow .slideshow-arrow
{
    top: 113px;
}

.miniSlideshow #slideshow-right
{
    background: url("/images/arrow_right-small.png");
}
.miniSlideshow #slideshow-left
{
    background: url("/images/arrow_left-small.png");
}

.miniSlideshow #slideshow-right:hover
{
    background-position: 0px 0px;
}
.miniSlideshow #slideshow-left:hover
{
    background-position: 0px 0px;
}

.miniSlideshow #slideshow .half-image-feature .excerpt
{
    padding: 0px;
    bottom: inherit;
    text-align: left;
    margin: 0px 0px 0px 12px;
    width: 400px;
}
.miniSlideshow .excerpt .custom-button-wrap, .miniSlideshow .excerpt p
{
    display: none;
}

.miniSlideshow #slideshow .half-image-feature h3
{
    font-size: 1.9em;
}






.leftImg, .rightImg
{
    margin-bottom: 13px;
}
.leftImg
{
    margin-right: 13px;
}
.rightImg
{
    margin-left: 13px;
}



.icon-orange-dbl-arrow
{
    background: url("/images/template/btn-icon-sprite.png") no-repeat scroll -3px -2px transparent;
    display: block;
    height: 13px;
    position: absolute;
    right: 8px;
    top: 5px;
    width: 12px;
}


.lblResidentName
{
    color: #243778;
    font-size: 14px;
    margin-top: 4px;
}

.grayBackground
{
    background-color: #F2F3F7;
}

.videoDiv a
{
    border-bottom: none;
}

.RadUpload .ruInputs li
{
    background-image: none;
    padding-left: 0px;
}
.RadUpload .ruFileWrap
{
    margin-left: 0px;
}
/*.xboxcontent a, .xboxcontent a:hover {border-bottom:none;}*/

.red
{
    color: red;
}

body a.addressButton, body a.addressButton:hover
{
    background-color: #F4B042;
    border: 2px solid #D4992F;
    color: White;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 10px;
}
body a.addressButton
{
    display: inline-block;
    cursor: pointer;
}


.errorLabel
{
    border-color: #CC0000;
    color: #CC0000;
    background-color: #FAB9B9;
}

.successLabel
{
    border-color: #3F7736;
    color: #3F7736;
    background-color: #DEF1CA;
}

.successLabel, .errorLabel
{
    display: block;
    margin-bottom: 13px;
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
}

.divLocationInfoLeft
{
    border-right: 1px solid #CFCED6;
    float: left;
    padding-right: 8px;
    width: 190px;
}

.divLocationInfoRight
{
    float: right;
    width: 205px;
}

.divLocationInfoTop
{
    clear: both;
    padding-bottom: 10px;
    width: 100%;
}

.smallMap
{
    width: 267px;
    height: 200px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 5px #CCCCCC;
    padding: 5px;
    float: left;
}

.blError
{
    color: #CC0000;
    background-color: #FAB9B9;
    border: 1px dotted #CC0000;
    font-size: 12px;
}
.blError li
{
    background-image: none;
    list-style-type: square;
    margin: 0px;
    padding: 3px;
}

.aboveLightbox
{
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 100000;
    background-color: #F4F4F4;
}




/* autocomplete classes*/
.autoCompleteList
{
    margin: 0px !important;
    background-color: #fff;
    color: #7E7E7E;
    border: solid 1px #BFBFBF;
    cursor: pointer;
    text-align: left;
    list-style-type: none;
    font-family: Georgia,serif;
    font-size: 1em;
    font-style: italic;
    padding: 5px 6px;
    width: 180px;
    visibility: hidden;
}

.autoCompleteListItem
{
    background-color: white;
}
.autoCompleteListItemHighlighted
{
    background-color: #6377b2;
    color: #fff;
}
.autoCompleteListItem, .autoCompleteListItemHighlighted
{
    background-image: none;
    padding: 3px;
}
/* end autocomplete classes */



.RadToolTip .rtWrapper td.rtWrapperContent
{
    text-align: left;
}
.RadToolTip .rtCallout
{
    top: 50%;
    display: block !important;
    visibility: visible !important;
}
.RadToolTip .rtCalloutTopCenter
{
    top: 0%;
}

/*.rcbDisabled input { display:none;}*/

.RadComboBox a, .RadComboBox a:hover, .rcCalPopup, .rcCalPopup:hover, .rcTimePopup, .rcTimePopup:hover
{
    border-bottom: none;
}



.mega-feature-right-links a.btn-orange
{
    background: #F06C24;
    border-bottom: 1px solid #F06C24;
}
.mega-feature-right-links a.btn-orange:hover, .mega-feature-right-links a.btn-orange:active, .mega-feature-right-links a.btn-orange.active, .mega-feature-right-links a.btn-orange.disabled, .mega-feature-right-links a.btn-orange[disabled]
{
    color: #FFFFFF;
}

a.btn-orange, a.btn-orange:hover, button.btn-orange
{
    background-color: #F8B47B;
    background-repeat: repeat-x; 
    box-shadow: 0 1px 0 0 #FACF98 inset;
    color: #FFFFFF; 
    font-weight: bold; 
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); 
    text-transform: uppercase; 
    border-top: 1px solid #F8B47B; 
    border-bottom: 1px solid #DC7924; 
    cursor: pointer; 
    transition: none; 


    /* IE10 Consumer Preview */ 
    /* Mozilla Firefox */ 
    /* Opera */ 
    /* Webkit (Safari/Chrome 10) */ 
    /* Webkit (Chrome 11+) */ 
    border-left-color: #e0a138;
    border-right-color: #e0a138;
    
    background-image: linear-gradient(to bottom, #F8B47B 0%, #DC7924 100%);
    /* IE10 Consumer Preview */ 
    /* Mozilla Firefox */ 
    /* Opera */ 
    /* Webkit (Safari/Chrome 10) */ 
    /* Webkit (Chrome 11+) */ 
    }

a.btn-orange:hover, a.btn-orange:active, a.btn-orange.active, a.btn-orange.disabled, a.btn-orange[disabled]
{
    background-color: #DC7924;
    border-bottom: 1px solid #DC7924;
    color: #FFFFFF;
}





.RadScheduler .rsOverflowExpand .rsContentScrollArea
{
    height: auto !important;
    overflow: visible !important;
}



.bold {
    font-weight:bold;
}

/*.editMode article *:not(.pnlEdit) {
    display:none;
}*/

.bioPicCaption {
    display: block;
    font-size:0.7em;
    /*width: 143px;*/
}


article .sub-level-inner-most{list-style:none; background:url("/images/template/bg-orange-circle.png") no-repeat scroll 0 4px transparent;}

article .position-searches .sub-level-inner-most {
    margin-left:20px;
}


.miniSlideshow .half-image-feature div.excerpt br { display:none;}

/*noticed one day the "Home" and "Insert" tabs of the editor ribbon for editMode were floating off to the right of the screen. This fixes that.*/
.RadWindow .RadEditor .rrbTabs {
    float:none;
}

.content-editor .reBottomProperties {
    display:none;
}


/*institutional nav*/
#inst-home  a:hover {
    background-color: #254899;
}


        
.attention2 {padding:10px; border:2px solid #ffb367; text-align:center;width:auto; background-color:#fbf6f0; margin-bottom:10px;}
.attention2 p {margin-bottom:10px;}




.largeMap {
    width: 100%;
    height: 275px;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}