/******************************
   AUTHOR:  Simeon Stavrev
 ******************************/



/**************************************************************
   #pagination: Holds the main pagination
 **************************************************************/

.pagination{
	clear: both;
}

.pagination a, .pagination span.active {
	margin: 0 5px 0 0;
	padding: 2px 5px;
	background: #4b85c4;
	font-size: 0.75em;
	font-weight: normal;
	color: #fff;
}

.pagination a:hover, .pagination span.active {
	background: #78a42e; border: none;
}



/**************************************************************
   Administration
 **************************************************************/

div.yes {
	width: 16px;
	height: 16px;
	background: url(/images/system/yes.png) no-repeat;
}

div.no {
	width: 16px;
	height: 16px;
	background: url(/images/system/no.png) no-repeat;
}

input.inplace_field{
	padding: 2px 2px;
	margin: 2px 0;
	width: 150px;
}

a.reload {
	display: block;
	font-size: 0;
	text-decoration: none;
	width: 16px;
	height: 16px;
	background: url(/images/system/reload.png) no-repeat;
}

a.toggle {
	display: block;
	font-size: 0;
	text-decoration: none;
	width: 16px;
	height: 16px;
	background: url(/images/system/toggle.png) no-repeat;
}



/**************************************************************
   Tables
 **************************************************************/

tr.border-top-solid td{
	border-top: #ccc 1px solid;
}

tr.border-top-dashed td {
	border-top: #ccc 1px dashed;
}

table.list tr.odd {
	background: #eee;
}

table.list tr:hover {
	background-color: #e1eafe;
}

tr th{
	color: #666;
}



/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
	margin: 10px 0;
	padding: 5px 35px 5px 35px;

	background-color: #F1F1F1;  
	border: silver 1px dashed; 
	/*background-image: url(/images/quote/quote-quote.gif);*/
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

blockquote.exclamation {
	background-image: url(/images/quote/quote-exclamation.png);
}

blockquote.go {
	background-image: url(/images/quote/quote-go.png);
}

blockquote.admin {
	background-image: url(/images/quote/quote-admin.png);
}
