body, html {
	margin:0 auto;
	padding:0;
	background-color:#000;
	font-family: Helvetica, Arial, serif;
	color: #fff;
	height:1100px;
}
a:link {font-weight:bold;color: #990099;}
a:visited {color: #330033;font-weight:bold;}
a:active {color: #00ff00;}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a {
	font-size:11pt;
	text-decoration: none;
}

h2.contentTitle{
	padding-left: 20px;
	padding-bottom:15px;
	font-size:11pt;
	font-family: Century Gothic;
}
h2.bandMemberTitle{
	padding-bottom:7px;
	font-size:11pt;
	font-family: Century Gothic;
}

img { border: none; } 
p{
	line-height:130%;
}
p.big{
	line-height:180%;
}
p.small{
	font-size:8pt;
	line-height:140%;
}


div#layout { /* exploder 5.5+ */
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	text-align: center;
	height:1100px;
}

* > div#layout { /* normal browsers */
	min-width: 900px;
	min-height: 490px;
	width: 100%;
	height: 1100px;
	
	
}
div#logout{
	position: absolute;
	margin-top:10px;
	margin-left:10px;
	
}
div#container {
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height:1100px;
}

div#container div.container-top {
	position: absolute;
	left: 0px;
	top: 0px;
	height:205px;
	
	
}

div#container div.container-right {
	position: absolute;
	right: -1000px;
	top: 0px;
	width: 1000px;
}

div#container div.container-bottom {
	position: absolute;
	left: 0px;
	bottom: -1900px;
	height:1000px;
}

div#container div.container-left {
	position: absolute;
	left: -1000px;
	top: 0px;
	width: 1000px;
}
div#container,
div#container div.container-top,
div#container div.container-bottom {
	width: 901px;
}

div#container,
div#container div.container-right,
div#container div.container-left {
	height: 1100px;
}

/* colors */
div#container {
	background-image: url('../i/main-light.png');
	background-position: 1px 205px;
	background-repeat: no-repeat;
	
}

div#container div.container-top {
	background: #000;
	background-image: url('../i/BrowserPreview-logo.png');
	background-position: 1px 0px;
	background-repeat: no-repeat;
	
	
}

div#container div.container-right {
	background: #000;
	background-image: url('../i/BrowserPreview-r.png');
	 background-repeat: repeat-y;
	background-position: left top;
}

div#container div.container-bottom {
	background: #000;
}

div#container div.container-left {
	background: #000;
	background-image: url('../i/BrowserPreview-l.png');
	background-repeat: repeat-y;
	background-position: right top;
}
#content { 
	float: left;
	width: 1900px;
	height: 1000px;
	/*border:1px solid;*/
}

#area{
 margin-left:15px;
 width: 830px;
	/*border:1px solid;*/

}
#area .empty{
	
	float:left;
	width: 700px;
	height: 260px;
	/*border:1px solid;*/
}
#area .menu{
	float:left;
	width: 240px;
	height: 145px;
	/*border:1px solid;*/
	line-height:30%;
	
}
#area .menu a:link {
	font-weight:bold;
	color: #ff66cc;
}
#area .menu a:visited {color: #cc33cc;}
#area .menu a:active {color: #00FF00;}
#area .menu a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: underline;
}
#area .menu a {
	width:147px;
	font-size:8pt;
	text-decoration: none;
}
#area  .menu .frontpage, #area  .menu .band, #area  .menu .gigs,
#area  .menu .media,#area  .menu .guests,#area  .menu .contact{
	display: block;
	width:170px;
	height:24px;
}
/*
#area  .menu .frontpage{height:23px;background: url("../i/etusivu2.png") no-repeat 0 0;}
#area  .menu .band{background: url("../i/bandi2.png") no-repeat 0 0;}
#area  .menu .gigs{background: url("../i/keikat2.png") no-repeat 0 0;}
#area  .menu .media{background: url("../i/media2.png") no-repeat 0 0;}
#area  .menu .guests{background: url("../i/vieras2.png") no-repeat 0 0;}
#area  .menu .contact{background: url("../i/yhteys2.png") no-repeat 0 0;}

#area  .menu .frontpage:hover{	background: url("../i/etusivu_down2.png") no-repeat 0 0;}
#area  .menu .band:hover{	background: url("../i/bandi_down2.png") no-repeat 0 0;}
#area  .menu .gigs:hover{background: url("../i/keikat_down2.png") no-repeat 0 0;}
#area  .menu .media:hover{	background: url("../i/media_down2.png") no-repeat 0 0;}
#area  .menu .guests:hover{background: url("../i/vieras_down2.png") no-repeat 0 0;}
#area  .menu .contact:hover{	background: url("../i/yhteys_down2.png") no-repeat 0 0;}
*/
#area  .menu .frontpage{height:23px;background: url("../i/etusivu3.png") no-repeat 0 0;}
#area  .menu .band{background: url("../i/bandi3.png") no-repeat 0 0;}
#area  .menu .gigs{background: url("../i/keikat3.png") no-repeat 0 0;}
#area  .menu .media{background: url("../i/media3.png") no-repeat 0 0;}
#area  .menu .guests{background: url("../i/vieras3.png") no-repeat 0 0;}
#area  .menu .contact{background: url("../i/yhteys3.png") no-repeat 0 0;}

#area  .menu .frontpage:hover{background-position: -170px 0;}
#area  .menu .band:hover{background-position: -170px 0;}
#area  .menu .gigs:hover{background-position: -170px 0;}
#area  .menu .media:hover{background-position: -170px 0;}
#area  .menu .guests:hover{background-position: -170px 0;}
#area  .menu .contact:hover{	background-position: -170px 0;}
#area .menu  span
{
  display: none;
}

#area .gig{
	background: #000;
	position:absolute;
	/*border:1px solid;*/
	width: 180px;
	top: 455px;
}
#area .gig a:link {
	font-weight:bold;
	color: #ff66cc;
}
#area .gig a:visited {color: #cc33cc;}
#area .gig a:active {color: #00FF00;}
#area .gig a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: underline;
}
#area .gig a {
	font-size:8pt;
	text-decoration: none;
}
#area .social{
	background:#000;
	background-image: url('../i/fb-logo-bg.png');
	background-repeat: no-repeat;
	background-position: -2px 10px;
	position:absolute;
	padding-top:23px;
	padding-left:6px;
	margin-left: -12px;
	/*border:1px solid;*/
	width: 140px;
	top: 555px;
	height: 62px;
}
#area .social a:link {
	font-weight:bold;
	color: #ff66cc;
}
#area .social a:visited {color: #cc33cc;}
#area .social a:active {color: #fff;}
#area .social a:hover {
	color: #fff;
	text-decoration: underline;
}
#area .social a {
	padding-left:8px;
	margin-top:15px;
	font-size:10pt;
	text-decoration: none;
}
#area .contenttext{
	margin-top:25px;
	margin-left: 45px;
	float:left;
	width: 465px;
	height: 1900px;
	overflow:auto;
	font-size:9pt;
	/*border:1px solid;*/
	background-image: url('../i/babes2.png');
	background-repeat: no-repeat;
	background-position: 190px 1900px;
}
#area .contentlink{
	font-size:10pt;
	color:#ff66fe;
}
#area .contentlink:visited {
	font-size:10pt;color:#ff66fe;
	text-decoration:underline;
}
#area .memberlink{
	font-weight:none;
	font-size:9pt;
	color:#fff;
}
#area .contentlink:hover {
	font-size:10pt;color:#fff;
	text-decoration:underline;
}
#area .pastgigslink{
	font-size:11pt;
}
#area .coming{
	/*border: 1px solid white;*/
	margin-left:18px;
	width:450px;
}
#area .contenttext .mainPageInfo{
	font-size:11pt;
	margin-bottom:30px;
	line-height:120%;
}
#area .contenttext .memberInfo{
	font-size:10pt;
	margin-bottom:15px;
	line-height:120%;
}
#area .contenttext .bandMemberLinks{
	margin-left:80px;
}
#area .contenttext .bandLeft{
	width:235px;
	float:left;
}
#area .contenttext .bandLeft .texttopright{
	float:left;
	margin-bottom:10px;
	margin-right:5px;
}
#area .contenttext .bandRight{
	width:226px;
	float:left;
}
#area .contenttext .bandRight .texttopright{
	float:left; 
	margin-bottom:10px;
	margin-right:5px;
}

#area .contenttext .gbInput{
	margin-bottom:6px;
}
td.time{
	/*border: 1px solid white;*/
	width:25%;
}
table, td, th{
	width: 375px;
}
th{
	color:white;
}
.ui-dialog-content .pastgigs{
	width: 95%;
	text-align:left;
}
#gb{
	padding-left:28px;
	width:380px;
}
#gb a:link {
	font-weight:bold;
	color: #fff;
}
 
#gb a:visited {font-weight:bold;color: #fff;}
#gb a:active {font-weight:bold;color: #00FF00;}
#gb a:hover {
	font-weight:bold;
	color: #fff;
	text-decoration: underline;
}
#gb a {
	font-size:8pt;
	text-decoration: none;
}
#response{
	margin-top:5px;
}
#gbform{
	clear:left;
}
#gbform input{
	font-size:10pt;
	width:95%;
}
#gbform fieldset{
  border:0;
  margin:0;
  padding:0;
}
#gbform .button{
	text-align:center;
}

#gbform .testikentta{
	display:none;
}
textarea {
	width: 95%;
	height: 100px;
	padding: 5px;
	font-size:1.1em;
	font-family:arial, sans-serif;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.required{
	color:#999;
}
.entryDate{
	font-size:0.8em;
}
#comments{
	/*border:1px solid red;*/
	height:700px;
	overflow:scroll;
	overflow-x: hidden; 
	width:460px;
}
#comments .comment{
	clear: left;
	width:440px;
	background:#666666;
	border: solid 0px #ddd;
	border-bottom: solid 1px #ddd;
	margin-bottom:10px;
	/*overflow:hidden;*/
	
	color:#000;
}
#comments .comment .header {
	font-weight:bold;
	border-bottom: solid 1px #333;
	padding:2px 1px;
	background:url('../i/c_header_bg.gif') repeat-x top;
}
#comments .comment .content {
	padding:5px;
	line-height:1.5em;
	color:#fff;
	padding-bottom:15px;
}
#comments .comment .date {
	font-size:0.8em;
	text-align:right;
	color:#ccc;
	padding-right:4px;
}

#gb li{
list-style: none;
float: left;
margin-right: 8px;
margin-bottom: 5px;
padding:6px;
border:solid 1px #dddddd;
color:#fff;
font-size:10pt;
}
#gb a.paginationlink{
	height:60px;
	font-size:14pt;
}
#gbReadLink{
	margin-bottom:15px;
	margin-left:20px;
}
#gbReadLink a{
	font-size:10pt;
	text-decoration: none;
	color:#fff;
}
#gbReadLink a:hover{
	font-size:10pt;
	text-decoration: underline;
	color:#fff;
}

#pagination{
	text-align:left;
	clear: left;
	width:225px;
	margin-bottom:10px;
	overflow:hidden;
	color:#fff;
	float:left;
}
#pagination a {
	font-size:9pt;
	text-decoration: none;
	color:#fff;
}
#pagination a:hover {
	font-size:9pt;
	text-decoration: underline;
	color:#fff;
}
#pagination-pageNumber{
	text-align:right;
	width:215px;
	margin-bottom:10px;
	overflow:hidden;
	color:#fff;
	float:left;
}
#pagination-pageNumber a {
	font-size:9pt;
	text-decoration: none;
	color:#fff;
}
#pagination-pageNumber a:hover {
	font-size:9pt;
	text-decoration: underline;
	color:#fff;
}
#pagination-pageNumber img{
	width:15px;
	height:15px;
	vertical-align:middle;
}
/*preload images*/
.hiddenPic{
	display:none;
}
