/*body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:   13px;
	line-height: 18px;
}

pre {
	background-color: #eee;
	padding: 10px;
	font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; } 
*/

/*Flash message*/
#notice {
	color: #6090F0;
	margin-left: 20px;
	margin-bottom: 15px;
}

#error {
	color: #d33;
	margin-left: 20px;
	margin-bottom: 15px;
}
/*End Flash message*/


/*Validation error*/
.fieldWithErrors label {
	width: 100%;
	display: table;
	color: red;
	font-weight: bold;
	/*background: url(/images/error.gif)  center right no-repeat;*/
}

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

.fieldWithErrors input,
.fieldWithErrors select {
	display: table;
	border:1px dashed #f77;
	background: #fffdcc;
}

#errorExplanation {
	width: 100%;
	margin: 10px 10px 20px 0;
	padding: 10px 0 10px 0;
	background: #fffdcc;
	border: 1px dashed #f77;
	font-size: 11px;
}
#errorExplanation p{
	margin-left: 10px;
}
#errorExplanation h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 10px;
	color: red;
}

#errorExplanation p {
	font-style: italic;
	margin-bottom: 10px;
}

#errorExplanation ul li {
	list-style: disc;
	margin-left: 30px;
}
/*End Validation error*/


/*Pagination*/
.pagination {
	text-align: center;
}
.pagination a, .pagination span {
	padding: .2em .3em;
	color: #5989c7;
	text-decoration: none;
}
.pagination span.disabled {
	color: #AAA;
}
.pagination span.current {
	color: #000;
	font-weight: bold;
	background: transparent url(/images/pagination-circle.gif) no-repeat 50% 50%;
}
.pagination a {
	color: #5989c7;
	text-decoration: none;
}
.pagination a:hover, .pagination a:focus {
	color: #5989c7;
	text-decoration: underline;
}
/*End Pagination*/


/*Simple captcha*/
#simple_captcha{margin-top: 0px; padding: 0px !important;}
#simple_captcha,
#simple_captcha div{display: table;}
#simple_captcha .simple_captcha_image{
	border: 1px solid #ccc;
	margin: 0px 0px 0px 0px !important;
	padding: 0px !important;
}
#simple_captcha .simple_captcha_image img{
	margin: 0px !important;
	padding: 0px !important;
	height: 30px !important;
}
#simple_captcha .simple_captcha_label{}
#simple_captcha .simple_captcha_field input{
	width: 145px !important;
	background-color: #fff;
}
/*End Simple captcha*/