@import 'reset.css';
@import 'common.css';

body{
  font-family:Georgia;
  font-size:12px;
}

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:650px;
  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;
}




.dottedline{
	background-image:url(../img/tb-dotted.gif);
	background-repeat:repeat-x;
	background-position:0px 15px;
	width:200px;
	border:0px solid red;
	font-size:1px;
	height:30px;
}

a.ltoplink:link,a.ltoplink:visited,a.ltoplink:active,a.ltoplink:hover{
	font-family:Georgia;
  font-size:9px;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	color:#000000;
}


div.tpmaintitle{
	font-family:Georgia;
  font-size:12px;
	font-weight:normal;
	color:#000000;
}

div.tptitle{
	font-family:Georgia;
  font-size:10px;
	font-weight:bold;
	color:#000000;
	text-transform: uppercase;
}

div.tpcontent{
	font-family:Georgia;
  font-size:12px;
	font-weight:normal;
	color:#505050;
}

div.tpltitleitalic{
	text-align:center;
	font-family:Georgia;
  font-size:14px;
	font-style:italic;
}

div.tpltitlebold{
	text-align:center;
	font-family:Georgia;
  font-size:10px;
	font-weight:bold;
}

div.tplmaintitle{
	text-align:center;
	font-family:Georgia;
  font-size:20px;
}	

div.hr{
	
	background-image:url(../img/thoughtprocess_dotted.gif);
	background-repeat:repeat-x;
	background-position:0px 20px;
	width:87px;
	font-size:1px;
	height:40px;
	margin:auto;
}
