.l1 {
	background-color: #fcfcec;
}
.l2 {
	background-color: #FFFFFF;
}
.l1 label {
	font-family: "ms sans Serif";
	font-size: small;
	color: #3C1E00;
	margin-left: 8px;
	display:block;
}
.required {
	font-family: "ms sans Serif";
	font-size: small;
	color: #FF0000;
}
.l2 label {
	font-family: "ms sans Serif";
	font-size: small;
	color: #623100;
	margin-left: 8px;
	display:block;
}
.option {
	font-family: "ms sans Serif";
	font-size: small;
	padding: 2px;
}
.headerRegister {
	font-size: medium;
	font-weight: bold;
}
.indent {
	margin-left: 8px;
}
.divr1 {
	padding: 5px;
	left: 50%;
	margin-left: -90px;
	position: relative;
	width: 180px;
	background-color: #FF9933;
}
.divr1 input {
	margin-bottom: 3px;
}
.hf1 {
	font-size: medium;
}
.hidden {
	display:none;
}

#list .row-header td {
	font-size: 1em;
	font-weight: bold;
	color: #8b300d;
    background-image: url("images/tab.gif");
	padding: 5px 5px 5px 5px;
	height: 29px;
}

#list .row0 td {
	cursor: pointer;
	padding: 3px 5px 0 5px;
    background-color: #fcf5e6;
	height: 2em;
}
#list .row1 td {
	cursor: pointer;
	padding: 3px 5px 0 5px;
    background-color: #f8ebcd;
	height: 2em;
}
#list .button {
	border: 1px solid #D3941D;
	margin-bottom: 3px;
	background-color: #F2DBA4;
}
#list .r_name {
/*	font-weight: bold;*/
	color: #604401;
	margin-left:5px;
}
#list .r_dup {
}
#list .r_time {
	color: #057702;
}
#list .r_title {
	color: #2A2A2A;
/*	font-weight: bold;*/
	margin-left:5px;
}
#list .but_edit {
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin:1px;
	background-image:url("images/but_edit.gif");
}
#list .but_delete {
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin:1px;
	background-image:url("images/but_delete.gif");
}