
body, html, table  {
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	border: 0px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 17px;
}

.table-list {
	border: 0px;
	border-collapse: collapse;
}

.table-list th {
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #444444;
}

.table-list td {
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #cccccc;
}

input, textarea {
	border: 1px solid #444444;
	font-size: 10px;
	font-family: Verdana
}

#top {
	width: 970px;
	height: 100px;
	background: url(/images/top.png);
}

#top input {
	font-size: 10px;
	width: 100px;
}

#top table {
	margin-right: 20px;
}

#menu {
	background:  #000000 url(/images/menu_row.png) no-repeat;
	width: 960px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	padding: 1px 0px 1px 10px;
}

#jul {
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 970px;
}

.jul-opacity {
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	z-index: 1000;
}

A.menu:link { text-decoration: none; color: #ffffff; font-size: 12px; font-weight: bold;}
A.menu:visited { text-decoration: none; color: #ffffff; font-size: 12px; font-weight: bold;}
A.menu:active { text-decoration: none; color: #ffff00; font-size: 12px; font-weight: bold;}
A.menu:hover { text-decoration: none; color: #ffff00; font-size: 12px; font-weight: bold;}

A:link { text-decoration: none; color: #a00; }
A:visited { text-decoration: none; color: #a00; }
A:active { text-decoration: underline; color: #a00; }
A:hover { text-decoration: underline; color: #a00; }

#main {
	margin-left: 15px;
	font-family: Verdana, Arial;
}

#plank {
	position: absolute;
	top: 136px;
	left: 770px;
	width: 200px;
	font-weight: normal;
	font-family: Verdana, Arial;
}

.login {
	background: #193b60;
	border: 1px solid #aaaaaa;
	color: white;
	height: 14px; 
	padding: 0px;
}

#chat-button {
	position: absolute;
	top: 24px;
	left: 770px;
	width: 32px;
	height: 15px;
	z-index: 99999;
	color: black;
	font-face: bold;
	background: #ccc;
	border: 1px solid black;
	padding-left: 4px;
}

#chat-box {
	position: absolute;
	top: 2px;
	left: 250px;
	width: 500px;
	height: 92px;
	visibility: hidden;
	z-index: 99999;
}

#chat-text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 486px;
	height: 70px;
	border: 1px solid black;
	background: white;
	overflow-y: hidden;
	font-size: 9px;
	z-index: 99999;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#chat-input {
	position: absolute;
	top: 78px;
	left: 0px;
	width: 490px;
	height: 14px;
	border: 1px solid black;
	background: white;
	z-index: 99999;
}

#chat-expand-button {
	position: absolute;
	top: 79px;
	left: 475px;
	width: 16px;
	height: 16px;
	border: 0px;
	z-index: 99999;
}

#chat-new {
	position: absolute;
	top: 0px;
	left: 40px;
	visibility: hidden;
}

#birthday {
	position: absolute;
	top: 34px;
	left: 330px;
}

#sun {
	position: absolute;
	top: 8px;
	left: 160px;
	color: white;
}

