/**************************************************************** slide box Portion *************************************************************************************/


.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 448px;
height: 105px;
border: 0px solid #687C98;
overflow: hidden;
margin: 0px;
}

.glidecontent{ 
position: absolute;
background:#ffffff;
padding: 0px;
visibility: hidden;
width:438px;
height: 155px;
margin-left: 2px;
margin-top: 10px;

}  

.glidecontent h1{ 
font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #cc0000;margin-top: 5px;margin-bottom: 0px;text-align: left;margin-left: -5px;}
.glidecontent h2{ 
font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: normal;color: #333;margin-top: 5px;margin-bottom: 0px;line-height: 15px;}
.glidecontent hr{ 
margin-top: 5px;margin-bottom: 5px;}

.glidecontent table{
width: 100%;border: 0px solid #ccc; }
.glidecontent table td{
font: normal 12px arial; }
.glidecontent table td p{
margin-top: 5px;margin-bottom: 5px;} 
.glidecontent table td br{
padding-top: 10px; }


/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 360px;
margin-top: 0px;
margin-right: 15px;
float:right;
text-align: right; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
width: 15px;
height: 15px;

margin-right: 0px;
font-weight: bold;
text-decoration: none;
font:bold 11px verdana;

background-image: url(mages/slide_button.gif);background-repeat: no-repeat;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-image: url(mages/lide_button_hover.gif);background-repeat: no-repeat;color:red;
}

.glidecontenttoggler a:hover{
background-image: url(mages/slide_button_hover.gif);background-repeat: no-repeat;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */

}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ 
background:transparent;
color: #333;
font:bold 12px verdana;

}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background:transparent;
color:#333;
font:bold 12px verdana; }
