body {
	font-family: Verdana, Arial, Helvetica, "Verdana CE", "Helvetica CE", sans-serif; 
	font-size: 11px;
	color: black;
	background-color: #e9e9e9;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

input.button {
	font-family: Verdana, Arial, Helvetica, "Verdana CE", "Helvetica CE", sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #c60000;
	border-style: none;
}

sup {
	font-size: 70%;
}

a, a:visited  {
	color: #bd1015;
	text-decoration: none;
}

a:hover {
	color: #bd1015;
	text-decoration: underline;
}

div { 
	color: black;
}

div.addon, div.menu {
	width: 200px;
	margin-bottom: 1em;
}

img {
	border: 0px;
}

hr {
	border: 1px solid #bfbfbf;
	height: 1px;
}

div.addon div.header, div.menu div.header {
	font-weight: bold;
	font-size: 11px;
	color: white; 
	background-color: #c60000;
	padding: 1px 5px 1px 5px; 
	margin-bottom: 0.4em;
}

div.menu div.item { 
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 3px;
}

div.error  { 
	font-weight: bold;
	font-size: 11px;
	background-color: #f1f1f1;
	color: #c60000;
	margin-bottom: 1em;
	padding: 5px;
}

div.warning  { 
	font-weight: bold;
	font-size: 11px;
	color: #c60000;
	margin-bottom: 1em;
}

table {
	border-style: none;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}

table td {
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
	padding: 1px;
}

input.text {
	font-family: Verdana, Arial, Helvetica, "Verdana CE", "Helvetica CE", sans-serif; 
	font-size: 11px;
	border: solid 1px black;
	background-color: #f7f7f7;
	width: 99%;
}

textarea {
	font-family: Verdana, Arial, Helvetica, "Verdana CE", "Helvetica CE", sans-serif; 
	font-size: 11px;
	border: solid 1px black;
	background-color: #f7f7f7;
	width: 99%;	
}

#page {
	background: transparent url(../images/page.gif) top left repeat-y;
}

#header {
	background: transparent url(../images/header.gif) top left repeat-y;
	padding: 30px 0px 0px 70px;
}

#header h1 {
	background: transparent url(../images/logo.gif) top left no-repeat;
	margin: 0px;
	width: 230px;
	height: 80px;
}

#header h1 span {
	display: none;
}

#theme {
	background: transparent url(../images/bevel.gif) top left no-repeat;
	padding: 15px 0px 0px 0px;
}

#theme h2 {
	background: transparent url(../images/default/theme.jpg) top left no-repeat;
	margin: 0px;
	width: 600px;
	height: 245px;
}

#theme h2 span {
	display: none;
}

#theme h3 {
	background: transparent url(../images/default/topic.gif) top left no-repeat;
	margin: 0px;
	width: 760px;
	height: 30px;
}

#theme h3 span {
	display: none;
}

#menu {
	font-weight: bold;
	background: #c4161c url(../images/menu.gif) top left no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 299px;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 431px;
	height: 15px;
}

#menu {
	font-weight: bold;
	background: #c4161c url(../images/menu.gif) top left no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 299px;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 431px;
	height: 15px;
}

#menubar {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menubar li {
	float: left;
	position: relative;
}

#menubar li a {
	background: #c4161c;
	color: white;
	width: 70px;
	height: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	border-left: solid #e4eae6 1px;
}

#menubar li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	margin: 0px;
	padding: 0px;
	background: #c4161c;
	border-left: solid #e4eae6 1px;
}

#menubar li>ul {
	top: auto;
	left: auto;
}

#menubar li:hover ul, #menubar li.over ul {
	display: block;
}

#menubar li li {
	display: block;
	float: none;
}

#menubar li li a {
	background: #c4161c;
	color: white;
	width: 100px;
	height: 15px;
	display: block;
	float: none;
	text-align: left;
	text-decoration: none;
	padding: 1px 1px 1px 5px;
	border: 0px;
}

#menubar li li span {
	background: #c4161c;
	color: silver;
	width: 100px;
	height: 15px;
	display: block;
	float: none;
	text-align: left;
	text-decoration: none;
	padding: 1px 1px 1px 5px;
	border: 0px;
}

#login { 
	background-color: #f7943d;
	position: absolute;
	top: 125px;
	left: 610px;
	width: 160px;
	height: 245px; 
}

#loginform {
	background: transparent;
	padding: 2px;	
	margin: 0px;
	position: absolute;
	bottom: 0px;
}

#loginform div {
	font-size: 11px;
	font-weight: bold;
	color: white;
}

#loginform input.text {
	font-size: 11px;
	border: solid 1px #c4161c;
	background-color: white;	
	width: 95%;
}

#body { 
	padding-top: 1em;
	margin-left: 315px;
	width: 400px;
}

#left { 
	float: left;
	padding-top: 1em;
	margin-left: 85px;
	width: 200px;	
	display: inline;
}

#footer {
	clear: both;
}

#footer p { 
	background: transparent url(../images/footer.gif) top left no-repeat;
	margin: 0px;
	width: 760px;
	height: 20px; 
}
	
#footer p span {
	display:none;
}
