﻿@charset "utf-8";
/* CSS Document */
.content_row {
    float: left;
    padding: 5px 20px 40px;
    padding-bottom:50px;
    text-align: justify;
    width: 100%;
}
.program_box 
{
    display: table;
    /*height: 190px;*/
    height: 170px;
    margin: 5px 0;
    padding: 10px 10px;
    width: 675px;
}
.light {
	background: #f6f6f6;
}
.dark {
	background: #ececec;
}
.photo_box {
	display: block;
    float: left;
    margin: 5px 0;
    max-height: 160px;
    max-width: 230px;	
}
#content_box {
	/*display: inline-block;*/
	display: table;
    float: left;
    height: auto;
    padding-left: 27px;
    /*position: absolute;*/
    /*width: 430px;*/
    width: 420px;
}
#content_box p, .list_row span {
	color: #444242;
    display: block;
    float: left;
    /*font: bold 12px/12px ;*/
    font-size: 13px;
    line-height: 25px;
    /*margin-top: 10px;*/
    padding: 0 3px;
    text-align: left;
}
.content_title, .list_row {
	display: block;
	float: left;
	width: 100%;
	padding-bottom:5px;
}

.list_row a
{
    color: #424141;
    font: bold 13px/15px ;
    text-decoration: none;
}

.list_row a:hover {
	text-decoration: underline;
}
.content_title h4{
	/*display: block;
	line-height:20px;font-size:15px;font-weight:bold;
	color: #ce4d07;
	padding: 0 3px;*/
	color: #6dbab1;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    padding: 0 3px;
}
.list_row h5 {
	display: block;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color: #6dbab1;
	padding: 0 3px;
}
#paging {
    bottom: 120px;
    display: block;
    float: left;
    padding: 25px 0px 15px 0;
    position: absolute;
    width: 710px;
}
.space {
	display: block;
	float: right;
	line-height:20px;font-size:12px;font-weight:bold;
	letter-spacing: 0.3px;
	padding: 0 3px;
}
.right_row{
	display: block;
	float: right;
	line-height:20px;font-size:12px;font-weight:bold;
	letter-spacing: 0.3px;
	padding: 0 3px;
}
#mainLeft {
    /*border-right: 1px solid #B3B3B3;*/
    display: inline-block;
    float: left;
    width: 176px;
}
#mainCenter {
    border-left: 0;
}