@charset "utf-8";

body {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image:url(../images/texture.jpg);
	/*background-attachment: fixed;
	background-position: top center;*/
	background-repeat:repeat;
}

h1 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 18px;
	color: #82223D;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-top: 0;
	margin-bottom:2px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size:12px;
	margin:1px 0;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h4 {
	color: #3B39AA;
	font-weight:bold;
	font-size: 11px;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p {
	line-height:14px;
	margin:10px 0;
}

p.no_up {
	margin-top: 0;
}
.error {
	color:#F00;
	font-weight:bold;
}
.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}
.big {
	font-size:12px;
	text-transform:uppercase;
}
.sup {
	vertical-align:super;
	font-size:7px;
}

.text_c {
	text-align:center;
}

.text_r {
	text-align:right;
}

.col_text {
	color: #3B39AA;
}
.col_text2 {
	color: #82223D;
}

hr.color {
	color: #3B39AA;
	background-color: #3B39AA;
	border:0;
	height:1px;
}
	

a:link {
	color: #86213A;
	text-decoration: none;
}
a:visited {
	color: #86213A;
	text-decoration: none;
}
a:hover {
	color: #86213A;
	text-decoration:underline;
}

/*a.popup {
	padding-right:18px;
	background: transparent url(../images/icon_popup.gif) no-repeat center right;
}*/

a img {
	border:none;
}

a.name:link { 
	color: #000000;
	text-decoration:none;
}
a.name:visited {
	color:#000000;
	text-decoration:none;
}
a.name:hover {
	color:#000000;
	text-decoration:none;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 928px;
	background-image: url(../header/sidor.png);
	background-repeat: repeat-y;
}

#header {
	width: 928px;
	height: 142px;
	margin:0 auto;
	background-image:url(../header/header-hela.png);
}

#header a i {
	visibility:hidden;
}

#header a#index {
	display:block;
	height: 123px;
	width: 152px;
	position:relative;
	top:16px;
	left:30px;
	text-decoration:none;
}

#header img#styrv-top {
	height: 43px;
	width: 43px;
	display:block;
	position: relative;
	top: -42px;
	left: 535px;
}
#header img#gf-top {
	display:block;
	height: 43px;
	width: 43px;
	position:relative;
	top: -85px;
	left: 603px;
}
#header img#header_4v {
	display:block;
	height: 43px;
	width: 43px;
	position:relative;
	top: -128px;
	left:671px;
}

#left_col {
	float:left;
	width: 550px;
	padding: 5px 15px;
	margin: 10px 0 0 0;
	border-right: 1px dotted #000;
	min-height:385px;

}
#right_col {
	float:left;
	padding: 25px 15px 5px 15px;
	width: 178px;
	margin:0px;
}

#i_left_col { /* For index page */
	float: left;
	width: 430px;
	padding: 10px 15px 5px;
	margin: 10px 0 0 0;
}

#i_right_col { /* For index page*/
	float: left;
	width: 260px;
	padding: 0 15px 5px;
	margin: 5px 0 0 0;
}

#footer {
	width: 928px;
	height: 64px;
	background-image:url(../header/footer-hela.png);
	margin: 0 auto;
}

#footer p {
	width: 800px;
	font-size:9px;
	margin:0 auto;
	padding-top:17px;
}

/* News */
span.news {
	font-size: 18px;
	font-weight: bold;
	color: #3B39AA;
	font-variant:small-caps;
}

hr#hr_news {
	border:0;
	background-color:#3B39AA;
	color: #3B39AA;
	height: 3px;
	width: 100%;
	margin:0 0 5px;
}

.news_box {
	border:solid 1px #98A2F3;
	padding:2px;
	margin-bottom:5px;
}

.news_text ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.news_text li {
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:3px 0 3px 15px;
}
/* End News */

/* Calendar */

div#calendar {
	/*position:relative;
	top:116px;*/
	margin-top:25px;
	border: dotted 2px #393538;
	padding:4px;
}

span.calendar {
	font-size: 16px;
	font-weight: bold;
	color: #86213A;
	font-variant:small-caps;
}

hr#hr_cal {
	border:0;
	height: 3px;
	width: 100%;
	background-color:#86213A;
	color: #86213A;
	margin:0 0 5px 0;
}

.calendar_text {
	padding:2px 0 2px 5px;
	font-size:10px;
}
.calendar_text td {
	padding:2px;
	min-width:57px;
}

.calendar_text_ind td {
	width:57px;
}

td.right {
	padding-left: 8px;
	width:auto;
}
td.left {
	text-align:right;
	padding-right:10px;
	min-width:0;
}

.calendar_text th {
	color:#86213A;
	font-variant:small-caps;
	font-size:12px;
	border-bottom: dotted #666 1px;
}

.date_text {
	color: #86213A;
}

/* Images in text */
img {
	border:none;
}
img.img_l {
	float:left;
	margin:5px 15px 10px 0;
	vertical-align: text-top;
}

img.img_r {
	float: right;
	margin: 5px 0 10px 15px;
	vertical-align: text-top;
}

img.img_c {
	margin:10px 75px;
}
img.img_c2 {
	margin:15px auto 10px;
}
img.img_center {
	margin:0 auto;
	display:block;
}
/* End img in text */

hr.none {
	border:0;
	color:#FFFFFF;
	background-color:#FFFFFF;
	height: 25px;
	margin:0;
}

.align {
	float: left;
	width: 275px;
	height: 130px;
	padding-top: 10px;
}

div.bg_col {
	width: 546px;
	background-color:#D9DDFF;
	padding:2px;
}

div.clear {
	clear:both;
}

div#align_r {
  clear:both;
	margin-top: 20px;
	text-align:right;
}
/* Image Gallery StyrV */
.gall {
	float:left;
	margin:7px 20px 7px 0;
}
.gall img {
	padding:2px;
	border:1px solid #3F3F3F;
}
.gall_desc {
	text-align:center;
	width:inherit;
	padding:2px 0;
}

/* Image Gallery Shop */
.gall2 {
	float:left;
	margin:7px 50px 7px 10px;
	width:164px;
}
.gall_desc2 {
	text-align:center;
	width:inherit;
	padding:2px 0;
}
.gall2 img {
	padding:2px;
	display:block;
	margin: 0 auto;
}

/*Sponsors */
div#huv_spons {
	background-color:#F00;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:2px;
}

div#guld_spons {
	background-color:#CFB810;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:2px;
}

div#silv_spons {
	background-color:#8C8C8C;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:2px;
}
	
table.spons td {
	vertical-align:top;
}
p.mid {
	padding:14px 0 11px;
}

form.contest legend {
	text-transform:uppercase;
	font-weight:bold;
}

form.contest input.button {
	margin-top: 10px;
}
	
form#contact fieldset {
	width:300px;
}
form#contact legend {
	text-transform:uppercase;
	font-weight:bold;
}
form#contact label {
	width:135px;
	margin:4px 0;
	float:left;
}
form#contact input {
	margin:4px 0;
}
form#contact input.button {
	margin-left: 135px;
}


/* Stylesheet for photo gallery */

#album a:link {
  color: #000;
  text-decoration: none;
	border: 0;
}

#album a:visited {
  color: #000;
  text-decoration: none;
	border: 0;
}

#album a:hover {
	color:#86213A;
	text-decoration:none;
}


#album img { 
	vertical-align: middle; 
}
#album img.img-picture {
	border: 1px solid #000000;
	padding:2px;

}
#album img.img-folder {
	border: 0;
	padding:7px 4px 0 5px;
	vertical-align:middle;
}
#album img.img-galicon {
	border:0;
}
#album img.img-thumbnail {
	border: 1px solid #000000;

}
#album img.img-thumbnail-selected {
	border: 1px solid #86213A;
}
#album img.img-picture-prev {
	border: 0px;
}
#album img.img-picture-next {
	border: 0px;
}
#album img.img-thmbnavi-prev {
	border: 0px;
}
#album img.img-thmbnavi-next {
	border: 0px;
}
#album img.img-new {
	border: 0px;
}


#album table.table-wrapper {
  width: 100%;
  padding: 5px;
 	text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#album td.td-thumbnails-thumb {
  /*padding: 5px;*/
  white-space: nowrap;
  vertical-align: bottom;
  text-align: center;
}

#album td.td-thumbnails-thumb-selected {
  /*padding: 5px;*/
  white-space: nowrap;
  vertical-align: bottom;
  text-align: center;
}

/*
#album div.div-thumbnails-caption {
  font-family:  arial, verdana, helvetica, sans-serif;
  color:        #000000;
  font-size:    8pt;
  font-weight:  normal;
  background-color: transparent;
}



#album table.table-main-title {
}

#album td.td-main-title {
  font-family:  arial, verdana, helvetica, sans-serif;
  color:   #000000;
  font-size:    12pt;
  font-weight:  bold;
  background-color: transparent;
}

#album td.td-main-title-spgm-link {
  color:#cccccc;
  font-size:8pt;
  font-family: arial, verdana, helvetica, sans-serif;
  text-align: center;
  background-color: transparent;
}

#album a.a-spgm-link {
  color: #b7cce0;
  font-size:8pt;
  font-family: arial, verdana, helvetica, sans-serif;
  background-color: transparent;
}


#album table.table-gallisting-grid {
}

#album td.td-gallisting-cell {
}
*/

#album table.table-galitem {
  width: 100%;
}

#album td.td-galitem-icon {
  padding-right: 10px;
}

#album td.td-galitem-title {
  width:100%;
  text-align: left;
  font-weight: bold;
  color: #000000;
}

#album td.td-galitem-caption {
  text-align: left;
}

#album table.table-picture {
  width: 100%;
  text-align: center;
}

#album td.td-picture-navi {
  font-weight:  bold;
  color: #000000;
  text-align: center;
}
/*
#album td.td-zoom-factors {
  padding: 3pt;
  text-align: center;
}

#album input.button-zoom-factors {
  border: 1px solid #777777; 
  font-family:  arial, verdana, helvetica, sans-serif;
  font-size:    9pt;
  font-weight: bold;
  color:        #777777;
  background-color: #dddddd;
  text-align: center;
}

#album td.td-picture-pic {
}

#album td.td-picture-filename {
  font-family:  arial, verdana, helvetica, sans-serif;
  font-size:    8pt;
  font-weight: bold;
  text-align: center;
  background-color: #ececec;
  padding:7px;
  background-color: transparent;
}
*/
#album td.td-picture-caption {
  text-align:center;
  padding:7px;
}

#album table.table-thumbnails {
  margin-left: auto;
  margin-right: auto;
}

#album td.td-thumbnails-navi {
  color: #000000;
  border-top: 2px solid #444444;
  font-weight:	bold;
  text-align: right;
  padding: 8px;
}

#album span.span-filters {
  font-size: 10px ;
  font-weight: normal;
}


#album div.div-galheader {
  font-weight:  bold;
  color: #000000;
  margin-bottom: 20px;
  padding: 1px;
  width: 100%;
  text-align: left;
}

#album table.table-shadows {
  border-collapse: collapse;
  margin: auto;
  padding: 0px;
}

#album td.td-shadows-right {
  background-image:url(../spgm/flavors/default/shadow_right.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  width: 20px;
  margin: 0px;
  padding: 0px;
}

#album td.td-shadows-bottom {
  background-image: url(../spgm/flavors/default/shadow_bottom.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 5px;
  margin: 0px;
  padding: 0px;
}

#album td.td-shadows-bottomright {
  background-image: url(../spgm/flavors/default/shadow_bottomright.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  width: 20px;
  margin: 0px;
  padding: 0px;
}

#album td.td-shadows-main {
  margin: 0px;
  padding: 0px;
}