* {
  padding:0px;
  margin:0px;
}

body {
  width:800px;
  margin:0 auto;
  font-family:sans-serif;
  font-size:0.8em;
}
img {
  border: 0px;
  padding:2px;
}
h1 {
  padding-top: 20px;
  padding-bottom:10px;
  font-family: sans-serif;
  font-weight: normal;
  letter-spacing: -2px;
  text-transform: lowercase;
  text-align: right;
  color:#808080;
}
h2.main {
  padding:5px;
  margin-top:10px;
  margin-bottom:10px;
  background-color:#a0c0ff;
  font-weight:normal;
  position:relative;
}
h3 img {
  padding-right:5px;
}
h3 a {
  margin-bottom:8px;
}

h3.main {
  padding:5px;
  margin-top:10px;
  margin-bottom:10px;
  background-color:#FFC0CB;
  font-weight:normal;
  position:relative;
}
a {
  text-decoration:none;
  color:#0000FF;
}
input, select{
  margin:5px;
}
li {
  margin-left:20px;
}

.content {
  margin-left:20px;
}
.channelgroup{ 
  margin-left:10px;
}

.body_text {
  width:800px;
  padding:10px;
  border:1px solid #000000;
  # overflow:auto;
  float:left;
  margin-bottom:20px;
}
.half_page {
  width:610px;
  overflow:auto;
  float:left;
}
.half_page_ad {
  width:180px;
  float:right;
  text-align:right;
}
.col_odd{
  background-color:#FFE9E9;
}

.headline {
  padding:5px;
  display:block;
  background-color:#FFC0CB;
  margin-bottom:5px;
}
.subtitle {
  text-transform: lowercase;
  text-align: right;
  color:#808080;
}
p.date {
  text-align:right;
  font-size:0.8em;
  clear:left;
}
.footnote{
  font-size:0.8em;
  text-align:center;
  color:#999999;
}
.message {
  cursor:help;
  border-bottom: 1px dashed red;
}

a.message:hover {
  cursor:help;
  background-color:#ff0000;
  color: #ffffff !important;
  text-decoration: none !important;
}
.letterbox_active {
 border:1px solid #000000;
 padding:4px 0px;
}
.letterbox_inactive {
 display:none;
 border:1px solid #000000;
 padding:4px;
}
.letterbox_inactive li{
list-style-type:none;
margin:0px;
}
.letterbox_active li{
list-style-type:none;
margin:0px;
padding:1px;
position:relative;
}

.indexlist {
  list-style-type:none;
}

.indexlist li {
  height:23px;
  margin-left:0px;
}

.index_button_inactive {
  background-color: #DDDDDD;
}
.index_button_active {
  border-bottom:1px solid #FFFFFF;
  margin-bottom:-1px;
  background-color: #FFFFFF;
}

.index_button_inactive ,
.index_button_active {
  border-top:1px solid #000000;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  margin-right:2px;
  margin-top:2px;
  float:left;
  white-space:nowrap;
}

.index_button_inactive a,
.index_button_active a{
  cursor:pointer;
  display:block;
  width:100%;
  padding:3px;
}

.sortlink {
background-color: #a0c0ff;
border: 2px #90b0dd outset;
padding: 2px 4px;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.sortlink:hover {
border-style: inset;
background-color: #b1d1ff;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.floatleft{
float:left;
}
.floatright{
float:right;
}
.clearboth{
clear:both;
}
.topitem{
width:145px;
margin-right:10px;
}
.top_menu {
padding-bottom:10px;

}
.content{
overflow:auto;
}
.toplink {
  font-size:12px;
  position:absolute; 
  right:5px;
  bottom:10px;
  margin:0px;
}
.noindent li {
  margin-left:0px;
  list-style-type:none;
}
.dir_link { 
  padding-left:5px;
}
.dir_addon{
  font-size:9px;
  position:absolute; 
  right:5px;
  bottom:2px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.letterbox_active li{
  position:relative; /*this is the key*/
  z-index:24;
}

.letterbox_active li:hover{
  z-index:25;
  background-color:#FFC0CB;
}

.letterbox_active span.thumbnail{
  display: none;
}

.letterbox_active li:hover span.thumbnail{ /*the span will display just on :hover state*/
  display:block;
  padding:2px;
  z-index:30;
  text-align:center;
  position:absolute;
  border:2px solid #a0c0ff;
  background-color:#FFFFFF;
  color:#000000;
  margin-top:-250px;
  margin-left:160px;
}

.imageframe {
  border:2px solid #a0c0ff;
  background-color:#FFFFFF;
  padding:2px;
}
.book {
  text-align:justify;
  padding:5px;
  margin:0px;
}
.brokenlink {
  background-color:#a0c0ff;
  padding:5px;
  font-weight:bold;
  text-align:center;
}
.rightinfo img{
  padding:0px;
  vertical-align:middle;
}
.rightinfo {
  position:absolute;
  right: 0px;
}
.leftinfo {
  position:relative;
}
.titlemenu li{
  padding-bottom:1px;
}