/* Import styles that Web editors should see within editor */
@import url(webeditstyles.css);

/*
Brandeis University
"Zeta" Theme
http://lts.brandeis.edu
Copyright 2005 Brandeis University, All Rights Reserved
*/

/* Main ids and classes */
body {
padding: 0;
background: #FFFFFF;
text-align: left;
margin: 0 auto;
color: #222222;
}

a {
color: #31418A;
text-decoration: none;
}

a:visited {
color: #653865;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


/* Container class to set the min/max width for content areas--currently not for IE*/

.beaker {
min-width: 760px;
max-width: 65em;
height: auto;
margin: 0 auto;
padding: 0 10px 0 10px;
z-index: -3;
clear:both;
}
/* Crazy beaker as a potential idea for IE*/
.beakerMax {
width: 1024px;
}

.beakerMin {
width: 800px;
}

/* Accessibility-specific stuff */

.hidden {
display: none;
}

/* Text highlight color (for Safari, anyway) */

::selection {
background-color: #31418A;
color: #FFFFFF;
}

/* Very Top Navigation Bar */

#navback {
float: left;
position: relative;
background: #31418A url(http://www.brandeis.edu/epsilon/default/images/nav-bg.gif) repeat-x bottom;
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 100%;
z-index: 2;
}

#navback a:link, #navback a:visited {
float: left;
list-style-type: none;
text-decoration: none;
border: none;
color: #FFFFFF;
font: .7em Arial, sans-serif;
font-weight: bold;
margin: 5px 5px 0 5px;
padding-bottom: 6px;
padding-top: 3px;
}

#navback a:link.active, #navback a:visited.active, #navback a:hover {
padding-bottom: 3px;
}

#nav {
float: left;
position: relative;
margin: 0;
padding: 0;
width: 710px;
}

#nav ul{
float: left;
position: relative;
margin: 0;
padding: 0;
list-style-type: none;
}

#nav li {
display: inline;
margin: 0; 
padding: 0px;

}

#nav em {
font-style: normal;
text-decoration: underline;
}


#navback #nav a:link.active, #navback #nav a:visited.active, #navback #nav a:hover {
border-bottom: 5px solid #FFFFFF;
}

#navback #shortcuts a:link.active, #navback #shortcuts a:visited.active, #navback #shortcuts a:hover {
border-bottom: 3px solid #FFFFFF;
}

#navback #shortcuts {
float: right;
width: 50px;
margin: 0;
padding: 0;
}

#navback #shortcuts ul {
float: right;
position: relative;
background: transparent;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#navback #shortcuts li {
float: right;
margin: 0;
padding: 0 0px 0 0px;
list-style-type: none;
}

#navback #shortcuts img {
border: 0;
padding: 0;
}

/* Masthead - Brandeis and LTS logos*/

#masthead {
float: left;
position: relative;
margin: 0 0 10px 0;
width: 100%;
background-color: #FFFFFF;
padding: 3px 0;
display: block;
border-top: 1px solid #31418A;
}

#masthead #logo {
float: left;
left: 0;
text-align: left;
margin: 10px 0 0 0;
}

#masthead #logo img {
float: left;
border:0;
}

#masthead #ltsheader {
margin: 10px 0 0 0;
}

#masthead #ltsheader img {
float: right;
border: 0;
}

/* Main Content */

/* Main content, Search, Quick Links, and See Also */
#ltsmain {
width: 73%;
float: left;
position: relative;
margin: 12px 0 0 20px;
text-align: left;
background: transparent;
}

/* Right Sidebar */

/* Alerts */
.alerts {
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
line-height:11px;
margin: 4px 20px -4px 4px;
padding: 0;
margin-bottom: 10px;
}

a.alerts-warning {
/* important added for home page */
color: #aa4647 ! important;
font-size: 10px;
}

a.alerts-notification {
/* important added for home page */
color: #31418a ! important;
font-size: 10px;
}

/* Search Box and Quick Links */
#searchLinks {
font-size: 10px;
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif ! important;
float: right;
position: relative;
margin: -10px -30px 0px 20px;
padding: 0 0 0 0;
width:165px;
}

#searchLinks ul {

}

#searchLinks a, #ltscontent #toc ul li a {
text-decoration: none;
}

#searchLinks a:hover, #ltscontent #toc ul li a:hover {
text-decoration: underline;
}

/* Main content area */

#ltsmain #ltscontent {
margin: 0px 0px 0px 0px;
text-align: left;
font: .8em Arial, sans-serif;
padding: 0px 12px 12px;
line-height: 140%;
}

#ltsmain #ltscontent a {
font-weight:700;
}

#ltsmain #ltscontent a:hover {
}

#ltsmain #ltscontent ul, #ltsmain #ltscontent ol {
margin-top: expression(".8em");
margin-bottom: expression(".6em");
}

#ltsmain #ltscontent th {
text-align: left;
vertical-align: top;
}

#ltsmain #ltscontent h1, #ltsmain #ltscontent h2, #ltsmain #ltscontent h3, #ltsmain #ltscontent h4, #ltsmain #ltscontent h5 {
font-family: Verdana, Arial, sans-serif;
margin: 0;
}

#ltsmain #ltscontent h1 {
font-size: 1.7em;
margin: 0 0 5px 0;
line-height:105%;
}

#ltsmain #ltscontent h2 {
font-size: 1.3em;
font-weight: 700;
margin: 0 0 .8em 0;
}

#ltsmain #ltscontent h3 {
font-size: 1.1em;
}

#ltsmain #ltscontent h4 {
font-size: 1em;
}

#ltsmain #ltscontent h5 {
font-size: .8em;
}

#ltsmain #ltscontent p {
margin: 0 0 1em 0;
}

#ltsmain #ltscontent acronym, #ltsmain #ltscontent abbr {
cursor: help;
}

#ltsmain #ltscontent dt {
font-weight: bold;
}

#ltsmain #ltscontent hr {
width: auto;
border: none 0;
height: 1px;
text-align: left;
border-top: 1px solid #BBBBBB;
margin: 0 20px 0 0;
}

#ltsmain #ltscontent table {
width: auto;
}

#ltsmain #ltscontent blockquote {
padding: 5px;
width: auto;
}

/* Other CSS */
#nobulletlist {
list-style: none;
padding: 0 5px;
}
#rightside {
float: right;
width: 25%;
margin-left: 10px;
margin-bottom: 10px;
border: 1px;
border-style: solid;
border-color: #B0AEAE;
padding-left: 10px;
font-size: 85%;
background-color: #edeff9;
}
#rightside h2 {
color: #303030;
}
#rightside h3 {
color: #303030;
}
.standout {
font-weight: 550;
font-size: 125%;
}
#toc {
border: 1px solid #CCCCCC;
margin: 1em 0 1em 0;
border-radius: 8px;
-moz-border-radius: 8px;
width: 50%;
}
#toc ul li {
list-style-image: url(http://www.brandeis.edu/epsilon/default/images/item-arrow-works.gif) !important;
list-style-image: url(http://www.brandeis.edu/epsilon/default/images/item-arrow.gif); /* IE list alignment 

bug */
font-size: 90%;
font-weight: normal;
}
#tips {
text-decoration:none;
border-bottom:2px dotted #99BBF5;
color: inherit;
position:relative;
cursor: help;
}
#tips a:hover {
color: #666666;
background: #DDEFF8;
text-decoration: none;
}
#tips #desc {
position: absolute;
left: -999em;
width: 200px;
padding: 5px;
margin: 10px;
z-index: 100;
color: #000000;
background: #DDEFF8;
font: inherit;
text-align: left;
border: 1px solid #666666;
text-decoration: none;
}
#tips a:hover #desc {left:5em}

/* Footer */

/*date modified*/
#dmod {
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
font-size: 11px;
font-style: italic;
color:#999;
clear: both;
float:right;
}

#footer {
clear: both;
text-align: center;
margin: auto 0;
padding: 0;
border-top: 3px double #C7C7C7;
background-color: #FFFFFF;
color: #333333;
}

#footer p {
font: .7em Arial, sans-serif;
padding: 6px;
margin: 0;
}

#footer a {
color: #333333;
}

#footer a:hover {
color: #000000;
}

/* Tab Navigation */

#tabBack {
background: transparent url(images/tabbackground.png) repeat-x top left;
width: 100%;
float:left;
z-index: -2;
}

#tabs {
width: 100%;
float:left;
position: relative;
}

#tabs #images {
width: 100%;
float:left;
position: relative;
}

#tabs img {
border: 0;
z-index: 0;
float:left;
position: relative;
}

#tabs #images #active {
position: relative;
z-index: 3;
float: left;
}

/* Second Level Navigation */

#tabs #secondlevel {
float: left;
position: relative;
width: 100%;
margin: -4px 0px 0 2px;
color: #fff;
font-size: .8em;
text-align: left;
padding: 0px 0px 0px 0px;
width: 98%;
z-index: 0;
font-family: Arial, sans-serif;
}

#tabs #secondlevel #scndLvlShadow {
background: transparent url(images/shadowBottom.png) repeat-x bottom left;
width: 98%;
float: left;
padding: 0px 0px 7px 0;
margin: -15px 0 0 10px;
}

#tabs #secondlevel ul {
list-style-type: none;
margin: 4px 0 0 0;
padding: 0;
}

#tabs #secondlevel li {
display: inline;
padding: 0px 5px 0 5px;
}

#tabs #secondlevel a {
display: inline;
color: #fff;
text-decoration: none;
}

#tabs #secondlevel a:hover {
text-decoration: underline;
}

/* Second level background with corners */
#tabs #secondlevel #leftBar {
float: left;
padding-bottom: 5px;
position:relative;
}

#tabs #secondlevel #rightBar {
position:relative;
border: 1px #fff solid;
float: right;
width: 100%;
}

/* Second level active underlining */

#secondlevel #secActive {
border-bottom: white 2px solid ! important;
}

/* Left Sidebar */
#sideNav {
float: left;
position: relative;
width: 155px;
margin: 12px 0 0 0;
padding: 0 0 0 0;
}


/* Left Side Navigation and Search, Quick Links, & See Also */

#tree, #search, #quick, #comment {
font-size: 11px; 
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
font-weight: normal; 
font-style: normal; 
line-height: normal;
}

#tree {
background-repeat: repeat;
}

#tree p {
margin: 0 0 0 0;
}

#shadow {
float:left;
clear:left;
background: url(images/sidebar/shadowAlpha.png) no-repeat bottom right !important; 
background: url(images/sidebar/shadow.gif) no-repeat;
margin: 0 0 9px 4px;
padding: 0 10px 5px 0 !important;
padding: 0 5px 5px 0;
}

.shadow2 {
float:left;
clear:left;
background: url(images/sidebar/shadowAlpha.png) no-repeat bottom right !important;
background: url(images/sidebar/shadow.gif) no-repeat bottom right;
padding: 0 0 0 0;
margin: 8px 0px 10px 10px;
}

#tree ul{ 
margin: 0;
padding: 0;
}

#tree li
{
list-style: none;
margin: 0;
padding: 0.5em;
padding-left: 20px;
}

#list ul{
margin-top: 1em; 
border-top: 1px solid #fff; 
}

#tree li a { 
text-decoration: none; 
}

#tree li a:hover, .heading a:hover {
color: #fff;
text-decoration: underline;
}

/* this needs a side shadow */
#tree #list #active {
margin: 0px -4px 0px 0px;
}

#list li.active {
margin: 0.5em 0 0 0;
}

/* Display active fourth-level navigation in black */
#list li.active a {
color: black ! important;
}

li.active {
/* this replaces the bulleted list item with an image */
background-image: url(images/sidebar/2arr.png);
background-repeat: no-repeat;
background-position: 0.5em 1.0em;
border: 0;
}

#alignproperly p { 
padding: 6pt 2pt 0 12pt;
font-family: Helvetica, san-serif;
letter-spacing: -1px;
font-size: 18px;
}

#alignproperly a {
color: #ffffff; text-decoration: none;
}


#ltsmain #search, #ltsmain #quick, #ltsmain #comment { 
padding-left: 10px;
width: 150px;
background-color: white;
border: solid 1px white;
margin:0px 0px 5px 0px;
}


#quick ul
{
margin: 0;
padding-left: 4px;
}

#quick li
{
list-style: none;
margin: 0;
padding: 0.5em;
padding-left: 10px;
background-image: url(images/sidebar/arr.png); 
background-repeat: no-repeat; 
background-position: 0.3em 0.6em; 
}



/* Styles added Aug 11 2005 for search and quick links at right */

.toolbox {
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
margin-top:0px;
/* margin-bottom gets rid of a white horiz. line in Firefox */
margin-bottom:-8px;
padding:0px 0px 6px 6px;
background: url(images/homepage/quick-links-slice.png) repeat-y top left;
font-size:11px;
}

.toolbox-searchlabel {
font-size: 11px;
}

.toolbox h3 {
margin: 0;
padding: 5px 0 5px 0;
}

.toolbox img {
padding: 5px 0 10px 0;
margin: 0 0 0 0;
}

.toolbox ul {
width:130 px; /* added 5/1/06 */
margin: 0px 30px 15px 25px; /* changed 5/1/06 */
padding: 0;
margin-bottom:0px;
}

.toolbox li, .toolbox td {
margin: 0;
padding: 0 0 0 0; /* Changed 5/1/06 */
list-style-image:  url(images/sidebar/arr.png); 
font-size:11px;
}

.toolbox-top {
margin-top:0;
background: url(images/homepage/toolbox-top.png) no-repeat bottom left;
}

.toolbox-bottom {
padding: 0px;
margin: 0px;
background: url(images/homepage/toolbox-bottom.png) no-repeat bottom left;
margin-bottom: 5px;
}

.searchinput {
border: 1px solid #7e90ad;
width: 90px;
margin: 2px;
margin-top: 0em;
font: normal 12px sans-serif;
}

.searchinput-longer {
border: 1px solid #7e90ad;
width: 116px;
margin:0px 2px 2px 2px;
/* margin-top: 0em; */
font: normal 12px sans-serif;
/* This is to keep IE from showing scroll buttons for the textarea
overflow:auto;  */
}

code {
font-size: 1.2em;
}

#fourohfour {
margin: 0;
width: 100%;
}
.haiku {
padding: 10px 10px 10px 100px;
width: 80%;
font-size: 125%;
line-height: 150%
}

#jobfair {
border: 2px #9ba2c0 solid;
width: 65%;
padding: 5px;
}

.grayborder {
  padding:0px 2px; border:1px solid #bbb; font-size:90%
}

#top5 {
width:200px;
padding: 4px 4px 0px;
border: 1px solid #ccc;
font-size:90%;
}

.ff-toc td {
padding:0px 20px;
font-size:12px;
}

.smallital {
font-size: 0.65em;
font-style: italic;
}

tr.odd {
        background-color: #ddd;
}

tr.even {
        background-color: #000;
}

.tablebackgroundhead {background-color: #000066; color: #FFFFFF; font-weight: bold; font-family: Verdana, Arial, san-serif; font-size: 0.9em }
.tablebackground1 { background-color: #FFFFCC; font-family: Verdana, Arial, san-serif; font-size: 0.8em }
.tablebackground2 { font-family: Verdana, Arial, san-serif; font-size: 0.8em }
.one-tab{padding-left: 20px !important;}
.two-tabs{padding-left: 40px !important;}
.three-tabs{padding-left: 60px !important;}

#leftBar ul li a {white-space:nowrap}
