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

body {
	background: url(img/bg.jpg) no-repeat top #f9b336;
	margin-top: 33px;
	margin-bottom: 15px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #444;
	outline: none;
}

a:link {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:active {
	color: #000;
	text-decoration: none;
	outline: none;
}

a img {
	border: 0;
}

.table {
	border: 0;
}

.content {
	background: #fff;
	padding: 15px;
	height: 500px;
	vertical-align: top;
	overflow: hidden;
}

.header {
	text-align: center;
}

.footer {
	padding: 50px 0 15px 0;
	background: url(img/footer.png) no-repeat left bottom;
}

#menu {
	width: 1004px;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height:16px;
	margin: 0;
	padding: 0 10px;
	text-shadow: 1px 1px 0 #bb730d;
}

#menu ul {
	float: left;
	list-style-type: none;
	margin: 0;
	margin-left: 5px;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	float: left;
	background: url(img/menuleft.png) no-repeat left top;
	margin: 0;
	margin-right: 15px;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#menu a span {
	float: left;
	display: block;
	background: url(img/menuright.png) no-repeat right top;
	padding: 10px 5px 9px 0px;
	font-weight: bold;
	color: white;
}

#menu a span div {
	width: 227px;
	height: 16px;
	text-align: center;
	cursor: pointer;
}

#menu a span {
	float: none;
}

#menu #current a {
	background-position: 0 -70px;
}

#menu #current a span {
	background-position: 100% -70px;
	color: white;
	text-shadow: 1px 1px 0 #9e5f0b;
}

#menu a:hover {
	background-position: 0% -35px;
}

#menu a:hover span {
	background-position: 100% -35px;
}

.img {
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.img:hover {
	border: 1px solid #aaa;
}

.input {
	border: 0;
	background: url(img/input.png) repeat-x #fcd99b;
	font: 12px Arial, Helvetica, sans-serif;
	color: #444;
	padding: 2px;
}

.button {
	color: white;
	background: url(img/button.png) repeat-x top #f5a525;
	font: bold 12px Arial, Helvetica, sans-serif;
	outline: none;
	cursor: pointer;
	border: 1px solid #bb740e;
	margin: 0;
	text-shadow: 1px 1px 0 #bb740e;
}

span.button {
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 0 3px;
}

.button:hover {
	background-color: #f19512;
	background-position: 0 -20px;
	border: 1px solid #9e600c;
	text-shadow: 1px 1px 0 #9e600c;
}

h2 {
	font-size: 18px;
	padding: 0;
	margin: 0 0 15px 0;
}


.side_menu {
	width: 180px;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 #bb740e;
}

.side_menu a {
	text-decoration: none;
}

.side_menu a div {
	background: url(img/gallery.png) no-repeat top;
	width: 166px;
	height: 15px;
	background-color: #fff;
	color: white;
	margin-bottom: 3px;
	padding: 7px 7px 8px;
	cursor: pointer;
}

.side_menu a div span {
	background: url(img/edit.png) no-repeat center;
	width: 12px;
	height: 12px;
	float: right;
	padding: 0;
	margin: 2px -5px 0 0;
}

.side_menu a div:hover {
	background-position: 0 -30px;
}

.side_menu a div.current {
	background-position: 0 -60px;
	text-shadow: 1px 1px 0 #9e600c;
	text-decoration: none;
}

div.pagnav {
	float: left;
	width: 800px;
	height: 25px;
}

.paginate {
	font: 11px Arial, Helvetica, sans-serif;
	color: #444;
}

a.paginate {
	background: url(img/pg_bg.png) repeat-x left top #f5a525;
	height: 16px;
	text-decoration: none;
	color: white;
	margin: 0px 1px 0px 1px;
	padding: 0px 4px 0px 4px;
	border: solid 1px #bb740e;
	text-shadow: 1px 1px 0 #bb740e;
}

a.paginate:hover {
	background-position: 0 -14px;
}

a.selected {
	background: url(img/pg_bg.png) repeat-x left bottom #f19512;
	height: 16px;
	text-decoration: underline;
	color: white;
	margin: 0px 1px 0px 1px;
	padding: 0px 4px 0px 4px;
	border: solid 1px #9e600c;
	font: 11px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 #9e600c;
}

span.inactive {
	visibility: hidden;
}

ul.list {
	padding: 0px;
	margin: 0px;
}

.response {
	padding: 5px;
	background-color: #fcd99b;
	border: 3px solid #f9b336;
	margin-bottom: 15px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #444;
	text-shadow: none;
}

#list li {
	margin-bottom: 3px;
	padding: 7px 7px 7px;
	background: url(img/gallery.png) no-repeat top;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: white;
	text-shadow: 1px 1px 0 #bb740e;
	cursor: move;
	list-style: none;
}

#list li div {
	background: url(img/edit.png) no-repeat center;
	background-position: 0 -24px;
	width: 12px;
	height: 12px;
	float: right;
	padding: 0;
	margin: 2px -5px 0 0;
}

.main {
	color: #ed8600;
}

.true {
	background: url(img/icon.png) no-repeat center top;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	float: left;
}

.false {
	background: url(img/icon.png) no-repeat center;
	background-position: 0 -14px;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	float: left;
}

.true_sml {
	background: url(img/edit.png) no-repeat;
	background-position: 0 -36px;
	width: 12px;
	height: 12px;
	margin: 1px 5px 0 0;
	float: left;
}

.false_sml {
	background: url(img/edit.png) no-repeat;
	background-position: 0 -48px;
	width: 12px;
	height: 12px;
	margin: 1px 5px 0 0;
	float: left;
}

.arrow_top {
	background: url(img/icon.png) no-repeat center bottom;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	float: left;
}