@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #b6d7e4;
	background-color: #09212b;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-image: url(../images/body_back.jpg);
}

body a{
	color: #55cdff;
	text-decoration: none;
}
body a:hover {
	color: #55cdff;
	text-decoration: underline;
}

#tbl_header a {
	color: #55cdff;
	text-decoration: none;
}
.seperator_x {
	background-image: url(../images/seperator_x.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

#tbl_header a:hover {
	color: #55cdff;
	text-decoration: underline;
}
h1 {
	color: #55cdff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}
.pane_right {
	background-color: #021a24;
}
.pane_left {
	background-color: #09212b;
}
.body_back {
	background-image: url(../images/body_back.jpg);
	background-repeat: repeat-y;
	width: 1168px;
	background-position: right;
}
.seperator_y {
	background-image: url(../images/seperator_y.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#tbl_contents img {
	border: 1px solid #000000;

}
.production_intro {
	width: 210px;
}
.wrapper_production {
	float: left;
	width: 230px;
	margin-right: 10px;
}
.pagination {
	background-image: url(../images/icon_pagination.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	height: 17px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #55cdff;
}
.page_number {
	color: #55cdff;
}
.image_no_border {
	border-top-width: 0px !important;
	border-right-width: 0px !important;
	border-bottom-width: 0px !important;
	border-left-width: 0px !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
