/* 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;
}

/* Styling for the div's that hold the rounded corner images */
.roundedcornr_main_top div {
   background: url(images/roundedcornr_main_tl.png) no-repeat top left;

}
.roundedcornr_main_top {
   background: url(images/roundedcornr_main_tr.png) no-repeat top right;
}
.roundedcornr_main_bottom div {
   background: url(images/roundedcornr_main_bl.png) no-repeat bottom left;
}
.roundedcornr_main_bottom {
   background: url(images/roundedcornr_main_br.png) no-repeat bottom right;
}
.roundedcornr_main_top div, .roundedcornr_main_top, 
.roundedcornr_main_bottom div, .roundedcornr_main_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}

/* move the main header div up so it overlaps with the rounded corner divs */
.main_header_div {
  position: relative;
  top: -25px;
}

#mainDiv {
   width: 750px;
   margin-left: auto;
   margin-right: auto;
   /* to counter-act the body's text-align: center */
   text-align: left;
   background: #FFFFFF;
   padding: 0px;
}

.main_content_div {
  padding: 20px;
  position: relative;
  top: -25px;
}

/* styles for AddToAny share thing */
.social-media-share {
  padding-bottom: 5px;
  position: absolute;
  right: 10px;
  margin-bottom: 100px;
  /* Starts out hidden. When the images have all
   * loaded a script changes the visibility */
  display: none;
}
/* don't display the "any email" option */
#a2apage_any_email { display:none !important; }
#a2apage_BROWSER { display:none !important; }

.user-content-div {
  margin-top: 2em;
}

.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;
}

