span.comments
{
    color:#d36c0a;
}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#222222;
	font-weight:bold;
}
#colorh2 {
  color: #000000;
}
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #000000;
	font-weight:bold;
}
h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #000000;
	font-weight:bold;
}
h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight:bold;
}

p
{
	font-family: Verdana, Arial, "Times New Roman",Helvetica, sans-serif;
        color: black;
	font-size:12px;
}
div
{
        color: black;
	font-size:11px;
}
p.fig
{
	font-weight:bold;
}

ul
{
	font-family: Verdana, Arial, "Times New Roman",Helvetica, sans-serif;
        color: black;
	font-size:11px;
}
ul.featurefont{
	font-size:13px;
}

.featurefont li {
    margin-bottom: 10px;
}

ol
{
	font-family: Verdana, Arial, "Times New Roman",Helvetica, sans-serif;
        color: black;
	font-size:11px;
}

a
{
        color: #3333aa;
	text-decoration:underline;
}

.style1
{
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
.style2
{
	font-size:10px;
	color:#333333;
	font-weight:bold;
}
a.topnav
{
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
a.topnav_bot
{
	font-size:9px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
a.topnav:hover
{
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
a.n
{
    color: #000022;
    text-decoration:none;
    font-size:11px;
}
a.napi
{
    color: #0000dd;
    text-decoration:none;
    font-size:12px;
}

pre.sh_perl
{ 
    background-color:#eeeeff; color:#000; font-weight:normal; font-style:normal
}
/* Set width to fit into page size*/
.document {
    width:800px;
    margin-left:100px;
    margin-right:70px;
}
.container{
	width:851px;
	height:303px;
	padding:0px;
	border:0px solid gray;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: #888888;	
}
.slider_wrapper{
	overflow: hidden;
	position:relative;
	height:300px;
	top:auto;
}
#image_slider{

	position: relative;
	height: auto;
	list-style: none;
	overflow: hidden;
	float: left;
	/*Chrom default padding for ul is 40px */
	padding:0px;
	margin:0px;
}
#image_slider li{
	position: relative;
	float: left;
}
.nvgt{
	position:absolute;
	top: 120px;
	height: 50px;
	width: 30px;
	opacity: 0.1;
}
.nvgt:hover{
	opacity: 0.5;
}
#arrowprev{
	background: #000 url('/bimg/prev.png') no-repeat center;
	left: 0px;
}
#arrownext{
	background: #000 url('/bimg/next.png') no-repeat center;
	right: 0px;
}

#pager{
	/* firefox has different center method. this doesn't work for fire fox */
	/* not in the center*/
	padding:0px;
	position:relative;
	height:50px;
	margin:auto;
	margin-top:10px;
}
#pager li{
	padding: 0px;
	margin:5px;
	width:20px;
	height:20px;
	border:1px solid black;
	color:black;
	list-style: none;
	opacity: 0.6;
	float:left;
	border-radius: 3px;
	cursor: pointer;
}
#pager li:hover{
	opacity:0.9;
}


#query
{  
    border-radius: 10px;
    outline:none;
}

.phytoc {
    list-style-type: none;
}
.phytoc ol{
    list-style-type: none;
}

.nounderline{
    text-decoration: none;
}

.a_nounderline{
    text-decoration: none;
}


.nounderline {
    color: #0000ff;
}

.nounderline:visited {
    background-color: #FFFF85;
}

.nounderline:hover {
    background-color: #FF704D;
}

.nounderline:active {
    background-color: #FF704D;
}
.list5 li { padding: 5px 0px 0px; }
.list5 li:first-child { margin-bottom: 0px; }

.fullpage{
	opacity: 0.3;
}
.fullpage:hover{
	opacity: 0.8;
}
.centerimg{
    margin-left: auto; 
    margin-right: auto; 
    width:200;
}

.lefttable{
    text-align:left;
    aligh: left;
    border:2px solid black;
    border-spacing:0px;
    max-width: 98%;
}
.goftable{
    text-align:center;
    margin: auto;
    border:2px solid black;
    border-spacing:0px;
    max-width: 98%;
}
.goftable td{
    border: 1px solid black;
    padding: 5px;
}

.block_title {
    margin-top:15px;
    text-align:center;
    font-size: 20px;
    color:#0000aa;
    background-image: url('/tp_image/title_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px 30px;
}

.block_title_full {
    margin-top:15px;
    text-align:center;
    font-size: 20px;
    color:#0000aa;
    background-image: url('/tp_image/title_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 460px 30px;
}

.centerdiv{
    text-align: center;
    
}
.figuretext{
    font-size:16px;
    font-weight:bold;
}

.line_odd {
    background:radial-gradient(#b0b0b0, #4a5768);
    color: white;
    text-align: center;
}
.line_even {
    background-color: white;
    color: black;
    text-align: center;
}
.line_title {
    font-size: 24px;
    height: 40px;
    //background-image: url('image/title_bg.png');
    //background-repeat: no-repeat;
    //background-position: center;
}
.footer {
    //background-color:#505050;
    background-color:#5000e0;
    font-size: 12px;
    color: white;
    height: 124px;
}
.footer_left {
    margin-left: 30px;
    margin-top: 55px;
    float: left;
}
.footer_right {
    margin-right: 80px;
    margin-top: 10px;
    float: right;
}

.maintext {
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 10px;
    text-align: left;
}

div.gofscript{
    font-family: "Courier New";
    background-color: #eeeeff;
}


div.left_div {
    width: 380px;
    float: left;
    margin: auto;
}
div.left_div_more {
    width: 410px;
    float: left;
    margin: auto;
}
div.right_div{
   margin-left: 30;
    float: left;
}
.left_div_280 {
    width: 380px;
    float: left;
    margin: auto;
}
.right_div_500{
   margin-left: 30;
    float: left;
}

.clear_div{
    width: 100%;
    height: 1px;
    clear: both;
}
.div_h {
    float: left;
    width: 190px;
    height: 150px;
    margin: 10px;
    text-align: left;
    background-image: url(image/block.png);
    background-repeat: no-repeat;
}

.centerdiv{
    text-align: center;
    
}

.nandtable{
    width:900;
    align: center;
    border-spacing: 0;
    border-collapse: collapse;
}  

.contents{

    padding-left:24px;
    padding-top:15px;
    padding-right:20px; 

}


.b_table {
    border: 2px solid black;
    width: 800px;
    margin: auto;
    border-spacing:0px;
}
.b_table td {
    border: 1px solid black;
    padding: 5px;
}
.a_underline {
    text-decoration:underline;
}

.button {
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 1px 1px;
  cursor: pointer;
  background-color: #008CBA;
}





























