@charset "utf-8";
/* CSS Document */

body { 
	/*psition:absolute;*/
	height: 100%; 
	/*width: 900px;*/
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0%;
	margin-bottom: 0%;
	padding: 0;
	font-style: normal;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;	
}
/*div {border: 1px solid blue; }*/
p, td, h1, h2, h3, form, input, li{	padding:0;	margin:0;}
img, table{	padding:0;	margin:0;	border:none;}

.cRight{ float:right;}
.cLeft{ float:left;}
.topBanerGoggle{
	float:right;
	margin-right:5px;
}
.menu-h-d {
	position: absolute;
	margin-left: 1%;
	margin-top: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 38px;
	z-index: 4;
	/*background-color: blue;*/
}
.menu-h-d li { 
	float: left; 
	display: block; 
	/*position: absolute;*/
	position: relative;
	width: 120px; 
	list-style: none; 
	/*background-color: blue;*/
}
.menu-h-d a { 
	text-decoration: none; 
	display: block; 
	color:/*#FFFFFF*/black;
	padding-left: 10%;
	/*background-color: red;*/
}
.menu-h-d ul { 
	position: absolute;
	display: none;
	margin: 0px;
	padding: 0px;
	top: 38px; 
	left: 0px; 
	z-index: 2;
	background: #535353; 
	opacity: 0.85;
	/*width: 100px;*/
	/*border: 1,1,1,1 solid red;*/
}
.menu-h-d ul ul { 
	position: absolute;
	display: none;
	left: 120px;
	top: 0px; 
	background-color:#535353;
	z-index: 3;
	opacity: 0.85;
}
.menu-h-d li li {
	float: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	background-image: url("images/btnfon.jpg");
	
	/*background-color:red;*/
}
.menu-h-d a:hover {
	color: #999; 
	/*background-color: #535353;*/
	background-image: url("images/btnfonh.jpg");
	background-repeat:repeat-x;
	background-position:center;
}
.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }
.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

#headerPanel {
    padding-top:40px;
    height: 92px;
    background-color: #09b3cc;
	background-image: url("images/headerbg1.jpg");
	background-repeat: repeat-x;
	background-position: bottom left;
}
#headerMenuPanel {
	/*position: absolute; */
	background-color: #535353;
	background-image: url(images/btnfon.jpg);
	height: 38px;
	background-repeat: repeat-x;
	background-position: center;
}
#iPade {
	/*margin: 0,10%,0,10%;*/
	/*border: 1px 1px 1px 1px solid red; */
}
#footerPanel{	
	text-align:center;
	background-image:url(images/btnfon.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-color:#535353;
	height:38px;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 38px;
	/*font:normal 11px/18px Verdana, Arial, Helvetica, sans-serif;*/
	color:/*#FFFFFF*/black;
}
#footerPanel b{
	margin-left:1%;
	margin-right:1%;
}
#bodyPanel{
	min-height:250px;
}
#bodyPanel h1{
	text-indent:1em; 
	color:#0000CC; 
	font-size:24px; 
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#bodyPanel h2{
	text-indent:1em; 
	color:#0000CC; 
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
}
#bodyPanel p{
	text-align:justify; 
	text-indent:1em;
}
#bodyPanel #line{ 
	width:100%; 
	font-size:10px; 
	border-bottom:#000000 1px dotted; 
	height:10px;
}
#bodyPanel img{ 
	margin:10px; 
	padding:3px; 
	background-color: #D3C792;
}
#searching img{ margin:0px; padding:0px;}
.w890{
	width: 100%;
}
#GooglePanel{
	float: left; 
	width:250px; 
	z-index: 1;	
	background-color:#c6eff5;
	padding:10px;
}
#GooglePanel div{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#SpPanel ul{
	list-style-type: none; margin:0; padding:0;
}
#SpPanel li, #SpPanel li a{
	font-family: Verdana;font-size: 10px; color:#000000; text-decoration: none;
}
#wait{font-family: Verdana;font-size: 11px;width:200px;height:50px;background:#FFF;padding:10px;text-align:center;border:1px solid #000; }