/* Main Layout */
body {
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
}

img { border: none; }

#banniere{
	margin-top:-1px;
	width: 990px;
	height: 104px;
	background-image: url(tpsaf/bgban.jpg);	
}

#newsflash{
	width: 990px;
	height: 21px;
	background-image: url(tpsaf/bgnf.jpg);
}

#menu{
	width: 990px;
	height: 42px;
	background-image: url(tpsaf/bgmenu.jpg);
}

#head{
	width: 990px;
	height: 40px;
	background-image: url(tpsaf/head.jpg);
}

#topbar{
	width: 990px;
	height: 42px;
	background-image: url(tpsaf/topbar.jpg);
}

#lastsmatch{
	width: 242px;
	height: 130px;
	background-image: url(tpsaf/bglasts.jpg);
	float: left;
}

#lastsnews{
	margin-left: 2px;
	width: 241px;
	height: 130px;
	background-image: url(tpsaf/bglasts.jpg);
	float: left;
}

#next{
	margin-left: -1px;
	width: 249px;
	height: 130px;
	background-image: url(tpsaf/bgnext.jpg);
	float: left;
}

#login{
	width: 256px;
	height: 130px;
	background-image: url(tpsaf/bglogin.jpg);
	float: left;
}

#mainpart{
	width: 725px;
	float: left;
	margin: 1px;
	border: 1px solid #c0b8b5;
	padding: 1px;
}

#colonne{
	width: 251px;
	float: left;
	margin: 1px;
	border: 1px solid #c0b8b5;
	padding: 1px;
}

#main {
	margin: 1px;
	width: 988px;
}

hr {
  color: #666666;
  background-color: #666666;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

/* Links */
a, a:visited, a:active {
  color: #3d8616;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a.prinmenu, a.prinmenu:visited, a.prinmenu:active {
  color: white;
  text-decoration: none;
  font-size: 9pt;
  font-weight: bold;
}

a.prinmenu:hover {
  color: black;
  font-size: 9pt;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #333333;
  text-decoration: none;
}

a.category:hover {
  color: #000000;
  text-decoration: underline;
}

/* Fofo style */

.fofocategory {
	background-image: url(tpsaf/bgcategory.jpg);
}

.fofolegende{
	background-image: url(tpsaf/bgfofolegende.jpg);
	color: grey;
	font-weight: bold;
	height: 21px;
}

.fofocate{
	background-image: url(tpsaf/bgfofocategory.jpg);
	color: white;
	font-weight: bold;
	height: 30px;
}

/* Font types */
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

small {
  color: #383838;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #50bc1a;
}

.category_big, .category_big a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: white;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #989898;
  background-color: #F0F0F0;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #2C2C2C;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #0E8AEA;
  padding: 4px 10px;
  z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}
