.indexbtn {
	margin-bottom: 8px;
	padding-left: 3px;
	background-color: white;
	color: #add813;
	border: solid;
	border-color: #add813;
	border-width: 1px;
	padding-top: 1px;
}

.indexbtnhi {
	padding-top: 1px;
	margin-bottom: 10px;
	padding-left: 4px;
	background-color: #add813;
	color: white;


}

.mainvis {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #cccccc;
	height: 286px;

}

.bodyheader {
	position: relative;
	top: 1px;
	background-image: url(img/header.jpg);
	margin-right: 20px;
	margin-left: 20px;
	height: 38px;

}

#leftcolum {
	position: relative;
	margin-left: 30px;
	top: -13px;
	width: 200px;
}


#worklist {
	position: absolute;
	top: 346px;
	left: 250px;
	height: 550px;
	width: 490px;
	overflow-y: scroll;


}

.listchild {
	position: relative;
	width:100%;
	height:70px;
	color: #666666;
	border-color: #aaaaaa;
	border-width: 1px;
	font-size: 11px;
	overflow: hidden;
	line-height: 1.6em;
}

.listplace {
	font-size: 10px;
	font-weight: normal;

}

.listchil {
	background-color: white;
}

.listspace {
	width:100%;
	height:640px;
}


.listname {
	
	font-size: 11px;
	font-weight: bold;
		
}

.listtime {
	position: absolute;
	height: 100%;
	width: 40px;
	top: 10px;
	left: 10px;
	

}

.listlabel{
	position: relative;
	left:4px;
	height: 100%;
	color: white;
	
	

}
.listsub {
	position: absolute;
	left: 53px;
	top: 10px;
	width: 410px;

	
	
}


.listdecrpt {
	line-height: 1.5em;
	padding-left: 15px;
	padding-right: 15px;
	
}

.listheader {
	margin-top:auto;
	margin-bottom: 10px;
	font-size: 18px;
	margin-left: 5px;
}


.footer {
	position: relative;
	background-position:50% 0px;
	top: -50px;
	width: 100%;
	height: 86px;
	z-index: 100;
}

#container {
	position: relative;
	top: -50px;
	height: 1250px;
	width: 768px;
	margin: auto;
}

#bodybase {
	height:930px;
}

.hilite {
	border-style: solid;
}
.nolite {
	border-style: none;
}

a{color:#666666
   }

a:hover{color:#666666;
    background-color:transparent;
}