@charset "utf-8";
/* CSS Document */

div.quotes {
	padding:3px; padding-top:15px; text-align:center; margin-bottom:15px; color:#c3c3c3; font-family:Arial, Helvetica, sans-serif,""
}
div.quotes span{}

div.quotes A {
	border:1px solid #cccccc; padding:2px 5px 1px 5px; text-decoration:none; color:#c3c3c3; 
}
div.quotes A:hover {
	border:1px solid #ff7f1a; padding:2px 5px 1px 5px;
}
div.quotes A:active {
	border:1px solid #cccccc; padding:2px 5px 1px 5px;
}
div.quotes .thisclass {
	font-weight:bold; color:#cccccc; padding:2px 5px 1px 5px; border:1px solid #268aea;
}
div.quotes .disabled {
	border:1px solid #cccccc; padding:2px 5px 1px 5px; color:#c3c3c3;
}

/*div.quotes{ float:left; list-style:none; margin-right:2px; height:20px; line-height:20px;}*/


.pagelist { font-size: 14px; text-align: center; line-height: 30px; color: #847F74; }
.pagelist a { line-height: normal; display: inline-block; padding: 3px 6px 1px; border: 1px solid green; color: #847F74; }
.pagelist a:hover { background-color: #E3EDDC; color: #000000; }
.pagelist .now { font-weight: bold; color: #FFFFFF; background-color: green; }
.pagelist label { color: #CC0000; }
