
/*
a:link    { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:hover   { color: red;  text-decoration: none; }
a:active  { color: blue; text-decoration: none; }
*/

body {
	/*background-color:#eeeeee;*/
	a:link { color: blue; }
	a:visited { color: #8080ff; }
	a:hover { color: #ffff00; }
	a:active { color: red; } 
}

tr {
	font-size:12px;
}

td#title {
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

td#title, td.key, td#button {
	background-color:#eeeeee;
}
td.val {

}

#tbl_wrap { 
	/*width: 1000px;*/
} 

#tbl_wrap table {
	border-collapse:collapse;
	border:0;
	margin-right:5px;
	border-spacing:5px;
}

#tbl_wrap td {
	padding:3px;
	border:1px #aaaaaa solid;
	border-collapse:collapse;
}

#base_tbl table {
	/*margin: 10px auto;*/
	margin: 0px auto;
}
.base_tbl_width {
	width: 620px;
}
.main_tbl_width {
	width: 600px;
}
.sub_tbl_width {
	width: 500px;
}

ul, li {
	margin-left: 10px;
	padding: 1px 1px;
	line-height: 150%;
} 


li.on {
	list-style-type: disc;
	color:#ff7f50;
}

.subtitle {
	font-weight:bold;
	font-size:14px;
}

.client #chkbox {
	padding: 0px 0px 5px 2px;
	float: left;
	width: 225px;
}
