@charset "utf-8";
/* CSS Document */
body{
	background-color:#fff;
	margin-top:5px;
	margin-left:-5px;
	margin-right:0px;
	margin-bottom:0px;
	
	

left: 0px;
position: absolute;
width: 100%;
z-index: -1;
}
#menu tr{
	padding:0px;
	margin-left:5px;
	margin-right:5px;1
	
	background-color:#000;
background:url(img/title_bg_wood.png);
	text-transform:uppercase;
	text-decoration:none;
	width:100%;
float:left;


	text-align:center;
	vertical-align:middle;
	font-size:15px;
	color:#3CF;
	outline-color:#FFF;
}

#menu td{
	padding:0px;
	width:105px;
	margin-left:0px;
	margin-right:0px;
	
}

#td
{
width:35px;
color:#0CF;

}

h1,h2,h3,h4
{
voice-family:male;
richness:100;
font-family:"Times New Roman", Times, serif;
font-size:14px;

}



#text {
	font-size:12px;
	color:#F00;
	size:"15px";
	margin-top:10px;
	
	
}
img{
	margin-top:1px;
	overflow:auto;
}
#search_td{
	font-size:12px;
	color:#333;
}

Rcorner{width:25px;} Lcorner{	width:25px;}

	
div#fixme-at-bottom {

            position:fixed;

            right:0px;

            z-index:9999;

            display:block;
       }
#help {
            position:fixed;
            right:250px;
			height:90px;
			width:100px;
			border-style:solid;
			border-color:#36C;
            z-index:10000;
			top:350px;
			text-shadow:#FFF;
            display:block;
			float:left;
			text-transform:capitalize;
			direction:ltr;
       }
#tipbox{
	display:inline-block;
	background-color:#FFCCFF;
	margin-right:10px;
	width:100px;
	margin-top:-0px;
	border:0.10em #333 ;
	border-style:solid;
	float:right;
	position:relative;
	overflow:auto;
}
.tooltip {
	background-color:#CF6;
	border:1px solid #333;
 width:auto;
 height:auto;
border-radius:10px; 
	padding:20px 20px;
	display:none;
	color:#000;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

 
/* override the arrow image of the tooltip */
.tooltip.bottom {
	background:url(img/black_arrow.png);
	padding-top:40px;
	height:55px;
}
 
.tooltip.bottom {
	background:url(img/black_arrow.png);
}

	#formID {

		border:1px outset #ccc;

		background:#fff url(img/h600.png) repeat-x;

		padding:20px;

		margin:20px 50%/2;

		width:90%;

		font-size:12px;

		-moz-border-radius:4px;

	}

	

	#formID h3 {

		text-align:center;

		margin:0 0 10px 0;

	}

	

	/* http://www.quirksmode.org/css/forms.html */

	#inputs label, #inputs input, #inputs textarea, #inputs select {

		display: block;

		width: 150px;

		float: left;

		margin-bottom: 20px;

	}

	

	#inputs label {

		text-align: right;

		width: 75px;

		padding-right: 20px;

	}

	

	#inputs br {

		clear: left;

	}
	#inputs img{
		claer:left;
	}
#tooltip {
	position:absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color:#FF0 ;
	moz-border-radius:10px;
	border-radius:10px;

	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0px; }
  .tip1{
                position: absolute;
                z-index: 100000;
                border:#000000 1.4px solid;
				margin:10px 0px 0px 25px;
                color:#000000;  /*#000;*/
                font: bold 80%/1 Arial;
                padding: 10px;
                display:none;
                white-space: nowrap;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 3px;
                opacity: 0.9;
                filter: alpha(opacity=90);
				background-color:#CCCE08;
				
				
				
}
#arrow{
margin-left:-16px;
margin-top:0px;

}