html {
    overflow-y: scroll;
}

/*============================*/
/*===== Main Site Styles =====*/
/*============================*/

body {
	background-color: #F2F2F2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0066CC;
	background-image: url(../images/subnav-bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	text-indent: 10px;
}

.txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height: 20px;
	padding: 10px;
}

.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}

.tbl {
	padding-left:7px;
	padding-right:7px;
	padding-top:0px;
	padding-bottom:0px;
}

.sup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.tbl {
	height:200px;
}

.xstooltip 
{
    display: none; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
	background: white;
}

.copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}

.foot {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:link {
	color: #0085e6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0085e6;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #0085e6;
}

.parameters_table {
    border-width: 0px;
    border-collapse: collapse;
    border-color: #c1c1c1;
    background-color: #ffffff;
    color: #000000;
    width: 400px;
    
}

.parameters_table th{
	background: #f2f2f2;
	padding: 5px;
	border: none;
}

.parameters_table td{
	font-size: 12px;
	border: none;
	border-bottom: 1px dotted #c1c1c1;
	padding: 7px;
}

.colname {
	background-color: #fafafa;
	width: 140px;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/


#slider {
	position:relative;
    width:976px;
    height:228px;
    margin-left:0px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:0px;
	bottom:-17px;
}
.nivo-controlNav a {
	display:block;
	width:166px;
	height:0px;
	background:url(../images/btn.gif) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:0px;
	height:0px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* filesbox */

.filesbox {
	color: #888888;
	font-size: 12px;
	width: 90%;
	background: #f1f1f1;


	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	border: solid 1px #f1f1f1;
	color: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.filesbox ul {
	list-style-type: circle;
	padding: 0;
	margin: 0;
}

.filesbox li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}

.filesbox span{
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.detailsbox {
	color: #888888;
	font-size: 12px;
	width: 400px;
	background: #f1f1f1;


	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	border: solid 1px #f1f1f1;
	color: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
