/* CSS Document */

/* ==================================
   Table Styles
================================== */

table.tbl1  {
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	margin:20px 0;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.tbl1  th {
	padding:15px;
	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);
}

table.tbl1 tr:first-child {
	background: #ededed;
	border-color:#ededed;
}

table.tbl1  tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.tbl1  tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.tbl1  tr {
	text-align: center;
}
table.tbl1  td:first-child {
	text-align: left;
	border-left: 0;
}

table.tbl1 .tleft {
	text-align:left;
}

table.tbl1  td {
	padding:5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table.tbl1 tr:nth-of-type(odd) {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

table.tbl1  tr:last-child td {
	border-bottom:0;
}
table.tbl1  tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.tbl1  tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.tbl1  tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

/***************************** Next Table Style *****************************/

.tbl2 {
	margin:0px;padding:0px;
	border:1px solid #000000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	

}.tbl2 table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tbl2 tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.tbl2 table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.tbl2 table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.tbl2 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.tbl2 tr:hover td{
	
}
.tbl2 tr:nth-child(odd){ background-color:#d2e1ef; }
.tbl2 tr:nth-child(even)    { background-color:#ffffff; }.tbl2 td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	padding:5px;
	color:#000000;
}.tbl2 tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tbl2 tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tbl2 tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tbl2 tr:first-child td{
	background:-o-linear-gradient(bottom, #005276 5%, #005b82 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005276), color-stop(1, #005b82) );
	background:-moz-linear-gradient( center top, #005276 5%, #005b82 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005276", endColorstr="#005b82");	background: -o-linear-gradient(top,#005276,005b82);

	background-color:#005276;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:1.05em;
	font-weight:bold;
	color:#ffffff;
}
.tbl2 tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005276 5%, #005b82 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005276), color-stop(1, #005b82) );
	background:-moz-linear-gradient( center top, #005276 5%, #005b82 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005276", endColorstr="#005b82");	background: -o-linear-gradient(top,#005276,005b82);
	background-color:#005276;
}
.tbl2 tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tbl2 tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/***************************** Next Table Style *****************************/


.tbl3 {
	margin:0px;padding:0px;
	border:1px solid #000000;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	

}.tbl3 table{
    border-collapse: collapse;
        border-spacing: 0;
	margin:0px;padding:0px;
}.tbl3 tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.tbl3 table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.tbl3 table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.tbl3 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.tbl3 tr:hover td{
	
}
.tbl3 tr:nth-child(odd){ background-color:#e5e5e5; }
.tbl3 tr:nth-child(even)    { background-color:#ffffff; }.tbl3 td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	padding:7px;
	font-size:10px;
	color:#000000;
}.tbl3 tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tbl3 tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tbl3 tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tbl3 tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:1.05em;
	font-weight:bold;
	color:#000000;
}
.tbl3 tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.tbl3 tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tbl3 tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
