/* START: Styles which applies to all boxes */
    /* Reseting inherited CSS values */
div.harbourBoxBorder,div.harbourBoxHeader h2,ul.harbourBoxTabMenu,div.harbourBoxSimple
    {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* The complete box */
.harbourBoxBorder,.harbourBoxSimple {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.harbourBoxBorder A:link {
    color: #000000;
}

.harbourBoxBorder A:visited {
    color: #333333;
}

.harbourBoxBorder A:active {
    color: #111111;
}

.harbourBoxBorder A:hover {
    color: #ff0000;
}

.harbourBoxSimple A:link {
    color: #000000;
}

.harbourBoxSimple A:visited {
    color: #333333;
}

.harbourBoxSimple A:active {
    color: #111111;
}

.harbourBoxSimple A:hover {
    color: #ff0000;
}

/* END: Styles which applies to all boxes */

/* START: Styles which applies to boxes with border */
    /* Header - Tab menu - Container for the top tab menu */
.harbourBoxBorder ul {
    list-style: none;
    height: 21px;
    background: url(../../gfx/structure_tabsBg.gif) 100% 0 repeat-x;
}

/* Header - Tab menu - Each tab in the top tab menu - Applies to both selected and non selected tab */
.harbourBoxBorder li {
    display: block;
    float: left;
    margin-right: 2px;
    font-size: 12px;
    font-weight: bold;
}

/* Header - Tab menu - Format of each non selected tab in the top tab menu */
.harbourBoxBorder li span {
    display: block;
    padding: 2px 10px;
    border: 1px solid #c4c5bd;
    border-bottom: none;
    background: #eaecdf url(../../gfx/structure_tabBg.gif) 0 100% repeat-x;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    height: 15px !important;
    height: auto;
    cursor: pointer;
}

/* Header - Tab menu - Handling each link in the top tab menu */
.harbourBoxBorder a.harbourBoxLink {
    text-decoration: none;
}

/* Header - Tab menu - Format of the selected tab in the top tab menu */
.harbourBoxBorder span.harbourBoxMenuCurrent {
    background: #fff none;
    color: #666;
    padding-top: 3px;
}

.harbourBoxMenuNavBackButton {
    background: url(../../gfx/tabs_back.gif) !important;
    border: none !important;
}

.harbourBoxMenuNavNextButton {
    background: url(../../gfx/tabs_forw.gif) !important;
    border: none !important;
}

/* Header - Simple title - Format of the simple header  */
.harbourBoxBorder .harbourBoxHeader h2 {
    border-bottom: 1px solid #c4c5bd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1px;
    font-weight: bold;
}

/* SubHead - styles for league header and the green sub headers */
    /* SubHead - the big 34px box header*/
div.harbourBoxHeader h2.harbourBoxSubHeader {
    font-size: 34px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

div.harbourBoxSubHeader {
    font-size: 1px;
}

/* SubHead - the subheader text element*/
div.harbourBoxHeader h3.harbourBoxSubHeader {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #eaecdf;
    padding: 5px 5px 0px;
    float: left;
    height: 14px;
    margin: 0px;
}

/* SubHead - the round top corners left and right of the subheader text*/
span.harbourBoxSubHeaderTabCorner {
    background-color: #eaecdf;
    height: 18px;
    float: left;
    position: relative;
    top: 1px;
    width: 1px;
}

/* SubHead - green line*/
span.harbourBoxSubHeader {
    background-color: #eaecdf;
    height: 4px;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    clear: both;
    font-size: 1px;
}

/* SubHead - shadow line*/
span.harbourBoxSubHeaderShadow {
    background: url(../../gfx/shadow.gif) repeat-x;
    height: 5px;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    clear: both;
    font-size: 1px;
}

/* END: styles for league header and the green sub headers */
    /* Container for the body */
.harbourBoxBorder .harbourBoxBody {
    clear: both;
    border: none;
    border-left: 1px solid #c4c5bd;
    border-right: 1px solid #c4c5bd;
    overflow: auto;
    display:block;
    width: auto;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Container for the footer */
.harbourBoxBorder .harbourBoxFooter {
    clear: both;
    padding: 0px 10px 5px 10px;
    background: #fff url(../../gfx/structure_contentBg.gif) 0 100% repeat-x;
    border: 1px solid #c4c5bd;
    border-top: none;
    overflow: auto;
    height: 13px;
}

/* Format of the datasource description */
.harbourBoxBorder .harbourBoxFooter .harbourBoxDataSource {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999;
    float: right;
}

/* Format of the link in the datasource description  */
.harbourBoxBorder .harbourBoxDataSource a.harbourBoxLink {
    text-decoration: none;
    color: #999;
}

/* END: Styles which applies to boxes with border */
    /* START: Styles which applies to boxes with no border */
    /* Header - Simple title - Format of the simple header  */
.harbourBoxSimple .harbourBoxHeader h2 {
    border-bottom: 1px solid #c4c5bd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding:5px;
    font-weight: bold;
}

.harbourBoxSimple .harbourBoxHeader h3 {
    padding:5px;
}

/* Header - Simple title - Format the logo in the header */
.harbourBoxSimple .harbourBoxHeaderLogo {
    float: right;
    border: none;
}

/* Container for the body */
.harbourBoxSimple .harbourBoxBody {
    clear: both;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 8px;
}

/* END: Styles which applies to boxes with no border */
    /* START: Styles which applies to a whole page */
    /* Handling space between each box on a page */
.harbourPageSpace {
    height: 20px;
    clear: both;
}
/* END: Styles which applies to a whole page */
/*################################ KAMPPLUGG ######################################*/

div.fot_matchPlugContainer,
div.fot_matchPlugFactsContent,
div.fot_matchPlugHeaderContainer{
    clear: both;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    /*width: 510px;*/
    margin-bottom: 10px;
}

div.fot_menuContainer{
    overflow: hidden;
}

div.fot_menuContainer ul{
    float: left;
    width: 100%;
    list-style: none;
    padding: 10px 0 0 10px;
    margin: 0;
    height: inherit;
    background: #fff url(../../gfx/mapper/fotballplugger/fot_matchPlugMenuBg.gif) repeat-x bottom left;
}

div.fot_menuContainer ul li{
    float: left;
    margin: 0;
    padding: 0;
}

div.fot_menuContainer ul li a{
    outline: none;
    color: #8d8f7a;
    float: left;
    display: block;
    margin: 0 1px 0 0;
    padding: 3px 7px;
    text-decoration: none;
    border: 1px solid #B1B59E;
    background: #e4e5dc;
}

div.fot_menuContainer ul li a.current{
    padding-bottom: 4px;
    color: #2f5a07;
    background: #F3F5E7;
    border-bottom: none;
    cursor: auto;
}

div.fot_menuContainer ul li a:hover{
    background: #F3F5E7;
    color: #000000;
}

div.fot_menuContainer ul li a.noClick{
    cursor: auto;
    background: #f7f7f7;
    color: #ccc; 
    border: 1px solid #ccc;
}

div.fot_menuContainer ul li a.noClick:hover{
    background: #f7f7f7;
    /*background: #e4e5dc;*/
}

div.fot_matchPlugContent{
    padding: 5px 0 0 0;
    background: #fff url(../../gfx/mapper/fotballplugger/fot_matchPlugGradient.gif) repeat-x top left;
}

div.fot_matchPlugHeaderContainer{
    width: 100%;
}


div.fot_calendarImageContainer{
    width: 69px;
    height: 78px;
    background-image: url(../../gfx/mapper/fotballplugger/fot_matchPlugCalendar.gif);
    text-align: center;
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
}

div.fot_calendarImage{

}

div.fot_calendarText{
    position: absolute;
    top: 18px;
    left: 0;
    width: 69px;
}

div.fot_calendarText p{
    margin: 0;
    padding: 0;
}

div.fot_calendarText div.day{
    font-size: 11px;
    margin-bottom: 2px;
}

div.fot_calendarText div.date{
    font-size: 28px;
    font-weight: bold;
    line-height: 23px;
}

div.fot_calendarText div.month{
    font-size: 11px;
    color: #555;
}

div.fot_matchPlugFactsHeader{
    float: left;
    padding: 15px 0 0 10px;
}

div.fot_matchPlugFactsHeader p.teams{
    margin: 0 0 2px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

div.fot_matchPlugFactsHeader p.matchInfo{
    margin: 0 0 2px 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}

div.fot_matchPlugFactsHeader a,
div.fot_matchPlugFactsHeader a:link,
div.fot_matchPlugFactsHeader a:visited{
    background: url(../../gfx/mapper/fotballplugger/fot_link_bg.gif) 0 70% no-repeat;
    text-decoration: underline;
    padding: 0 0 0 15px;
    font-size: 12px;
    color: #375610;
}

div.fot_matchPlugFactsHeader a:hover{
    text-decoration: underline;
}

div.fot_matchPlugFactsContent{
    clear: both;
    padding: 15px 0 0 0;
    margin-left: 10px;
}

div.fot_matchPlugFactsContent p{
    margin: 0 0 5px 0;
    padding: 0;
}

div.fot_matchPlugFactsContent p.header{
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
}

div.fot_matchPlugFactsContent h3{
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 12px;
}

div.fot_matchPlugFactsContent h1{
	margin: 0 0 5px 0;
    padding: 0;
    font-size: 22px;
}

div.fot_matchPlugFactsContent ul{
    list-style-image:url(../../gfx/mapper/fotballplugger/fot_matchPlugBullet.gif);
/*    font-size: 12px;*/
    margin: 0 0 0 15px ;
    padding: 0;
    list-style-position:outside;
    list-style-type:disc;
    background: transparent;
    height: auto;
}

div.fot_matchPlugFactsContent ul li{
    margin: 0 0 8px 0;
    display:list-item;
    float:none;
    font-weight:normal;
}

div.fot_matchPlugFactsContent ul li span {
	background: transparent;
	border: none;
	color: #000000;
	cursor: default;
	font-family: inherit;
	height: auto !important;
	padding: 0px;
}

div.fot_matchPlugFactsContent ul li span.header{
    font-weight: bold;
}

table.fot_previous{
    width: 100%;
    text-align: center;
}

table.fot_previous th{
    font-weight: normal;
    background: url(../../gfx/mapper/fotballplugger/fot_matchPlugTHGradient.gif) bottom left repeat-x;
    border-right: 1px solid #dadbd2;
/*    font-size: 12px;*/
    border: none;
}

table.fot_previous td{
    font-weight: bold;
/*    font-size: 18px;*/
    background: #f3f5e7;
    border: none;
    border-right: 1px solid #dadbd2;
}

table.fot_previous td.noBorder, div.fot_matchPlugContent table.fot_previous th.noBorder{
    border: none;
}

table.fot_previous td a{
    color: #2f5a07;
    text-decoration: none;
}

table.fot_previous td a:hover{
    text-decoration: underline;
}

table.fot_leagueStats{
    width: 100%;
    margin: 10px auto;
    background: #fff;
}

table.fot_leagueStats th,
table.fot_leagueStats td{
/*    font-size: 12px;*/
    text-align: center;
    border: none;
}
table.fot_leagueStats tr.even td{
    background: #F3F5E7;
}
table.fot_leagueStats tr.evenGreen td {
    padding:6px;
    background: #F3F5E7;
    color: #375610;
    font-weight: bold;
    font-size: 16px;
    border-top:1px solid #d9dbce;
    border-right:1px solid #d9dbce;
}

table.fot_leagueStats tr.evenGreen td.last {
    border-right:none;
}

table.fot_leagueStats th.leftAlign,
table.fot_leagueStats td.leftAlign{
    text-align: left;
    font-weight: bold;
}

.poengGraf{
    clear:both;
}
.graf{
    background:url(../../gfx/mapper/fotballplugger/bg.gif) 0 0 no-repeat;
    padding:1px 0 0 10px;
    margin-bottom:10px;
    margin-left:40px;
    height:36px;
}

.apiNifs h1{
    font-size:12px;
}

.snitt{
    font-size:10px;
    float:left;
}
.snitt span{
    display:block;
    border:1px solid #999;
    padding:2px 5px;
    font-size:11px;
    text-align:center;
}

.grnode{
    width:7px;
    height:36px;
    float:left;
    background:url(../../gfx/mapper/fotballplugger/gfx/0.gif) 0 0 no-repeat;
}

.gr0{background-image:url(../../gfx/mapper/fotballplugger/0.gif)}
.gr1{background-image:url(../../gfx/mapper/fotballplugger/1.gif)}
.gr3{background-image:url(../../gfx/mapper/fotballplugger/3.gif)}
.gr0-0{background-image:url(../../gfx/mapper/fotballplugger/0-0.gif)}
.gr1-0{background-image:url(../../gfx/mapper/fotballplugger/1-0.gif)}
.gr3-0{background-image:url(../../gfx/mapper/fotballplugger/3-0.gif)}
.gr0-1{background-image:url(../../gfx/mapper/fotballplugger/0-1.gif)}
.gr1-1{background-image:url(../../gfx/mapper/fotballplugger/1-1.gif)}
.gr3-1{background-image:url(../../gfx/mapper/fotballplugger/3-1.gif)}
.gr0-3{background-image:url(../../gfx/mapper/fotballplugger/0-3.gif)}
.gr1-3{background-image:url(../../gfx/mapper/fotballplugger/1-3.gif)}
.gr3-3{background-image:url(../../gfx/mapper/fotballplugger/3-3.gif)}

#grafUt{
    margin:20px;
    padding:10px;
    border:1px solid #000;
    background-color:#fff;
    width:350px;
}

/* 3 latest news */
#fotMagiskRelatert {
	margin-bottom: 8px;
}

#fotMagiskRelatert li {
	float: inherit;;
	display: inherit;
	font-weight: inherit;
	width: 100%;
}

#fotMagiskRelatert ul {
     list-style-position:inherit;
    list-style-type:inherit;
    background: inherit;
    height: auto;
}

#fotMagiskRelatert ul.fot_linkList {
    color:#666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    padding:0px;
    margin:0px;
    padding-left:0px;
}

#fotMagiskRelatert ul.fot_linkList li.fot_linkArrow {
    /*list-style-image: url(../../gfx/mapper/fotballplugger/fot_link_bg.gif);*/
    list-style: none;
    background: transparent url(../../gfx/mapper/fotballplugger/fot_link_bg.gif) no-repeat scroll 0pt 70%;
    font-size:12px;
    padding:8px 0px 4px 15px;
}

#fotMagiskRelatert ul.fot_linkList li.fot_linkArrow a.fot_linkBold {
    font-weight:bold;
}

#fotMagiskRelatert ul.fot_linkList li.fot_linkTag {
    /*list-style-image: url(../../gfx/mapper/fotballplugger/mtag.gif);*/
    list-style: none;
    background: transparent url(../../gfx/mapper/fotballplugger/mtag.gif) no-repeat scroll 0pt 70%;
    font-size:10px !important;
    padding:0px 0px 0px 15px;
}

#fotMagiskRelatert ul.fot_linkList li.fot_linkTag a:link{
     color:#666666;
}

#fotMagiskRelatert ul.fot_linkList a:link,
#fotMagiskRelatert ul.fot_linkList a:active,
#fotMagiskRelatert ul.fot_linkList a:visited {
    color:#3f571d;
}

#fotMagiskRelatert ul.fot_linkList a:hover {
    color:#6b8150;
}

table#fotMagiskLiveFakta tr td a:link,
table#fotMagiskLiveFakta tr td a:visited {
	text-decoration: none;
}

/*########################## SLUTT KAMPPLUGG ######################################*/
.fotballpluggSmsContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*margin-bottom: 7px;
	padding-bottom: 4px;*/
	background: #f3f5e7;
	color: #375610;
	text-align: center;
}

.fotballpluggSmsHeaderDiv {
	text-align: center;
	margin-bottom: 8px;
}

.fotballpluggSmsHeaderDiv h1 {
	font-weight: normal;
	padding: 6px 6px 3px 6px;
	margin: 0px;
	font-size: 18px;
}

.fotballpluggSmsInstructions {
	position: relative;
	background: #5AA041;
	border-top: 1px solid #3D7707;
	border-bottom: 1px solid #3D7707;
	color: #fff;
	padding: 13px;
	margin-bottom: 12px;
        text-align: left;
}

.fotballpluggSmsInstructions h1 {
	position: absolute;
	top: 4px;
	left: 0px;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-left: 34px !important;
	text-align: center;
}

.fotballpluggSmsIcon {
	position: absolute;
	top: -5px;
	left: 10px;
	width: 17px;
	height: 36px;
	background: #fff url(../../gfx/mapper/fotballplugger/fot_phone.gif) repeat-x;
}

.fotballpluggSmsOther {
    margin-top: 0px;
}
#fotballpluggTabellContent {
    background-color: #f3f5e7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.fotballpluggTabellHeader {
    color: #2f5a07;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.fotballpluggTabellDescription {
    padding: 4px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #666;
}

#fotballpluggTabell {
  width: 230px;	
}
.fotballpluggTabellTable {
	color: #43810a;
    border: 0px;
    border-collapse: collapse;
    margin: 0px;
    width:100%;
}

.fotballpluggTabellTable tr {
    line-height: 17px;  
}

.fotballpluggTabellTable td {
    padding : 0px;
    padding-left: 2px;
    padding-right: 2px;
}

.fotballpluggTabellTable tr.nedrykk td, .fotballpluggTabellTable tr.playoff_ned td  {
    border: none;
    border-top: 1px solid #c2c4b9;
}

.fotballpluggTabellTable tr.opprykk td, .fotballpluggTabellTable tr.playoff_opp td  {
    border: none;
    border-bottom: 1px solid #c2c4b9;
}

.fotballpluggTabellTable td, .fotballpluggTabellTable th {
    text-align: left;
    font-size: 10px;
}

.fotballpluggTabellTable th {
	padding : 0px;
    border-bottom: 1px solid #c2c4b9;
    border-top: 1px solid #c2c4b9;
    color: #2f5a07;
    font-size: 10px;
}

.fotballpluggTabellTable tr.even td {
    background:#FFFFFF none repeat scroll 0%;
}

/*########################## MESTERSKAPSPLUGG #############################################*/

div.fot_chContentContainer{
	margin-left: 10px;
}

div.fot_chContentContainer a{
	color: #375610;
}

#fot_chContent a {
	color: #375610;
}

div.fot_divLeft{
	float: left;
}

div.fot_vmTeams{
	padding-right: 40px;
}

div.fot_divRight{
	float: left;
	margin-left: 20px;
}

div.fot_divRight div.fotCol1{
	padding-right: 40px;
	float: left;
}

#apiNifsArtPlugg11div.fot_divRight div.fotCol2{
	float: left;
}

div.fot_chContentContainer h2{
	margin: 5px 0 10px 0;
	font-size: 16px;
}

div.fot_chContentContainer h3{
	margin: 0 0 5px 0;
	font-size: 13px;
}

.fot_clr{
	clear: both;
	height: 0;
	overflow: hidden;
}

table.fot_vmGroups tr.divider td{
	border-bottom: 1px solid #ccc;
}

table.fot_vmGroups, table.fot_vmGroups td{
	border: none;
	padding: 2px 0;
}

table.fot_vmCountries, table.fot_vmCountries td{
	border: none;
}

/*########################## SLUTT MESTERSKAPSPLUGG #############################################*/
/************  header  ***********/
.fotballpluggFinnLoSHeader {
	color: #375610;
}

.fotballpluggFinnLoSSingleTeam {
	float: left;
	line-height: 25px;
	margin-right: 15px;
	font-size: 11px;
	font-weight: bold;
}

img#fotballpluggFinnLoSLogo {
	  height: 25px;
}

.fotballpluggFinnLoSTeam {
	float: left;
	width: 100%;
}

.fotballpluggFinnLoSMultiTeam {
    float: left;
    padding: 10px 0px;
    font-size: 11px;
    color: #4e950c;
}

a.fotballpluggFindLoSHeadLink:link,
a.fotballpluggFindLoSHeadLink:visited,
a.fotballpluggFindLoSHeadSelected:link,
a.fotballpluggFindLoSHeadSelected:visited {
	color: #4e950c;
    font-size: 11px;
}

.fotballpluggFindLoSHeadLink {
}

.fotballpluggFindLoSHeadSelected {
    font-weight: bold;
    cursor: default;
    text-decoration: none;
}

/************  player list  ***********/
.fotballpluggFinnLoSRow {
    margin-left: 2px;
    padding: 2px;
}

.fotballpluggFinnLoSRow a:link,
.fotballpluggFinnLoSRow a:visited,
.fotballpluggFindLoSTeamlink a:link,
.fotballpluggFindLoSTeamlink a:visited{
	   color: #4e950c;
	   font-size: 11px;
}

.fotballpluggFinnLoSOdd{
	background-color: #F2F3ED;
}

.fotballpluggFinnLoSEven{
    background-color: #FFFFFF;
}
.fotballpluggFindLoSTeamlink {
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom: 1px solid #DDDDDD;
}
.fotballpluggFindLoSTeamlink a {
    background:transparent url(../../gfx/fot_link_bg.gif) no-repeat scroll 0pt 100%;
    color:#2F5A07;
    margin-right:5px;
    padding:0pt 0pt 0pt 15px;
}

/************  division list  ***********/
.fotballpluggFinnLoSDivision {
	float: left;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
	width: 100%;
}

.fotballpluggFinnLoSDivision .fotballpluggFinnLoSRow {
	margin-left: 0px; padding-left: 0px;
}

.fotballpluggFinnLoSDivisionHeader {
	margin: 5px 0px 2px 0px;
	color: #375610;
	font-weight: bold;
	font-size: 12px;
}
/*###################################### Live-plug spesifikk ########################################*/
#fotballpluggLiveHeader {
	font-weight: bold;
	color: #fff;
	padding: 8px;
	padding-bottom: 12px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #8cba61 url(../../gfx/mapper/fotballplugger/live-plugg-bg.gif) bottom right no-repeat;
	border-bottom: 1px solid #65933f;
}

#fotballpluggLiveContent {
	margin: 0px;
	padding: 8px;
	background: #888888;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top: 1px solid #717171;
}

.fotballpluggLiveCountdown {
	text-align: center;
}

#fotballpluggLiveDate {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
}

.fotballpluggLiveTeams {
	font-size: 13px;
	padding-bottom: 7px;
}

#fotballpluggLiveScore {
	font-size: 13px;
	float: right;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

#fotballpluggLiveScoreDone {
	font-size: 13px;
	float: right;
	background-color: #3b8a1d;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

.fotballpluggLiveCalendarHeader {
	font-size: 12px;
	color: #888888;
	font-weight: bold;
	display: inline-block;
}

.fotballpluggLiveCalendar {
	font-family: Arial, Helvetica, sans-serif;
	background: #f3f5e7;
	border-top: 1px solid #e5e7d9;
	padding: 8px;
	padding-top: 10px;
	margin: 0px;
}

.fotballpluggLiveCalendarDate {
	font-size: 12px;
	color: #2f5a07;
	font-weight: normal;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 3px;
	display: inline-block;
}

.fotballpluggLiveCalendarDate span,
#fotballpluggLiveDate span {
	text-transform: capitalize;
}

.fotballpluggLiveCalendarSeparator {
	clear: both;
}

.fotballpluggLiveCalendarWrapper {
	width: 100%;
	float: left;
}

.fotballpluggLiveCalendarTeam {
	font-size: 12px;
	color: #2f5a07;
	font-weight: bold;
	float: left;
	margin: 0px;
	padding: 0px;
}

.fotballpluggLiveCalendarScore {
	background: #888888;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	float: right;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
}

.fotballpluggLiveCalendarTime {
    font-size: 12px;
    color: #2f5a07;
    font-weight: bold;
    float: right;
    margin: 0px;
    padding: 0px;
    margin-bottom: 3px;
    padding-right: 2px;
    padding-left: 2px;
}

.fotballpluggLiveDone {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

/* Under kamp */
.fotballpluggLiveEventTimeDiv {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	font-weight: bold;
}

.fotballpluggLiveEventHeader {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.fotballpluggLiveLatestEventsDiv {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;
}

.fotballpluggLiveLink A:link, .fotballpluggLiveLink A:visited, .fotballpluggLiveLink A:active, .fotballpluggLiveLink A:hover {
    font-size: 12px;
    color: #2f5a07;
    margin-right: 5px;
}

/* Slutt under kamp */ /* Countdown */
#fot_cdDiv {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
	background: #fff;
}

#fot_matchHeader {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	color: #fff;
	text-align: center;
}

#fot_matchHeader span {
	font-weight: normal;
}

.fot_cDay,.fot_cHour,.fot_cMin,.fot_cSec {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.fot_iDay,.fot_iHour,.fot_iMin,.fot_iSec {
	font-size: 11px;
	color: #fff;
	font-weight: normal !important;
}

div.fotballAd{
	height: 30px;
	text-align: center;	
}
/* Slutt countdown */
	/*###################################### Slutt Live-plug spesifikk ########################################*/
div.aofTop h3{
	margin: 0;
	height: 14px;
	padding: 5px 8px;
	color: #fff;
	background: url(../../gfx/mapper/fotballplugger/px.gif) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.aofTop{
	background: #5AA041 url(../../gfx/mapper/fotballplugger/aof_topp.gif) top right no-repeat;	
}

div.aofFooter{
	text-align: right;
	background: #5AA041;
	padding: 3px 5px;
}

div.aofFooter a.aofLink{
	text-decoration: none;
	color: #fff;	
}

.fotballplugg2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

.fotballpluggHeader {
    background-color: #4e950c;
    display: block;
    padding: 3px;
    font-size: 18px;
}

.fotballpluggBoxSubHeader {
    background-color: #dddfd2 !important;
    
}

.fotballpluggUpper {
    text-transform: uppercase;	
}

.fotballpluggGreen {
    color: #FFF !important;
    background-color: #4e950c !important;
}

.fotballpluggGreenText {
    color: #4e950c !important;
}

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

.fotballpluggYellow {
    color: #000000 !important;
    background-color: #f3f5e7 !important;
}

.fotballpluggYellowText {
    color: #000000 !important;
}

.fotballpluggLink A:link, .fotballpluggLink A:visited, .fotballpluggLink A:active, .fotballpluggLink A:hover {
    font-size: 12px;
    background: transparent url(../../gfx/mapper/fotballplugger/fot_link_bg.gif) no-repeat scroll 0pt 70%;
    color: #2f5a07;
    margin-right: 5px;
    padding: 0pt 0pt 0pt 15px;
}

.fotballpluggLink2 A:link, .fotballpluggLink2 A:visited, .fotballpluggLink2 A:active, .fotballpluggLink2 A:hover {
    font-size: 12px;
    font-weight: normal;
    background: transparent url(../../gfx/mapper/fotballplugger/fot_link_bg2.gif) no-repeat scroll 0pt 70%;
    color: #000;
    margin-right: 5px;
    padding: 0pt 0pt 0pt 15px;
}

.fotballpluggLink a:hover {
    color: #2f5a07;
}

.harbourBoxHeader {
    text-transform: uppercase;
}

/* kampkalender begin */

.fot_container,
.fot_matchCalendarTable {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    width:100%;
}

.fot_matchCalendarTable td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.fot_matchText {
    color:#375610;
    font-weight:bold;
    width:100%;
}

.fot_matchText a,
.fot_matchText a:link,
.fot_matchText a:active,
.fot_matchText a:hover,
.fot_matchText a:visited,
.fot_matchStatus {
    color:#375610;
    font-weight:bold;
    text-decoration:underline;
}

.fot_matchText a:hover {
    color:#6b8150;
}

.fot_leagueRound {
    color:#999999;
    padding-top: 6px !important;
    padding-bottom: 0px !important;
    font-size:11px;
}

.fot_matchStatus {
    text-align: center;
    
}

.fot_matchTime,
.fot_matchScore {
    text-decoration:none;
    font-size:13px;
    font-weight:normal;
}

.fot_matchScore {
    background-color: #4e950c;
    color:#ffffff;
}

/* kampkalender end */

/* spillerkort begin */

.fot_infoImg,
.fot_infoBoxRight {
    vertical-align:top;
}

.fot_infoBoxRight span,
.fot_infoTitle {
    color:#3f571d;
    font-weight:bold;
    font-size:12px;
}
.fot_container h2 {
    color:#3f571d;
    font-weight:bold;
    font-size:12px;
    padding:0px;
    margin:0px;
    padding:4px 0px 0px 0px;
}

.fot_container p {
    padding:0px;
    margin:0px;
    padding:2px 0px 8px 0px;
}

.fot_infoBoxRight p {
    padding:0px;
    margin:0px;
    padding:0px 0px 2px 0px;
    font-size:10px;
}

.fot_container a:link,
.fot_container a:visited {
    color:#44950a;
}

.fot_container a:hover {
    color:#3f571d;
}

.fot_container a img {
	border: 1px solid #AAAAAA;
}

.fot_container #profileContainer {
    padding:0px;
    margin:0px;
    padding:8px 0px 8px 0px;
    border-top: 1px solid #e5e6e1;
    border-bottom: 1px solid #e5e6e1;
}

.fot_infoImg {
    padding:0px 8px 0px 0px;
}

#fotballpluggRelatert ul.fot_linkList {
    color:#666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    padding:0px;
    margin:0px;
    padding-left:0px;
}

#fotballpluggRelatert {
    margin-bottom: 8px;
}

#fotballpluggRelatert ul.fot_linkList li.fot_linkArrow {
    /*list-style-image: url(../../gfx/mapper/fotballplugger/fot_link_bg.gif);*/
    list-style: none;
    background: transparent url(../../gfx/mapper/fotballplugger/fot_link_bg.gif) no-repeat scroll 0pt 70%;
    font-size:12px;
    padding:8px 0px 4px 15px;
}

#fotballpluggRelatert ul.fot_linkList li.fot_linkArrow a.fot_linkBold {
    font-weight:bold;
}

#fotballpluggRelatert ul.fot_linkList li.fot_linkTag {
    /*list-style-image: url(../../gfx/mapper/fotballplugger/mtag.gif);*/
    list-style: none;
    background: transparent url(../../gfx/mapper/fotballplugger/mtag.gif) no-repeat scroll 0pt 70%;
    font-size:10px !important;
    padding:0px 0px 0px 15px;
}

#fotballpluggRelatert ul.fot_linkList li.fot_linkTag a:link{
     color:#666666;
}

#fotballpluggRelatert ul.fot_linkList a:link,
#fotballpluggRelatert ul.fot_linkList a:active,
#fotballpluggRelatert ul.fot_linkList a:visited {
    color:#3f571d;
}

#fotballpluggRelatert ul.fot_linkList a:hover {
    color:#6b8150;
}

/* spillerkort end */


/*########################## START MAGISK FASTBOKS #####################################*/
.fot_magFastTop, .fot_magFastBunn{
    padding: 5px 5px 5px 5px;
    background-color: #f3f5e7;
    clear: both;
    overflow: auto;
}

.fot_magFastRowA{
    width: 48%;
    float: left;
}

.fot_magFastRowB{
    width: 48%;
    float: right;
}

.fot_magFastRowB #fotballpluggLiveContent {
	background-color: #FFFFFF;
	border: none;
}

#fot_magFastRowB .fotballpluggLiveDone,
#fot_magFastRowB div,
#fot_magFastRowB span,
#fot_magFastRowB p,
#fot_magFastRowB .fotballpluggLiveDone {
       color: #4E950C;
}

#fotballpluggLiveContent table {
    /*float: left;*/
    width: 100%;
    border: 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px; 
}

#fotballpluggLiveContent table td {
    padding: 5px;
    color: #000000;
}
#fotballpluggLiveContent table tr.odd td {
    background: #f2f3ed none repeat scroll 0%;
}

#fotballpluggLiveContent table th.val {
    width: 15%;
    text-align: center;
}

.fotMFIsCurrent {
	font-weight: bold;
}

.fotMFStretchedCell {
	width: 95%;
}

.fot_magSeparator{
    padding: 5px 5px 5px 5px;
    background-color: #f3f5e7;
    clear: both;
}

div.fot_magSeparatorLine{
    height: 1px;
    background-color: #dadcce;
    /* width: 100%; */
    /* display: block; */
}

.fot_title{
    font-size: 16px;
    font-weight: bold;    
}

.fot_link a:link{
    color: #375610;
}

.fot_magFastRowA div.fotMFcalendarImageContainer{
    width: 69px;
    height: 78px;
    background-image: url(../../gfx/mapper/fotballplugger/fot_matchPlugCalendar2.gif);
    text-align: center;
    float: left;
    position: relative;
    margin-left: 5px;
    display: block;
}

div.fotMFcalendarText{
    position: absolute;
    top: 18px;
    left: 0;
    width: 69px;
}

div.fotMFcalendarText p{
    margin: 0;
    padding: 0;
}

div.fotMFcalendarText div.day{
    font-size: 11px;
    margin-bottom: 2px;
}

div.fotMFcalendarText div.date{
    font-size: 28px;
    font-weight: bold;
    line-height: 23px;
}

div.fotMFcalendarText div.month{
    font-size: 11px;
    color: #555;
}

.fot_magFastRowA div.fotMFmatchPlugFactsHeader{
    position: relative;
    padding-top: 10px;
    margin-left: 80px;
    float: none;
}

div.fotMFmatchPlugFactsHeader p.teams{
    margin: 0 0 2px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

div.fotMFmatchPlugFactsHeader p.matchInfo{
    margin: 0 0 2px 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}

div.fotMFmatchPlugFactsHeader a:link,
div.fotMFmatchPlugFactsHeader a:visited{
    background: url(../../gfx/mapper/fotballplugger/fot_link_bg.gif) 0 70% no-repeat;
    padding: 0 0 0 15px;
    font-size: 12px;
    color: #375610;
    text-decoration: underline;
}


#fotballpluggLiveContent .fotMFShowHideLinks a {
background:transparent url(../../gfx/fot_link_bg.gif) no-repeat scroll 0pt 70%;
color:#2F5A07;
margin-right:5px;
padding:0pt 0pt 0pt 15px;
}

div.fot_matchPlugFactsContent{
    clear: both;
    padding: 15px 0 0 0;
    margin-left: 10px;
}
/*########################## SLUTT MAGISK FASTBOKS #####################################*/
