/* vim:set fenc=utf-8: */
body, form, input, select, p, pre, ul, ol, li, h1, h2, h3, h4, h5, h6, img, table, tr, td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

body {
	margin: 15px 0px 15px 0px;
	background-image: url('design/bg.png');
}

h1 {
	font-size: 140%;
	padding: 0px 0px 5px 0px;
}

h2 {
	font-size: 125%;
	padding: 0px 0px 5px 0px;
}

h3 {
	font-size: 110%;
	padding: 0px 0px 5px 0px;
}

a {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
}

a:hover {
	/*background-color: #008000;
	*/color: #000000;
	font-weight: bold;
}

li {
	margin-left: 15px;
	list-style: circle url('design/li.png') outside;
}

table.main {
	margin: 0 auto;
}

#logo {
	background-image: url('design/logo.png');
	background-repeat: no-repeat;
	width: 1000px;
	height: 200px;
}

.left {
	width: 200px;
	vertical-align: top;
}

.left a {
	font-size: 120%;
	font-weight: bold;
}

.right {
	width: 200px;
	vertical-align: top;
}

tr.top td.middle {
	background: #FFFFFF;
}

tr.top td.left {
	background-image: url('design/left_top.png');
	background-repeat: no-repeat;
	height: 21px;
}

tr.top td.right {
	background-image: url('design/right_top.png');
	background-repeat: no-repeat;
	height: 21px;
}

tr.bottom td.right {
	background-image: url('design/right_bottom.png');
	background-repeat: no-repeat;
	height: 21px;
}

tr.bottom td.left {
	background-image: url('design/left_bottom.png');
	background-repeat: no-repeat;
	height: 21px;
}

tr.bottom td.middle {
	background: #FFFFFF;
	text-align: center;
}

tr.middle td.left {
	background-image: url('design/left.png');
	background-repeat: repeat-y;
}

tr.middle td.right {
	background-image: url('design/right.png');
	background-repeat: repeat-y;
}

.left .middle,.right .middle {
	padding: 5px 10px 5px 10px;
}

td.title {
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
	padding: 0px 10px 0px 10px;
}

.left td.title {
	background-image: url('design/title_left.png');
}

.right td.title {
	background-image: url('design/title_right.png');
}

td.main {
	width: 600px;
	background: #FFFFFF;
	vertical-align: top;
}

div.main {
	padding: 0px 15px 5px 15px;
}

td#panel_top {
	text-align: right;
	color: #FFFFFF;
	font-size: 110%;
	padding: 5px 20px 5px 0px;
}

td#panel_top a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 6px 0px 6px;
}

td#panel_top a:hover {
	background-color: #008000;
	color: #FFFFFF;
}

div.error {
	color: white;
	font-size: 130%;
	font-weight: bold;
}

/* GALLERY */

a.dir:hover, a.back:hover, a.file:hover {
	background-color: transparent;
	color: black;
	font-size: 130%;
}

a.dir {
	color: black;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
}

a.back {
	color: black;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 130px;
	height: 130px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('design/gallery/back.png');
}

a.file {
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	width: 130px;
	height: 130px;
}

td.dir {
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('design/gallery/folder.png');
	width: 130px;
	height: 130px;
}

img {
	border-width: 0px;
}
