﻿
.tbl a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.tbl a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.tbl a:active,
.tbl a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.tbl {
	

	font-size:12px;
	

	





}
.tbl th {
	padding: 6px 10px 7px 10px;


      border:1px solid #115740;
        border-radius:3px;

	background: #115740;

	
	color:white;


}


.Label 
{
    width:150px;
    height:28px;
font-weight:bold;
text-align:center;


	background: #F2F2F2;
	

      border:1px solid #115740;
        border-radius:3px;
	
	color:Black;

	margin-bottom:10px;
}

.footer {
	padding: 6px 10px 7px 10px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

.tbl tr{
	text-align: center;
	padding-left:1px;
}
.tbl tr td:first-child{
	text-align: center;
	padding-left:1px;
	border-left: 0;
}
.tbl tr td {
	padding-left: 1px;
    	    	
	background: White;
	  border:1px solid #115740;
        border-radius:3px;
}
.tbl tr.even td{
	
	
	
}

.tbl tr.even td.cellspecail
{
    background-color: #0F806C;
	
}


.tbl tr td.cellspecail{
	background-color: #0DC0A2;
}


.tbl tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


buttonstyle:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1E62D0), color-stop(1, #3D94F6) );
background: -moz-linear-gradient( center top, #1E62D0 5%, #3D94F6 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
background-color: #1E62D0;
}

.buttonstyle:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1E62D0), color-stop(1, #3D94F6) );
background: -moz-linear-gradient( center top, #1E62D0 5%, #3D94F6 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
background-color: #1E62D0;
}

