body
{
	font-family: 'Open Sans', sans-serif;

}
table
{
	border-collapse:collapse;
}

/*end table 5*/
.table6 {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #b2b2b2;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.table6 table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.table6 tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.table6 table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.table6 table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.table6 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.table6 tr:hover td{
	
}
.table6 tr:nth-child(odd){ background-color:#f7f4f4; }
.table6 tr:nth-child(even)    { background-color:#ffffff; }.table6 td{
	vertical-align:middle;
	
	
	border:1px solid #b2b2b2;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.table6 tr:last-child td{
	border-width:0px 1px 0px 0px;
}.table6 tr td:last-child{
	border-width:0px 0px 1px 0px;
}.table6 tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.table6 tr:first-child td{
		background:-o-linear-gradient(bottom, #ffffff 5%, #999999 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #999999) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #999999 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#999999");	background: -o-linear-gradient(top,#ffffff,999999);

	background-color:#ffffff;
	border:0px solid #b2b2b2;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.table6 tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ffffff 5%, #999999 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #999999) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #999999 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#999999");	background: -o-linear-gradient(top,#ffffff,999999);

	background-color:#ffffff;
}
.table6 tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.table6 tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.table6 tr:hover {
          background-color: #E0E0E0;
    }
/*end table6*/

a {
    color: #FF0000;
    text-decoration: none;
}

a:hover {
    background-color: yellow;
	text-decoration: underline;
} 

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #FF0000;
  font-size: 15px;
  background: #ffffff;
  padding: 4px 4px 4px 4px;
  border: solid #808080 2px;
  text-decoration: none;
}

.btn:hover {
  background: #ededed;
  text-decoration: none;
}

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: solid #808080 1px;
	
	text-decoration: none; /* no underline */
	 color: #FF0000;
}
div.pagination a:hover, div.pagination a:active {
	border: solid #808080 1px;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: solid #808080 1px;
		
		font-weight: bold;
		background-color: green;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	