/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

input, select, textarea {
	-webkit-border-radius: 0;
}

h1, h2, h3, h4, h5, h6, strong, th {
	font-weight: bold;
}

.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}

.alert {
	clear: both;
	padding: 7px 7px 7px 30px;
	margin: 4px 0 10px;
	background-position: 8px 6px;
	background-repeat: no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.errors {
	border: 1px solid #d09292;
	background-image: url('../images/error.png');
	background-color: #e6b4b4;
	color: #952525;
}

.errors a:link, .errors a:visited {
	color: #952525;
	text-decoration: none;
	border-bottom: 1px dashed #952525;
	font-size: 95%;
	font-weight: normal;
}

.errors a:hover {
	color: #460a0a;
	border-bottom: 1px solid #460a0a;
}

.notices {
	border: 1px solid #d8de94;
	background-image: url('../images/notice.png');
	background-color: #eef2bc;
	color: #838a26;
}

textarea {
	resize: vertical;
}

input, select, textarea {
	outline: none;
}

.paginate {
	clear: both;
	float: right;
	font-family: verdana;
}

.paginate.top {
	padding-bottom: 12px;
}

.paginate.bottom {
	padding-top: 8px;
}

.paginate a:link, .paginate a:visited {
	float: left;
	padding: 2px 5px !important;
	margin: 2px !important;
	border: 1px solid #999 !important;
	text-decoration: none !important;
	color: #666 !important;
}

.paginate a:hover {
	background: #eee;
	color: #555;
}

.paginate span.current {
	float: left;
	margin: 2px;
	padding: 2px 5px;
	border: 1px solid #999;
	font-weight: bold;
	background-color: #bbb;
	color: #fff;
}

.paginate span.disabled {
	float: left;
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	color: #ddd;
}

.paginate .ellipsis {
	float: left;
	padding: 4px 1px 0;
	margin: 2px;
}