@import url("reset.css");
@import url("grid.css");
@import url("typography.css");
@import url("forms.css");

.container{
	margin-top: 10px;
}

.addnew{
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 15px 30px;
	font-size: 1.2em;
	color: #87C663;
	background: #FFF url("../images/addnew.png") no-repeat scroll 5px center;
}

.addnew a{
	color: #87C663;
	font-weight: bold;
}

.addnew a:hover{
	color: #525252;
}


.title, .paging{
	background: transparent url("../images/title.png") repeat-x scroll center center;
}

.grid td strong{
	color: #009eef;
	font-size: 1.1em;
}

.grid td a.url{
	color: #0d0d0d;
	font-size: 1.1em;
}

.grid td a.url:hover{
	color: #87C663;
}


.grid td a, .grid td span{
	color: #0d0d0d;
	display:  block;	
	padding: 6px 10px;
}

.grid td{
	border-bottom: 1px solid #D9DADA;
	font-family: Tahoma, sans-serif;
	padding: 0px 2px;
}

a.manage:hover, a.edit:hover, a.export:hover{
	color: #87C663;
}


.grid td a.manage, .grid td a.edit, .grid td a.export, .grid td a.delete{
	padding: 1px 10px 2px 23px;
	display: inline;;
}

a.manage{
	background: transparent url("../images/manage.png") no-repeat scroll top left;
}

a.edit{
	background: transparent url("../images/edit.png") no-repeat scroll top left;
}

a.export{
	background: transparent url("../images/export.png") no-repeat scroll top left;
}

a.delete{
	background: transparent url("../images/delete.png") no-repeat scroll top left;
}

.paging{
	text-align: center;
	font-weight: bold;
	color: #868686;
	font-size: 1.1em;
}

.paging span{
	background-color: #FFF;
	padding: 0px 5px;
}

.paging-left{
	float: left;
	display:  block;
}

.paging-right{
	display:  block;
	float: right;
}

.footer{
	color: #6C6C6C;
}

.filter div{
	padding: 0px 10px;
	margin: -10px 0px 15px 0px;
}

.info div{
	margin: 0px 0px 15px;
}






