/*
 * www.drmullerz.se -09
 */


body {
 	background: #25457e url("img/bg_main.jpg") 0px 0px repeat-x;
	color: #ffffff;
	font-family: "lucida sans", arial, helvetica;
	font-size: 9pt;
}

div#logoSpace {
	position: absolute;
	left: 35px;
	top: 15px;
}

div.menuBox {
	/* t r b l */
	padding: 5px 13px 5px 13px;
	height: 18px;
	float: left;
	/*width: 100px;*/
	background: none;
	
	color: #d2d2d2; /* for inheriting to menu <a> class */
}

div.menuBoxSelected {
	padding: 5px 13px 5px 13px;
	height: 18px;
	float: left;
	/* width: 100px;*/
	background-color: #29405f;
	color: white; /* for inheriting to menu <a> class */

	/* round top left */
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
}

div#container {
	/*margin: none;*/
	position: absolute;
	left: 160px;
	top: 155px;
	/*border: 1px solid red;*/
	width: 672px;

	/*
	min-width: 700px;
	max-width: 70px;
	*/
	min-height: 400px;
}

div#box {
	
	float: left;
	position: relative;
	padding: 10px 20px 20px 20px;
 	background: #34558a url("img/bg_box.jpg") 0px 0px repeat-x;
	font-family: "lucida sans", arial, helvetica;
	font-size: 9pt;
	color: #eeeeee;
	/*border: 1px solid white;*/
	width: 630px; /* FIXME should really be 100% */
	min-height: 360px;

	/* rounded edges */
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	border-radius: 7px;
	border-top-left-radius: 0;

}

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

a.pageLink	{
	color: #e5bb14;
	text-decoration: none;
	font-weight: bold;
}


a.menu {
	color: inherit; /* inherit from selected or not */
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #efcd44;
}

a img.thumb {
	border-color: white;
}

a img.thumb:hover {
	border-color: #efcd44
}

img.thumb {
	vertical-align: top;
	margin: 8px 8px 8px 8px;
}

img.frontLeft, img.front {
	float: left;
	padding: 2px 10px 10px 10px;
}

img.frontRight {
	float: right;
	padding: 2px 10px 10px 10px;
}

img.inBox {
	float: left;
	padding: 2px 10px 10px 10px;
	margin-bottom: 20px; /* extra margin for keeping long texts to the right */
}

h1 {
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	margin: 15px 5px 5px 5px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid #c2c2c2;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
}


h4 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 1px;
	padding-bottom: 0px;
}



p {
	margin: 10px 8px 10px 8px;
}

p.instrument {
	margin: 0px 8px 2px 8px;
	padding-top: 1px;
	font-weight: bold;
}
.pics {  
    height:  336px;  
    width:   252px;  
    padding: 0;  
    margin:  0;  
} 

#slideshow1 {
/*	margin-top: 6px;*/
	width: 360px;
	height: 260px; 
	float:left;
}

div#middle {
	padding-top: 50px;
	padding-bottom: 20px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	width: 400px;
	
}

/*
.pics img { 
	float: left;
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
} 
*/

.emphFront {
	margin-left: 8px;
	padding: 6px 6px 6px 6px;
	border: 1px dashed #efcd44;
	font-weight: bold;
	width: 90%;
	text-align: justify;
}

.emphBands {
	margin-left: 8px;
	padding: 6px 6px 6px 6px;
	border: 1px dashed #efcd44;
	font-weight: bold;
	width: 250px;
	text-align: justify;
}


div.gigs {
	border: 1px dashed #efcd44;
	width: 90%;
}

div.gigs table {
	padding: 2px 2px 2px 2px;
	border: none;

}

div.gigs tr.even	{
	/*	
	background-color: black;
	opacity: .20;*/
}


div.gigs td.date 	{	width: 100px; }
div.gigs td.info 	{	width: 200px; }
div.gigs td.place 	{	width: 300px; }


#member {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.fade {
	float: left;
	position: relative;

}

.fade div {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.gb_post {
	padding: 0px 3px 0px 3px;
	border: 1px dashed #efcd44;
	width: 420px;
	
	margin-left: 40px;;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: justify;
}

.gb_post msg {
}

.gb_post footer {
}


div#footer {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	padding: 5px 0px 15px 0px;
	font-size: 8pt;
	color: #d2d2d2;
}


input,textarea,select {
	padding: 3px 3px 3px 3px;
	/*
	color: white;
	border: 1px dashed #efcd44;
	background-color: #234177;
	*/
	margin-bottom: 6px;
}

	

input.submit {
/*
	background-color: transparent;
	color: white;
	border: 2px outset #0f1d37;
*/
	font-weight: bold;
}

input.special {
	visibility: hidden;
}

label {
    display: block;
    width: 190px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
	vertical-align: top;
}

#navigation ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
}

#errorsDiv_namn, #errorsDiv_medd {
	font-weight: bold;
}

img.banner {
	border: 1px solid black;
	margin-top: 15px;
}

img#topRightBanner {
	position: absolute;
	top: 30px;
	left: 600px;
	border: none;
}

div.right {
	width: 100%;
	text-align: right;
}

