body {
	margin: 10px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: #F0F0F0  repeat-x;
}

h1 {
	font-size: 28px;
	margin: 10px 0 0 0;
	font-weight: normal;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

a {
	color: #98CA2E;
}

a:hover {
	text-decoration: none;
}

p {
	text-indent: 24px;
	line-height: 24px;
	margin: 5px 0 0 0;
}

/* head start*/
#head {
	background-color: #eee;
	width: 1200px;
	height: 180px;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
}

#menu {
	text-align: right;
	height: 40px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B2DFEE',
		endColorstr='#B2DFEE' );
	background: -moz-linear-gradient(top, #B2DFEE 0%, #B2DFEE 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B2DFEE),
		color-stop(100%, #B2DFEE) );
	background: -webkit-linear-gradient(top, #B2DFEE 0%, #B2DFEE 100%);
	background: -o-linear-gradient(top, #B2DFEE 0%, #B2DFEE 100%);
	background: -ms-linear-gradient(top, #B2DFEE 0%, #B2DFEE 100%);
	background: linear-gradient(top, #B2DFEE 0%, #B2DFEE 100%);
	-webkit-box-shadow: -1px 0 10px #999999;
	-webkit-box-shadow: 1px 0 10px #999999;
	-webkit-box-shadow: 0 1px 10px #999999;
	-moz-box-shadow: -1px 0 10px #999999;
	-moz-box-shadow: 1px 0 10px #999999;
	-moz-box-shadow: 0 1px 10px #999999;
	box-shadow: 1px 0 10px #999999;
	box-shadow: -1px 0 10px #999999;
	box-shadow: 0 1px 10px #999999;
}

#menu_top {
	width:1200px;
	height:150px;
	padding: 0;
	background-image: url("./../images/bg-05.png");
}

#menu_top a {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 5px 5px 5px #606060;
	-webkit-transform: translate(2px, 20px);
	-moz-text-shadow: 0 0 10px #606060;
	-webkit-text-shadow: 0 0 10px #606060;
}
#menu_top label {
	text-decoration: none;
	color: #ffffff;
	
}

#menu ul {
	line-height: 40px;
	margin: 0 40px 0 0;
	padding: 0;
	
}

#menu li {
	font-size: 20px;
	width: 150px;
	list-style: none;
	list-style-image: none;
	float: right;
	text-align: center;
}

#menu a {
	color: #434343;
	text-decoration: none;
}

#menu a:hover {
	color: #6e92ff;

}
#menu .active a {
	color: #6e92ff;
	text-decoration: none;
}

/* head end*/

/* Content start*/
#content {
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
    height:630px;
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}

#content p {
	font: normal 100% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 28px;
	margin: 8px 0 0 0;
}
#content .select{
	width:300px;
}
#content #intro{
	float: left;
	width: 65%;
	padding: 5px 10px 0 20px;
}
#content #right{
	float: left;
	width: 30%;
	height:630px;
	padding: 5px 10px 0 10px;
}
#content #pic {
	margin-top: 50px;

	width:420px;
	height:400px;
}
#content #Statistics {
	width:420px;
	height:150px;
}
#content #Statistics h1 {
	font-size: 28px;
	margin: 0 0 0 0;
	font-weight: normal;
}
#content #Statistics p{
	font: normal 100% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 13px;
	margin: 4px 0 0 0;
}
/*content end*/

/* result start*/
#result {
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}

#result p {
	font: normal 100% arial, helvetica, sans-serif;
	text-align: justify;
	line-height: 24px;
	margin: 8px 0 0 0;
}
#num_pag {
	padding:0 0 10px ;
}
/*result end*/

hr {
	border: 1px dashed #d2ed1e;
}

#search {
	font-size: 20px;
}

#search td {
	text-align: left;
}

#search input {
	padding: 5px;
	font: normal 100% Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	color: #20b20b;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}
#search select {
	padding: 4px;
	font: normal 100% Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	color: #20b20b;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}

#search .submit {
	color: #000;
}

#search .submit:hover {
	background: #d2ed1e;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	cursor: pointer;
}

#search .reset {
	color: #000;
}

#search .reset:hover {
	background: #d2ed1e;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	cursor: pointer;
}
#search .button {
	color: #000;
}

#search .button:hover {
	background: #d2ed1e;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	cursor: pointer;
}

#sub_search {
	padding: 20px;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
	border: 1px solid #999;
}

/* Footer */
#footer {
	width: 1200px;
	height: 40px;
	font: normal 110% arial, helvetica, sans-serif;
	margin: 10px auto;
	background: #222; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ffffff' ); /* for IE */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #ffffff) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
	-webkit-box-shadow: -1px 0 10px #999999;
	-webkit-box-shadow: 1px 0 10px #999999;
	-webkit-box-shadow: 0 1px 10px #999999;
	-moz-box-shadow: -1px 0 10px #999999;
	-moz-box-shadow: 1px 0 10px #999999;
	-moz-box-shadow: 0 1px 10px #999999;
	box-shadow: 1px 0 10px #999999;
	box-shadow: -1px 0 10px #999999;
	box-shadow: 0 1px 10px #999999;
}

#footer p {
	text-align:center;
	padding: 10px 1px 1px 1px;
	display: block;
	line-height: 48px;
	font: normal 100% arial, helvetica, sans-serif;
	color: #000000;
}

#Table_body a {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
}

#Table_body td {
	text-align: center;
	padding: 2px;
}

#Table_body th {
	background: #222; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7a7a',
		endColorstr='#222' ); /* for IE */
	background: -moz-linear-gradient(top, #7b7a7a 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7b7a7a),
		color-stop(100%, #222) );
	background: -webkit-linear-gradient(top, #7b7a7a 0%, #222 100%);
	background: -o-linear-gradient(top, #7b7a7a 0%, #222 100%);
	background: -ms-linear-gradient(top, #7b7a7a 0%, #222 100%);
	background: linear-gradient(top, #7b7a7a 0%, #222 100%);
	-webkit-box-shadow: -1px 0 10px #999999;
	-webkit-box-shadow: 1px 0 10px #999999;
	-webkit-box-shadow: 0 1px 10px #999999;
	-moz-box-shadow: -1px 0 10px #999999;
	-moz-box-shadow: 1px 0 10px #999999;
	-moz-box-shadow: 0 1px 10px #999999;
	box-shadow: 1px 0 10px #999999;
	box-shadow: -1px 0 10px #999999;
	box-shadow: 0 1px 10px #999999;
	color: #ffffff;
	padding: 5px;
}
#Table_body .top111 {
	background: #F0F0F0;
}
#Table_body .single {
	background: #F0F0F0;
}

#Table_body .double {
	background: #DEDEDE;
}

#Table_body tr:hover {
	background: #98CA2E;
	cursor: pointer;
}


#set_pages a {
	border: 1px solid #ddd;
	color: #1267B8;
	white-space: nowrap;
	text-decoration: none;
}

#set_pages a:hover {
	background-color: #1267B8;
	color: #fff;
	border: 1px solid #888
}

#content #download {
	height:620px;
	width: 1200px;
	overflow-y:scroll;
	font-size: 20px;

}
#download .col1 {
	width: 80%;
	height: 60px;
	text-align: center;
	background:#F2F2F2;
}
#download .col2 {
	width: 100%;
	height: 60px;
	text-align: center;
	background:#c0c0c0;
}

#download .col3 {
	width: 20%;
	height: 60px;
	text-align: center;
	background:#F2F2F2;
}
#help {

	font-size: 18px;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
	padding:0 0 10px 0;
}
.help_top{
	width:1200px;
	height:60px;
}
.help_sub{
	width:1140px;
	margin:10px 0 0 0;
	padding:0 30px 0 30px;
}

.help_content{
	width:1140px;
	margin:10px 0 0 0;
	padding:0 30px 0 30px;
	
}

.help_content p {
	text-align: justify;
	text-indent: 24px;
	line-height: 24px;
	margin: 5px 0 0 0;
}

#help a {
	color: black;
	text-decoration: none;
}

#help a:hover {
	color: black;
	text-decoration: underline;
}

#quickMenu {
	width: 30px;
	height: 20px;
	position: absolute;
	top: 170px;
	left: 0;
	border: 1px solid #B2DFEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	text-align: center;
	background-color: #B2DFEE;
}

#quickMenu a {
	font-family: arial, helvetica, sans-serif;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#quickMenu a:hover {
	text-decoration: underline;
}

#contact_us {
	font-size: 20px;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}

#contact_us a {
	color: green;
	text-decoration: none;
}
#contact_us a:hover {
	color: green;
	text-decoration: underline;
}

#statistics {
	float: left;
	margin: 10px 0 0 10px;
}











/*details*/
#details{
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}
#Table_details{
	width:100%;
    padding:0 0 10px 0;	
}

#Table_details td {
	
}
#Table_details th{
	width:50%;
	text-align:right;
	background: #D8EAE4;
	padding: 5px;
}
#Table_details .th_red{
	width:40%;
	text-align:right;
	background: #D8EAE4;
	padding: 5px;
	color:red;
}

#Table_details .single {
	background: #F0F0F0;
	
}

#Table_details .double {
	background: #DEDEDE;
	
}
#Table_details .single_red {
	background: #F0F0F0;
	color:red;
}

#Table_details .double_red {
	background: #DEDEDE;
	color:red;
}

#table_7{
	width:80%;
    overflow-x:scroll;	
    margin:30px 0 0 118px;    
    white-space:nowrap; 
}
#Table_details .rowname {
	text-align:right;
	background: #D8EAE4;
	padding: 2px;
}
#Table_details .colname {
	background: #DEDEDE;
	padding: 2px;
	font-size: 15px;
}
#Table_details .colname_spec {
	background: #D8EAE4;
	padding: 2px;
	font-size: 15px;
}
#Table_details .spec_red {
	padding: 2px;
	color:red;
	background: #D8EAE4;
	font-size: 10px;
}
#Table_details .spec {	
	padding: 2px;
	background: #D8EAE4;
	font-size: 10px;
}
#Table_details .tdstyle_s {
	background: #F0F0F0;
	padding: 2px;
	font-size: 10px;
}
#Table_details .tdstyle_d {
	background: #DEDEDE;
	padding: 2px;
	font-size: 10px;
}
 