/* Normal, standard links. */
a:link, a:visited
{
  color: #a05000;
  text-decoration: none;
/*  font-weight: bold; */
  font-family:  verdana, arial;
  font-size: 12px;
}

a:hover, a:focus
{
	color: #a05000;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
  color: #a05000;
  text-decoration: none;
  font-family:  verdana, arial;
  font-size: 12px;
}
a.nav:hover
{
  color: #a05000;
  text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
	border: 0px solid;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #111111;
	font-size: 12px;
	font-family: verdana, arial, helvetica;
}

body
{
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 12px;
	color: #020100;
	font-family: arial, helvetica, serif;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 12px;
	font-weight: normal;
	color: #020100;
	font-family: arial, helvetica, serif;
}

/* Standard horizontal rule.. */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #E6C64A;
	background-color: #E6C64A;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #311F01;
	background-color: #F5E4C7;
	border: 1px solid #aaaaaa;
	margin: 4px 0 4px 0;
	padding: 2px;
	font-size: 12px;
	width:90%;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #311F01;
	background-color: #F5E4C7;
	border: 1px solid #734D0B;
	font-size: 12px;
	padding: 1px;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
  color: #90712E;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-family: arial, helvetica;
  font-size: 11px;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
}

/* /me uses this a lot. */
.meaction
{
	color: #CF9414;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
  width: 96%;
  font-size: 13px;
  font-family: verdana, arial, helvetica;
  }



/* Highlighted text - such as search results. */
.highlight
{
  /* background-color: #AA8534; */
  background-color: yellow; 
  font-weight: bold;
  color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #222222;
	background-color: #FFF5BB;
}

.windowbg4
{
	color: #222222;
	background-color: #FFF5BB;
}


.windowbg5
{
  color: #523801;
  background-color: #FFF9CF;
  }

.messagepane
{  
border: 1px solid #CEA619;
}

td.windowbg
{ 
border: 1px solid white;
}

td.windowbg4
{ 
border: 0px;
}


.windowbg2
{
	color: #523801;
	background-color: white;
}


td.windowbg2
{
}
/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
  color: #3C2801;
  font-style: normal;
  background-color: #EFDB84;
}

tr.titlebg td
{
border: 1px white solid;
}

.titlebg a:hover
{
	color: #a05000;
}

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg, .catbg2, .catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
  font-weight: bold;
  background-color: #EED883;
  color: #222222;
}

td.catbg
{
  border: 1px solid white;
  }


.catbg a:hover, .catbg2 a:hover
{
  color: #a05000;
  text-decoration: underline; 
  }


/* The borders around things. */
.bordercolor
{
  background-color: #C9A419;
  border: 0px solid;
}

.tborder
{
  border: 1px solid #C9A419;
  background-color: #F2E0A9;
  padding: 0px;
}

/* Default font sizes. */
.smalltext
{
	font-size: 12px;
	font-family: arial, helvetica, serif;
}

.smalltext a
{
	font-size: 12px;
	font-family: arial, helvetica, serif;
}

.normaltext
{
  font-size: 12px;
  font-family: verdana, arial, helvetica;
}
.largetext
{
  font-size: 12px;
  font-family: verdana, arial, helvetica;
}

/* This is for the special header boxes on the top - it's not used elsewhere. */
.headertitles
{
	background-color: brown;
	border: 1px solid #855904;
}
.headerbodies
{
	border: 1px solid #855904;
	background-color: #EDE3CE;
	background-repeat: repeat-x;
	background-position: bottom;
}

.back1
{
	background-color: #F7E36B;
}

.back2
{
	background-color:#FBF9F6;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
}

/* SA *****************************************************/

#upper 
{
  margin-bottom: 3px;
  margin-top:  5px;
}


#logo 
{
  margin-right: 0px;
  width: 300px;
  height: 65px;
  background: url(http://www.seniorok.hu/templates/seniorok/images/forumlogo.png) no-repeat;
  background-position: 7px 10px;
  float: left;
  padding: 0px;
}


#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 0px solid #cccccc;
	padding: 2px;
  height: 71px !important;
  height: 75px;
  overflow: hidden;
  float: none !important;
  float: left;
}

div.topmenu 
{
  background-image: url(http://www.seniorok.hu/images/submenu-sarga-10.png);
  background-repeat: no-repeat;
/*  height: 19px; */
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  font-family: Arial;
  padding-top: 2px;
  border-bottom: 0;
  padding-bottom: 0;
  color: #ffffff;
  }

div.topline
{
  /* height: 19px; */
  background-image: url(http://www.seniorok.hu/images/submenu_bg-sarga-10.png);
  background-repeat: repeat;
  margin: 0px 0px 0px 0px;
  padding-top: 3px;
  padding-bottom: 3px; 
  padding-left: 4px;
}

div.topline a, div.topline a:visited
{
  margin-left: 6px;
  margin-right: 6px;
  color: #333333;
  font-family: arial, helvetica;
  font-size: 12px;
  font-weight: bold;
}

div.topline a:hover, div.topline a:focus
{
  margin-left: 6px;
  margin-right: 6px;
  color: #a05000;
  text-decoration: none;
  font-weight: bold;
}

.copyright a
{  
font-family: arial, helvetica, sans;
}