	table.t1024 {
		background-color : #ebefe4;
		width: 1007;
	}
	img.upper_images {
		position : relative;
		top : 4px;
	}
	
	td.buttons_for_admins {
		text-align : center;
		background-color: #9ea19b;
		width : 140px;
		border : none;
	}
	
	td.button_td {
		background-color : white;
		white-space: nowrap;
		width: 0%;
		border : none;
	}
	
	a.links_for_admins:link, a.links_for_admins:visited, a.links_for_admins:hover {
		color: #ffffff;
		text-decoration : underline;
		font-weight: bolder;
		font-size: 11px;
	}
	
	
	body { 
		/*background-image: url(/icons_new/fons.jpg);*/
		background-color:#525252;
		/*background-image: url(http://img22.imageshack.us/img22/5589/fonsp.jpg);*/
		background-image: url(/pic/fons_tumsais.jpg);
		background-repeat: repeat-y /*repeat-x*/;
		background-position:center;
		font-family: "tahoma", "arial", "helvetica", "sans-serif";
		font-size: 8pt;
		color: #000000;
		margin-top: 0px;
		margin-bottom: 0px;
	} 

	a.upplink:link {
		font-family: sans-serif;
		text-decoration: underline;
		color : #075568;
		padding-top: 0px;
		padding-right: 2px;
		padding-bottom: 0px;
		position: relative;
		left : 2px;
		font-size : 13px;
	}

	a.upplink:visited {
		font-family: sans-serif;
		text-decoration: underline;
		color : #075568;
		padding-top: 0px;
		padding-right: 2px;
		padding-bottom: 0px;
		position: relative;
		left : 2px;
		font-size : 13px;
	}	

	a.upplink:hover {
		font-family: sans-serif;
		text-decoration : underline;
		color : red;
		padding-top : 0px;
		padding-right : 2px;
		padding-bottom : 0px;
		position: relative;
		left : 2px;
		font-size : 13px;
	}

	a.logoff {
		font-family: sans-serif;
		text-decoration : underline;
		color : #075568;
		padding-top : 0px;
		padding-bottom : 0px;
		position: relative;
		left : 3px;
		font-size : 13px;
	}


	a.nav_button:link {
		font-family: Verdana;
		color : black; 
		text-decoration : none;
		border-color: #dbedd3;
		border: 5px solid   #dbedd3;
		background-color: #dbedd3;
		font-size : 12px;
		padding-left : 4px;
		padding-right : 5px; 
		padding-top : 1px;
		padding-bottom : 1px;
	}
	

	a.nav_button:visited {
		font-family: Verdana;
		color : black; 
		text-decoration : none;
		border-color: #dbedd3;
		border: 5px solid   #dbedd3;
		background-color: #dbedd3;
		font-size : 12px;
		padding-left : 4px;
		padding-right : 5px; 
		padding-top : 1px;
		padding-bottom : 1px;
	}
	
	a.nav_button:hover {
		font-family: Verdana;
		color : black; 
		text-decoration : none;
		border-color: #91bd7d;
		border: 5px solid #91bd7d;
		background-color: #91bd7d;
		font-size : 12px;
		padding-left : 4px;
		padding-right : 5px; 
		padding-top : 1px;
		padding-bottom : 1px;
	}

	td.down_menu {
		height : 30px;
		background-color : white;
		white-space: nowrap;
		width: 0%;
		border:none;
	}
	

table { border-collapse: collapse;
 border: none;
  background: transparent;
}

table.browse {
background-color: white;
////background-image: url(pic/background.jpg);
}

table.poll {
  background-color: #F5F4EA;
}

table.interiortable {
background-color: #978F8B;
}


table.message {
   border: solid #000000 1px;
}

h1 {
  font-size: 12pt;
}

h2 {
  font-size: 10pt;
  margin-bottom: 6px;
}

h3 {
  font-size: 10pt;
}

p {
	font-size: 8pt;
}

p.sub { 
  margin-bottom: 4pt;
}

p.sig {
 border-top-style: dotted;
 border-top-length: 4pt; 
 margin-bottom: 2pt;
}

td {
	font-size: 8pt;
   border: solid #000000 1px;
}

td.right {
border-style: solid none solid solid;
border-width: 1px;
}

td.left {
border-style: solid solid solid none;
border-width: 1px;
}

td.sides {
border-style: solid none solid none;
border-width: 1px;
}

td.topbottom {
border-style: none solid none solid;
border-width: 1px;
}

td.embedded {
   border: none;
   padding: 0px;
  text-align: left;
}

td.bottom {
  border: none;
}

td.heading {
  font-weight: bold;
}

td.text {
  padding: 10pt;
  text-align: left;
}

td.comment {
  padding: 10pt;
  font-size: 8pt;
  text-align: left;
}

td.colhead {
  font-weight: bold;
  color: white;
  background-image: url("pic/header.gif");
}

td.colhead a:link, td.colhead a:visited {
  color: white;
  font-weight: bold;
}

td.rowhead {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

td.rowcenter {
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

td.title {
	font-size: 14pt;
}

td.navigation {
	font-weight: bold;
	font-size: 10pt;
   border: none;
}


td.menunavigation {
	font-weight: bold;
	font-size: 10pt;
	border-style: none solid none solid;
	border-width: 1px;
background:gray url(pic/default/menuoff.gif);
}

td.menunavigation:Hover{
	font-weight: bold;
	font-size: 10pt;
	border-style: none solid none solid;
	border-width: 1px;
background:gray url(pic/default/menuon.gif);
}

td.clear {
  padding: 0px;
  border: 0px;
  background: 1E5550;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.sublink {
	font-style: italic;
	font-size: 7pt;
	font-weight: normal;
}

font.gray
{
  color: #C0C0C0;
  text-decoration: underline;
}

a:link, a:visited {
  text-decoration: none;
  color: #000000;
 
}

a:hover {
  color: darkblue;
}

a.index {
	font-weight: bold;
}

a.biglink {
	font-weight: bold;
	font-size: 12pt;
}

a.altlink:link, a.altlink:visited{
	font-weight: bold;
	color: #420202;
	text-decoration: none;
}

a.altlink:hover {
  text-decoration: none;
}

a.altlink_blue:link, a.altlink_blue:visited{
	font-weight: bold;
	color: #023147;
	text-decoration: underline;
}

a.altlink_blue:hover {
  text-decoration: none;
}

a.altlink_green:link, a.altlink_green:visited{
	font-weight: bold;
	color: #007800;
	text-decoration: none;
}

a.altlink_green:hover {
  text-decoration: underline;
}
.important {
	font-weight: bold;
	font-size: 8pt;
}

.red {
	color: #ee0000;
}

.yellow {
	color: #997700;
}

.green {
	color: #000000;
}

input, select, textarea {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
}

.btn {
  width: 75px;
  height: 23px;
}

.small {
  font-size: 7pt;
}

.big {
  font-size: 10pt;
}

li {
  margin-top: 6pt;
  margin-bottom: 6pt;
}

ul {
  margin-left: 16pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

img.border  
{  
  border-style: solid;  
  border-color: #000000; 
  border-width: 1px; 
}

img.logo {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/logo.gif);

}

img.unlockednew {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/forum/unlockednew.gif);
 background-repeat: no-repeat;
 background-position: center;
}

img.unlocked {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/forum/unlocked.gif);
 background-repeat: no-repeat;
 background-position: center;
}

img.lockednew {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/forum/lockednew.gif);
 background-repeat: no-repeat;
 background-position: center;
}

img.locked {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/forum/locked.gif);
 background-repeat: no-repeat;
 background-position: center;
}

img.poll {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/bar.gif);

}

img.pollright {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/bar_right.gif);

}

img.pollleft {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/bar_left.gif);

}

img.games {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/categories/cat_games.gif);

}

img.macxgames {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/categories/cat_macxgames.gif);

}

img.musicmisc {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/categories/music_misc.gif);

}

img.musicclassical {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/categories/music_classical.gif);

}

img.musicindie {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/categories/music_indie.gif);

}

img.musicjazz {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/categories/music_jazz.gif);

}

img.musicrock {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/categories/music_rock.gif);

}

img.anime {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/categories/cat_anime.gif);

}

img.movies {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/categories/cat_movies.gif);

}

img.appzmacx {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/categories/cat_macxapps.gif);

}

img.appzmisc {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/categories/cat_apps.gif);

}

img.books {
 padding: 0px;
 border: 0px;
 background-image: url(pic/default/categories/cat_books.gif);

}

body   {
 scrollbar-3dlight-color: #D1D7DC;
 scrollbar-arrow-color: #006699;
 scrollbar-darkshadow-color: #98AAB1;
 scrollbar-face-color: #DEE3E7;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #DEE3E7;
 scrollbar-track-color: #EFEFEF;  }

