<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.panel-flexible .panel-separator{display:none;}
#content {margin-top:10px;}
/*.item-list ul li div.slideItem0{border:1px solid #ccc;margin-bottom:10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; width: 100px; float: left}*/
.item-list ul li div.slideItem0 img{
    border:1px solid #ccc;margin-bottom:10px;width: 100px; height:55px; float: left;
    -webkit-border-radius: 0px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius: 0px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-radius: 0px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.item-list ul{clear:both;max-width:100%;padding-left:0}
.item-list ul li{padding:0;background:none;margin-bottom:20px;}
.item-list ul li div.slideItem1{ margin-left: 120px;}
.item-list ul li h3{color:#006eb3; font-size:100%; font-family:segoe; padding: 10px;


    background-color: #fff; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#f1faff)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(left, #f1faff, #fff); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(left, #f1faff, #fff); 
    /* IE 10 */ 
    background: -ms-linear-gradient(left, #f1faff, #fff); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(left, #f1faff, #fff); 
    
    
    }
.item-list ul li ul{clear:none;}
.item-list ul li ul li{background:url(../images/arrow_li.gif) no-repeat left 4px;padding:0 0 13px 20px;margin:0;}
.item-list ul li ul li ul{padding:0 0 0 15px;}
.item-list ul li ul li ul li{background:url(../images/arrow_li_li.gif) no-repeat scroll left 7px;padding:0 0 1px 15px;margin:0;}



/* Toggle Contents */
.toggle {
	cursor:pointer;
	margin:0px 0 10px 0;
	padding:0;}


h2.toggle {
	color:#006eb3;
    font:19px narrow,segoe-light;
    display:block;
    position:relative;
    padding:15px 40px 15px 25px;
    cursor:pointer;
    background:url(../images/arrow_down.png) no-repeat right center;}


.toggle .ico {
	background:url(../images/icon_plus.png) 0px 0 no-repeat;
	width:9px;
	height:9px;
	font-size:10px;
	display:inline-block;
    margin-right:10px;
    }

.toggle.active .ico {
	background:url(../images/icon_minus.png) 0px 0 no-repeat}

.toggle.box .ico {
	width:38px;
	height:38px;
	margin-top:-1px;
	background:url(../images/arrow_down.gif) 0 0 no-repeat;
	position:absolute;
	top:10px;
	right:16px}
    
.toggle.box.active {
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;}

.toggle.box.active .ico {
	background:url(../images/arrow_up.png) 0 0 no-repeat;}

.toggle_content {
	line-height:1.6em;
	padding-right:2px;
    padding-left:20px;
    color:#000
    }

.toggle_content .faq_question {
	margin:5px 0 15px 0}

.toggle_content .faq_list {
	margin:10px 0 0 0}
/*
.toggle.box,
h3.toggle.box {
	padding:10px 15px;
	color:#000;
	font-size:16px;
	font-weight:normal;
	font-family: Arial, Tahoma;
	/ *font-style:italic;* /
	background:#f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #f4f4f4,  #e3e3e3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e3e3e3');
	border:1px solid #dadada;
	position:relative;
	margin:20px 0 0 0 !important;
	display:block}
*/


    
.toggle.box{

    border:1px solid #ccc;
    margin-bottom:10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px; 
    
    background-color: #fff; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#f1faff)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(left, #f1faff, #fff); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(left, #f1faff, #fff); 
    /* IE 10 */ 
    background: -ms-linear-gradient(left, #f1faff, #fff); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(left, #f1faff, #fff); 
    }


.boxed {
	background:#fff;
	margin:0;
	border:1px solid #dbdbdb;
	padding:20px}

.toggle_content .syntaxhighlighter {
	margin:0}

/*  Dropcaps  */
.dropcap1, .dropcap2 {
	color:#4c4c4c;
	display:block;
	float:left;
	font-size:30px;
	line-height:30px;
	font-style:italic;
	margin:0 10px 1px 0}

.dropcap2 {
	font-style:normal;
	font-size:39px;
	line-height:30px;
	margin:5px 5px 0 0}


</pre></body></html>