@charset "utf-8";
@import url('reset.css');
@import url('content.css');

/*=== General ===*/
*{
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:1.2em;
	color:#333;
}
strong, h1 {font-weight:bold;}
sup {font-size:0.6em; vertical-align:top; color:#aaa}
a {color:#39a6de !important;}
.topLine
{
	background-color:#b8ada1;
	height:7px;
	width:100%;
}
.baseLine1{width:1000px;}

.siteTable,
.contentTabl
{
	width:100%;
	min-width:1000px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000? "1000px": "auto");
	margin:0 auto;
	height:100%;
}
tr.header{height:70px}
tr.header td{padding:50px 0;}
tr.footer {border-top:1px solid #eceae4; font-size:0.9em;height:50px}
tr.footer td{padding:15px 0 50px 0;}

#line
{
	margin:21px 0 0 32px;
	padding:0 0.5em;
	float:left;
	width:75%;
	height:30px;
	border:1px solid #B69C95;
}
#bitmap
{
	height:30px;
	width:62px;
	padding:0;
	margin:21px 0 0 10px;
	background:url('/i/button_daewoo.png') no-repeat left top;
	cursor:pointer;
	border:none;
}
#sample
{
	margin:10px 0 0 32px;
	font-size:0.9em;
	color:#FFF;
}
#sample a
{
	cursor:pointer;
	border-bottom:1px dotted #fff;
	color:#fff !important;
}

a.print
{
	position:absolute;
	display:block;
	right:20px;
	top:20px;
	width:140px;
	height:31px;
	background:url('/i/print-button.png') no-repeat left top;
	cursor:pointer;
}
a.print:hover
{
	background:url('/i/print-button-hover.png') no-repeat left top;
}
.logoTL a
{
	text-decoration:none
}


/* path
-------------------------*/

div.path
{
	color:#333;
	padding: 0 0 1em 0;
	font-size:80%
}

div.path a
{
	font-size:100%;
}

div.path span
{
	font-size: 100%;
	color:#333;
}

div.path h1
{
	font-size:130%;
	margin: 0.2em 0 0.5em 0;
	display:inline;
	font-weight:normal
}
/* FORM ADD */
html.docFA,
html.docFA body
{
	width:auto;
	height:auto;
}
div.formADD
{
	width:80%;
	margin: 60px auto;
}
div.formADD p 
{
	font-size:125%;
}
div.formADD p strong
{
	font-size:120%;
}
.faH1
{
	font-size:200%;
	margin-bottom:40px;
}
input.faClear
{
	border:none;
	width:180px;
	margin-top:20px;
	height:40px;
	padding:0 20px;
	color:#fff;
	font-weight:bold;
	background:url('/i/delete_button.jpg');
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
}
input.faPole{}
input.faUpdate
{
	border:none;
	width:180px;
	height:40px;
	padding:0 20px;
	margin-top:20px;
	color:#fff;
	font-weight:bold;
	background:url('/i/update_button.jpg');
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
}

