/**************************************************************** slide box Portion *************************************************************************************/
.slide_box_table {
   width: 495px;height: auto;margin-left:6px;margin-top: 5px;}    
.slide_box_top {
background-image: url(images/slide_box_top.jpg);height: 35px;background-repeat: no-repeat;} 
.slide_box_mid {
background-image: url(images/slide_box_mid.jpg);height:145px;background-repeat: repeat-y;} 
.slide_box_bot {
background-image: url(images/slide_box_bot.jpg);height:48px;background-repeat: no-repeat;} 

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 470px;
height: 155px;
border: 0px solid #687C98;
overflow: hidden;
margin: 0px;
}

.glidecontent{ 
position: absolute;
background:#fff;; 
padding: 0px;
visibility: hidden;
width:470px;
height: 155px;
margin-left: 5px;

}

.glidecontent h1{ 
font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #515252;margin-top: 5px;margin-bottom: 0px;}
.glidecontent h2{ 
font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: normal;color: #047CB9;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: 460px;
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;
line-height: 15px;
margin-right: 0px;
font-weight: bold;
text-decoration: none;
font:bold 11px verdana;
line-height: 18px;
background-image: url(images/slide_button.gif);background-repeat: no-repeat;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-image: url(images/slide_button_hover.gif);background-repeat: no-repeat;
}

.glidecontenttoggler a:hover{
background-image: url(images/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: #ccc;
font:bold 12px verdana;
line-height: 15px;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background:transparent;
color: #1196DA;
font:bold 12px verdana;
line-height: 15px;

}