
/*
----------------------------------------------------------------------
	                   ADMIN
----------------------------------------------------------------------
*/




.AdminListTable
{
	width: 100%;
	border: 1px solid #244F9D;
}

.AdminListTable .table_foot
{
	text-align:center;
}
.AdminListTable .table_head *, 
.AdminListTable .table_foot *
{
	text-align:center;
	background-color:#244F9D;
	color: #FFF;
}
.AdminListTable .table_head a, 
.AdminListTable .table_foot a
{
	text-align:center;
	font-weight: bold;
	color: #D7DAE3;
	text-decoration: none;
}
.AdminListTable .table_head a:hover, 
.AdminListTable .table_foot a:hover
{

	background-color:#FFF;
	color: #244F9D;
}
.AdminListTable tbody * 
{
	background-color:#D7DAE3;
	

}

.AdminListTable tbody  a
{
	color: #244F9D;
	text-decoration: none;
	font-weight: bold;
}
.AdminListTable tbody  a:hover
{
	color: red;
}

/*
                     END OF ADMIN
----------------------------------------------------------------------					 
*/


/*----------------------------------------------------------------------					 

									forms
---------------------------------------------------------------------*/
.RichTextEditable{
	background-color: #FFF;
}

.hint{
	color: red;
}
.zend_form select
{
	width: 200px;
}
/*
.zend_form dt
{
	display: inline;
}
.zend_form dd
{
	display: inline;
}
*/

/*----------------------------------------------------------------------					 

								END OF	forms
---------------------------------------------------------------------*/

.userList .pagination{
	float: right
}
.userList ol
{
	list-style: none;
}
