/* Classes for extended photogallery */

/* Comment field under big photo in gallery */



.div_photocomment {
	text-align: center;
	color: #777777;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 500px;
	background-color: #FDFBFD;
	border-top: 1px solid #D9F09B;
	border-right: 1px solid #D9F09B;
	border-bottom: 1px solid #D9F09B;
	border-left: 1px solid #D9F09B;
}


/* End classes for extended photogallery */



.rewardsdiv {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	width:230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 0px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 11px;
}
.rewardstitle {
	font-size: 11px;
	color: #C0E75A;
	margin: 1em 0px 0.2em;
	padding: 0px;
	font-weight: bold;
	letter-spacing: 0.15em;
}


.bokdiv {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	width:220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 0px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 11px;
}

.fotodiv {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width:340px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 0px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 11px;
}

.fotodivbottomborder {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	width:340px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 0px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 11px;
}



.inlinetitel {
	font-size: 11px;
	font-variant: normal;
	font-weight: bold;
	color: #865021;

}

.signatur {
	color: #777777;
	font-size:11px;
	text-align: left;
	/*padding:0px 0px 0px 5px;*/
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	letter-spacing: 0.2em;

}

.copyright {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-variant: small-caps;

}
a.copyright {
	font-size: 18px;
	text-align: center;
	color: #75CCDB;
}
a.copyright:hover {
	color: #FFFFFF;
	text-decoration: none;
}




.refbild {
	margin:0px;
	border: 1px solid #999999;
}

.icon {
margin:0px 3px 0px 0px;
border:none;
}

.leftbildfloat {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #777777;
}
.rightbildfloat {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
}

.leftbildfloatnoborder {
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 10px;
}
.rightbildfloatnoborder {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 0px;
}

.article_table{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 1px dotted #C0E75A;
	border-left: 0px none #CCCCCC;
}
.article_table td {
	font-size:11px;
	color:#777777;
	line-height: 1.3em;
	text-align: justify;
	padding: 3px 0px 5px;
}



/* för att hindra att bilder får en understeckare
a img{
	border:0px;
	text-decoration:none;
}
a:hover img {
	border:0px;
	text-decoration:none;
}
*/
.tummeleft {
	border: 1px solid #777777;
	margin:4px 10px 0px 0px;
	float:left;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

.tummeright {
	border: 1px solid #777777;
	margin:4px 0px 0px 10px;
	float:right;
	color: #FFFFFF;
	background-color: #FFFFFF;
}


.texticon {
	border:none;
	margin:0px 5px 0px 0px;
	float:left;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.texticonright {
	border:none;
	margin:0px 0px 0px 5px;
	float:right;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

p.trebuchet11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .8em;
	margin-left: 0em;
}

h5.signatur {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin-top: .8em;
	margin-right: 0em;
	margin-bottom: .2em;
	margin-left: 0em;
}


a {
	color: #2F9BAE;
	text-decoration: none;
}
a:hover { color:#865021; text-decoration:underline; }

a.side { color:#7D4806; text-decoration:none; }
a.side:hover { color:#FD6500;
text-decoration:none; }


a.navside {
	color:#2F9BAE;
	text-decoration:none;
	margin: 0px;
	padding: 1px;
	display: block;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-variant: small-caps;
	height: 14px;
	vertical-align: top;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 1em;
}
a.navside:hover {
	color:#865021;
	text-decoration:none;
	border-top: 0px none #865021;
	border-right: 0px none #865021;
	border-bottom: 1px solid #865021;
	border-left: 0px none #865021;
}



a.white {
	color:#865021;
	text-decoration:none;
	font-weight: bold;
	font-variant: small-caps;
}

a.white:hover 
{	color:#75CCDB; 
text-decoration:none; 
}

a.inline {
	display: inline;
}



img.logo{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*
.small1 a {
	color: #2F9BAE;
	border-bottom-color: #2F9BAE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}
.small1 a:hover {
	border-bottom-color: #206875;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #206875;
}


.small2 a {
	color: #2F9BAE;
	border-bottom-color: #2F9BAE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}
.small2 a:hover {
	border-bottom-color: #206875;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #206875;
}

.main-body a {
	color: #2F9BAE;
	border-bottom-color: #2F9BAE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}
.main-body a:hover {
	border-bottom-color: #206875;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #206875;
}

.news-footer a {
	color: #2F9BAE;
	border-bottom-color: #2F9BAE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}
.news-footer a:hover {
	border-bottom-color: #206875;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #206875;
}

*/

/* Ovanför är Helix modifikationer*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding: 0px;
	background-color: #FFFFFF;
}

form { margin:0px 0px 0px 0px; }

hr {
	color:#E2E2E2;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E2E2E2;
	margin: 2px 0px 5px;
	padding: 0px;
	height: 1px;
}
hr.break { clear:both;}

hr.side-hr { height:1px; color:#D8FFB0; }

td {
	font-size: 11px;
	color: #777777;
}

pre { font-family:Arial, Helvetica, sans-serif; font-size:10px; }

.alt { color:#666; }

.smallalt {
	font-size: 11px;
	color: #777777;
}


.white-header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CB98C5;
	padding:4px;
}

.full-header {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:10px;
	color:#ddd;
	height: 96px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center 12px;
	background-image: url(images/tile_30.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}

.full-footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CB98C5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EDF8D0;
}
.wrapper {
	margin: 0px auto;
	border-top: 0px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}




.button 
{
	font: 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin-top:2px;
	cursor: pointer;
}
	
.textbox {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:10px;
	color:#777777;
	background-color:#F0FAD8;
	margin: 2px 0 2px 0;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
}

.main-body {
	font-size:11px;
	color:#777777;
	padding:2px 0px 2px 0px;
	line-height: 1.3em;
	text-align: justify;
}

.main-body a{
	clear:left;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}


.artikeldiv {
	clear: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top: 1px dotted #D9F09B;
	border-right: 0px dotted #D9F09B;
	border-bottom: 0px dotted #D9F09B;
	border-left: 0px dotted #D9F09B;
}


.side-body {
	font-size:10px;
	color:#000;
	padding:4px 4px 6px 4px;
	background-color: #FFFFFF;
}


.main-bg {
	background-color:#FFFFFF;
	padding:10px 30px 10px 20px;
	border-top:none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.border { border:1px #aaa solid; }

.side-border-left {
	border-top:none;
	border-bottom:none;
	border-right:none;
	padding:5px;
	border-left-style: none;
}

.side-border-right {
	background-color:#abdfe9;
	border-top:1px #bbb dotted;
	border-bottom:1px #bbb dotted;
	border-left:1px #bbb dotted;
	padding:5px;
}

.news-footer {
	font-size:9px;
	color:#777777;
	padding:4px 0px 0px 0px;
}

.barmain {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#777777;
	padding:4px 4px 4px 4px;
}

.capmain {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#C0E75A;
	letter-spacing: 0.2em;
	font-variant: normal;
	text-transform: uppercase;
}

.scapmain {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 3px 3px 7px;
	text-align: left;
	font-variant: small-caps;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: .2em;
	background-color: #F4E0F3;
	display: none;
}

.tbl-border {
	border: 1px dotted #D9F09B;
}


.photo_tbl-border {
	border: 1px dotted #D9F09B;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



.tbl {
	font-size:11px;
	padding:2px 0px 2px 0px;
	
}
.tbl1 {
	font-size:11px;
	color:#777777;
	padding:4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
.tbl2 {
	font-size:11px;
	color:#777777;
	padding:4px;
	background-color: #FDFBFD;
}
	
.forum {

	font-size:11px;
	color:#777777;
	padding:2px 0px 2px 0px;
	line-height: 1.3em;
	text-align: justify;
}


.forum-caption {
	font-size:10px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:2px 4px 2px 4px;
	color: #777777;
}

.quote {
	color:#000;background-color:#eee;
	padding:2px;
	margin:0px 20px 0px 20px;
	border:1px #ccc solid;
}
	
.poll { height:12px; border:1px #000 solid; }

.comment-name { font-weight:bold; color:#666; }

.shoutboxname { color:#002266; }
.shoutbox { color:#666; }
.shoutboxdate { font-size:9px; color:#777777; text-align:right; }

.small { font-size:10px; font-weight:normal; }
.small2 { font-size:10px; font-weight:normal; color:#CA99C7; }

.side-small { font-size:10px;font-weight:normal; color:#777777; }

.side-label { background-color:#ddd; padding:2px; }
/*  Galleri */
.gallery {
	padding: 16px 0px 8px 0px;
	font-size: 11px;
	color: #777777;
}
.gallery img { border: 0px solid #999999; }
.gallery:hover img {
	border: 0px solid #FD6500;
	text-decoration:none;
}
img.activegallery {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px none #FFFFFF;
}
.leftspan {
	text-align: left;
}


/* prev button above photo */
.tbl2#prev_button {
	background-color: #f4e0f3;
	margin: 5px;
	padding: 5px;
	border: 2px solid #FFFFFF;
	font-weight: bold;
	color: #2F9BAE;
}

/* link color for button*/
.tbl2#prev_button a{color:#2F9BAE;}


/* next button above photo */
.tbl2#next_button {
	background-color: #edf8d0;
	margin: 5px;
	padding: 5px;
	border: 2px solid #FFFFFF;
	font-weight: bold;
	color: #2F9BAE;
}

/* link color for button*/
.tbl2#next_button a{color:#2F9BAE;}

.tbl-foto {
	font-size:11px;
	padding:10px;
	border: 1px solid #F1FADC;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
}





 /* Skriv bara ut innehållsarean, inte de andra. */ 
@media print { 
.side-body { display: none; }
.wrapper {border:none;}
.side-border-left { display: none; }
.white-header { display: none; }
.full-footer { display: none; }
.news-footer { display: none; }
.bokdiv {display: none;}

}

