/*########Start of Paganation CSS###############*/

.pager{
	background-color: #f0f0f0;
	border-radius: 10px;
	border: 2px solid #666;
	width: 1500px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	}

Pagination CSS
.pagination{
	height:20px;
	margin:20px 0}
	
.pagination ul{
	display:inline-block;
	*display:inline;
	margin-bottom:0;
	margin-left:0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	*zoom:1;
	/*-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	box-shadow:0 1px 2px rgba(0,0,0,0.05)*/} /*box shadow*/
	
.pagination li{display:inline}
.pagination a,.pagination span{
	float:left;
	padding:0 14px;
	line-height:38px;
	text-decoration:none;
	background-color:#999;
	border:1px solid #ddd;
	border-left-width:0}
	
.pagination a:hover,.pagination 
.active a,.pagination .active span{
	background-color:cadetblue}
	
.pagination .active a,.pagination .active span{color:aqua;cursor:default}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover{
	color:#999;
	cursor:default;
	background-color:transparent}

.pagination li:first-child a,
.pagination li:first-child span{
	border-left-width:1px;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px}

.pagination li:last-child a,
.pagination li:last-child span{
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}

.pagination-centered{text-align:center}
.pagination-right{text-align:right}


table,td{padding:1px;border-radius:1px}
	input,textarea{width:250px}
	input[type=radio],input[type=checkbox]{width:20px}

/*Hover color for table*

.corret_tool{ background-color:#0C6; }
.corret_tool{color:#000; }
.wrong_tool{ background-color:#C00; }
.wrong_tool{ color:#FFF; }	
	
/*End of Hover color for table*/

/*######################End of Paganation CSS########################*/