
/*++++++++++++++++++++++++++++++++++++++++++++++
	common style sheet
++++++++++++++++++++++++++++++++++++++++++++++*/

* {margin:0;padding:0;word-break:break-all}

html,body
{
    color:#7f7f7f;
	font-family:Tahoma , arial, Verdana;
	font-size:11px;
	height:100%;
}

*html body{height:100%;}

iframe { border : 0px; }

img { border:0px; }

table {border-collapse:collapse;}

td, input, select, textarea { font-size:11px; }

a
{
    text-decoration:none;
    color:#7f7f7f;
}
textarea {
	line-height:14pt;
	padding:5px;
}


/* font */
.b, .b A {font-weight:bold;}

.u {text-decoration:underline;}

/* text-align */
.tac {text-align:center; }
.tal {text-align:left; }
.tar {text-align:right; }

/* vertical-align */
.vam {vertical-align:middle;}
.vat {vertical-align:top;}
.vab {vertical-align:bottom;}
 
/* line-height */
.lh_1 {line-height:11pt;}
.lh0 {line-height:12pt;}
.lh1 {line-height:13pt;}
.lh2 {line-height:14pt;}
.lh3 {line-height:15pt;}
.lh4 {line-height:16pt;}

/* pointer */
.hand {cursor:pointer;}

.pd1 {padding-top:3px;}			/* board top spacing */
.pd2 {padding:0px 0 0 15px;}	/* board subject spacing* /
.pd3 {padding:20px;}			/* board read spacing */

.tdec_ul {text-decoration:underline;}
.tdec_lh {text-decoration:line-through;}
.input_t 
{
	border:1px solid #b2b2b2;
	height:16px;
	padding:3px 2px 0 2px;
}

.input_f
{
	height:18px;
	border:1px solid #b2b2b2;
}

.input_point
{
	border:1px solid #dea825;
	width:70px;
	height:16px;
	background:#fff1d1;
	padding:1px 2px 0 2px;
	text-align:right;
}

.input_point2
{
	border:1px solid #d3c49d;
	width:70px;
	height:16px;
	padding:1px 2px 0 2px;
	text-align:right;
}

.input_id
{
	border:1px solid #b3b4b4;
	width:100px;
	height:16px;
	padding:1px 2px 0 2px;
	text-align:right;
}

.ff1 {font-family:Myriad Pro;}

.fc1 { color:#2e2e2e; }
.fc2 { color:#fff; }
.fc3 { color:#414141; }
.fc4 { color:#7e5c1c; }
.fc5 { color:#cb8001; }
.fc6 { color:#2f1c00; }
.fc7 { color:#f22857; }
.fc8 { color:#ff6600; }
.fc9 { color:#797979; }
.fc10 { color:#e62701; }
.fc11 { color:#0355fe; }
.fc12 { color:#3b3b3b; }
.fc13 { color:#565656; }
.fc14 { color:#f81294; }
.fc15 { color:#202020; }
.fc16 { color:#141414; }
.fc17 { color:#0077e5; }
.fc18 { color:#d90ed7; }
.fc19 { color:#000000; }



.fs0 { font-size:10px;}
.fs1 { font-size:11px;}
.fs2 { font-size:12px;}
.fs3 { font-size:13px;}
.fs4 { font-size:14px;}
.fs5 { font-size:15px;}
.fs6 { font-size:16px;}
.fs22 { font-size:22px;}

.bgc0 { background-color:#ffffff;}
.bgc1 { background-color:#5a584c;}
.bgc2 { background-color:#f2f2f2;}
.bgc3 { background-color:#d7d6d1;} 
.bgc4 { background-color:#a09e91;} 
.bgc5 { background-color:#d7d7cf;} 
.bgc6 { background-color:#d6d7d4;}

.ofy_hidden {overflow-y:hidden}
.dpy_none {display:none;}
.dpy_block {display:block;}

.f_left {float:left;}
.f_right {float:right;}
.c_both {clear:both;}

.box_list_lt { background:#fff url('/isolation/images/board/box_lt.gif') no-repeat left top; }
.box_list_t  { background:#5a584d; }
.box_list_rt { background:#fff url('/isolation/images/board/box_rt.gif') no-repeat right top; }

.box_read_lt { background:#fff url('/isolation/images/board/box_read_lt.gif') no-repeat left top; }
.box_read_t  { background:#5a584d; }
.box_read_rt { background:#fff url('/isolation/images/board/box_read_rt.gif') no-repeat right top; }

.box_write_lt { background:#fff url('/isolation/images/board/box_write_lt.gif') no-repeat left top; }
.box_write_t  { background:#5a584d; }
.box_write_rt { background:#fff url('/isolation/images/board/box_write_rt.gif') no-repeat right top; }

.line1 { background:url('/isolation/images/board/line_dot.gif') repeat-x; }
