/* 2010.11.16 */
/* --------------------------- Log Operation ------------------------------------- */
#logoperation {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#logoperation h1 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 10px;
}

#logoperation h1 img {
	vertical-align: middle;
	margin-right: 10px;
}

#logoperation .tab1 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}

#logoperation .h2 {
	padding: 10px 0;
	border: 1px solid;
	border-color: #DCE8F1 #A3C3DC #A3C3DC #DCE8F1;
	background-color: #F1F9FE;
	font-weight: normal;
}

#logoperation .h3 {
	padding: 2px 0;
	border: 1px solid;
	border-color: #A3C3DC;
	background-color: #E0F0FD;
}

#logoperation table th {
	text-align: center;
}

#logoperation .th1 {
	width: 17%;
}

#logoperation .th2 {
	width: 34%;
}

#logoperation .th3 {
	width: 27%;
}

#logoperation .th4 {
	width: 22%;
}

#logoperation th, #logoperation td {
	text-align: center;
}

#logoperation .content {
	border: 1px solid; 
	border-color: #CBDDEB #E1ECF4 #E1ECF4 #CBDDEB;
	padding: 5px 2px;
}

#logoperation a {
	color: #990000;
	text-decoration: underline
}

#logoperation a:hover {
	color: #017DC0;
	text-decoration: none
}

#logoperation select {
	width: 150px;
	margin-left: 10px;
}