#holder {
	float:left;
	padding-top:20px;
        font-size: 13px;
	
}

#about{
	float:left;
        font-size: 13px;
	padding-top:38px;
	padding-left:50px;
	padding-right:20px;
	height:280px;
	width: 380px;
      
}

#about li{
      list-style: square;
      font-size: 13px;
      padding: 5px;
}


#begin_date {
	float: right;
	padding-right:10px;
}

#end_date {	
	float: right;
	padding-right:10px;
}

#words {
	float: right;
	padding-left:10px;	
	margin-right:15%;
	width:300px;
}

#add_words {
	float: left;
	padding-left:15px;
}

#send_button {
	float: right;
	padding-right:10px;
}

#select_01 {
	padding-top:25px;
	padding-bottom:5px;
	display:block;
	height:20px;
        font-size: 13px;
}

#select_02 {
	margin-top:10px;
	padding-bottom:8px;
	padding-top:8px;
	display:block;
	height:20px;
	background-color: #E4E4E4;
        font-size: 13px;
}

tr.zero {
	background-color: #EEEEEE;
}

tr.one {
	background-color: #E4E4E4;
}

td.panel {
	padding-left: 10px;
	padding-right: 10px;
}

#loader_ajax {
	position: absolute; 
	top: 59px; 
	left: 50%; 
	z-index: 99;
	display: none;
}

#remove {
	float: left;
	padding-left:10px;	
}

.error_message_red {
	background:#F5E5E5;
	border: 1px solid #990000;
	color:#990000;
	font-weight:bold;
	height:15px;	
	margin-top:45px;
	padding: 5px;
	text-align: center;
}

.error_message_blue {
	background:#E5EAEF;
	border:1px solid #003366;
	color:#003366;
	font-weight:bold;
	height:15px;
	margin-top:45px;
	padding:5px;
	text-align:center;
}

img.close {
	height: 16px;
	width: 16px;
	float:right;	
}

#words #keyword {
	width:160px;
}

#main .post .entry p.message {
	margin:0px;
	float:left;
	height:16px;
	width:905px;
}

#manual_ferr {
	float:right;
	width: 60px;
}

#manual_ferr img {
	float:left;
}

#manual_ferr a {
	float:right;
}

#data_table {
	margin-top:15px;	
	border: 1px solid #DEDEDE;
	background-color:#CDCDCD;
}

#data_table thead {
	background: #676767;
	color: #FFFFFF;		
}

.tb_position {
	margin:3px;
	width:80px;
	text-align: center;
	
}

.tb_suggest {
	margin:3px;
	width:300px;
	text-align: left;
	padding-left: 7px;
}

.tb_result {
	margin:3px;
	width:100px;
	text-align: right;
	padding-right:7px;
}

.tb_position_title {
	background-color: #676767;
        margin:3px;
	width:80px;
	text-align: center;
	color:#FFFFFF;
	
}

.tb_suggest_title {
        background-color: #676767;
        margin:3px;
	width:300px;
	text-align: center;
	color:#FFFFFF;
}

.tb_result_title {
	background-color: #676767;
        margin:3px;
	width:100px;
	text-align: center;
	color:#FFFFFF;
	
}

#data_table td {
	line-height: 20px;
}

#data_table th {
	line-height: 20px;
}

table {
	
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table thead tr th, table tfoot tr th {
	background-color: #FFFFFF;
	border: 1px solid #FFF;
	padding: 4px;
}
table thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table tbody tr .odd td {
	background-color:#E9E9E9;
}
table thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table thead tr .headerSortDown, table thead tr .headerSortUp {
background-color: #333333;

}

#history{
    padding-bottom: 20px;
}


