@import 'reset.css';
@import 'common.css';

body{
  font-family:Georgia;
  font-size:15px;
}

img{
  vertical-align:bottom;
}

#divPageWrapper{
  width:1200px;  
}

#divHeaderWrapper{
  padding-bottom:25px;
}

.divBlackLine{
  height:10px;
  background-color:#000000; 
  font-size:0;
}

.divLogo{
  float:left;
  width:174px;
  padding-left:20px;
  padding-right:20px;
  padding-top:10px;    
}

.divAdvertisement{
  width:728px;
  height:82px;
  background-color:#000000;
  float:left;  
}

#divSearch{
  float:left;
  width:230px;
  padding-left:28px;  
}

#spanSearch{
  font-family:Georgia;
  font-style:italic;
  font-size:12px;
  font-weight:bold;
}

.txtBox{
  border:0;
  background-color:#000000;
  color:yellow;
  padding:3px; 
}

.divClear{
  clear:both;
}

#tblSearch{
  height:82px;
}

#tblSearch td{
  vertical-align:bottom;
}

#divContentWrapper{
  
}

#divLeftContent{
  float:left;
  width:240px;  
  padding-left:20px;
} 



#spanTitle{
  font-size:25px;
}

#divBy{
  width:100px;
  height:40px;
  line-height:40px;
  border-bottom:1px dotted black;  
  margin:auto;
}

#spanAuthor{
	font-weight:bold;
  height:30px;
  line-height:30px;
}

#divComment{
  border:1px solid #808080;
  width:225px;
  height:250px;
  margin:auto;
  margin-bottom:20px;
  text-align:left;
  padding:5px;
  overflow:auto;
}

#divComment .commentItem{
	padding:5px;
	margin-bottom:5px;
	background:#f2f2f2;
}

#divComment .commentAuthor{
	border-bottom:1px dotted #BFBFBF;
	padding:5px 5px 5px 0px;
	margin-bottom:5px;
	color:#666666;
	font-size:11px;
}

#commentDiv table.commentTbl td{
	text-align:left;
}

#commentDiv table.commentTbl td.label{
	text-align:left;
	font-weight:bold;
}

#divRightContent{
  float:left;
  width:900px;
  padding:0 20px;  
} 

#tblArticle td{
  vertical-align:top;
}

.divPage{
  line-height:16px;
}

.divTitle{
	font-size:10px;
	font-weight:bold;
  text-transform:uppercase;
  height:30px;
  line-height:30px;
  margin-top:10px;
  margin-bottom:5px;
}

.divPageContent{
	width:420px !important;
	border-top:1px solid black;
	padding-top:20px;
}

.divNext{
  padding-top:16px;
}

#divFooterWrapper{
  padding-top:40px;
}

a.lmntitle:link,a.lmntitle:active,a.lmntitle:visited,a.lmntitle:hover{
	text-align:center;
	font-family:Georgia;
  font-size:20px;
	padding:5px 0px 5px 0px;
	text-decoration:none;
	display:block;
	color:#000000;
}

div.ctitle{
	font-family:Georgia;
  font-size:15px;
  color:#777;
	font-weight:normal;
	margin-bottom:5px;
}

div.ccontent,table.ccontent,table.ccontent td{
	font-family:Georgia;
  font-size:12px;
	vertical-align:top;
	margin-bottom:5px;
}

div.faqtitle{
	font-family:Helvetica;
  font-size:15px;
	color:#333;
	font-weight:bold;
	border-top:1px dotted #666;
	padding-top:20px;
}

table.ccontent td{
	padding-bottom:12px;
	font-size:15px;
}

/* == Notice / Error == */
.error {
  font-family: Arial;
  font-size: 12px;
  padding:4px 6px;
	padding-left:23px;
  color: #CE4141;
	border: 1px solid #CE4141;
	background: url(../img/tiny-icons/cross.gif) no-repeat 4px 2px #FFF1F1;
	margin: 4px 0;
}

.notice {
  font-family: Arial;
  font-size: 12px;
  padding:4px 6px;
	padding-left:23px;
  color: #2E6D29;
	border: 1px solid #2E6D29;
	background: url(../img/tiny-icons/tick.gif) no-repeat 4px 2px #E9FFE4;
	margin: 4px 0;
}
/* == End of Notice Error == */
