/* Start of CMSMS style sheet 'dbtl' */
* {
padding: 0px;
margin: 0px;
}

:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}

body {
	background-image: url(uploads/images/body-bg-dbtl.png);
	background-repeat: repeat-x;
	background-color: #02605A;
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #E52182;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0EA8A0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0ea8a0;
	font-family: Trebuchet MS, Helvetica;
	font-weight: bold;
	text-align: left;
	text-transform:uppercase;
	text-decoration: none;
}

hr {
	margin-bottom: 10px;
	margin-top: 10px;
	border: 0px dashed #c0c0c0;
	border-bottom: 1px dashed #c0c0c0;
	height: 1px;
}

/* CUSTOM-SCROLL */
.scroll-track{
height:12px;
width:15px;
background-image: url('uploads/images/VScrollTrackFill.png');
background-repeat: repeat;
}

.scroll-handle{
border: 0px
height:15px;
width:15px;
background-image: url('uploads/images/BlueVFill.png');
background-repeat: repeat;
cursor:pointer;
}

#scroll-track-top-1{
height:15px;
width:15px;
background-image: url('uploads/images/up.png');
}

#scroll-handle-bot-1{
height:12px;
width:15px;
background-image: url('uploads/images/bot.png');
}

#scroll-handle-top-1{
height:12px;
width:15px;
background-image: url('uploads/images/top.png');
background-repeat: no-repeat;
}

#scroll-track-bot-1{
height:15px;
width:15px;
background-image: url('uploads/images/down.png');
}

.splitpane-divider {
    border: 1px solid black;
    background:#5B207B;
    opacity: .5;
   filter: alpha(opacity=50);
}

a img {
	border: 0px;
}

#wrapper {
	margin: 0 auto;
	text-align: center;
	width:1024px;
	height:790px;
	overflow: visible;
}

/* CONTENT */
#left-container {
	background-image: url(uploads/images/left-bg-dbtl.png);
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	float: left;
	left:0px;
	top:0px;
	width:180px;
	height:790px;
	overflow-x: visible;
	z-index: 10;
}

.main-container {
	background-image: url(uploads/images/main-bg-dbtl.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	top:0px;
	width:466px; //orig. 656px;
	height:705px; //orig. 790px;
	padding-left: 100px;
	padding-right: 90px;
	padding-top: 80px;
	padding-bottom: 5px;
	text-align:center;
}

.main-container h1 {
	color: #0ea8a0;
	font-family: Arial, Trebuchet MS, Helvetica;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
	margin-bottom: 10px;
	margin-top: 25px;
}

.content {
	height: 500px;
	width: 466px;
	text-align: justify;
	overflow: hidden;
}

.content-inner {
	width: 440px;
	text-align: justify;
}

#footer {
margin: 0 auto;
	padding-top: 165px;
	text-align: center;
}

#footer td {
	text-align: center;
	padding-right: 20px;
}

#right-container {
	background-image: url(uploads/images/right-bg-dbtl.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	top:0px;
	width:188px;
	height:790px;
}

#logo {
	position: relative;
	z-index: 1;
	margin-left: -20px;
	height: 270px;
	overflow: visible;
}

/* YHTEISTYOSSA */
#yhteistyossa, #yhteistyossa td, #yhteistyossa tr
{
border-collapse:collapse;
padding: 0px;
border: 0px;
spacing: 0px;
margin: 0px;
border-spacing: 0px;
}

#yhteistyossa {
	border: 0px;
} 

#yhteistyossa td {
	border: 0px;
	vertical-align: middle;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 120px;
} 

#pois td:first-child {
	width: 120px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
} 

#yhteistyossa img {
	border: 2px solid black;
} 

#yhteistyossa img:hover {
	border: 2px solid #E52182;
} 

#yhteistyossa tr:hover {
	/* background-color: #f5f5f5; */
}

#yhteistyossa tr:nth-child(2) {
	margin-left: -2px;
}


/* MENU */
#menu {
	position: relative;
	width:188px;
	text-align: center;
	margin-left: 10px;
	*margin-left: -2px;
	z-index: 10;
	height: 217px;
}

#menu li {
	width: 161px;
	height: 27px;
	display: block;
	list-style-type: none;
	text-align: center;
	text-transform:uppercase;
	font-weight: bold;
	vertical-align: middle;
}

#menu .currentpage {
	background-image: url(uploads/images/menu-bg-active-dbtl.png);
	background-repeat: no-repeat;
	width: 161px;
	height: 27px;
	display: block;
	list-style-type: none;
	text-align: center;
	text-transform:uppercase;
	font-weight: bold;
	color: white;
}


#menu li a {
	background-image: url(uploads/images/menu-bg-dbtl.png);
	background-repeat: no-repeat;
	width: 161px;
	height: 27px;
	display: block;
	line-height: 25px;
	color: black;
	text-decoration: none;
}

#menu li a:hover {
	background-image: url(uploads/images/menu-bg-active-dbtl.png);
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
}


/* BANNERS*/

.banner {
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(uploads/images/banneri-bg-dbtl.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 188px;
	display: block;
}

.banner-container {
	margin: 0 auto;
	margin-top: 10px;
	height: 233px;
	width: 188px;
	display: block;
	*margin-left: -94px;
}

.banner-frame {
	position: absolute;
	background-image:url(uploads/images/banneri-bg-dbtl.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:233px;
	width:188px;
	text-align: center;
	z-index: 10;
}

.banner-content {
	position: absolute;
	padding-left: 22px;
	padding-top: 18px;
	z-index: 1;
}

.inner-banner {
	padding-top: 
	width: 135px;
	height: 193px;
}

/* NEWS-module */

.NewsSummary {
	padding-bottom: 10px;
	border-bottom: 1px dashed #c0c0c0;
}

.NewsSummaryPostdate, #NewsPostDetailDate {
	font-size: 10px;
	color: #505050;
	font-weight: bold;
	padding-top:10px;
}

.NewsSummaryLink {
	text-align: left;
	padding-bottom: 5px;
}
.content-inner .NewsSummaryLink a, #NewsPostDetailTitle {
	font-size: 13px;
	font-weight: bold;
	color: #0ea8a0;
	font-family: Trebuchet MS, Helvetica;
	font-weight: bold;
	text-align: left;
	text-transform:uppercase;
	text-decoration: none;
}

.NewsSummarySummary {
	padding-bottom: 5px;
}

#NewsPostDetailContent {
	padding-bottom: 5px;
}


/* FORMS */
#fbrp__33 {
	margin-bottom:10px;
	margin-top:10px;
}

.error_message {
	padding-bottom: 10px;
	color: red;
}

/* ALBUM */
.thumb img {
height: 72px;
}

#lbOverlay.blue {
background-color:black;
}

#lbOuterContainer.blue {
border:1px solid black;
}

#lbDetailsContainer.blue {
border-color: black;
border-style:none solid solid;
border-width: 1px 1px;
}
/* End of 'dbtl' */

