@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font: .70em/1.7em Arial, Tahoma, Verdana, sans-serif;
	background: #ccc;
}

div#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color: #fff;
}
div#content_wrapper {
	border-top: none;
	background: transparent url(gfx/faux.gif);
}

div#header h1 {
	height: 131px;
	width: 900px;
	position:relative;
	font-size:1.3em;
	overflow:hidden;
}
div#header h1 span#heading_text {
	margin-top: 50px !important;
	display:block;
}
div#header h1 span#heading {
	background:url(ad_view.php?id=1) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	margin-top: 0;
}

div#left {
	width: 152px;
	float: left;
}

div#content {
	width: 582px;
	float: left;
	padding: 0 7px;
}

div#right {
	width: 152px;
	float: left;
}

div#footer {
	padding-top: 1em;
	margin-bottom: 2em;
	text-align: center;
	clear: both;
	background: #fff;
	border-top: 1px solid #000;
	background-image: url(gfx/footer_blaa.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
div#footer img {
	border: none;
	margin: 3px;
}

p, pre {
	margin-bottom: .5em;
	line-height: 1.3;
	font-size: 1em;
}

pre {
	font-size: 1.1em;
}

div#footer p {
	margin-bottom: 0;
	font-size: .9em;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
}
p.read_more {
	clear: left;
	text-align: right;
	font-size: .9em;
	margin-bottom: 2px;
}
p.read_more a img {
	border: none;
	display: inline;
}

div#right h2, div#left h2, div#content h2 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	/*background: #ECCE01 url(gfx/h2_heading.gif) right;*/
	background-color: #0066FF;
	background-repeat: no-repeat;
	color: #fff;
	padding: 2px 4px;
	line-height: 1;
	font-size: .95em;
	font-weight: bold;
	margin-bottom: 0;
	text-transform:uppercase
}

div#content h2 {
	margin-bottom: 5px !important;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.news_item h2, .content_box h2 {
	font-size: 1.6em !important;
	border: none !important;
	color: #000 !important;
	background: #fff !important;
	font-weight: bold !important;
	padding: 0 !important;
	text-transform: none !important;
}
h3, h4, h5, h6 {
	font-size: 1em;
	margin-top: 1em;
}
.news_item h3 {
	font-size: 1.4em;
	margin-top: 0;
}
.first_element {
	
}

.publish_data {
	font-size: .9em;
	font-style: italic;
}

div.news_item {
	border: 1px solid #999;
	padding: 3px 5px;
	margin:  0 0 5px 0;
	height: 1% !important;
}
div.news_item img {
	float: left;
	margin: 3px 5px 5px 0;
}

div.content_box {
	padding: 5px 5px 10px 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
	height: 1% !important;
}
div.content_box img {
	float: none;
	margin: 3px 3px 5px 0;
}

div.column_box {
	background: #fff;
	padding: 3px 4px;
	line-height: 1;
}
div.column_box p {
	margin-bottom: 5px;
	font-size: .9em;
	line-height: 1.2
}
div.column_box h3 {
	margin-top: 0;
}
div.content_box h3 {
	margin-top: .3em;
	margin-left: .8em;
	font-size: 1.2em;
}
div.column_box img {
	margin-bottom: 0;
}

ul {
	list-style-position: inside;
	margin: .8em 0;
	list-style-type: square;
}
ol {
	list-style-position: inside;
	margin: .8em 0;
}

ul.related {
	font-size: .9em;
	list-style: none;
	margin-bottom: 0;
}
ul.related li {
	line-height: 1.6em;
	line-height: 1.5em !important;
}
ul.related li img {
	margin: 0 5px 0 0 !important
}
p#next_match {
	text-align: center
}
.bold {
	font-weight: bold;
	font-size: 1.1em;
}
ul.related img {
	display: inline;
	margin: 0 3px 0 0;
}

li {
	margin-left: 1.5em;
	line-height: 1.2em;
}

/* Tables */

table {
	margin-bottom: 5px;
	border: 1px solid #000;
	background: #fff;
	font-size: .9em;
	line-height: 1.2em;
	width: 100%;
}
table.table_front {
	margin: 0 0 5px 0;
}

div.content_box table {
	margin-top: 0;
}

div#right table {
	margin: 0;
	border: none;
}

th, td {
	padding: 1px 3px;
	vertical-align: top;
}
th {
	background: #ccc;
	padding-top: 4px;
	height: 20px;
	color: #000;
	font-weight: bold;
}
table tr:hover {
	background: #ccc;
}
.even {
	background: #efefef;
}
.odd {
	background: #e6e6e6;
}
.own_team {
	background: yellow;
}
table a {
	color: #000;
}
table tr td img {
	margin: 0 auto !important;
	float: none !important;
	display: block !important;
	text-align: center;
}
td.date {
	width: 10%;
}
th.link_title {
	width: 25%;
}
th.link_views {
	width: 5%;
}
th.multimedia_type {
	width: 5%;
}
th.multimedia_size {
	width: 12%;
}
th.multimedia_downloads {
	width: 5%;
}
th.date {
	width: 10%;
}
th.number {
	width: 3%;
}
.center {
	text-align: center;
}
th.article_date {
	width: 21%;
}

th.article_views {
	width: 5%;
}

td.latest_articles_date {
	width: 10%;
}

/* Images */

.banner_front {
	border: 1px solid #999;
	margin: 0 0;
	margin-bottom: 0;
}

/* Links */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}


/* Menu */

div#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}

div#left ul li
{
	text-align: left;
	margin-left: 0;
	display: block;
	height: 16px;
	margin-bottom: 0;
}

div#left ul li a
{
	display: block;
	padding: 0.05em 0.5em 0.05em 1.7em;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	background: #eee url(gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: .4em center;
	color: #000;
}

.menuitem_link {
	display: block;
	padding: 0.05em 0.5em 0.05em 1.7em;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	background: #eee url(gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: .4em center;
	color: #000;
}

.menuitem_link#selected {
	display: block;
	padding: 0.05em 0.5em 0.05em 1.7em;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	background: #eee url(gfx/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: .4em center;
	color: #000;
}

div#left ul li a:link { 
	color: #000;
}

div#left ul li a:hover
{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: .4em center;
	color: #000;
}
ul#subfolders {
	margin-left: 20px;
	list-style-image: url(gfx/icons/folder.gif);
}
ul#subfolders li {
	padding-left: 2px;
}

p.paging {
	font-size: .9em;
}
p.status{
	padding-left: 0;
	margin-top: 2px;
}
p.gallery_nav img {
	margin: 0 3px 0 0 !important;
}

/* StureGallery */

table#gallery {
	width: 100% !important;
	width: 99%;
	border: none;
	margin: 0;
}
table#gallery td {
	padding: 2px;
}
table#gallery tr:hover {
	background: none;
}
table#gallery img {
	background: #fff url(gfx/icons/loading.gif) no-repeat center center;
	border: 1px solid #000;
	padding: 1px;
	display: block;
	margin: 0 auto;
}

img#gallery_full {
	border: 1px solid #000;
	background: #fff url(gfx/icons/loading.gif) no-repeat center center;
}

img#folder_parent, img#home {
	border: none !important;
	margin:0;
	padding: 0 4px 0 0;
}
p.pagination {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.6;
	font-size: 10px;
	clear: both;
}
p.pagination a {
	padding:1px 0;
	margin: 2px 3px;
}
p.pagination a:hover {
	text-decoration: none !important;
}

ul#gallery_nav {
	list-style-type: none;
	margin-bottom: 5px;
}
ul#gallery_nav li {
	line-height: 19px;
	margin-left: 0;
	display: inline;
}
ul#gallery_nav li#nav_home, ul#gallery_nav li#nav_parent_folder {
	display: block;
	float: left;
	margin-right: 6px;
}
ul#gallery_nav li#nav_parent_folder {
	margin-bottom: 0;
}
ul#gallery_nav li#nav_breadcrumbs {
	padding-top: 0;
	border-top: 1px solid #666;
	clear: left;
	display: block;
}
p.caption {
	margin-top: 5px;
	clear: both;
}
ul.picture_stats {
	margin-top: 8px;
	clear: both;
}

div#randomPicture a img {
	border: 1px solid #000;
}

.error {
	padding:1em 1em 1em 3em;
	margin:1em 0;
	border:1px solid red;
	background:yellow url(gfx/icons/dialog-error.png) 1em 50% no-repeat;
}
.info {
	padding:1em 1em 1em 3em;
	margin:1em 0;
	background: #dfefff url(gfx/icons/dialog-information.png) 1em 50% no-repeat;
   	border: 1px solid #1573d5;
}

.error ul {
	margin:0 !important;
}

.error li {
	margin:0 0 .2em 1em !important;
}

/* Forms */

fieldset {
	padding: 8px;
	margin: 5px 0 15px 0;
	-webkit-border-radius: 5px;
}

legend {
	font-weight: bold;
	padding: 0 4px;
	color: #000;
}
input.button {
	clear: left;
	float: left;
	margin-top: 3px;
}
.nofloat {
	float: none !important;
}
.noclear {
	clear: none !important;
}
label {
	display: block;
	clear: both;
	float: left;
	font-size: .9em;
	margin-bottom: 4px;
	margin-right: 25px;
	width: 100%;
}
.nomargins {
	display: inline;
}

textarea {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	border: 1px solid #666;
	overflow: auto;
	width: 605px;
	height: 100px;
	padding: 1px 3px;
	font-size: 1em;
}
option {
	padding: 0 3px;
}
select {
	
}

img.prolouge_image_small {
	margin-right: 1em !important;
}

/* Forms */

fieldset {

}
fieldset textarea {
	width: 413px;
}
fieldset input, fieldset select {
	clear: left;
	display: block;
	font-size: 1em;
}
fieldset label {
	display: block;
	float: left;
}
fieldset div#zip_wrapper {
	clear: left;
}
fieldset input#postnummer {
	width: 40px;
	display: inline;
}
fieldset input#poststed {
	float: none !important;
	clear: none !important;
	display: inline;
}

p#article_extras {
	padding-bottom: 6px;
	font-size: .9em;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 3px;
}

p#article_extras a.tip_a_friend {
	background: transparent;
	margin-right: 3px;
}
p#article_extras a img {
	float: none;
	border: none;
	text-decoration: none;
	margin-bottom: 0 !important;
}
p#article_extras img {
	float: none;
	border: none;
	margin: 0;
}
p a.fb_share_link { 
	padding:2px 0 0 20px;
	height:16px;
	background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?42:26981) no-repeat top left;
	color: #000;
}


/* AJAX Suggest */

.suggest_link {
	background: #fff;
	padding: 2px 6px 2px 6px;
	color: #000;
	min-width: 130px;
}
.suggest_link_over {
	background: #407bd8;
	color: #fff;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
	min-width: 130px;
}
#search_suggest {
	position: absolute; 
	background: #fff; 
	text-align: left;	
}
input#search_box {
   width: 100px !important;
   font-size: 1em;
   border: 1px solid #000;
   padding: 2px 3px;
}
input#search_submit {
   font-size: 1em;
   border: 1px solid #000;
   padding: 1px 2px;
}
#slow_progress {
    display: none;
}

div#slow_progress {
    display: none;
}

div#content table, div.content_box, div.news_item {
	-webkit-border-radius: 5px;
}
span.highlight {
	color: orange;
}

img.profile_picture {
	border: 1px solid #000;
}

a img.no_border {
	border: none;
	display: inline !important;
}

/***********************/
/* KRISTER TEST -START */
/***********************/

.submenu
{
	display: block;
	padding: 0.05em 0.5em 0.05em 1.7em;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	background-color: #99CCFF !important;
	color: #000;
}

.submenu_ul {
	/*display:none;*/
}

/***********************/
/* KRISTER TEST -SLUTT */
/***********************/


ul.match_stats {
	font-size: .9em;
	list-style: none;
	margin-top: 3px;
	margin-bottom: 0;
}
ul.match_stats li {
	line-height: 1.6em;
	line-height: 1.7em !important;
}
ul.match_stats li img {
	margin: 0 5px 0 0 !important
}


/***********************/
/* Remi 26.09.2008 *****/
/***********************/

/* Top menu */

div#top_menu {
	margin: 5px 0;
	border: 1px solid #fff;
	background: #0066FF;
	background-image: url(gfx/topmenu_mid_bg.png);
	background-repeat: repeat-x;
	height: 25px;
}

div#top_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	background: #0066FF;
	width: 100%;
}

div#top_menu ul li {
	display: block;
	margin: 0;
	float: left;
	text-align: center;
	border-left: 1px solid #fff;
}

div#top_menu ul li.first_item {
	border-left: none;
}

div#top_menu ul li.last_item {
	//
}

div#top_menu ul li a {
	margin: 0;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 6px 15px;
	background: #0066FF;
	background-image: url(gfx/topmenu_mid_bg.png);
	background-repeat: repeat-x;
	text-transform: uppercase;
	font-size: 1.2em;
}

div#top_menu ul li a:hover, div#top_menu ul li a.current {
	background: #ccc;
	background-image: url(gfx/topmenu_mid_bg_hover.png);
	background-repeat: repeat-x;
	text-decoration: none;
}

div#top_menu ul li a.current {
	cursor: default;
	background: #666;
	font-style: italic;
}

h2 a {
   color: #fff !important;
}

table.gb_entry a img {
	border: none;
}

table.gb_entry tr:hover {
	background: transparent;
}
table.gb_entry tr td img {
	display: inline !important;
}

/* Calendar */

table.calendar {
	
}
table.calendar tr:hover {
	background: inherit;
}
table.calendar tr td.calendarHeader {
	font-weight: bold !important;
}

div#content table.calendar tr td.calendarHeaderMonth {
	font-size: 1.7em;
	font-weight: bold;
}

table.calendar tr td.calendarToday {
	background: #666;
	color: #fff;
}

table.calendar tr td a, table.calendar tr.paging td a {
	background: #ccc;
	display: block;
	text-align: center;
}

div#content table.calendar tr.paging td a {
	background: #e6e6e6;
    font-size: 1.8em;
}

table.calendar tr td {
	width: 14%;
	padding: 0;
	text-align: center;
	background: #e6e6e6;
}

div#content table.calendar tr td, div#content table.calendar tr td a {
	height: 40px;
	vertical-align: middle !important;
}

div#content table.calendar tr.calendarHeader td {
	height: 25px;
	background: #666;
	color: #fff;
    font-size: 1.3em;
}

div#right table.calendar tr.calendarHeader td {
	background: #666;
	color: #fff;
    padding: 1px 0;
    font-size: .9em;
}

div#content table.calendar tr.paging td {
	height: 25px;
}
div#content table.calendar tr td, div#content table.calendar tr td.calendarToday {
	font-size: 1.6em;
}
div#content table.calendar tr td a {
	padding: 14px 0;
	height: 12px;
}
div#content table.calendar tr.paging td a {
	padding: 10px 0;
	height: 10px;
}

table.calendar tr td.calendarHeaderMonth a {
	text-decoration: underline;
}

tr.footer {
	background: #ccc;
	height: 20px;
	color: #000;
	font-weight: bold;
	vertical-align: top;
}
tr.footer td {
	padding-top: 4px;
}

div.random_image a img {
	border: 1px solid #000;
}

div.ad_box {
	margin: 0;
}
div.ad_box a {
	margin: 0;
	padding: 0;
}
div.ad_box a img {
	border: 1px solid #000;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: -6px;
	width: 148px;
}

div#left div.ad_box a img {
	width: 146px;
}

div#content div.ad_box a img {
	width: 580px;
    margin-left: 0;
    margin-bottom: 0px;
    margin-top: 0;
}

img.image_standard {
	border: 1px solid #000;
}

/* ARKFANER */
#arkfane {
	padding: 0px 0;
	margin-left: 0;
	margin-top: 2px;
	border-bottom: 1px solid #778;
	font-weight: bold;
}
#arkfane li {
	list-style: none;
	margin: 0;
	display: inline;
}

#arkfane li a {
	padding: 2px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #0066FF;
	text-decoration: none;
}
#arkfane li a:link { 
	color: #fff; 
}
#arkfane li a:visited { 
	color: #fff; 
}
#arkfane li a:hover {
	color: #fff;
	background: #369;
	border-color: #227;
}
#arkfane li a#current {
	background: white;
	color: #000;
	border-bottom: 1px solid white;
}

div.content_box p a, div.content_box a {
	color: blue;
}

p.paging a {
	color: black !important;
}

div#content table tr td.data_left {
	width: 25%!important;
}









/* Form generator */

div.form_content * {
    margin: 0;
    padding: 0;
    border: none;
}

div.form_content {
    padding: 10px;
}

div.form_content table {

}

div.form_content table tr:hover {
    background: inherit;
}

div.form_content span.required {
    margin-right: 5px;
    color: red;
}

div.form_content input {
    border: 1px solid #333;
    padding: 1px 2px;
    margin-bottom: 2px;
    width: auto;
    font-size: 12px;
}

div.form_content input[type="text"] {
    margin-bottom: 5px;
}

div.form_content input[type="submit"] {

}

div.form_content label {
    display: inline;
    clear: none;
    width: auto;
    font-size: 12px;
}

div.form_content div.ffForm {
    width: 100% !important;
}

div.form_content textarea {
    border: 1px solid #000;
    height: auto;
    width: auto;
    font-size: 12px;
}

div.form_content select {
    border: 1px solid #000;
    margin-bottom: 2px;
}

div.form_content select option {
    padding-left: 3px;
    padding-right: 3px;
}

td.ffSectionTitleVeryTopMiddle {
    background-image: none;
    display: none;
}

td.ffSectionTitleMiddle {
    height: 0;
    background-image: none;
}

td.ffSectionTitleTopMiddle
{
    background: white;
    color: black;
    padding: 0;
    margin: 0;
    font-size: 1.3em;
}


td.ffSectionTitleVeryTopRight {
    display: none;
}

.error {
    padding:1em 1em 1em 3em !important;
    margin:1em 0 !important;
    border:1px solid red !important;
    background:yellow url(gfx/icons/dialog-error.png) 1em 50% no-repeat !important;
}
.info {
    padding:1em 1em 1em 3em;
    margin:1em 0;
    background: #dfefff url(gfx/icons/dialog-information.png) 1em 50% no-repeat;
    border: 1px solid #1573d5;
}

.error ul {
    margin:0 !important;
}

.error li {
    margin:0 0 .2em 1em !important;
}

div.ffDescription {
    font-size: 12px;
    margin-bottom: 5px;
}

img.ffMessageHelperError {
    display: none;
}

div.fieldError {
    color: red;
    float: left;
    clear: left;
    font-size: 1.1em;
}

td.ffMessageHelperLeft {
    display: none;
}

div.ffMessageHelperError {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
}
