@charset "utf-8";
body{line-height:18px;font-size:13px;font-family: Arial, "Times new roman", Tahoma;margin:0px;padding:0px;}
h1,h2,h3,h4,h5,h6{padding:0; margin:0;}
h1{font-size: 18px;}
h2{font-size: 16px;}
h3{font-size: 14px;}
h4,h5,h6{font-size: 13px;}
img{border:0px; outline: none;}
a{color:#000;text-decoration:none; outline: none;}
a:hover{text-decoration:underline;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;border-spacing: 0;}
.clear { clear:both;}
.clearL {clear:left;}
.clearR {clear:right;}
#flashMessage{
	text-align: center;
}
#flashMessage span{
	font-size: 1.0em;
}
#flashMessage span{
	margin: 0px auto;
	border: 1px solid #c1e297;
	height: 28px;
	line-height: 28px;
	padding: 5px 10px 5px 25px;
}
#flashMessage span.success{
	background: #eaf7d9 url('../img/admin/success.jpg') 5px center no-repeat;
	color: #0160fd;
}
#flashMessage span.error{
	background: #eaf7d9 url('../img/admin/error.jpg') 5px center no-repeat;
	color: #f8050b;
}
.error-message{
	color: red;
	line-height: 22px;
	float: left;
	text-align: left;
	padding-left: 5px;
}
.float_left{float: left;}
.float_right{float: right;}