#webpage
{
	width: 100%;
}
#webpage a
{
	color: gray;
	font-weight: bold;
	text-decoration: none;
}
#webpage a:hover
{
	text-decoration: none;
	color: orange;
}
#webpage a:active
{
	text-decoration: none;
}
#webpage a:visited
{
	text-decoration: none;
}
#webpage form
{
	margin: 0px;
	padding: 0px;
}
#webpage table
{
	text-align: center;
	border: solid 1px #E0E0E0;
	
}
#webpage .thead
{
	background-color: #C2CCDA;
	color: white;
	font-weight: bold;
}
#webpage .table-field-content {
	padding: 3px;
	font-size: 12px;
	background-color: #F7F8FA;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
#webpage .table-field-name {
	padding: 3px;
	font-size: 12px;
	background-color: #F0F2F5;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	font-weight: normal;
}
#messageDiv
{
	width: 300px;
	border: solid 1px #E0E0E0;
	background-color: #F7F8FA;
	height: 100px;
	vertical-align: middle;
}
.action_link
{
	color: red;	
}

.SS_table{}
.SS_small{width: 284px; text-align: center; padding-top: 10px; border-right: solid 1px white; border-bottom: solid 1px white;
            padding-bottom: 4px;  background-color: #F0F2F5; line-height: 20px;}
.SS_small img{margin-bottom: 7px;}
.SS_small a{text-decoration: none; font-weight: bold;}
.SS_tname{background-color: white: padding: 0px 20px 5px 20px; color: #4B4C5F; font-size: 24px; font-family: verdana; margin-top: 0px; margin-bottom: 10px;}
.cls{font-size: 1px; line-height: 1px; height: 1px; clear: both;}

/*
#tRatesTable{font-weight: bold;}
#tRatesTable td{vertical-align: top;}
#tRatesTable td ul{list-style: none; line-height: 20px;}
#tRatesTable td li{clear: both;}
#tRatesTable td ul span.one{display: block; float: left; width: 100px;}
#tRatesTable td ul span.two{display: block; float: left; width: 130px; text-align: right;}
*/
#tRatesTable .inner td{text-align: right; padding: 2px 15px 2px 40px; border: solid 1px black; border-collapse: collapse;}


