/* ---appearance--- */
body {
	color: #666;
	background: #000 url(http://www.sscoastthaiboxing.com.au/images/bodybg.gif);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
/* -----layout----- */
#container {
	margin: 0px auto 30px;
	width: 774px;
	background: url(../images/back-content.gif) repeat-y center top;
	padding: 0px;
}
#main {
	margin: 0px auto;
	padding: 0px;
	width: 730px;
	position: relative;
}
/* ---------------- */
.logintable {
	border: 6px solid #666;
	color: #999;
	background-color: #161616;
}
.logintitle {
	font-weight: bold;
	background-color: #161616;
	color: #ffff33;
}
.menutable {
	background-color: #161616;
	color: #999;
        width: 100%;
}
.maintable {
	background-color: #161616;
        border-left: 6px solid #666;
        border-right: 6px solid #666;
        border-bottom: 6px solid #666;
	color: #666666;
}
.file {
	padding: 0px;
}
.lefttitle {
	font-weight: bold;
	color: #ffff00;
	text-transform: uppercase;
	background-position: center;
}
.righttitle {
	font-weight: bold;
	color: #ffff33;
	padding: 4px;
	text-transform: uppercase;
}
#righttitle {
	width: 100%;
}
.error {
	font-size: 10px;
	color: #ff0000;
}
.pagelinks {
	display:block;
	font-size: 0.8em;
	color: #999;
	text-decoration: none;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.pagelinks:hover {
	background-color:#161616;
	color: #fff;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
}
.checkbox {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.button {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000;
	background: #ff9933;
	text-align: center;
	padding: 0px;
	width: 100px;
	border: 1px;
	border-style: solid;
	border-color: #000;
	margin: 0px -40px 0px 0px;
}
