table.Tform{
	border-collapse: collapse;
	background: #ffffff;
}
table.Tform td, th {
	border: 1px solid #ccc;
	padding: 5px;
}

table.Tform th {
	background: #fff url(../images/bgtable2.gif) repeat-x;
}
table.Tform tr {
	background: #f4f4f4 url(../images/bgtable.gif) repeat-x;
}
/*table.Tform tr:hover {
	background: #fff url(../images/bgtable2.gif) repeat-x;
}*/
table.Tform td.center{
	text-align: center;
}
table.Tform td.pct{
	text-align: center;
	color: #00f;
}
table.Tform td.num{
	text-align: center;
	color: #000;
}
table.Tform td.txt_blue {
	color: #00f;
}
table.Tform td.txt_red {
	color: #f00;
}
table.Tform td.pri1 {
	color: #00f;
	background: #ff0;
}
table.Tform td.select {
	color: #00f;
	background: #ccf;
}
table.Tform a{
	text-decoration: underline;	
}
table.Tform a:hover{
	text-decoration: underline;
}

div.buttons{ padding: 0px 0; margin: 0px; float: left; }
div.buttons li{ list-style: none; display: inline; margin: 0;}
div.buttons li a{
	text-decoration: none;
	padding: 4px 8px;
	margin-right: 0px;
	background: #808080 url(../images/corner.gif) no-repeat top right;
	font-weight: bold;
	color: #555;
}

div.buttons li a.tab1{
	background-color: #bcf;
}
div.buttons li a.tab2{
	background-color: #6d6;
}
div.buttons li a.tab3{
	background-color: #ee8;
}
div.buttons li a.tab4{
	background-color: #dad;
}
div.buttons li a.tab5{
	background-color: #add;
}
div.buttons li a.tab6{
	background-color: #f00;
	color: #fff;
}
div.buttons li a:hover{
	background-color: #fff;
	color: #9FC7D8;
	padding: 6px 8px;
}

div.sections {
	margin: 0px 0 10px 0;
	background: #fff url(../images/bgshade.gif) repeat-x;
	color: #454545;
	padding: 15px 15px 5px 10px;
	border: 1px solid #ccc;
}
div.sectiontoggle {
	margin: 0px 0 2px 0;
	background: #fff url(../images/bgsection.gif) repeat-x;
	/*background: #def;*/
	color: #454545;
	padding: 0px 0px 2px 4px;
	border: 1px solid #ccc;
}
div.sectiontoggle span.graphic {

	font-family: monospace;
}
input.rw{
	border: 1px solid #bbd;
}
input.ro{
	border: 1px solid #dbb;
	background: #fee;
}
input.hd{
	border: 1px solid #fdd;
	background: #fff;
	color: #f99;
	display:none;
}

input.info{
	border: 1px solid #fdd;
	background: #fff;
	color: #aaa;
	display:;
	width:40px;
	text-align: center;
}
input.center{
	text-align: center;
}
textarea.rw{
	border: 1px solid #bbd;
	font-family: Arial, sans-serif; 
	line-height: 1.5em;
	width:540px;
}
textarea.dd{
	border: 1px solid #bbd;
	font-family: Arial, sans-serif; 
	background: #eef;
	line-height: 1.5em
}
input.dd{
	border: 1px solid #bbd;
	background: #eef;
}
span.good{
	color:#00f;
}
span.bad{
	color:#f00;
}
