form{
	margin:0;
}

table.main{
	background-color:#FAF1DB;
}

table.main th{
	font-size:11;
	padding:3;
	padding-left:6;
	color:#FFFFFF;
	background-color:#663300;
}

table.main td{
	color:#333333;
	font-size:11;
}

table.inner{
	font-size:11;
	background-color:#FFFFFF;
}

table.inner th{
	font-size:11;
	color:#CC6600;
	background-color:#EFE6CF;
}

table.inner th a{
	font-size:11;
	color:#CC6600;
	font-weight:bold;
	text-decoration:underline;
}

table.inner tr.line:hover td{
	background-color:#FFCC99;
}

table.inner tr.lineOwner td{
	font-weight:bold;
	background-color:#E4D9BC;
}

table.inner tr.lineOwner:hover td{
	background-color:#DACDAC;
}

table.inner tr.line2:hover td{
	background-color:#FFCC99;
}

table.inner td.header{
	font-size:14;
	color:#333333;
	background-color:#DACDAC;
}

table.inner td.h_block{
	font-size:11;
	font-weight:bold;
	text-align:center;
	color:#CC6600;
	background-color:#EFE6CF;
}

table.inner td.header a{
	font-size:14;
	color:#663300;
}

table.inner td.header a.sml{
	font-size:11px;
	color:#663300;
}

table.inner td{
	font-size:11;
	color:#333333;
	background-color:#EFE6CF;
}

table.inner td a{
	color:#663300;
}

table.header{
	color:#663300;
	background-color:#DACDAC;
}

table.header td{
	color:#663300;
}

ul.payment{
	padding:4px 0px 4px 10px;
	margin:0px;
	line-height:15px;
	list-style:none;
}

div.progress_complete{
	height:4px;
	background-color:#663300;
}

div.progress_total{
	height:4px;
	float:left;
	background-color:#dddddd;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
}

ul.userList{
	margin:0px;
	padding:5px 5px 5px 25px;
}

ul.userList a{
	font:10px Arial;
	text-decoration:none;
	color:#000000;
}

ul.userList a:hover{
	text-decoration:underline;
}

ul.userList li.on{
	list-style:url(../images/cooltalk/user_online.gif);
}

ul.userList li.off{
	list-style:url(../images/cooltalk/user_offline.gif);
}

ul.userList li.off a{
	color:#aaaaaa;
}

table.unreadMsg a{
	font-size:11px;
	text-decoration:none;
	color:#663300;
}

table.unreadMsg b{
	text-decoration:underline;
}

table.unreadMsg a:hover{
	text-decoration:underline;
}


table.inner tr.timetrack td{
	background-color:#E4D8BB;
	font-weight:bold;
}