body, html
{
    height: 100%;
    font-family: Segoe UI,Verdana,Arial;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 20px;
}

#wrapperTop
{
    height: 7px;
    width: 950px;
    background: url('../Images/wrapper_top.png') no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#wrapper
{
    width: 950px;
    background: #214A8C;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

#wrapperBottom
{
    width: 950px;
    height: 15px;
    background: url('../Images/wrapper_bottom.png') no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    width: 950px;
    height: 108px;
}

#header .headerAd
{
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 0;
}

/* Primary Menu */

#primaryMenu
{
    height: 30px;
    padding: 0 2px 0 2px;
    bottom: 0px;
    background: #4C6DA2;
}

#primaryMenu .MemberLogin
{
    position: absolute;
    right: 10px;
    top: 60px;
    color: white;
    font-weight: bold;
}

#primaryMenu .CMSMenu
{
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial,Segoe UI,Verdana;
    text-decoration: none;
}

#primaryMenu .CMSMenuItem,#primaryMenu .CMSMenuHighlightedMenuItem
{
    padding: 0 15px 0 15px;  
    color: #CCCCCC;  
}

#primaryMenu .CMSMenuItemMouseOver,#primaryMenu .CMSMenuHighlightedMenuItemMouseOver
{
    padding: 0 15px 0 15px;
    color: #FFFFFF;
}

#contentWrapper
{
    position: relative;
    width: 946px;
    background: url('../Images/wrapper_bg.png') repeat-y;
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden;
}

/* Sub Menu */

#subMenu
{
    float: left;
    width: 188px;
    font-family: Arial,Segoe UI,Verdana;
}

#subMenu h1
{
    color: #FFFFFF;
    margin: 10px 10px 10px 15px;
}

#subMenu .CMSMenu
{
    width: 188px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
}

#subMenu .CMSMenuItem, #subMenu .CMSMenuHighlightedMenuItem
{
    border-top: 1px #8CCBD4 solid;
    border-bottom: 1px #8CCBD4 solid;
    padding: 3px 0 3px 20px;
    background: url('../Images/subnav_arrow.jpg') no-repeat top left #1897A9;
}


#subMenu .CMSMenuItemMouseOver,#subMenu .CMSMenuHighlightedMenuItemMouseOver
{
    border-top: 1px #8CCBD4 solid;
    border-bottom: 1px #8CCBD4 solid;
    padding: 3px 0 3px 20px;
    text-decoration: underline;
    background: url('../Images/subnav_arrow_highlighted.jpg') no-repeat top left #1A88A3;
}

#subMenu img
{
    margin-top: 30px;
}

#content
{
    position: relative;
    background: white;
    float: left;
    padding: 10px;
    width: 568px;
    overflow: hidden;
}

#content .status
{
    position: absolute;
    right: 10px;
    top: 10px;
}

.btnRetail
{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

#contentFullWidth
{
    background: white;
    width: 738px;
    padding: 10px;
    float: right;
}

#contentFullWidth .status
{
    position: absolute;
    right: 10px;
    top: 10px;
}

.login
{
    margin-left: 250px;
    margin-top: 100px;
    border: 2px solid #CCCCCC;
}

.newsTitle
{
    color: #214A8C;
    font-weight: bold;
    text-decoration: none;
}

.newsTitle:hover
{
    text-decoration: underline;
}

#dateCreated
{
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.CMSBreadCrumbsLink
{
    color: orange;
}

.lbf_logo
{
    display: block;
    margin-left: 60px;
    margin-top: 50px;
    padding-bottom: 60px;
}

#content h1,h2,h3
{
    color: #214A8C;
}

#contentFullWidth h1,h2,h3
{
    color: #214A8C;
}

#widgets
{
    width: 160px;
    margin-right: 10px;
    float: right;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

#news
{
    width: 150px;
    background: url('../Images/news.jpg') no-repeat #CED9EB;
    padding: 35px 5px 10px 5px;
}

#news ul
{
    margin: 0;
    padding: 0;
}

#news ul li
{
    list-style-type: none;
    margin: 5px 0 5px 0;
}

#news ul li a
{
    display: block;
    color: #214A8C;
    text-decoration: none;
    font-weight: bold;
    /*background: url('../Images/news_arrow.png') no-repeat;*/
}

#news ul li a:hover
{
    text-decoration: underline; 
}

#signup
{
    border: 2px solid #CCCCCC;
    padding-top: 10px;
    overflow: hidden;
    width: 400px;
    padding-bottom: 10px;
}

#signup .label
{
    display: block;
    width: 120px;
    float: left;
    text-align: right;
    margin-right: 5px;
    padding-top: 5px;
}

#signup .text
{
    display: block;
    float: left;
}

#signup p
{
    height: 30px;
}

#embargoForm
{
    border: 2px solid #CCCCCC;
    overflow: hidden;
}

#embargoForm .label
{
    display: block;
    width: 120px;
    float: left;
    text-align: right;
    margin-right: 5px;
    padding-top: 5px;
}

#embargoForm .text
{
    display: block;
    float: left;
}

#embargoForm .pnlFloat
{
    margin-left: 125px;
}

#embargoForm p
{
    height: 30px;
}

#footer
{
    position: relative;
    height: 70px;
    width: 946px;
    margin: 0 2px 0 2px;
    background: #214A8C;
    font-family: Arial,Segoe UI,Verdana;
    clear: both;
}

#copyright
{
    position: absolute;
    height: 45px;
    left: 0;
    top: 20px;
    padding: 5px 0 0 5px;
}

#copyright a
{
    text-decoration: none;
    color: #122F6C;
}

#copyright a:hover
{
    text-decoration: underline;
}

#legal
{
    width: 946px;
    height: 45px;
    background: #D7DFEE;
    text-align: center;
    padding: 5px 0 0 0;
}

/* Footer Menu */

#footer .CMSMenu
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    height: 20px;
}

#footer .CMSMenuItem, #footer .CMSMenuHighlightedMenuItem
{
    padding: 2px 5px 0 5px;
}


#footer .CMSMenuItemMouseOver,#footer .CMSMenuHighlightedMenuItemMouseOver
{
    padding: 2px 5px 0 5px;   
}

/* ACCORDION BOOK TRADE INFO */

#bookTradeInfoContainer
{
  position:relative;
  width:160px;
  float: right;
  margin-top: 10px;
  background: #CED9EB;
}

.ItemList
{
  margin: 0;
  padding: 0;
}

.ItemList li
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ItemTitle, .ItemContent
{
  position:relative;
  width:150px;
}

.ItemTitle
{
  text-align: left;
  font-size: 13px;
  font-family: Segoe UI,Arial;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #7896C7;
  display: block;
  padding-right: 5px;
  padding-left: 5px;
  height: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
  cursor: pointer;
}

.ItemContent
{
  height:0px;
  overflow:hidden;
  display:none;
  margin-bottom: 5px;
}

.ItemLink
{
  display: block;
  width: 160px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 5px 0 5px;
  color: #214A8C;
  text-decoration: none;
}

.ItemLink:hover
{
  text-decoration: underline;
}

#bookTradeInfoTitle
{
  font-size: 14px;
  color: #214A8C;
  text-decoration: none;
  background-color: #CED9EB;
  display: block;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}

#bookFederationFiles, #annualReports
{
  margin: 20px 0 0 0;
  padding: 0;
}

#bookFederationFiles li, #annualReports li
{
  list-style-type: none;
  padding: 5px;
  position: relative;
}

#bookFederationFiles img
{
  margin-bottom: -7px;
}

#bookFederationFiles a, #annualReports a
{
  color: #214A8C;
}

#annualReports a
{
  margin-bottom: 50px;
  position: absolute;
  top: 50px;
  left: 85px;
}

#categoryReports
{
  margin: 0 0 0 20px;
  padding: 0;
}

#categoryReports li
{
  margin: 5px 0 5px 0;
  list-style-type: none;
}

#categoryReports li a
{
  color: #214A8C;
}

#reportLinks
{
  margin: 10px 0 0 0;
}

#reportLinks li
{
  margin: 5px 0 5px 0;
}

#reportLinks li a
{
  color: #214A8C;
}

/* FCK Editor Styles */

.MainHeading
{
  font-size: 18px;
  color: #214A8C;
}

.SecondaryHeading
{
  font-size: 14px;
  color: #3874D8;
}
