/* Common */
html { height: 100% }
body { height: 100%; margin: 0px; }
td.tleft {
	background-image: url(../images/pen_bg.jpg);  background-position: top right; background-attachment: fixed;
}
td.tright {
	background-image: url(../images/pen_bg.jpg); background-position: top left; background-attachment: fixed;
}
td.tleft2 {
	width: 27px;
	background-image: url(../images/pen_bg3.jpg); background-position: top right; background-attachment: fixed;
}
td.tright2 {
	width: 27px;
	background-image: url(../images/pen_bg3.jpg); background-position: top left; background-attachment: fixed;
}



/* Site layout */
.menu {
	background-image: url(../images/pen_upper.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
	background-color: #c6752c;
}
.upper {
	background-image: url(../images/pen_sitetop.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.inner {
	/* background-image: url(../images/bg_inner.jpg);
	background-position: left top; */
	background-color: #bb844c;
}
.leftside {
	background-image: url(../images/pen_sideleft.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.rightside {
	background-image: url(../images/pen_sideright.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.inner_l2 {
	/*background-image: url(../images/bg_inner_l2.jpg);*/
	background-image: url(../images/pen_bottombox_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.cbox {
	background-image: url(../images/cbox_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 6px;
	padding-right: 22px;
	padding-bottom: 6px;
	padding-left: 22px;
}
.bg_center {
	background-image: url(../images/pen_bg2.jpg);
}


/* Topmenu */
.topmenu_item, .topmenu_item_first { font-family: Arial; font-size: 12px; }
a.topmenu_item, a.topmenu_item_sel {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
td.topmenu_item {
	padding-right: 7px;
	padding-left: 7px;
}
a.topmenu_item_sel {
	color: yellow;
}
a.topmenu_item:hover {
	color: yellow;
}
a.topmenu_item_first {
	text-decoration: none;
	font-weight: bold;
	color: #6dcff6;
}
td.topmenu_item_first {
	padding-right: 7px;
	padding-left: 14px;
}


/* Form */
select.event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 180px;
	background-color: #f1f1f1;
}

/* News */
table.news {
	margin-bottom: 20px;
}
.news_title {
	background-color: #ebebeb;
	padding: 4px;
	color: #2383b6;
	font-weight: bold;
}
.news_date {
	background-color: #ebebeb;
	padding-right: 8px;
	color: #2383b6;
}
div.news_text {
	width: 98%;
	text-align: justify;
	margin: 5px;
}
div.news_head {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}



/* Copyright */
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 12px;
}
a.cplink {
	color: black;
	text-decoration: none;
}
a.cplink:hover {
	color: #5f5f5f;
	text-decoration: underline;
}


.foot_divider {
	text-align: center;
	width: 27px;
}
.foot_text {
	font-family: Arial;
	font-size: 12px;
	color: white;
}
#flashcontent {
	margin: 12px;
}

a.mLink {
	display: block;
	margin: 10px 5px 10px 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
td.tcorner_left {
	background-image: url(../images/pen_corner_left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
td.tcorner_right {
	background-image: url(../images/pen_corner_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}