

/*==================== Leaders Page Module ======================= */

.glidewrapperleaders{
position: relative; /* Do not change this value */
width: 675px;
height: 600px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

.glidebox{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 10px;
padding-top: 15px;
visibility: hidden;
width: 650px;
background-color: white;
}

.glidecontentleaders{ /*style for DIV used to contain toggler links. */
width: 600px;
margin-top: 6px;
padding: 5px 5px 0 20px;
margin: 5px 0px 1em 0px;
padding-bottom: 6px;
text-align: left; /*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*/
}


.glidecontentleaders a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
text-decoration: none;
font: bold .8em/1.3em Verdana, helvetica, arial;
padding: 3px 6px;
margin-right: 6px !important;
margin-top: 6px;
margin-right/**/:/**/5px;
border: 2px solid #ccc;
color: #2d2b2b;

}

.glidecontentleaders a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: url('/images/secbg.jpg') 0px -60px repeat-x #fff;
color: #666;
}

.glidecontentleaders a:hover{
text-decoration: none;
color: #2d2b2b;
background-color: #E1F3FE;
}


/*==================== methodologies Page Module =============== */

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 482px;
height: 575px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding-top: 15px;
visibility: hidden;
width: 482px;
background-color: white;
}


.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 482px;
margin-top: 6px;
padding-bottom: 1px;
margin: 5px 0px 16px 0px;
text-align: left; /*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*/
}


.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
background-color: #eee;
border: 1px solid #fff;
padding: 0px;
margin: 0px;
text-align: left;

}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-color: #6BB1EA;
border: 1px solid #fff;
}

.glidecontenttoggler a:hover{
background: url('/images/sectionbg.jpg') 0px 0px repeat-x #fff;
border: 1px dashed #999;
}

.glidecontenttoggler a.toc{text-decoration: none; padding: 0px; margin: 0px;}

.glidecontenttoggler a.prev{text-decoration: none; width: 15px; height: 20px; background: url('/images/mt_arrowlft.gif') 0px 0px no-repeat #fff; border: none; padding-right: 1px;} 

.glidecontenttoggler a.next{text-decoration: none; width: 15px; height: 20px; background: url('/images/mt_arrowrgt.gif') 0px 0px no-repeat #fff; border: none; padding-left: 1px;}

.glidecontenttoggler a.prev:hover
{text-decoration: none; width: 15px; height: 20px; background: url('/images/mt_arrowlft.gif') 0px -29px no-repeat #fff; border: none; padding-right: 1px;}

 .glidecontenttoggler a.next:hover
{text-decoration: none; width: 15px; height: 20px; background: url('/images/mt_arrowrgt.gif') 0px -29px no-repeat #fff; border: none; padding-left: 1px;}

