/* @override http://chessex.se/chessex.css */

body
{
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#D3D3CD;
	scrollbar-highlight-color:#D3D3CD;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-Color:#000000;
}

.text {  font-family: "Trebuchet MS", Verdana, sans-serif; color: #000000; font-size: 13px}
.bildtext {  font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 10px}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {  color: #666666; text-decoration: none}
a:active {  color: #666666; text-decoration: none}
.botten {  font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 13px; color: #000000}
.fet {  font-weight: bold; font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 13px}
.finstilt {  font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 12px}
.stor {  font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 15px; font-weight: bold; color: #000000}
.kursiv {  font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 13px; font-style: italic; color: #000000}
.red { 
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	color: #990000; 
	font-size: 13px ; 
}
	
.fetbildtext { font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 10px ; font-weight: bold}
.gron {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #006600;
}
.bla {
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	color: #0033CC;
}
.fetfinstilt {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.lila {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #990099;
}

/*pagination */
div.navi {
	margin: 0 auto;
	display: table;
}

div.pagination {
    padding: 3px;
    margin: 3px auto;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 12px;
}

div.pagination a {     
     padding: 2px 5px 2px 5px;
     margin: 2px;
     border: 1px solid #000;
     text-decoration: none; /* no underline */
     color: #000;
}
div.pagination a:hover, div.pagination a:active {
     border: 1px solid #000;
     color: #000;
}
div.pagination span.current {
     padding: 2px 5px 2px 5px;
     margin: 2px;
     border: 1px solid #000;
     font-weight: bold;
     background-color: #000;
     color: #FFF;
     }
div.pagination span.disabled {
     padding: 2px 5px 2px 5px;
     margin: 2px;
     border: 1px solid #EEE;
     color: #DDD;
}

