@import url('brmdbb_style.css');

* {
	margin: 0;
	padding: 0;
	font-size: 10px;
	}
	
html, body {
	font-family: Verdana, Helvetica, sans-serif;
	background: url('gfx/bg222.jpg') #000;
	background-position: top left;
	background-repeat: no-repeat;
	color: #cdbeb3;
	}
	


div#logo {
	/* border: 1px dashed yellow; */
	position: absolute;
	top: 0;
	left: 0;
	width: 805px;
	height: 148px;
	}
	
div#logo img {
	border: none;
	}
		
div#sidebar {
	/* border-color: #994f41;
	border-style: dashed;
	border-width: 1px 1px 1px 0; */
	/* border: 1px dashed yellow; */
	width: 215px !important;
	min-height: 300px;
	position: absolute;
	top: 157px;
	left: 0;
	color: #cdbeb3;
	}
	
div#keikkakalenteri {
	border-color: #994f41;
	border-style: dashed;
	border-width: 1px 1px 1px 0px;
	padding: 5px;
	margin-bottom: 15px;
	}
	
div#soitetut {
	border-color: #994f41;
	border-style: dashed;
	border-width: 1px 1px 1px 0px;
	padding: 5px;
	}
	
div#content {
	/* border: 1px dashed yellow; */
	position: absolute;
	top: 157px;
	left: 230px;
	width: 550px;
	padding: 0 5px 5px 5px;
	min-height: 600px;
	}

img[src='gfx/dashed_line.png'] {
	margin: 0 0 0 -5px;
	}
	
div#content h1 {
	font-size: 10px;
	font-weight: bold;
	background: url('gfx/bg_news_header.png');
	margin-bottom: 2px;
	}
	
div#content p {
	margin-bottom: 2em;
	/* border: 1px dashed red; */
	}
	
table#albumit td {
	vertical-align: top;
	}
	
table#albumit td img {
	margin-bottom: 60px;
	margin-right: 10px;
	opacity: 0.79;
	}
	
table#albumit td h1 {
	background: transparent;
	margin-bottom: 1em;
	}
	
table#albumit p {
	margin-bottom: 1em;
	}
	
ul, ol {
	list-style-position: inside;
	}
	
a {
	text-decoration: none;
	color: #cdbeb3;
	}
	
a:hover {
	text-decoration: underline;
	color: #cdbeb3;
	}
	
div#staff_navi {
	width: 488px;
	height: 15px;
	text-align: center;
	color: #b87f52;
	background-color: #070f17;
	position: absolute;
	top: 10px;
	left: 310px;
	}
	
div#staff_navi a {
	color: #b87f52;
	}
	
div#staff_navi a:hover {
	text-decoration: underline;
	}
	
form fieldset {
	border: none;
	}
	
form fieldset label {
	display: block;
	width: 13%;
	height: auto;
	float: left;
	margin: 0; padding: 0;
	}
	
form p {
	padding: 0;
	margin: 0;
	}
	
textarea, input[type="text"], input[type="password"], select {
	color: #b87f52;
	background: #070f17;
	border: 1px solid #404040;
	font-family: Verdana, Helvetica, sans-serif;
	}
	
textarea, input[type="text"], input[type="password"] { width: 510px; }

input#captcha { display: none; }
select#captcha2 { width: 100%; }

/* input[value="Lähetä"] {width: 100%;} */

table#bandi{
	border-collapse: separate;
	border-spacing: 0 15px;
	margin-top: -12px;
	}

table#bandi td { vertical-align: top; }
table#bandi th { width: 150px; }
table#bandi table { border-collapse: collapse; }
	
table#bandi table th {
	text-align: left;
	font-weight: bold;
	}
	
table#bandi td.info {
	background: url('gfx/bg_news_header.png');
	width: 425px;
	}
	
table#bandi table td { padding: 2px 0 15px 10px }
table#bandi td.width_150 { width: 150px; }
table#bandi tr { margin-bottom: 10px; }

a.nou, a.nou img {
	text-decoration: none;
	border: none;
	}

p.galleria img {
	padding: 5px;
	}
	
h1.class0, h1.class1, h1.class2 {
	background: url('gfx/bg_news_header_orange.png');
	}

table#captcha {
	border: 2px solid #404040;
	width: 510px;
	border-collapse: collapse;
	}
		
table#captcha td {
	vertical-align: top;
	text-align: left;
	padding: .2em;
	width: 50%;
	}
	
table#captcha th {
	border: 2px solid #404040;
	}
	
#captcha2 {
	width: 150px;
	}