.gallery-thumb {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #d10000;
	padding: 3px;
	font-size: 12px;
}
	
.gallery-thumb:hover {
	border-color: #622e00;
}

.hiddenlist {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}

.hiddenlist li {
	margin: 0;
	padding: 0;
}

.hiddenlist input {
	margin-bottom: 1px;
}

.votes-loader {
	margin: 0 auto;
}

.votes-graph {
	border: 1px solid #ccc;
	font-size: 9px;
	line-height: 10px;
}

.votes-graph a,
.votes-graph a:hover {
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 5px solid #E0E0E0;
	height: 5px;
	display: block;
	cursor: default;
	text-decoration: none;
	min-width: 13px;
}

.votes-graph a b {
	display: block;
	position: absolute;
	padding-left: 3px;
}

.votes-graph a:hover b {
	display: none;
}

.votes-graph a i {
	display: none;
}

.votes-graph a:hover i {
	display: inline;
	position: absolute;
	max-width: 150px;
	padding-left: 3px;
}

.clear {
	clear: both;
}

.gravatar {
	border: solid 2px #ccc;
}

.comment {
	color: #999;
	font-size: 9px;
}

.error p {
	background: #FFA6A6;
	border: 1px dotted #FF0000;
	padding: 3px;
}

.success p {
	background: #AFEC9B;
	border: 1px dotted #009900;
	padding: 3px;
}

.table {
	width: 100%;
	border: none;
	margin-bottom: 5px;
}

.table td {
	padding: 2px;
}

.formtable {
	width: 100%;
	border: none;
	margin-bottom: 5px;
}

.formtable td {
	padding: 2px;
	vertical-align: top;
}


.formtable .td-head {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	background: #eee;
}

.formtable .td-odd {
	background: #fff;
	padding-left: 10px;
}

.boardtable {
	width: 100%;
	border: none;
	margin-bottom: 5px;
}

.boardtable td {
	padding: 2px;
	vertical-align: top;
}

.boardtable .td-head1 {
	background: #f4f4f4;
	padding-left: 5px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
}

.boardtable .td-head2 {
	background: #f4f4f4;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}

.boardtable .td-user {
	border-bottom: 1px dotted #ccc;
	padding-left: 5px;
	background: #eee;
}

.boardtable .td-text {
	background: #fff;
	padding-left: 10px;
	border-bottom: 1px dotted #ccc;
}

.boardtable .td-foot1 {
	background: #f4f4f4;
	padding-left: 5px;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
}

.boardtable .td-foot2 {
	background: #f4f4f4;
	border-bottom: 1px dotted #ccc;
}

.boardtable .td-foot3 {
	background: #f4f4f4;
	text-align: right;
	border-bottom: 1px dotted #ccc;
}

.listtable {
	width: 100%;
	border: none;
	margin-bottom: 5px;
}

.listtable td {
	padding: 2px;
}

.listtable .tr-head td{
	font-weight: bold;
	border-bottom: 1px solid #999;
}

.listtable .tr-odd td {
	background: #eee;
	border-bottom: 1px dotted #ccc;
}

.listtable .tr-odd:hover td {
	background: #bfcfe0;
	border-bottom: 1px dotted #ccc;
}

.listtable .tr-even td{
	background: #fff;
	border-bottom: 1px dotted #ccc;
}

.listtable .tr-even:hover td {
	background: #bfcfe0;
	border-bottom: 1px dotted #ccc;
}

h1 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ccc;
}

h2 {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}

h3 {
	font-size: 11px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
}

a {
	color: #d10000;
	text-decoration: none;
}

a:hover {
	color: #622e00;
	text-decoration: none;
}


form input {
	border: 1px solid #ccc;
	background: #eee;
	font-size: 11px;
	color: #333;
	padding: 2px;
	
}

form input:hover,
form input:focus  {
	background: #fff;
}

.checkbox {
	border: none;
	background: none;
}

.radio {
	border: none;
	background: none;
}

form select {
	border: 1px solid #ccc;
	background: #eee;
	font-size: 11px;
	color: #333;
	padding: 2px;
}

form select:hover,
form select:focus {
	background: #fff;
}
