body {
	background-color: #FFFFFF;
	color: #444444;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0px;
	border: 0px;
	margin: 0;
}

/* Link */
a:link {
	text-decoration: underline;
	color: #9B9BFF;
}

a:visited {
	text-decoration: underline;
	color: #9B9BFF;
}

a:hover {
	text-decoration: none;
	color: #9B9BFF;
}

a.menu:link {
	text-decoration: none;
	color: #9B9BFF;
}

a.menu:visited {
	text-decoration: none;
	color: #9B9BFF;
}

a.menu:hover {
	text-decoration: none;
	color: #9B9BFF;
}

/* To fix ie link color bug */
a:link img {
	color: #A68C53;
}

a:visited img {
	color: #A68C53;
}

a:hover img {
	color: #B82619;
}

p {
	color: #444444;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 8px 0;
}

hr {
	height: 1px;
}


/* Style for table */

div {
	color: #444444;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0px 0;
}

td{
	font: 12px Arial, Helvetica, sans-serif;
}

th{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

tr.row1 {
	background: #FFFFFF;
}

tr.row2 {
	background: #EEEEEE;
}

.datatable {
	border-collapse: collapse;
	word-wrap: break-word;
}

.datatable tr.row1 {
	background: #FFFFFF;
}

.datatable tr.row2 {
	background: #EEEEEE;
}

.datatable td{
	color: #444444;
	
	padding:5px;
	border:1px solid #AAAAAA;
}

.datatable th{
	color: #606060;
	background-color: #D7EBFF;
	
	padding:5px;
	border:1px solid #AAAAAA;
}

.noborder {
	border-collapse: collapse;
	word-wrap: break-word;
}

.noborder tr.row1 {
	background: #FFFFFF;
}

.noborder tr.row2 {
	background: #EEEEEE;
}

.noborder td{
	color: #444444;
	
	padding:2px;
	border:0px;
}

.noborder th{
	color: #444444;
	background-color: #E6DFCF;
	
	padding:2px;
	border:0px;
}

.quote{
	border:1px dotted #000000;
	padding:5px;
}

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

input, textarea, select {
	font: 12px Arial, Helvetica, Sans-serif;
}

.preformatted {
	font: 12px "Courier New", Courier, mono;
}

.error {
	font: 12px Arial, Helvetica, Sans-serif;
	color: #CC0000;
}

.comment {
	font: 10px Arial, Helvetica, Sans-serif;
	color: #999999;
}

/* Style for forum rich text */

.rteImage {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
	cursor: hand;
}

.rteImageRaised, .rteImage:hover {
	background: #D3D3D3;
	border: 1px outset;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {
	background: #D3D3D3;
	border: 1px inset;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}

/* Style for main container */
#main_container {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 799px;
	border: 0px solid #000000;
}

#main_navibar {
	width: 799px;
	background-color: #D7EBFF;
}

#main_leftbar {
	background-color: #FFFFFF;
	width: 140px;
	border-right: 1px dotted #CCCCCC;
	vertical-align: top;
}

#main_rightbar {
	background-color: #EEEEEE;
	width: 200px;
	padding: 5px;
	vertical-align: top;
}

#main_content {
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
}

#content {
	color: #444444;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: left;

	margin: 0;
	word-wrap: break-word;
}