@charset "utf-8";
/* CSS Document */

			h1 {
				cursor: pointer;
			}

			#tmenubar {
				background: url("../img/topbg.png") center bottom no-repeat;
				height: 74px;
				position: fixed;
				top: -45px;
				left: 0px;
				width: 100%;
				z-index: 50;
				font-family: Arial, Tahoma, Verdana;
				color: #595959;
			}
			
			#tmenubar input {
				padding: 0px !important;
				margin: 0px !important;
				border: 0px !important;
				background: url("../img/topm_sokbg.png") !important;
				width: 190px !important;
				height: 25px !important;
				margin-top: 5px !important;
				padding-top: 8px !important;
				padding-left: 12px !important;
				color: #000 !important;
			}
			
			#tmenubar form {
				float: left!important;  
				width: 350px!important;
			}
			
			#tmenubar #content {
				width: 750px; 
				margin: 0 auto;
				height: 50px;
			}
			
			#tmenubar #click {
				width: 150px; 
				height: 20px;
				margin: 0 auto;
				cursor: pointer;
			}
			
			#tmenubar img {
				border: 0px;
				margin: 5px 3px;
			}

			#tmenubarsmall {
				background: #000000 url("../img/topmenubarbg.jpg") repeat-x;
				background-position: bottom;
				width: 100%;
				font-size: 0px;
				font-family: Arial, Tahoma, Verdana;
				color: #999999;
				height: 6px;
				text-align: center;
				position: fixed;
				z-index: 50;
				top: 0px;
				left: 0px;
			}
			
			#tmenubarbig {
				background: #000000 url("../img/topmenubarbg.jpg") repeat-x;
				background-position: bottom;
				width: 100%;
				font-size: 0px;
				font-family: Arial, Tahoma, Verdana;
				color: #999999;
				height: 55px;
				position: fixed;
				z-index: 50;
				text-align: center;
				top: 0px;
				left: 0px;
			}

			#viewerdim {
				position: fixed;
				z-index: 1000;
				font-size: 25px;
				width: 100%;
				height: 100%;
				vertical-align: middle;
				margin-left: auto;
				margni-right: auto;
				display: none;
				text-align: center;
				margin-top: 0px;
				padding-top: 30px;
				top: 0px;
				left: 0px;
				background-color: #000000; 
				opacity: 0.8;
				filter: alpha(opacity=80);-moz-opacity: 0.8;
			}
			.viewer {
				position: fixed;
				z-index: 1000;
				font-size: 25px;
				width: 100%;
				height: 100%;
				vertical-align: middle;
				left: 0px;
				display: none;
				margin-left: auto;
				margni-right: auto;
				text-align: center;
				margin-top: 0px;
				padding-top: 0px;
				top: 0px;
			}

			
			.viewer img {
				max-width: none;
				border: 5px solid #ffffff;
				cursor: pointer;
				max-height: 100%;
			}

			.meddbox {
				border: 5px solid #c9ce7c; 
				width: 400px; 
				margin-top: 200px; 
				background: #ffffff; 
				padding: 10px; 
				font-size: 14px; 
				margin-left: auto; 
				margin-right: auto;
			}
			
			.meddbox2 {
				border: 5px solid #cccccc; 
				width: 400px; 
				margin-top: 200px; 
				background: #ffffff; 
				padding: 10px;
				color: #595959;
				font-size: 14px; 
				text-transform: none;
				margin-left: auto; 
				margin-right: auto;
				font-family: Arial, Verdana, Tahoma;
			}
			
			.meddbox2 h2 {
				font: 16px Arial, Tahoma, Verdana;
				color: #000000;
				font-weight: bold;
				padding: 7px;
				background: transparent url("../img/h2_bg.jpg") repeat-x;
				text-transform: uppercase;
				margin-bottom: 10px;
			}
			
			
			.code {
				padding: 8px;
				background: url("../img/code_bg.jpg");
				line-height: 12px;
				font: 12px Courier New, Courier, monospace, Arial;
				border: 1px solid #dcdcdc;
				overflow: auto;
				color: #000000;
			}
			
			.css {
				color: #e338bd;
			}
			
			.js {
				color: #1f61a5;
			}