@import 'reset.css';
@import 'common.css';

body{
  font-family:Georgia;
  font-size:12px;
}

img{
  vertical-align:bottom;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clearBoth{
	clear:both;
}

#divPageWrapper{
  width:1200px;
  margin-left: auto; 
margin-right: auto;  
}

#menubar {
	width: 1200px;
	height: 45px;
	margin: 0 0;
}

#divHeaderWrapper{
  padding-bottom:25px;
}

.divBlackLine{
  height:0px;
  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;
  float:left;  
  padding-left:68px;
}

#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;
} 

#divLeftContent .divTitle{
	font-size:25px;
	text-align:center;
	margin-bottom:50px;
}

#divLeftContent .text {
	background: #E5E5E5;
	color: #666666;
	font-size: 13px;
	font-family: georgia;
	border: 0;
	padding: 4px 2px;
	width: 180px;
	margin-top: 2px;
	margin-bottom: 4px;
}

#divLeftContent .searchCriteria{
		
}

#divLeftContent .searchTable{
	color: #333;
	font-size: 14px;
	font-family: Arial;
}


#divLeftContent .searchTable td select{
	background: #E5E5E5;
	color: #666666;
	font-size: 13px;
	font-family: georgia;
	border: 0;
	padding: 6px 4px;
	width: 100px;
	margin-top: 2px;
	margin-bottom: 4px;
}

#divRightContent{
  float:left;
  width:900px;
  padding:0 20px;  
} 

#divRightContent .navigation{
	margin: 0px 0px 0px 22px;
}

#divRightContent .resultWrapper{
	margin-top:10px;
	padding:0 20px;
	border-left:1px dotted #808080;
}

#divRightContent .resultWrapper .resultItem{
	background:#fff;
	padding:20px 0px;
	margin-bottom:3px;
	border-bottom:1px dotted #888;
}

#divRightContent .resultWrapper .resultItem a{
	color:#555;
	text-decoration: none;
	font-size:15px;
}

#divRightContent .resultWrapper .resultItem .displayStart{
	color:#666666;
}

#divFooterWrapper{
  padding-top:40px;
}

/* == Notice / Error == */
div.error {
  font-family: Arial;
  font-size: 12px;
  padding:4px 6px;
	padding-left:23px;
  color: #CE4141;
	border: 1px solid #CE4141;
	background: url(../asterik/img/tiny-icons/cross.gif) no-repeat 4px 2px #FFF1F1;
	margin: 4px 0;
}

div.notice {
  font-family: Arial;
  font-size: 12px;
  padding:4px 6px;
	padding-left:23px;
  color: #2E6D29;
	border: 1px solid #2E6D29;
	background: url(../asterik/img/tiny-icons/tick.gif) no-repeat 4px 2px #E9FFE4;
	margin: 4px 0;
}
/* == End == */

/* Form */
#frmComment label.error{
	display:block;
  font-family: Arial;
  font-size: 12px;
  padding:4px 6px;
	padding-left:23px;
  color: #CE4141;
	border: 1px solid #CE4141;
	background: url(../asterik/img/tiny-icons/cross.gif) no-repeat 4px 2px #FFF1F1;
	margin: 4px 0;
}

/* == Year List == */
.yearList {
	text-align: center;
}

.yearList .year {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 4px;
}

.yearList a {
	color: black;
	text-decoration: none;
}
/* == End of Year List == */
