﻿/* 
CSS Document 
*/
body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size:12px;
}
table
{
	font-family:Arial;
	font-size:12px;
    margin-top: 0px;
}

legend
{
	font-weight:bold;
	font-size:14px;
}

.instructionText
{
	background:wheat;
	color:Gray;
	font-family:Arial;
	font-size:10px;
}

.watermark
{
	color:Gray;
}

.btn {   
   color:#333;
   font:12px/16px "segoe ui",arial,sans-serif;
}  


/*Top Navigation*/
.top_nav a
{
	text-decoration:underline;
	color:White;
}
.top_nav_selected a
{
	text-decoration:underline;
	color:White;
}

/*
Left Navigation
*/
.table_top
{
	width: 204px;
	height: 27px;
	background-image:url(../images/table_top.jpg);
	background-repeat:no-repeat;
}

.table_content
{
	width: 204px;
	background-image:url(../images/table_content.jpg);
	background-repeat:repeat-y;
}

.table_text
{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}

.table_bottom
{
	width: 204px; height: 23px;
}

.news_more 
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	line-height:20px;
	font-weight: bold;
}

.news_more a
{
	color: Black;
	text-decoration:underline;
}

.title_panel 
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.fileUpload
{
	width:800px;
}

TD.bgGray1
{
	background-color: #C0C0C0;
	vertical-align: top;
}

TD.bgGrayBold1
{
	background-color: Gray;
	font-weight: bold;
}

TH.bgGray1
{
	background-color: #C0C0C0;
	vertical-align: top;
}

.divStep1
{
	position:relative;
	float:left;
}

.divStep2
{
	position:relative;
	float:left;
	top:0px;
}


/*Start Grid View Styles*/
.gridview {        font-family:"arial";        background-color:#FFFFFF;         width: 100%;        font-size: 12px;}
.gridview th {        background: #000084;        padding: 1px;   color: white;     font-size:small;}
.gridview th a{        color: white;        text-decoration: none;}
.gridview th a:hover{        color: #003300;        text-decoration: underline;}
.gridview tr  {        background: #eeeeee;}
.gridview tr.even {        background: gainsboro;}
.gridview td a{        color: blue;        font: bold small "arial";        padding: 2px;        text-decoration:underline;}
.gridview td a:hover {        color: red;        font-weight: bold;        text-decoration:underline;     }
.gridview tr.gvSelRow td {  background: #008A8C; font-weight: bold; color:white; }

/*End Grid View Styles */

.mobileLabel
{
	font-size:x-small;	
}

.analysisBold
{
	font-weight:bold;
}

.analysisBoldUnderline
{
	font-weight: bold;
    text-decoration: underline;
}

.analysisBoldHeader
{
	font-weight:bold;
	font-size:14px;
}

.analysisInput
{
	width:50px;
}