
.glidecontentwrapper {
position : relative;
width : 690px;
height : 145px;
border : 0 solid #fff;
overflow : hidden;
}
.glidecontent {
position : absolute;
background : white;
padding : 0;
visibility : hidden;
width : 690px;
}
.glidecontenttoggler {
width : 690px;
margin-top : 6px;
text-align : left;
}
.glidecontenttoggler a {
font-family : "Trebuchet MS", Verdana, sans-serif;
font-size : 11px;
display : inline-block;
border : 0 solid black;
color : #2e6ab1;
padding : 1px 3px;
margin-right : 3px;
font-weight : bold;
text-decoration : none;
}
.glidecontenttoggler a.selected {
font-family : "Trebuchet MS", Verdana, sans-serif;
font-size : 11px;
background : #e4effa;
color : black;
}
.glidecontenttoggler a:hover {
background : #e4effa;
color : black;
}
.glidecontenttoggler a.toc {
font-family : "Arial", Verdana, sans-serif;
font-size : 11px;
text-decoration : none;
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next {
font-family : "Trebuchet MS", Verdana, sans-serif;
font-size : 11px;
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
font-family : "Trebuchet MS", Verdana, sans-serif;
font-size : 11px;
background : #1a48a4;
color : white;
}
