TABLE.fogisInfoTable

{

	text-align: left;

	background-color: #cdcdcd;

	margin: 10px 0pt 15px;

	width: 100%;

	font-family: Verdana, Arial, Sans-Serif;

	font-size: 10px;

}

TABLE.fogisInfoTableTrupp

{

}

TABLE.fogisInfoTableSpelare

{

}

TABLE.fogisInfoTable THEAD TR TH

{

	border-bottom: #fff 1px solid;

	border-left: #fff 1px solid;

	padding-bottom: 4px;

	background-color: #97AFC5;

	padding-left: 4px;

	padding-right: 4px;

	font-family: Verdana, Arial, Sans-Serif;

	font-size: 10px;

	border-top: #fff 1px solid;

	border-right: #fff 1px solid;

	padding-top: 4px;

	color: #FFFFFF;

}

TABLE.fogisInfoTable TFOOT TR TH

{

	border-bottom: #fff 1px solid;

	border-left: #fff 1px solid;

	padding-bottom: 4px;

	background-color: #97AFC5;

	padding-left: 4px;

	padding-right: 4px;

	font-family: Verdana, Arial, Sans-Serif;

	font-size: 10px;

	border-top: #fff 1px solid;

	border-right: #fff 1px solid;

	padding-top: 4px;

}

TABLE.fogisInfoTable THEAD TR .header

{

	background-image: url(../Bilder/bg.gif);

	background-repeat: no-repeat;

	background-position: right center;

	cursor: pointer;

}

table.fogisInfoTable tbody td

{

	padding-bottom: 4px;

	background-color: #fff;

	padding-left: 4px;

	padding-right: 4px;

	color: #3d3d3d;

	vertical-align: top;

	padding-top: 4px;

}

table.fogisInfoTable tbody tr.annanForening td

{

	color: #FF0000;

	font-style: italic;

}

table.fogisInfoTable tbody tr.annanForening a

{

	font-weight: bold;

	font-style: italic;

}

table.fogisInfoTable tbody tr.odd td

{

	background-color: #EEEEEE;

}

TABLE.fogisInfoTable THEAD TR .headerSortUp

{

	background-image: url(../Bilder/asc.gif);

	background-color: #F7D072;
	color: #000000;

}

TABLE.fogisInfoTable THEAD TR .headerSortDown

{

	background-image: url(../Bilder/desc.gif);
	background-color: #F7D072;

	color: #000000;

}

#loading-div-background  
{
    display:none;
    position:fixed;
    top:0;
    left:0;
    background:black;
    width:100%;
    height:100%;       
}
#loading-div 
{
        width: 300px;
        height: 200px;
        background-color: #0c0b0b;
        text-align:center;
        position:absolute;
        left: 50%;
        top: 50%;
        margin-left:-150px;
        margin-top: -100px;
}         
