
a,
a:visited,
a:link {
  text-decoration: none;
  color: #0000CD;
}

a:hover,
a:active {
  color: #328DD4;
}

html
{
  margin: 0px;
  padding: 0px;
  background: #024EAC;
  font-size: 12px;
}

body
{
  margin: 0px;
  padding: 0px;
}

.contents
{
  width: 799px;
  margin: 0px auto;
  background: #FFFFFF;
}

.header
{
}

.footer
{
  float: left;
  height: 150px;
  width: 799px;
  background-image: url( "images/footer.jpg" ); 
}

.main
{
  float: left;
  background: #FFFFFF;
  width: 799px;
  
}

.menu
{
  float: left;
  position: relative;
  width: 190px;
  padding-left: 20px;
  padding-right: 10px;
}

.menu dt
{
  height: 17px;
  background-image: url( "images/menutitle.gif" );
  font-weight: bold;
  padding-top: 3px;
  padding-left: 5px;
}

.menu dd
{
  margin: 5px;
}

.entries
{
  float: left;
  width: 577px;
}

.entry
{
  width: 476px;
  margin-left: 50px;
}

.entry_header
{
  height: 15px;
  width: 476px;
  background-image: url( "images/line_top.gif" );
  background-repeat: no-repeat;
  margin-top: 13px;
}

.entry_main
{
  background-image: url( "images/line_side.gif" );
  background-repeat: repeat-y;
}

.entry_date
{
  font-size: 14px;
  font-weight: bold;
  color: #328DD4;
  margin-left: 15px;
  padding-left: 10px;
  padding-top: 6px;
  width: 64px;
  height: 64px;
  background-image: url( "images/box.gif" );
  background-repeat: no-repeat;
}

.entry_title
{
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  margin-top: 15px;
  padding: 0px;
}

.entry_body
{
  width: 330px;
  margin: 0px;
  margin-top: 15px;
  line-height: 140%;
  background-image: url( "images/entry_bk.jpg" );
  background-repeat: no-repeat;
  background-position: bottom;
}

.entry_extend
{
  text-align: right;
}


/* entry_footer_new added 07/07/24 */
.entry_footer_new_wrapper{
  background-image: url( "images/line_side.gif" );
  background-repeat: repeat-y;
  padding-top: 10px;
}


.entry_footer_new_border{
	border-top: 1px solid #7ABBEC;
	width: 92%;
	margin: 0px auto;
	margin-bottom: 5px;
}

.entry_footer_new{
  background-image: url( "images/line_side.gif" );
  background-repeat: repeat-y;
}

.entry_footer_new table{
	float: right;
	margin-right: 18px;
}

.entry_footer_new_bottom{
	clear: both;
	background-image: url("images/line_bottom.gif");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	width: 476px;
	height: 15px;
}

.entry_footer_new_links{
	border-top: 1px dotted #7ABBEC;
	padding-top: 5px;
}

.entry_footer_new_links td{
	padding-top: 10px;
}
/* end entry_footer_new */

/* entryPendding added 07/07/24 */

.entryPendding{
	margin: 20px 50px;
}

.entryPendding h3{
	border-bottom: 1px solid #7ABBEC;
	font-size: 16px;
}




.entry_footer
{
  text-align: left;
  height: 42px;
  width: 476px;
  padding-top: 10px;
  background-image: url( "images/line_bottom.gif" );
  background-repeat: no-repeat;
}

.entry_footer table
{
  margin-left: 150px;
  width: 
  300px;
}

.entry_footer table tr td
{
  height: 19px;
  padding-right: 10px;
}


.entry_cat
{
	padding-left: 10px;
	width: 150px;
}


.entry_tr
{
  padding-left: 0px;
  width: 350px;
  /*background-image: url( "images/tr.gif" );*/
  background-repeat: no-repeat;
  font-size: 9px;
  color: #333;
  /*border: 1px solid;*/
  
}

.entry_tr a
{
  /*color: #FFFFFF;*/
  text-decoration: none;
}

.calender th
{
  font-size: 10px;
  text-align: center;
}

.calender td
{
  font-size: 12px;
  text-align: center;
}

.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}

/* added round box 07/07/24 */

.roundbox{
  width: 476px;
  margin-left: 50px;
  margin-top: 10px;
}

.roundbox_header{
  height: 15px;
  width: 476px;
  background-image: url( "images/line_top.gif" );
  background-repeat: no-repeat;

}

.roundbox_footer{
  height: 15px;
  width: 476px;
  background-image: url( "images/line_bottom2.gif" );
  background-repeat: no-repeat;
}

.roundbox_body{
	padding: 5px 10px;
	width: auto;
	background-image: none;
	border-left: 1px solid #7ABBEC;
	border-right: 1px solid #7ABBEC;
	margin-left: 1px;
	margin-right: 1px;
}

/* comment section */

.comment{
	width: 86%;
	padding: 0px 3%;
	margin: 0px 3%;

	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.roundbox_body h3{
	font-size: 14px;
	margin: 0px 15px 15px;
}

.comment p{
	margin: 5px 0px;
	margin-right: 20px;
}

.comment .comment-header{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px dotted #7ABBEC;
	margin-right: 20px;
	color: #333;
	padding-bottom: 3px;

}

.comment .comment-footer{
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	font-size:10px;
}

/* end comment section */

/* comment open */
.roundbox_body form{
	margin: 0px;
	padding: 0px;
}

.comments-open{
	width: 86%;
	padding: 0px 3%;
	margin: 0px 3%;
}

.comments-open-header{
	font-size: 16px;
	margin-left: -4%;
}

.comments-open-footer{
	text-align: right;
}

textarea#comment-text{
	width: 100%;
}

#comment-author{
	margin-left: 5em;
}
#comment-email{
	margin-left: 1em;
}

#name-email{
	float: left;
}


#comments-open-date p{
	clear: both;
}

#comments-open-date p{
	text-align: right;
}


/* non use from 07/07/24 */
.trackback
{
  width: 476px;
  margin-left: 50px;
  margin-top: 10px;
}

.trackback_header
{
  height: 15px;
  width: 476px;
  background-image: url( "images/line_top.gif" );
  background-repeat: no-repeat;
}

.trackback_body
{
  padding: 5px;
  padding-left: 15px;
  width: 476px;
  background-image: url( "images/line_side.gif" );
  background-repeat: repeat-y;
}

.trackback_sep
{
  padding: 0px;
  height: 5px;
  width: 476px;
  background-image: url( "images/line_side.gif" );
  background-repeat: repeat-y;
}

.trackback_list
{
  padding: 5px;
  padding-top: 5px;
  padding-left: 15px;
  width: 476px;
  background-image: url( "images/line_side.gif" );
  background-repeat: repeat-y;
}


.trackback_footer
{
  height: 15px;
  width: 476px;
  background-image: url( "images/line_bottom2.gif" );
  background-repeat: no-repeat;
}

.result
{
  margin-left: 40px;
}

.result h2
{
  background: #014EAC;
  width: 510px;
  height: 29px;
  padding-top: 8px;
  padding-left: 10px;
  font-size: 16px;
  color: #FFFFFF;
}

.result h3
{
  background: #014EAC;
  width: 510px;
  height: 29px;
  padding-top: 8px;
  padding-left: 10px;
  font-size: 16px;
  color: #FFFFFF;
}

.result #search-options
{
  margin-left: 50px;
}

.result .entry-footer
{
  text-align: right; 
  padding-top: 5px;
  width: 510px;
  border-top: #7ABBEC solid 1px;
}

