
html, body {
	margin: 0px;
	background-color: #222222;
	text-align: center;
}

body {
	font-family: verdana;
	font-size: 11px;
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 50px;
}

#container {
	width: 750px;
	margin: 100px auto 50px auto;
	background-color: #303030;
	background-image: url(images/containerbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#containertop {
	width: 100%;
	height: 15px;
	background-image: url(images/containertop.gif);
	background-repeat: no-repeat;
}

#header {
	width: 100%;
	margin-top: 10px;
}

#menu {
	margin: 20px 50px 50px 50px;
	padding: 0px;
	list-style-type: none;
	width: 650px;
	height: 18px;
	border-bottom: 1px solid #666;

}

#menu li {
	display: inline;
	margin: 0px 20px;
	cursor: pointer;
}

#menu a {
	width: 100%;
	color: #fff;
	text-decoration: none;
}

#menu a:hover, #menu li.hover {
	color: #ffa913;
}

#menu span {
	padding: 5px;
}

#menu ul {
	position: absolute;
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 650px;
	display: none;
	cursor: default;
}

/* for IE */

#menu ul {
	left: 50%;
	margin-left: -325px;
	*margin-top: 15px !important;
	margin-top: 20px;
}

html>body #menu ul {margin-top: 0px;}

/* end for IE */

#menu li ul li {
	display: inline;
	color: #fff;
}

#content {
	width: 650px;
	min-height: 200px;
	margin: 0px 50px;
	text-align: left;
}

/* for IE */

#content {
	height: 200px;
}

html>body #content {
	height: auto;
}

/* end for IE */

#copyright {
	width: 650px;
	margin: 50px 50px 0px 50px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 9px;
	padding-top: 10px;
	border-top: 1px solid #666;
}

#copyright a {
	color: #fff;
}

#copyright a:hover {
	color: #ffa913;
}

h1 {
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
	color: #666;
	line-height: 1em;
	padding: 0px;
	margin: 0px 20px 10px 0px;
}

form {
	background-color: #222222;
	padding: 0px;
	margin: 20px 0px;
}

form.small {
	width: 450px;
	margin-left: 100px;
}

div.lefttopcorner, div.righttopcorner, div.leftbottomcorner, div.rightbottomcorner {
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
}

div.lefttopcorner {
	background-image: url(images/lefttopcorner.gif);
}

div.righttopcorner {
	background-image: url(images/righttopcorner.gif);
	float: right;
	margin-top: -14px;
}

div.tabs {
	float: right;
	margin-top: -25px;
	margin-right: 20px;
}

div.tab, div.tab-active {
	float: left;
	margin-left: 2px;
	height: 16px;
	line-height: 16px;
	padding-right: 10px;
	background-color: #222;
	background-image: url(images/tabright.gif);
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
	color: #666;
}

div.tab-active {
	color: #fff;
}
div.tableft {
	width: 5px;
	height: 10px;
	background-image: url(images/tableft.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}

div.leftbottomcorner {
	background-image: url(images/leftbottomcorner.gif);
}

div.rightbottomcorner {
	background-image: url(images/rightbottomcorner.gif);
	float: right;
	margin-top: -14px;
}

div.formcontent {
	padding: 10px;
	margin-bottom: 10px;
}

div.formcontent div.formcontent {
	padding: 0px;
	margin: 10px;
	width: 400px;
}

div.field {
	clear: both;
}

div.field input, div.field textarea {
	float: right;
	margin-bottom: 5px;
}

div.field label {
	float: left;
	cursor: pointer;
}

input, textarea {
	font-size: 9px;
	font-family: verdana;
	margin-bottom: 0px;
}

input.text, textarea {
	width: 200px;
	height: 12px;
	background-color: #303030;
	border: 0px;
	color: #999;
	padding: 4px 5px;
}

textarea {
	height: 80px;
	margin-top: 0px;
}

input.button {
	background-color: #303030;
	border: 0px;
	height: 20px;
	margin: 0px;
	color: #fff;
}

div.error {
	margin-top: 30px;
	margin-bottom: -20px;
	text-align: center;
	color: #c00;
	clear: both;
}

hr {
	height: 1px;
	border: 0px;
	background-color: #444;
	color: #666;
	margin: 20px;
}

form hr {
	background-color: #333;
	color: #333;
}

table.formatted th {
	font-weight: normal;
	font-style: italic;
}

table.formatted td, table.formatted th {
	background-color: #292929;
}

a img {
	border: 0px;
}

#content a {
	color: #999;
}

#content form a {
	color: #999;
}

div#thumbcontainer {
	background-color: #222;
	padding: 0px;
	width: 208px;
	height: 408px;
	overflow: hidden;
	float: left;
	padding: 6px 5px;
}

div#photocontainer {
	float: right;
	width: 420px;
	height: 420px;
	background-color: #222;
	text-align: center;
	vertical-align: middle;
	line-height: 420px;
	font-size: 1px;
}

div#arrows {
	width: 232px;
	text-align: center;
	padding-top: 10px;
	clear: both;
}

div#arrows img {
	visibility: hidden;
	cursor: pointer;
}

img#photo {
	vertical-align: middle;
}

img.thumb {
	border: 1px solid #666;
	display: block;
	cursor: pointer;
}

td.spacer div {
	width: 5px;
}

td.empty div {
	width: 60px;
	border: 2px solid #222;
}

#cmstoolbar {
	background-color: #303030;
	text-align: center;
	width: 100%;
	padding: 5px 0px;
}

#cmstoolbar img {
	cursor: pointer;
}

#cmstoolbar div.spacer {
	margin: 20px;
	display: inline;
}

#cmscontainer {
	background-color: #f00;

}

#cms, #cmscode {
	background-color: #303030;
	height: 500px;
	width: 100%;
	margin: 5px 0px;
}

#cmscode {
	width: 610px;
	height: 380px;
	padding: 10px;
	font-family: courier new;
	font-size: 12px;
	color: #fff;
}

#cmsimagebar, #cmslinkbar, #cmstablebar {
	margin: 10px 0px;
	display: none;
}

#cmsimagebar div.formcontent, #cmslinkbar div.formcontent, #cmstablebar div.formcontent {
	padding: 10px 0px 0px 10px;
	margin-bottom: 30px;
}

#content ul {
	margin: 5px 10px;
	padding: 0px;
	list-style-type: none;
}

#content li {
	background-image: url(images/listbullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-bottom: 2px;
	padding-left: 20px;
}

ul#editpages a {
	text-decoration: none;
}

ul#editpages a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
}

div.col {
	float: left;
	width: 50%;
}

