/* -- Meta -- */

#banner {
	position: relative;
}

#countdown {
    background: #018440;
    background-image: -moz-linear-gradient(#018440, #7C9F37);
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 16px;
    left: 33px;
    padding: 4px 6px;
    position: absolute;
    top: 90px;
    border: 1px solid #222;
    box-shadow: 0px 0px 6px rgba(255,255,255,0.4);
    width: 630px;
    text-align: center;
    letter-spacing: 2px;
}

#countdown .text {
	position: relative;
	z-index: 10;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}


/* defaults {{{ */

html {
    /*background: url('/graphics/comet_back_large_2.jpg') center top no-repeat #FE7AB9;*/
    background: url('/graphics/comet_back_large_1314.jpg') center top no-repeat white;
}

body { 
    padding:0px;

    background-color: none;
    color: black;

    font-family: Arial, Helvetica, Sans-Serif;
    text-align: left;
    font-size: 12px;
}
img {
    padding: 0; margin: 0;
    border: 0;
}
a {
    text-decoration: none;
    color: #1D722E;
}

table,td,tr {
    padding: 0; margin: 0;
    font-size: 12px;
}

input,
select,
button {
    font-family: arial, helvetica, sans-serif;
    text-align: left;
    font-size: 12px;
}

input[type=submit] {
    text-align: center;
}

img, td, div {
}

/* }}} */
/* types {{{ */

.row2 {
    background-color: #cae2fd;
}

.center {
    text-align: center;
}
.center img {
    margin-left: auto;
    margin-right: auto;
}

.bold {
    font-weight: bold;
}

.heighty {
    height: 600px;
}

img.border {
    border: 1px solid #aaa;
}
img.border:hover {
    border: 1px solid #ccc;
}

img.bigborder {
    border: 1px solid black;
    padding: 5px;
}

p.date {
	margin: 0px;
	padding: 0px;
    font-size: 12px;
    color: #666;
}

div.clearer {
    clear: both;
}

.row1 {
    background-color: inherit;
}

.row2 {
    background-color: rgb(202, 226, 253)
}

.toprow {
    font-weight: bold;
}

/* }}} */

/* -- Template -- */

/* body wrapper {{{ */

div#body-wrapper {
    width: 1064px;
    margin: 0 auto;
}

/* }}} */

/* banner {{{ */

div#banner {
    width: 100%;
    overflow: hidden;
    height: 125px;
}

div#banner img {
  	display:none;
	background:#000;
}

#banner a {
	display: block;
	width: 100%;
	height: 100%;
}

/* }}} */

/* mainmenu {{{ */

div#mainmenu {
    background: url(/graphics/gradient.png) top left repeat-x;
    width: 1062px;
    height: 26px;
    margin-bottom: 6px;

    margin-top: 2px;
    border: 1px solid black;
}

/* }}} */
/* dropdown {{{ */

ul.top-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

li.top-menuitem {
    float: left;
    position: relative;
    width: 130px;
    text-align: center;
    z-index: 20;
}

ul.sec-menu {
    text-align: left;
    width: 150px;
    padding: 0;
    margin: 0;

    display: none;
    position: absolute;

    top: 26px;
    left: 0;
    list-style: none;
}

ul.top-menu a {
    display: block;
    padding-left: 10px;
}

/* }}} */
/* menudesign {{{ */

li.top-menuitem,
li.sec-menuitem {
    display: block;
}

li.sec-menuitem {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: #1D722E;
}

li.top-menuitem a {
    font-size: 16px;
    line-height: 26px;
    color: white;
}

li.top-menuitem li.sec-menuitem a {
    font-size: 12px;
}

li.sfHover,
li.sec-menuitem:hover { 
    background-color: #1D622D;
    opacity:.95;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
}

.sfHover,
li.top-menuitem:hover {
    background: url(/graphics/gradient-hover.png) top left repeat-x;
}

li.top-menuitem:hover ul,
.sfHover ul {
    display: block;
}

/* }}} */

/* content-wrapper {{{ */

div#content-wrapper {
    width: 1064px;
    min-height: 800px;
    background-color: #1d722e;
}

/* }}} */

/* leftpane {{{ */

div#leftpane {
    width: 180px;
    padding-left: 10px;

    float: left;
    padding-right: 20px;
}

/* }}} */
/* whitebox leftpane {{{ */

#leftpane .tbl-whitebox {
    width: 180px;
}

/* }}} */

/* content {{{ */

div#content {
    width: 624px;
    float: left;
    padding-right: 20px;
    overflow: hidden;
}

/* }}} */
/* whitebox content {{{ */

#content .full {
    width: 624px;
    padding: 0;
}

#content .full .content {
    width: 600px;
}

#content .half {
    width: 291px;
}

#content .real-half {
    width: 312px;
}

#content .quart {
    width: 135px;
}

/* }}} */

/* rightpane {{{ */

div#rightpane {
    width: 206px;

    padding-right: 4px;
    float: right;
}

.metalad a.swappable {
    width: 180px;
    height: 75px;
    display: block;
}

.metalad img {
    margin-bottom: 4px;
}

.metalad img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}

/* }}} */
/* whitebox rightpane {{{ */
#rightpane .tbl-whitebox {
    width: 206px;
}
#rightpane .tbl-whitebox .content {
    width: 187px;
}
/* }}} */
/* ads rightpane {{{ */

#rightpane h3 {
    margin: 0; padding: 0;
    padding-bottom: 4px;
    padding-left: 4px;

    font-size: 18px;
}

/* }}} */

/* ads-space {{{ */

div.ads-space img.left {
    float: left;
}
div.ads-space img.right {
    float: right;
    padding-right: 4px;
}

div.ads-space {
    width: 624px;
    margin-bottom: 5px;
}

/* }}} */

/* whitebox {{{ */
.tbl-whitebox {
    margin-bottom: 5px;
    margin-top: 5px;
}
.tbl-whitebox .content {
    background-color: white;
}
.tbl-whitebox .topleft {
    background: url(/graphics/whitebox/whitebox-topleft.png) top left no-repeat;
    width: 9px;
    height: 9px;
}
.tbl-whitebox .topright {
    background: url(/graphics/whitebox/whitebox-topright.png) top left no-repeat;
    width: 11px;
    height: 9px;
}
.tbl-whitebox .botleft {
    background: url(/graphics/whitebox/whitebox-botleft.png) top left no-repeat;
    width: 9px;
    height: 10px;
}
.tbl-whitebox .botright {
    background: url(/graphics/whitebox/whitebox-botright.png) top left no-repeat;
    width: 11px;
    height: 10px;
}

.tbl-whitebox .bottom {
    background: url(/graphics/whitebox/whitebox-bottom.png) top left repeat-x;
    height: 10px;
}
.tbl-whitebox .right {
    background: url(/graphics/whitebox/whitebox-right.png) top left repeat-y;
    width: 11px;
}
.tbl-whitebox .left {
    width: 9px;
    background-color: white;
}
.tbl-whitebox .top {
    background-color: white;
    height: 9px;
}
/* }}} */

/* -- Pages -- */

/* {{{ medlemsfordeler */
.medlemsfordel h2 {
    margin: 0; padding: 0;
}
/* }}} */
/* tabell {{{ */

.tabell .content {
    height: 236px;
}
.tabell h2 {
    float: left;
    margin: 0; padding: 0;
    font-size: 16px;
}

.tabell p {
    float: left;
    clear: both;
}

/* }}} */
/* next-prev-match {{{ */

.next-prev-match {
    text-align: center;
}
.next-prev-match h2 {
    margin: 0; padding: 0;
    font-size: 16px;
}

/* }}} */
/* front-match-table {{{ */

#front-match-table table {
    float: left;
}
#front-match-table table .content {
    height: 250px;
}
.real-front-page table .content {
    height: 340px !important;
}

#front-match-table .top-content {
    height: 220px;
}

#front-match-table .image-and-vs {
    height: 140px;
}

#front-match-table .image-and-vs a {
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    display: block;
    width: 80px;
    height: 60px;
}

#front-match-table .vs {
    font-size: 16px;
    font-weight: bold;
    color: #a0a0a2;
}

#front-match-table .win,
#front-match-table .tie,
#front-match-table .lose {
     font-size: 18px;
     font-weight: bold;
}

#front-match-table .win {
     color: green;
}
#front-match-table .tie {
    color: black;
}
#front-match-table .lose {
     color: red;
}

/* Bare forsiden (denne er hoyere pga tabellen) */
#front-match-table .frontpage .top-content {
    height: 290px;
}
#front-match-table .frontpage h2 {
    margin-bottom: 20px;
}
#front-match-table .frontpage .image-and-vs {
    height: auto;
}
#front-match-table .frontpage .image-and-vs a {
    overflow: hidden;
}
#front-match-table .frontpage i {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

#front-match-table .stats_table td {
	padding: 2px 0px;
}


/* }}} */

/* siste-nyheter {{{ */

.siste-nyheter h2 {
    margin: 0; padding: 0;
    font-size: 14px;
}
.siste-nyheter ul, #youtube_frontpage {
    margin: 0; padding: 0;
    margin-top: 4px;
    margin-left: 12px;
}
.siste-nyheter li, #youtube_frontpage li {
    margin-bottom: 2px;
}

/* }}} */
/* newsbox {{{ */

.newsbox h2,
.newsbox h1 {
    margin: 5px 0px; padding: 0;
    font-size: 16px;
    color: black;
}

.newsbox img {
}
.newsbox img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}

/* }}} */

/* news picture {{{ */

#dark-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;

    z-index: 40;
    background-color: black;

    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;

    display: none;
}

#imagepane-dupe {
    width: 480px;
    height: 255px;
    display: none;
}

#imagepane {
    width: 100%;
    height: 100%;
    text-align: center;
}
#imagepane-div {
    width: 480px;
    height: 255px;

    z-index: 50;
    background-color: white;
}

#news-picture {
    width: 100%;
    *height: 85%;

    vertical-align: middle;
    background-color: black;
}

.image-lower {
    height: 50px;
    width: 100%;
}

#picture-control {
    float: right;
}

#bilde-x-av-y {
    font-size: 12px;
    margin-right: 15px;
    margin-top: 2px;
    color: #aaa;
    float: left;
}

/* }}} */
/* article {{{ */

.article_text {
    width: 482px;
}

.article_text a.comments  {
    float: right;
    display: block;
}

.article_text a.comments img {
    margin-left: 6px;
}

.article_text a.comments span.text {
    float: right;
}

.article_text p.news-text {
    margin: 0; 
    padding: 0;
    padding-bottom: 10px;
}

.article_text h1 {
    font-size: 16px;
    margin: 5px 0px; padding: 0;
}

.article_text p.date {
    margin: 5px 0px 20px 0px; padding: 0;
}

.article_images {
    width: 100px;
}

.article_images ul {
    margin: 0; padding: 0;
    width: 100px;
    list-style: none;
}

.article_images img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

.article_images li {
    margin: 0; padding: 0;
    margin-bottom: 4px;
}

/* }}} */
/* article-attachments {{{ */

#attachments {
    background-color: white;
    border: 1px solid black;

    position: absolute;
    top: 540px;
    left: 600px;

    z-index: 10;
    overflow: hidden;
    display: none;
}

.full #attachments {
    top: 580px;
    left: 680px;
}

#attachments .smallnews {

}

#attachments ul {
    margin: 0; padding: 10px;
    margin-top: 6px;
    list-style: none;
}

#attachments .close {
    position: absolute;
    right: 4px;
}

#attachments li {
    background: url(/graphics/icons/download.png) top left no-repeat;
    padding-left: 20px;
    height: 18px;
}

/* }}} */

/* article_with_game_summary {{{ */

.goals_shots {
	border-collapse: collapse;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #1D722E;
}

.goals_shots td, .goals_shots th {
	padding: 5px;
	background: #f8f8f8;
	border-bottom: 1px solid #1D722E;

}

.goals_shots th {
	background: #1D722E; 
	color: white;
}

.goals_shots .row2 td {
	background: #ddd;
	color: #222;
}

.starplayers {
	margin: 15px 0px;
	width: 100%;
}

.starplayers td {
	width: 33%;
	text-align: center;
	padding: 5px 0px;
}

.starplayers .images img {
	margin-bottom: 10px;
}

/* }}} */
/* album {{{ */

.album .content table {
    width: 100%;
}

/* }}} */
/* news-comments list {{{ */
.news-comment {
    margin: 0;
}
.news-comment .content {
    padding: 2px;
}
.news-comment p {
    margin: 0; padding: 0;
}

.news-comment .author {
    color: #666;
}

.news-comment .text {
}

/* }}} */
/* news-comments posting {{{ */

#post-comment .captcha {
    float: left;
    margin-right: 6px;
}

#post-comment {
    display: none;
}
#post-comment .error {
    margin: 0; padding: 0;
    margin-left: 20px;
    color: red;
}
#post-comment p {
    margin: 0; padding: 0;
    padding-top: 6px;
}

#post-comment textarea.comment ,
#post-comment input.author {
    border: 1px solid #999;

    padding: 4px;
}

#post-comment .focused { background-color: #ffd; }

#post-comment textarea.comment {
    width: 300px;
    height: 70px;
}

#post-comment input.author {
    width: 200px;
}

/* }}} */

/* player {{{ */

.players h1 {
    margin: 0; padding: 0;
    font-size: 18px;
}
table.stat_players td,
table.stat_players th,
table.stat_keepers td,
table.stat_keepers th {
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.player-img {
    width: 291px;
}
.player-text {
    width: 291px;
}

.player-wrapper {
    padding-left: 10px;
}

.player-img img {
    float: left;
    margin-right: 14px;
}
.player-img h2 {
    margin: 0; padding: 0;
    padding-bottom: 5px;
    font-weight: normal;
}
.player-img .player-position {
    font-weight: bold;
    font-size: 96px;
    color: gray;

    margin: 0; padding: 0;
    float: left;
}

/* }}} */
/* poll {{{ */

.poll p {
    margin: 0; padding: 0;
}

/* }}} */
/* page {{{ */

.page .content {
    min-height: 666px;
    *height: 666px;
    padding-left: 5px;
    padding-right: 5px;
}

/* }}} */
/* aktuelt {{{ */

.aktuelt h2 {
    margin: 0; padding: 0;
    font-size: 14px;
}

.aktuelt p {
    margin: 0; padding: 0;
}

/* }}} */
/* player-stats {{{ */

.player-stats h2 {
    margin: 0; padding: 0;
    font-size: 16px;
}

/* }}} */
/* rss-feeds {{{ */

.rss-feeds h2 {
    margin: 0; padding: 0;
    font-size: 14px;
}

.rss-feeds ul {
    margin: 0; padding: 0;
    margin-top: 4px;
    margin-left: 12px;
}

/* }}} */
/* teamleftpane {{{ */

.team-pages h2 {
    margin: 0; padding: 0;
    font-size: 14px;
}
.team-pages ul {
    margin: 0; padding: 0;
    margin-top: 4px;
    margin-left: 12px;
}

/* }}} */

/* calendar {{{ */

#calendar {
    width: 600px;
}

#calendar table {
    width: 100%;
}

#calendar .day-names td {
    background-color: #bcf;
    text-align: center;
    font-weight: bold;
    font-size: 14px;

    height: 30px;
    vertical-align: middle;

    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
}
#calendar .month-name td {
    padding-bottom: 10px;
}
#calendar .month-name h2 {
    margin: 0; padding: 0;
    font-size: 30px;
    display: block;
}
#calendar .month-name a {
    padding-top: 6px;
}
#calendar .prevnext {
    float: right;
}
#calendar img {
    margin-left: 5px;
}

#calendar .day,
#calendar .empty {
    width: 20px;
    height: 50px;
    border: 1px solid black;
    vertical-align: top;
}

#calendar .empty {
    background-color: #aaa;
}

#calendar .day {
    background-color: #ddd;
}

#calendar .today {
    background-color: #eee;
}

#calendar .today .top-date {
    font-weight: bold;
    color: black;
}

#calendar .top-date {
    color: #666;
    padding-right: 2px;
    float: right;
}
#calendar .contents {
    margin: 0; padding: 0;
    padding: 2px;
    list-style: none;
    font-size: 10px;
}

#calendar .day-hover {
    background-color: #b5ccff;
}

/* }}} */
/* bigcontents {{{ */

#calendar .bigcontents {
    width: 300px;
    margin: 0; padding: 4px;

    background-color: #fff;
    border: 1px solid black;

    position: absolute;
    overflow: hidden;
    display: none;

    z-index: 100;
}

#calendar .bigcontents ul {
    margin: 0; padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
}

#calendar .bigcontents li {
    width: 300px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    padding-top: 4px;
}

#calendar .bigcontents li.last {
    border-bottom: 0;
}

#calendar .bigcontents .close {
    float: right;
}

#calendar p {
    margin: 0; padding: 0;
}
#calendar .title {
    font-weight: bold;
    font-size: 16px;
}
#calendar img {
    float: left;
}
#calendar .vs {
    font-size: 16px;
    font-weight: bold;
    color: #a0a0a2;

    padding: 4px;
    padding-top: 20px;

    display: block;
    float: left;
}

/* }}} */

/* crossfade {{{ */

.imgdupe {
    position: absolute;
    display: none;
}

/* }}} */

/* icons {{{*/

.icon-right .icon-div,
.icon-left .icon-div {
    height: 26px;
    width: 18px;
}

.icon-right .icon-div {
    float: right;
    background-position-x: right;
}
.icon-left .icon-div {
    float: left;
    background-position-x: left;
}

.icon-info .icon-div {
    background: url(/graphics/icons/info.png) top right no-repeat white;
}

.icon-magnifier .icon-div {
    background: url(/graphics/icons/magnifier.png) top right no-repeat white;
}
.icon-next .icon-div {
    background: url(/graphics/icons/next.png) top right no-repeat white;
}
.icon-partners .icon-div {
    background: url(/graphics/icons/partners.png) top right no-repeat white;
}
.icon-previous .icon-div {
    background: url(/graphics/icons/previous.png) top right no-repeat white;
}
.icon-rss .icon-div {
    background: url(/graphics/icons/rss.png) top right no-repeat white;
}
.icon-vote .icon-div {
    background: url(/graphics/icons/vote.png) top right no-repeat white;
}
.icon-share .icon-div {
    background: url(/graphics/icons/share-sm.gif) top right no-repeat white;
}

.icon-monsternett .icon-div {
    background: url(/graphics/icons/monsternett.png) top right no-repeat white;
}
.icon-birthday .icon-div {
    background: url(/graphics/icons/party.gif) top right no-repeat white;
}

/* }}} */

/* teams {{{ */

.teams h1 {
    margin:0; padding: 0;
    padding-bottom: 10px;
}

/* }}} */
/* team-news {{{ */
ul#team-news {
    margin: 0; padding: 0;
    list-style: none;
}

ul#team-news h2 {
    margin: 0; padding: 0;
}

ul#team-news p {
    margin: 0; padding: 0;
}

ul#team-news li {
    margin-bottom: 10px;
}
/* }}} */
/* team-sup {{{ */

.team-sup h2 {
    margin: 0; padding: 0;
    padding-bottom: 6px;
    text-align: left;
}

/* }}} */
/* team-calendar {{{ */

ul#team-calendar {
    margin: 0; padding: 0;
    list-style: none;
}

/* }}} */

/* partners {{{ */

.partners .partner-ramme {
    background-color: #ccc;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 5px;
    height: 50px;
}

.partners img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

/* }}} */

ul#share {
    margin:0; padding:0;
    list-style: none;
}

ul#share, ul#share li, ul#share a, ul#share img {
    vertical-align: middle;
}

#youtube_frontpage {
	list-style-type: 
}

.fb-like-box {
    background-color: white;
    border: none;
}

.slider-after {
    background: none;
    height: 10px;
}

.slider-after + p {
    margin: 0px;
}

.nivoSlider {
    position:relative;
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

/* player list, alaget {{{ */
.pos_players h2 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: impact, sans-serif, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 30px;
    color: #444;
}

.pos_player {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 12px;
}

.pos_player th,
.pos_player td {
    margin: 0; padding: 0;
    border-spacing: 0px;
    padding: 4px;

    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.pos_player tbody td {
    color: #333;
}

.pos_player thead th {
    background-color: #ccc;
    background-image:         linear-gradient(#eee, #bbb);
    background-image:      -o-linear-gradient(#eee, #bbb);
    background-image:    -moz-linear-gradient(#eee, #bbb);
    background-image: -webkit-linear-gradient(#eee, #bbb);
    background-image:     -ms-linear-gradient(#eee, #bbb);

    color: #555;
    text-transform: uppercase;
}

.pos_player thead th.headerSortDown,
.pos_player thead th.headerSortUp {
    background-color: #bbb;
    background-image:         linear-gradient(#ccc, #fff);
    background-image:      -o-linear-gradient(#ccc, #fff);
    background-image:    -moz-linear-gradient(#ccc, #fff);
    background-image: -webkit-linear-gradient(#ccc, #fff);
    background-image:     -ms-linear-gradient(#ccc, #fff);
}

.pos_player thead th div {
    padding-right: 20px;
}

.pos_player thead th.headerSortDown div {
    background: url(/graphics/desc.gif) right center no-repeat;
}

.pos_player thead th.headerSortUp div {
    background: url(/graphics/asc.gif) right center no-repeat;
}

.pos_player tr.even td {
    background-color: #eee;
    background-image:         linear-gradient(#fff, #ddd);
    background-image:      -o-linear-gradient(#fff, #ddd);
    background-image:    -moz-linear-gradient(#fff, #ddd);
    background-image: -webkit-linear-gradient(#fff, #ddd);
    background-image:     -ms-linear-gradient(#fff, #ddd);
}

.pos_player .name .hide {
    display: none;
}


.pos_player th:hover,
.pos_player td:hover {
    cursor: pointer;
}

.pos_player tbody tr:hover td {
    color: #000;
}
/* }}} */
/* player details, alaget {{{ */

#player-details {
    overflow: hidden;
    position: relative;
}

#player-multimedia {
    float: right;
    width: 300px;
    overflow: hidden;
    margin-bottom: 40px;
}

#multimedia-big {
    width: 300px;
    height: 150px;
    line-height: 150px;
    background-color: #ddd;
    box-shadow: 0px 0px 6px rgba(255,255,255,0.4);
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    font-size: 0px;
}

#multimedia-big div {
    display: none;
}

#multimedia-big img {
    margin: 0; padding: 0;
    vertical-align: middle;
}

#multimedia-small,
#multimedia-small li {
    list-style: none;
    list-style-type: none;
    margin: 0; padding: 0;
    font-size: 0px;
}

#multimedia-small li {
    position: relative;
    display: block;
    width: 68px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;

    margin-left: 6px;
    margin-top: 6px;
    float: left;

    background-color: #eee;
    border: 1px solid #ccc;

    opacity: 0.7;
}

#multimedia-small li:hover {
    cursor: pointer;
    opacity: 1;
}

#multimedia-small img {
    margin: 0; padding: 0;
    vertical-align: middle;
}

#multimedia-small img.play {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 9999;
}

#multimedia-small li.nomargin {
    margin-left: 0px;
}

#player-details .player-top {
    overflow: hidden;
}

#player-details .small-img {
    width: 120px;
    height: 136px;
    float: left;
}

#player-details .logo-and-name {
    float: right;
    overflow: hidden;
    width: 180px;
}

#player-details .logo-and-name h1,
#player-details .logo-and-name strong {
    font-family: impact, sans-serif, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 20px;

    margin: 0; padding: 0;
}

#player-details .logo-and-name h1 {
    line-height: 18px;
}

#player-details .logo-and-name strong {
    color: #666;
}

#player-details ul.details {
    list-style: none;
    list-style-type: none;
    margin: 0; padding: 0;
    margin-top: 12px;
    text-transform: uppercase;

    color: #666;
}

#player-details ul.details span {
    color: black;
    font-weight: bold;
}

#player-details select {
    position: absolute;
    right: 200px;
    bottom: 3px;
}

#player-details input.back {
    position: absolute;
    right: 0px;
    bottom: 0px;

    background-color: #018440;
    background-image:         linear-gradient(#018440, #7C9F37);
    background-image:      -o-linear-gradient(#018440, #7C9F37);
    background-image:    -moz-linear-gradient(#018440, #7C9F37);
    background-image: -webkit-linear-gradient(#018440, #7C9F37);
    background-image:     -ms-linear-gradient(#018440, #7C9F37);
    box-shadow: 0px 0px 6px rgba(255,255,255,0.4);
    border-radius: 5px 5px 5px 5px;
    color: white;
    font-weight: bold;
    padding: 4px;
    overflow: visible;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    cursor: pointer;
}

/* }}} */

/*----- Matchreport styling -----*/

.matchreport {
    font-weight: bold;
    font-size: 16px;
    font-family: Impact;
    padding-right: 20px;
}

.matchreport a {
    color: #000000 !important;
}

/* ----- Facebook comments ----- */

.fbFeedbackContent {
    min-height: 160px;
    margin-top: 15px !important;
}

/* ----- Instagram feeds ----- */
#instafeed {
    margin: 0 auto;
    text-align: center;
}

#instafeed img {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 5px; 
    height: 125px;
    width: 125px;
}

h2.insta {
    text-align: left;
    background: url("/graphics/icons/insta.jpg") no-repeat 0 0 transparent;
    padding-left: 28px;
}

.img_text {
    position: relative;
    top: -60px;
    right: -480px;
    color: #666;
}

#noe_annet {
    width: 848px;
    padding-top: 5px;
    float: left;
}

#noe_annet .row {
    margin-bottom: 5px;
    overflow: hidden;
}

#noe_annet .col4, .col8 {
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    float: left;
    position: relative;
    padding: 8px;
}

#noe_annet .col4 {
    width: 259px;
    margin-left: 7px;
}

#noe_annet .col8 {
    width: 541px;
    margin-left: 7px;
}

#noe_annet .icon {
    position: absolute;
}

#noe_annet h2 {
    margin: 5px 0px;
    padding: 0px;
    font-size: 16px;
}
