/* WARNING: IE6 sucks! If you use color names (e.g. "white") instead of hex values
 * (e.g. #FFFFFF) the corner rounding will no longer work! */

body {
   /* In order to get the main div centered some browsers require this */
   text-align: center;
   background: #22376F;
}
#mainDiv {
   width: 750px;
   margin-left: auto;
   margin-right: auto;
   /* to counter-act the body's text-align: center */
   text-align: left;
   background: #FFFFFF;
   /* IE6 sucks again! If you set the padding using em instead of px it breaks */
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
}
.mainPageHead {
   text-align: center;
}
.roundTopDiv {
   background: #7DA1DF;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 10px;
   padding-bottom: 5px; 
   cursor: pointer;
   font-family: serif;
} 

.roundTopContainer {
   background: #000000;
   padding-top: 1px;
   padding-left: 1px;
   padding-right: 1px;
}


#activeTab {
   background: #FFFFFF;
}

.tabsTable {
 width: 100%;
}

#etoNotice a {
color: #FFFFFF;
}

#etoNotice {
color: #FFFFFF;
font-size: small;
margin-top: 2em;
}

.subPageHead {
padding-bottom: 1em;
}

.subHeadDef {
font-weight: bold;
font-family: sans-serif;
}

.subHeadWordOrigin {
font-family: sans-serif;
}

.subHeadDefinition {
font-style: italic;
font-family: sans-serif;
}

.subHeadPronounce {
font-family: serif;
}

.tabsTable {
clear: both;
table-layout: fixed;
width: 100%;
}

.invisible {
   visibility: hidden;
   height: 0px;
   display: none;
}

.leftTabContainer {
padding-left: 0;
padding-top: 0;
padding-bottom: 0;
cursor: pointer;
border-top: solid thin;
font-family: serif;
width: 20%;
}

.leftTabItem {
background: #7DA1DF;
padding-left: 0.5em;
padding-right: 1em;
border-bottom: solid thin;
border-left: solid thin;
}

.leftTabSelected {
background: #FFFFFF;
padding-left: 0.5em;
padding-right: 1em;
border-bottom: solid thin;
border-left: solid thin;
}

.leftTabVisibleContent {
padding-left: 0.5em;
}

a.leftTabLink:hover {
color: #FF0000;
cursor: pointer;
}

img {
   margin-left: 0.5em;
   margin-right: 0.5em;
}
