@charset "utf-8";
html, body {
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #F08C36;
}

a:hover {
	text-decoration: underline;
}

p.head {
	color: #F08C36;
	font-size: 150%;
    margin: 10px 0 0;
}

p.page_title {
	font-size: 200%;
	left: 15px;
	position: relative;
	top: 15px;
}

p.login_links {
	float: right; 
	position: relative; 
	top: -50px; 
	left: -10px;
	margin: 0;
	padding: 0;
}

p.login_links a, p.login_links a:visited {
	color: #000000;
	text-decoration: none;
}

p.login_links a:hover {
	color: #62CCF6;
	text-decoration: underline;
}

p.contact_address {
	font-size: 160%;
}

p.contact_link {
	font-size: 120%;
}

p.contact_link a, p.contact_link a:visited {
	color: #F08C36;
	text-decoration: none;
}

p.contact_link a:hover {
	color: #F08C36;
	text-decoration: underline;
}

ul.category_list {
	list-style: none;
	font: 16px Tahoma, Geneva, sans-serif;
	margin: 0 15px;
	padding: 0;
    text-align: left;
}

ul.category_list li {
	margin: 10px 0;
}

ul.category_list li a, ul.category_list li a:visited {
	color: #000;
	text-decoration: none;
}

ul.category_list li a:hover {
	color: #F08C36;
}

ul.category_list li.selected {
	font-weight: bold;
}

ul.category_list li.fast a {
	font-weight: bold;
	font-size: 125%;
	color: #900;
}

ul.category_list li.fast a:hover {

	color: #F08C36;
}

ul.category_list .subcategory_list ul.category_list li {
	font-size: 75%;
}

td.gallery_title {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

td.gallery_all a, td.gallery_all a:visited {
	color: #FFF;
	text-decoration: none;
}

td.gallery_all a:hover {
	text-decoration: underline;
}

td.gallery_item {
	width: 25%;
	background: #FFF;
	border: solid 1px #666;
	padding: 16px;
	cursor: pointer;
}

td.gallery_item:hover {
	background: #ECECEC;
}

td.gallery_item img {
	height: 145px;
	width: 145px;
	border: solid 1px #666;
}

td.gallery_item p {
	margin: 5px 0;
}

.gallery_vote {
	font-size: 80%;
	float: right;
	color: #999;
}

.gallery_vote a, .gallery_vote a:visited {
	text-decoration: none;
	color: #999;
	padding-left: 13px;
	background: transparent url(../images/vote.png) no-repeat scroll 0 0;
}

.gallery_vote a:hover {
	color: #F08C36;
}

.gallery_edit {
	font-size: 80%;
	float: right;
	color: #999;
}

.gallery_edit a, .gallery_edit a:visited {
	text-decoration: none;
	color: #999;
	padding-left: 13px;
	background: transparent url(../images/edit.png) no-repeat scroll 0 0;
}

.gallery_edit a:hover {
	color: #F08C36;
}

.gallery_delete {
	font-size: 80%;
	float: left;
	color: #999;
}

.gallery_delete a, .gallery_delete a:visited {
	text-decoration: none;
	color: #999;
	padding-left: 13px;
	background: transparent url(../images/delete.png) no-repeat scroll 0 1px;
}

.gallery_delete a:hover {
	color: #F08C36;
}

.gallery_report {
	font-size: 80%;
	float: left;
	color: #999;
}

.gallery_report a, .gallery_report a:visited {
	text-decoration: none;
	color: #999;
	padding-left: 13px;
	background: transparent url(../images/report.png) no-repeat scroll 0 1px;
}

.gallery_report a:hover {
	color: #F08C36;
}

td.page_links {
	color: #FFF;
}

td.page_links a, td.page_links a:visited {
	color: #FFF;
	text-decoration: none;
}

td.page_links a:hover {
	color: #62CCF6;
	text-decoration: underline;	
}

#footer {
	width: 400px;
	text-align: center;
	margin: 0 auto;
	font: 10px Arial, Helvetica, sans-serif;
	padding-top: 35px;
}

#footer p {
	margin: 2px 0;
	padding: 0;
}

#footer a, #footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

a.plst {
    color: black !important;
}