/*
######################################

  AnyTempelt - Content CSS

    @author : Sungkwon Kim 
              (manpower@cyber-i.com)

######################################

*/
@import url("./tables.css");
@import url("./layout.css");
@import url("./admin.css");

body,th,td,p,div,span,a,input,select,textarea,ul,ol,dl,h1,h2,h3,h4,h5,h6,li,big,small,b {
  font-family:arial,helvetica,sans-serif,"µ¸¿ò";
  font-size: 12px;
  word-break:break-all;  
	text-align:justify;
}

input,textarea { border:1px solid #cccccc; }
.box { border:0; }

body { margin: 0px; color:444444; }
img { border:0;}

a { color: #444444; text-decoration: none}
a:link     { color: #444444; text-decoration: none}
a:visited  { color: #444444; text-decoration: none}
a:hover    { color: #444444; text-decoration: underline}

h1 { 
  font-family: "±¼¸²", Arial, sans-serif; 
  font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#000;
}

h2 { 
  font-family: "±¼¸²", Arial, sans-serif; 
  font-weight: normal; 
  font-size: 20px; 
}

h3 { 
  font-family: "±¼¸²", Arial, sans-serif; 
  font-weight: bold;   
  font-size: 18px; 
}

h4 { 
  font-family: "±¼¸²", Arial, sans-serif; 
  font-weight: normal; 
  font-size: 14px; 
}

p { 
  padding: 0 15px; 
}




.site_title {
  width:100%;
  padding:10px 20px 0px 10px;
  font-family: Lucida, sans-serif; 
  font-size:23px;
	font-weight:bold;
	text-align:right;
	color:#222;
}	

#title {
  font-size:12px;
  
	color:#222;
	/*display:none;*/
	
  width:97%;
  height:20px;
  padding:5px;
  color:fff;
  background-color: 000;	
  margin:10px 0px;
}	


.tt {
  width:100%;
  height:26px;
  padding: 5 7px;
  background:#ddddfe;
  font-family: Lucida, sans-serif; 
  font-size: 14px;
  
}  



.plet { 
  width:270px;
  height:200px;
  padding:2px;
  border: 1px;
  border-style:solid; 
  background-color: fff;	
}

.plet_title{ 
  width:100%;
  height:25px;
  background-color: eee;	
  font-size:12px;
}

.plet_body{ 
  width:100%;
  height:100%;
  padding:5px;
  background-color: ffe;	
}


.login {
font-size:9;
color:#999999;
line-height:15px;
}

.foot {
text-align:right;
font-size:11;
}

.help {font-weight:normal; font-size:12; color:444444;}
.help1 {font-weight:normal; font-size:12; color:444444;}
.help2 {font-weight:normal; font-size:12; color:444444;}
.help2_1 {font-weight:normal; font-size:12; color:444444;}
.help3 {font-weight:normal; font-size:12; color:444444;}
.help3_1 {font-weight:normal; font-size:12; color:444444;}
.help3_2 {font-weight:normal; font-size:12; color:444444;}
.help3_3 {font-weight:normal; font-size:12; color:444444;}
.help4 {font-weight:normal; font-size:12; color:444444;}
.help4_1 {font-weight:normal; font-size:12; color:444444;}
.help4_2 {font-weight:normal; font-size:12; color:444444;}
.help4_3 {font-weight:normal; font-size:12; color:444444;}
.help4_4 {font-weight:normal; font-size:12; color:444444;}
.help4_5 {font-weight:normal; font-size:12; color:444444;}

.reference {
font-size:10;
color:#B3B3B3;
line-height:15px;
}
.reference a          { color: #B3B3B3; text-decoration: none}
.reference a:link     { color: #B3B3B3; text-decoration: none}
.reference a:visited  { color: #B3B3B3; text-decoration: none}
.reference a:hover    { color: #B3B3B3; text-decoration: underline}

.cursor { cursor:hand; }
