/* ------------------Table Common------------------- */
table {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #dddddd;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;

    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
table tr:nth-child(odd){ background-color:#ffffff; }
table tr:nth-child(even){ background-color:#ffffff; }
table td, th{
	vertical-align:middle;		
	border:1px solid #dddddd;
	border-width:0px 1px 1px 0px;
	padding:2px 6px;
	font-size:0.875em;
	font-family: 'Nanum Gothic',  Arial, Helvetica, sans-serif;
	vertical-align:middle;
}

table th{
	background:-o-linear-gradient(bottom, #eeeeee 5%, #eeeeee 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #eeeeee) );
	background:-moz-linear-gradient( center top, #eeeeee 5%, #eeeeee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#eeeeee");	background: -o-linear-gradient(top,#eeeeee,eeeeee);
	background-color:#eeeeee;
	color:#333;
}

table tr:last-child td{
	border-width:0px 1px 0px 0px;
}
table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

table tr:first-child td:first-child{
	border-width:0px 1px 1px 0px;
}
table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



table td.lt {text-align:left;}
table td.ct {text-align:center;}
table td.rt {text-align:right;}

table th.lt {text-align:left;}
table th.ct {text-align:center;}
table th.rt {text-align:right;}


.bg2_f14bk{
	background:-o-linear-gradient(bottom, #d6d6d6 5%, #d6d6d6 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d6d6d6), color-stop(1, #d6d6d6) );
	background:-moz-linear-gradient( center top, #d6d6d6 5%, #d6d6d6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6d6d6", endColorstr="#d6d6d6");	background: -o-linear-gradient(top,#d6d6d6,d6d6d6);background-color:#d6d6d6;
	background-color:#d6d6d6;
}


/* ------------------.csstable------------------- */
.csstable01 tr:hover td{
	cursor:pointer;	
	background-color:#e2f2fa;	
}

.csstable02 tr:hover td{
	cursor:pointer;	
	background-color:#e2f2fa;	
}

.csstable02 td{
	font-size:1.000em;
	color:#333
}
.csstable02 th{
	font-size:1.000em;
	color:#333;
	text-align:center;
}

.csstable03 tr:hover td{
	cursor:pointer;	
	background-color:#e2f2fa;	
}
.csstable03 td{
	text-align:center;	
}

.csstable04 th{
	text-align:left;	
}

.csstable05 th{
	font-size:1.000em;
	color:#333;
	text-align:center;
}
.csstable05 td{
	font-size:0.875em;
	color:#333;
	line-height:18px;
	padding:2px;
	letter-spacing:-1px;
}

.csstable06 th{
	text-align:left;	
}
.csstable06 td{
	text-align:right;	
}