/* Import styles that Web editors should see within editor */
@import url(webeditstyles.css);


/*
Zeta Templateh
Copyright Brandeis University 2007
*/

.hidden {
    display: none;
}

body {
    text-align: left;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #000000;
    font-size:13px;
}

#wrapper {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    padding: 0;
    /*padding: 0 10px;
    background-image: url(../images/shadow_sides.png);
    background-repeat: repeat-y;
    border-bottom: 10px solid #eee;*/
    border-left: 1px solid #999999;    
    border-right: 1px solid #999999;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #333399;
}

a:hover, a:focus, a:active {
    text-decoration: underline;
}

/* Header */

#header {    
    min-width: 750px;
    width: auto;
    border-bottom: 1px #333399 solid;
    color: #333399;
    background-color: #ffffff;
    clear: both;
    position:relative;
    font-family: Verdana, Arial, sans-serif;
}

#header a {
    color: #333399;
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

/* Tip Top links */

#header #navTipTop {
    background-color: #333399;
    color: #ffffff;
    padding: 5px 0 0 0;
    float: left;
    clear: both;
    width: 780px;
    font-size: 1em;
}
    #landing #header #navTipTop {
        height: 27px;
        overflow: hidden;
        position: relative;
        background-color: #333399;
        color: #ffffff;
        padding: 0;
        margin: 0;
    }
    
#header #navTipTop a {
    color: #FFFFFF;
    text-decoration: none;
}
    #landing #header #navTipTop a {
     font-size: 11px;
     font-family: Verdana, sans-serif;
     text-transform: capitalize;
    }


#header #navTipTop ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
    #landing #header #navTipTop ul {
        padding: 6px 0 0 0;
    }

#header #navTipTop ul li {
    float: left;
    padding: 3px 9px 6px 9px;
    border-right: 1px solid #FFFFFF;
    text-transform:uppercase;
    line-height:.1em;
    margin-top:8px;
    /* Ugly hack for IE7 */
    *padding-bottom: 9px;
}
    #landing #header #navTipTop ul li {
        height: auto;
        padding: 0px 15px;
        margin: 0;
        border-right: 1px solid #333399;
        line-height: 14px;
        /* Ugly hack for IE7 */
        *padding-bottom: 9px;
    }

#header #navTipTop ul li.last, #landing #header #navTipTop ul li.last {
    border: 0px;
}

#header #navTipTop a:hover {
    text-decoration: underline;
}

#header #navTipTop p {
    float: right;
    margin: 6px 20px 0 0;
    padding: 0;
}

#header #navTipTop p img {
    float: none;
    vertical-align: text-top;
}

/* Top Links */

#header #navTop {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 10px;
    text-transform:uppercase;
}
    #landing #header #navTop:before{
            content: '';
            display: block;
            clear: both;
        }
    #landing #header #navTop {
        float: right;
        text-transform: capitalize;
        font-family: Arial, Sans-serif;
        font-size: 11px;
    }

#header #navTop a {
    text-decoration: none;
}

#header #navTop ul {
    margin: 0 0 0 -18px;
    padding: 0;
    list-style: none;
}

#header #navTop ul li {
    float: left;
    margin: 0;
    padding: 3px 9px 0 9px;
    border-right: 1px solid #333399;
    line-height: 12px;
}
    #landing #header #navTop ul li {
        padding: 9px;
        border-right: none;
    }


#header #navTop ul li.last {
    border: 0px;
}

#header #navTop a:hover {
    text-decoration: underline;
}

#header img {
    border: 0;
    clear: left;
    float: left;
}

/* Search */

#header #search {
    float: right;
    margin: 20px 0 0 0;
}
    #landing #header #search {
        clear: right;
        margin: 0;
    }

#header #search input {
    background-color: #ffffff;
    color: #999999;
    margin: 0 10px 0 0;
    font-size: 10px;
}

#header #search input.searchButton {
    background-color: #999999;
    color: #ffffff;
}

#header #search label {
    color: #ffffff;
}

/* container Area */

#container {
    color: #000000;
    text-align: left;
    background-image: url(../images/background.gif);
}

#container h1#section {
    float: right;
    width: 780px;
    text-align: right;
    margin: 0 0 0 -9px;
    border-bottom: 1px #999999 solid;
    background-color: #ffffff;
}

#container h1#section a {
    color: #333399;
    text-decoration: none;
}
#container h1#section img {
    border: 0;
}

/* Main Content Area */
#container #spacer {
    height:15px;
    background-color:#FFFFFF;
    clear:both; /* to clear contentTopImage */
}
#container #spacer.top {
    height:9px;
}
#container #content {
    width: 585px;
    float: left;
    margin: 0;
    padding: 10px 10px 10px 10px;
}

#container #content.F { /* For three columns to abut footer */
    padding-bottom: 0;
}
#container #content a.readmore {
    font-variant: small-caps;
    font-size: 14px;
}

#container #content #contentHeaderImage {
    background-color: #ffffff;
    margin: -10px 0 0 0;
    padding: 10px 0 0 0; /* change */
    width: 590px;
}

#container #content #contentText, #container #content .contentText  {
    width: 382px;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#container #content a, #container #content a b {

    text-decoration: none;
    color: #333399;
}

#container #content a:hover {
    text-decoration: underline;
}

#container #content #breadcrumbs, #container #content #breadcrumbs a  {
    color: #5c5dad;
    font-size: 10px;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

#container #content #breadcrumbs {
    text-transform: uppercase;
    font-family: Verdana, Arial, sans-serif;
    margin: -2px 0 10px 0;
    width: 382px;
    padding: 0;
    float: left;
}

h1, h2, h3, h6  {
    color: #333399;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
}

#contentText h1, .contentText h1 {
    line-height:100%;
}

#contentText h2, .contentText h2 {
    margin: 9px 0 10px 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    line-height:120%;
}

#container #contentText h3, #container .contentText h3 {
    font-size: 16px;
}

#container #contentText h4, #container .contentText h4 {
    font-size: 14px;
    font-weight:normal;
}
#landing #container #contentText h4, #landing #container .contentText h4 {
    margin: 0;
    padding: 0;
}

#container #contentText h5, #container #contentText h6, #container .contentText h5, #container .contentText h6 {
    color:#339;
    text-transform:none;
    font-style: Verdana, Arial, sans-serif;
    font-size: 12px;
}


#container #contentText h5, #container .contentText h5  {
    font-weight:bold;
}

#container #contentText h4, #container .contentText h5  {
   color:#339;
}

/* Sidebar Option - The second column of text */

#contentSidebar ul { 
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 1px;
    padding-right: 1px;
    text-indent: -12px;
    list-style-position: inside;
}

#contentSidebar ul li{ 
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    text-indent: 0;
    list-style-position: outside;
}

#container #content #contentSidebar h3 {
    font-family: Verdana, Arial, sans-serif;
    color: #000000;
    font-size: 11px;
    padding: 0 0 8px 0;
    margin: 0;
    margin-top:-3px; /* added to top align breadcrumb or contentText h2, with H3, and gray side bar */  
    text-transform:uppercase;
}

#container #content #contentSidebar {
    float: right;
    margin: 0;
    padding: 0px 2px 5px 11px; /* changed right padding from 5px */
    width: 165px;
    font-size: 12px;
}

#container.X {
    color: #000000;
    text-align: left;
    background-image: url(../images/backgroundX.gif);
}

#container #content #contentText.X, #container #content .contentText.X {
    width: 585px;
    clear: both;
}

/* Inset images for Inside Pages */
#content #captionedImage    {
    float:right;
    clear:both;
    width: 200px;
    padding:14px 0 0 10px;
}

#content #captionedImage img
 {
    margin:0;
    padding:0;
}

#content #captionedImage p
{
    padding:0;
    font:normal 10px "Verdana",sans-serif;
    color:#666;
    text-transform:uppercase;
}

/* NEW 08/13 EC */
/* Image Captions and Credit */
#content #captionedImage p.credit{text-transform:none;}

#content #captionedImage.right    {
    float:right;
}
#content #captionedImage.left    {
    float:left;
    clear:none; 
    padding:10px 10px 0 0;
}

#content #captionedImage.right img{width:100%;}
#content #captionedImage.left img{width:100%;}

#content #captionedImage.right p {margin-top:2px; text-align:center;}
#content #captionedImage.left p{margin-top:2px; text-align:center;}

#content #captionedImage.xsmall{width:10%;}
#content #captionedImage.small{width:15%;}
#content #captionedImage.medium{width:20%;}
#content #captionedImage.large{width:25%;}
#content #captionedImage.xlarge{width:30%;}

#content #captionedImage.vertical{width:115px;}
#content #captionedImage.horizontal{width:200px;}


/* Callout Text */
#content #callout{
    float:right;
    width: 40%;
    padding:5px 0 5px 10px;
    font:normal 1em "Verdana",sans-serif;
}
#content #callout p:first-letter{font-size:13px;}
#content #callout p.academic{color:#006600;}
#content #callout p.admin{color:#000066;}
#content #callout p.event{color:#006699;}
#content #callout p.research{color:#330066;}

/* End New for 8/13 */

/* Footer */

#footer {
    text-align: center;
    clear: both;
    width: auto;
    padding: 8px 0 8px 0;
    border-top:1px #999999 solid;
    color: #ffffff;
    background-color: #333399;
    font-size: 11px;
    font-family: Arial, sans-serif;
}
    #landing #footer_left{
        width: auto;
        float: left;
        padding-left: 8px;
    }
    
    #landing #footer_right{
        width: auto;
        float: right;
        padding-right: 8px;
    }
    
    #landing #footer_right ul{
        width: auto;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    #landing #footer_right ul li{
        width: auto;
        float: left;
        margin: 0;
        padding: 0; 
    }
    #landing #footer_right ul li a {
        display:block;
        width:18px;
        height:18px;
        text-indent:-9999px;
        background: none;
    }
    #landing #footer_right ul li + li {
        margin-left:8px;
    }
    #landing #footer_right .facebook {
        background: url(../images/icon_facebook.png) no-repeat;
    }
    #landing #footer_right .twitter {
        background: url(../images/icon_twitter.png) no-repeat;
    }
    #landing #footer_right .flickr {
        background: url(../images/icon_flickr.png) no-repeat;
    }
    #landing #footer_right .youtube {
        background: url(../images/icon_youtube.png) no-repeat;
    }

#footer a {
    color: #ffffff;
    background-color: #333399;
}
#footer a img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
/* Randomization */
.random1, .random2, .random3, .random4 {
    visibility: hidden;
}
/* Randomization (CSS to hide random contents in JS enabled browsers) */
.jsclass body .randomcontent {
    display: none;
}

/* Mono Slideshow */

#mss {
    margin-top: 10px;
    width: 397px;
    height: 266px;
    background:#000000;
    color:#FFFFFF;
}

#mss img {
     width:100%;
     height:100%;
}

.X #mss {
    width: 590px;
    height: 393px;
        background:#000000;
    color:#FFFFFF;
}


#mss.homepage {
    margin-top: 0;
}

/* Calendar feed from myBrandeis */

p.cal-date { font-weight: bold; margin-bottom: 0;}
p.cal-location { padding: 0; margin: 0; }
p.cal-time { padding: 0; margin: 0 0 10px 0; }
p.cal-title { padding: 0; margin: 0;}
p.cal-description { padding: 0; margin: 0 0 5px 0;}

.topFlashB { width: 400px; float: left; padding-bottom: 15px;}
.topFlashC { width: 338px; float: left; }

.noborder { border: none; }

.float-right{float: right; width: auto; padding-left: 10px;}
.float-left{float: left; width: auto; padding-right: 10px;}
.clearFloat{clear:both;}
.hidden{display: none;}
.one-tab{padding-left: 20px !important;}
.two-tabs{padding-left: 40px !important;}
.three-tabs{padding-left: 60px !important;}

.accordionhead {
    cursor: pointer;
    position: relative;
    margin:1px;
       font-weight:bold;
margin-top:10px;
}


.accordionbody {
    display:none;
margin-bottom:20px;

}

.cse .gsc-control-cse, .gsc-control-cse {
background: #FFFFFF !important;
border: 0 !important;
}

#contentSidebar #bwebforms_content {padding-left:7px}


#container.X #content #contentText, #container.X #content #breadcrumbs, #container.X #content .contentText{width: 590px;}

#container #content #contentText , #container #content #contentSidebar, #container #content .contentText {font-family:Arial, Helvetica, Sans-serif; font-size:13px; line-height:140%;}

#container #content #contentSidebar {word-wrap:break-word}

a.btn-green, .btn-green a, a .btn-green {
  background: #99c932;
  background-image: -webkit-linear-gradient(top, #418524, #006600);
  background-image: -moz-linear-gradient(top, #418524, #006600);
  background-image: -ms-linear-gradient(top, #418524, #006600);
  background-image: -o-linear-gradient(top, #418524, #006600);
  background-image: linear-gradient(to bottom, #418524, #006600);
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 16px;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  letter-spacing:1px;
  display:block;
  width:125px;
  text-align:center;
}

a.btn-green:hover, .btn-green a:hover, a:hover .btn-green {
  text-decoration: none !important;
}

a.btn-orange, .btn-orange a, a .btn-orange {
  background: #f79e59;
  background-image: -webkit-linear-gradient(top, #f79e59, #f57f1f);
  background-image: -moz-linear-gradient(top, #f79e59, #f57f1f);
  background-image: -ms-linear-gradient(top, #f79e59, #f57f1f);
  background-image: -o-linear-gradient(top, #f79e59, #f57f1f);
  background-image: linear-gradient(to bottom, #f79e59, #f57f1f);
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 16px;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  letter-spacing:1px;
  display:block;
  width:125px;
  text-align:center;
}

a.btn-orange:hover, .btn-orange a:hover, a:hover .btn-orange {
  text-decoration: none!important;
}


a.btn-blue, .btn-blue a, a .btn-blue {
  background: #f79e59;
  background-image: -webkit-linear-gradient(top, #4d4cbd, #343399);
  background-image: -moz-linear-gradient(top, #4d4cbd, #343399);
  background-image: -ms-linear-gradient(top, #4d4cbd, #343399);
  background-image: -o-linear-gradient(top, #4d4cbd, #343399);
  background-image: linear-gradient(to bottom, #4d4cbd, #343399);
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 16px;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  letter-spacing:1px;
  display:block;
  width:125px;
  text-align:center;
}

a.btn-blue:hover, .btn-blue a:hover, a:hover .btn-blue {
  text-decoration: none!important;
}


a.btn-right {
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}


