<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	#simplemodal-container {height:80%; width:80%; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
	#simplemodal-container .simplemodal-data {padding:8px;}
	#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
	#simplemodal-container a {color:#ddd;}
	#simplemodal-container a.modalCloseImg {background:url(./Img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
	#simplemodal-container h3 {color:#84b8d9;}
	/* IE 6 hacks */
	#simplemodal-container a.modalCloseImg {background:none; right:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./Img/x.png',sizingMethod='scale');}

	body {-webkit-text-size-adjust: none;overflow:hidden;}

	#smart_index {
		position:absolute;
		z-index:9999;
		top:0px;
		left:0px;
	}

	#smart_index_content li {
		list-style:none;
		padding:5px 0px 5px 0px;
		border-bottom:1px dotted black;

	}

	#smart_index_content {
		position:absolute;
		background-color: #fff;
		color: black;
		padding:5px 5px 5px 5px;
		overflow:auto;
		border:1px solid black;
		top:0px;
		left:0px;
		z-index:9999;
		
	}

	#smart_index_button {
		position:absolute;
		z-index:9999;
		background-color: #000;
		border:1px solid white;
		color: white;
		font-weight: bold;
		width: 20px;
		height:85px;
		top:20px;
		left:0px;
		padding:5px 0px 5px 0px;
	}
	#smart_index_button A:link, A:active, A:visited	{color: white;	text-decoration: none;font-weight: bold;}
	#smart_index_button A:hover	{ text-decoration: none; color: white;font-weight: bold;}
	#smart_menu {
		position:absolute;
        background-color: #666;
        width: 100%;
        color: black;
        height: 30px;
		display:block;
		padding-top:3px;
		
		z-index:9999;
    }

    #smart_button {
		position:absolute;
        background-color: #999;
        color: #fff;
        width: 40px;
        text-align:center;
        cursor: pointer;
       
		height:20px;
		z-index:9999;
    }


	#smart_button_href {
		text-decoration: none; 
	}
	.mb {
		width:50px;
		height:25px;
		color:#ffffff;
		font-weight:bold; 
		margin-right:10px;
		margin-left:10px;
	}
	.mb2 {
		width:80px;
		color:#ffffff;
		height:25px;
		font-weight:bold; 
		margin-right:10px;
		margin-left:10px;
	}
	/* 20111020*/
	.jqifade{
		position: absolute; 
		background-color: #aaaaaa; 
	}
	div.jqi{ 
		width: 90%; 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		position: absolute; 
		background-color: #ffffff; 
		font-size: 20px; 
		text-align: left; 
		border: solid 1px #eeeeee;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		padding: 7px;
	}
	div.jqi .jqicontainer{ 
		font-weight: bold; 
	}
	div.jqi .jqiclose{ 
		position: absolute;
		top: 4px; right: -2px; 
		width: 18px; 
		cursor: default; 
		color: #bbbbbb; 
		font-weight: bold; 
	}
	div.jqi .jqimessage{ 
		padding: 10px; 
		line-height: 20px; 
		color: #444444; 
	}
	div.jqi .jqibuttons{ 
		text-align: right; 
		padding: 5px 0 5px 0; 
		border: solid 1px #eeeeee; 
		background-color: #f4f4f4;
	}
	div.jqi button{ 
		padding: 3px 10px; 
		margin: 0 10px; 
		background-color: #2F6073; 
		border: solid 1px #f4f4f4; 
		color: #ffffff; 
		font-weight: bold; 
		font-size: 12px; 
	}
	div.jqi button:hover{ 
		background-color: #728A8C;
	}
	div.jqi button.jqidefaultbutton{ 
		/*background-color: #8DC05B;*/
		background-color: #BF5E26;
	}
	.jqiwarning .jqi .jqibuttons{ 
		background-color: #BF5E26;
	}
</pre></body></html>