.smallBox {
    margin-top: 20px;
}

.largeBox {
    width: 415px;
    margin-left: 8px;
}

.boxContent {
    position: relative;
    width: 223px;
    height: 314px;
    padding: 15px;
    overflow: hidden;
    background: url('../images/layout/bg_box.gif') no-repeat;
}

.boxContent a {
    text-decoration: none;
    color: #4a4a49;
}

.boxMore {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 71px;
    height: 20px;
    color: #1a171b;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}

.boxMoreNews {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 130px;
    height: 20px;
    color: #1a171b;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}

.boxTitleGreen {
    font-size: 16px;
    font-weight: bold;
    color: #1a171b;
}

.boxTitleGreen .boxTitleLeft {
    margin-left: 1px;
    width: 5px;
    height: 27px;
    background: url('../images/layout/box_green_left.gif') no-repeat;
    float: left;
}

.boxTitleGreen .boxTitleContent {
    height: 23px;
    width: 126px;
    float: left;
    padding-top: 4px;
    text-align: center;
    background: url('../images/layout/box_green_content.gif') repeat-x;
}

.boxTitleGreen .boxTitleRight {
    width: 6px;
    height: 27px;
    background: url('../images/layout/box_green_right.gif') no-repeat;
    float: left;
}

.boxTitleBlack {
    font-size: 16px;
    font-weight: bold;
    color: #FECC00;
}

.boxTitleBlack .boxTitleLeft {
    width: 5px;
    height: 26px;
    background: url('../images/layout/box_black_left.gif') no-repeat;
    float: left;
}

.boxTitleBlack .boxTitleContent {
    height: 22px;
    width: 126px;
    float: left;
    padding-top: 4px;
    text-align: center;
    background: url('../images/layout/box_black_content.gif') repeat-x;
}

.boxTitleBlack .boxTitleRight {
    width: 6px;
    height: 26px;
    background: url('../images/layout/box_black_right.gif') no-repeat;
    float: left;
}

.eventList {
    margin-bottom: 10px;
}

.eventList a {
    color: #4a4a49;
}

.eventListDate {
    font-size: 14px;
    font-weight: bold;
    color: #FECC00;
    text-decoration: none;
}

.eventListDateSide {
    font-size: 12px;
    font-weight: bold;
    color: #1a171b;
    text-decoration: none;
}

.pageTitle {
    margin: 20px 0px 0px 0px;
}

#newsList {
	width: 415px;
	height: 373px;
	overflow: hidden;
}

#newsList .header {
	width: 397px;
	height: 28px;
	overflow: hidden;
	margin: 0 0 1px 0;
	padding: 0 0 0 18px;
	line-height: 28px;
	font-size: 18px;
	background-color: #ffffff;
}

.newsBox {
    position: relative;
    width: 415px;
    height: 317px;
    overflow: hidden;
    background-color: #FECC00;
}

.newsBoxText {
    padding: 5px;
    width: 415px;
    height: 62px;
    overflow; hidden;
    position: absolute;
    bottom: 0px;
    background-image: url('../images/layout/bg_news_main-trans.png');
    background-repeat: repeat;
}

.newsBoxTextNoPhoto {
    padding: 5px;
    width: 415px;
    height: 307px;
    overflow; hidden;
    position: absolute;
    bottom: 0px;
    background-color: #ffffff;
    background-repeat: repeat;
}

.newsBoxText span {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma;
    color: #fdfdfd;
}

.newsBoxTextNoPhoto span {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma;
    color: #4a4a49;
}

#newsBoxPaginator {
	width: 415px;
	height: 27px;
	overflow: hidden;
	background-color: #ffffff;
}

#newsBoxPaginator ul {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
}

#newsBoxPaginator ul li {
	float: left;
	width: 32px;
	height: 27px;
	background-color: #ffffff;
	color: #4a4a49;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma;
	line-height: 23px;
}

#newsBoxPaginator ul li a {
	text-decoration: none;
	color: #4a4a49;
}

#newsBoxPaginator ul li.select {
	background-color: #FECC00;
	color: #1a171c;
	font-weight: bold;
}

#newsBoxPaginator ul li.select a {
	color: #1a171c;
}


#newsBoxPaginator ul li.more {
	width: 27px;
}

