/************/
/*  GLOBAL  */
/************/

.AjaxLoading {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: white;
	color: black;
	display: none;
	width: 120px;
	padding: 4px;
	border: 2px solid black;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* NON-HEADER */
*{padding:0; margin:0;}
body {
 font-size:62.5%; 
 background-color:rgb(255,255,255); 
 font-family:verdana,arial,sans-serif;
} 
 /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:900px; 
	margin:0px auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	border:solid 1px rgb(150,150,150); 
	font-size:1.0em;
}
.main {
	clear:both; 
	width:900px; 
	padding-bottom:30px; 
	background:transparent url(img/bg_main_withoutnav.jpg) repeat-y;
}
.main-content {
	display:inline; /*Fix IE floating margin bug*/; 
	float:left; 
	width:840px; 
	margin:0 0 0 30px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
.footer {
	clear:both; 
	width:900px; 
	padding:1.0em 0 1.0em 0; 
	background:rgb(225,225,225) url(img/bg_foot.jpg) no-repeat; 
	font-size:1.0em; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

/* --- For alternative headers START PASTE here --- */

/* HEADER */
.header {
	width:900px; 
	font-family:"trebuchet ms",arial,sans-serif;
}
.header-top {
	width:900px; 
	height:80px; 
	background:rgb(240,240,240) url(img/bg_head_top.jpg); 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

/*******************/
/*  HEADER SECTION */
/*******************/
.sitelogo {
	width:210px; 
	height:60px; 
	position:absolute; 
	z-index:1; 
	margin:12px 0 0 10px; 
	background:url(img/logo.gif); 
}
.sitename {
	width:500px; 
	height:45px; 
	position:absolute; 
	z-index:1; 
	margin:20px 0 0 230px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
.sitename h1 {
	font-size:240%;
	text-decoration:none; 
	color:rgb(125,125,125);
}
.sitename h2 {
	margin:-4px 0 0 0; 
	color:rgb(125,125,125); 
	font-size:120%;
}

.nav0 {
	width:350px; 
	position:absolute; 
	z-index:2; 
	margin:25px 0 0 0; 
	margin-left:550px !important /*Non-IE6*/; 
	margin-left:553px /*IE6*/;
}
.nav0 ul {
	float:right; 
	padding:0 20px 0 0;
}
.nav0 li {
	display:inline; 
	list-style:none;
}
.nav0 li a {
	padding:0 0 0 3px;
}
.nav0 a:hover {
	text-decoration:none;
}
.nav0 a img {
	height:14px; border:none;
}

/* --- For alternative headers END PASTE here --- */

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN CONTENT */
.column1-unit {width:840px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-left {float:left; width:400px;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-right {float:right; width:400px;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-left {float:left; width:253px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-middle {float:left; width:253px;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:253px;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {
	line-height:1.3em; 
	text-align:center; 
	color:rgb(125,125,125); 
	font-weight:bold; 
	font-size:110%;
}
.footer p.credits {
	font-weight:normal;
}
.footer a {
	text-decoration:underline; 
	color:rgb(125,125,125);
}
.footer a:hover {
	text-decoration:none; color:rgb(0,0,0);
}
.footer a:visited {
	color:rgb(0,0,0);
}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-content:after {
	content:"."; display:block; height:0; clear:both; visibility:hidden;
}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {
	content:"."; display:block; height:0; clear:both; visibility:hidden;
}
.clear-contentunit {clear:both; width:840px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}
.clear {clear:both;}
/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:900px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:900px; background:transparent;}}
@media print {.nav2 {float:left; width:900px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {.footer {clear:both; width:900px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN CONTENT */
.main-content h1.pagetitle {margin:0 0 0.4em 0; padding:0 0 2px 0; border-bottom:solid 7px rgb(225,225,225); font-family:"trebuchet ms",arial,sans-serif; color:rgb(100,100,100); font-weight:bold; font-size:220%;}
.main-content h1.block {clear:both; margin:1.0em 0 0em 0; padding:2px 0 2px 2px; background:rgb(190,190,190); font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:220%;}
.main-content h1 {clear:both; margin:1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(80,80,80); font-weight:normal; font-size:210%;}
.main-content h2 {clear:both; margin:1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(80,80,80); font-weight:normal; font-size:170%;}
.main-content h3 {clear:both; margin:-1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(125,125,125); font-weight:normal; font-size:130%;}
.main-content h1.side {clear:none;}
.main-content h2.side {clear:none;}
.main-content h3.side {clear:none;}

.main-content h4 {margin:1.5em 0 1.0em 0; color:rgb(80,80,80); font-family:"trebuchet ms",arial,sans-serif; font-weight:normal; font-size:170%;}
.main-content h5 {margin:1.5em 0 1.0em 0; color:rgb(80,80,80); font-family:"trebuchet ms",arial,sans-serif; font-size:140%;}
.main-content h6 {margin:1.2em 0 0.2em 0; color:rgb(80,80,80); font-weight:bold; font-size:120%;}
.main-content p {
	margin:0 0 1.0em 0; line-height:1.5em; font-size:120%;
	text-align: justify;
}
.main-content p.center {text-align:center;}
.main-content p.right {text-align:right;}
.main-content p.details {clear:both; margin:-0.25em 0 1.0em 0; line-height:1.0em; font-size:110%;}
.main-content blockquote {clear:both; margin:0 30px 0.6em 30px; font-size:90%;}

.main-content table {clear:both; width:800px; margin:2.0em 0 0.2em 20px; table-layout: fixed; border-collapse:collapse; empty-cells:show; background-color:rgb(233,232,244);}
.main-content table th.top {height:3.5em; padding:0 7px 0 7px; empty-cells:show; background-color:rgb(175,175,175); text-align:left; color:rgb(255,255,255); font-weight:bold; font-size:110%;}
.main-content table th.top a {
	color:rgb(255,255,255);
	font-weight:bold;
}
.main-content table th {height:3.0em; padding:2px 20px 2px 7px; border-left:solid 2px rgb(255,255,255); border-right:solid 2px rgb(255,255,255); border-top:solid 2px rgb(255,255,255); border-bottom:solid 2px rgb(255,255,255); background-color:rgb(225,225,225); text-align:left; color:rgb(80,80,80); font-weight:bold; font-size:110%;}
.main-content table th a {
		color:rgb(80,80,80); font-weight:bold;
}
.main-content table td {
	height:3.0em; padding:2px 7px 2px 7px; border-left:solid 2px rgb(255,255,255); border-right:solid 2px rgb(255,255,255); border-top:solid 2px rgb(255,255,255); border-bottom:solid 2px rgb(255,255,255); background-color:rgb(225,225,225); text-align:left; font-weight:normal; color:rgb(80,80,80); font-size:110%;}
.main-content table td a {
	color:rgb(80,80,80);
	font-weight:normal;
}
p.caption {clear:both; margin:0.5em 0 2.0em 20px; text-align:left; color:rgb(80,80,80); font-size:110%;}

.main-content ul {list-style:none; margin:0.5em 0 1.0em 0;}
.main-content ul li {margin:0 0 0.2em 2px; padding:0 0 0 12px; background:url(img/bg_bullet_full_1.gif) no-repeat 0 0.5em; line-height:1.4em; font-size:120%;}
.main-content ol {margin:0.5em 0 1.0em 20px !important /*Non-IE6*/; margin:0.5em 0 1.0em 25px /*IE6*/;}
.main-content ol li {list-style-position:outside; margin:0 0 0.2em 0; line-height:1.4em; font-size:120%;}

.contactform {
	width:820px; margin:2.0em 0 0 0; padding:10px 10px 0 10px; border:solid 1px rgb(200,200,200); background-color:rgb(240,240,240);
}
.contactform fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; padding:0 /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:130%;}
.contactform label.left {float:left; width:100px; margin:0 0 0 10px; padding:2px; font-size:110%;}
.contactform label.message {
	float:left; width:800px; margin:0 0 0 10px; padding:2px; font-size:110%;}
.contactform select.combo {width:175px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.field {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.button {
	float:left; width:9.0em; margin-left:20px; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

.loginform {width:160px; margin:-10px 20px 0 20px;}
.loginform p {clear:both; margin:0; padding:0;}
.loginform fieldset {width:160px; border:none;}
.loginform label.top {float:left; width:125px; margin:0 0 2px 0; font-size:110%;}
.loginform label.right {float:left; width:125px; margin:5px 0 0 0; padding:0 0 0 3px; /*IE6*/; font-size:110%;}
.loginform input.field {width:158px; margin:0 0 5px 0; padding:0.1em 0 0.2em 0 !important /*Non-IE6*/; padding:0.2em 0 0.3em 0 /*IE6*/; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.loginform input.checkbox {float:left; margin:5px 0 0 0 !important /*Non-IE6*/; margin:2px 0 0 -3px /*IE6*/; border:none;}
.loginform input.button {float:left; width:5.0em; margin:10px 0 5px 0; padding:1px; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.loginform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

input.button {float:left; width:5.0em; margin:10px 0 5px 0; padding:1px; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

/********************/
/*  COMMON CLASSES  */
/********************/
.main img {clear:both; float:left; margin:3px 10px 7px 0; padding:1px; border:1px solid rgb(150,150,150);}
.main img.center {clear:both; float:none; display:block; margin:0 auto; padding:1px; border:1px solid rgb(150,150,150);}
.main img.right {clear:both; float:right; margin:3px 0 7px 10px; padding:1px; border:1px solid rgb(150,150,150);}

.main a {color:rgb(70,122,167); font-weight:bold; text-decoration:none;}
.main-content h1 a {color:rgb(70,122,167); font-weight:normal; text-decoration:none;}
.main a:hover {color:rgb(42,90,138); text-decoration:underline;}
.main a:visited {color:rgb(42,90,138);}

.main a img {border:solid 1px rgb(150,150,150);}
.main a:hover img {border:solid 1px rgb(220,220,220);}

/*** simpleSoft ***/

@CHARSET "UTF-8";
/*http://www.simplesoft.hu/clients/simplesoft/img/*/

html, body
{
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #e1dad3;
}

table#mainarea
{
	width: 1000px;
	height: 100%;
}

tr#uppersection 
{
	height: 100%;
}

td.leftside
{
	width: 245px;
	vertical-align: middle;
	text-align: left;
}

table.lightgray
{
	border-bottom: 3px solid #0faed6;
	width: 120px;
	text-align: center;
}

table.lightgray p {
	color: #bfb6aa;
	font-size: 10px;
	padding: 7px;
}

td#leftarea
{
	background-image: url('../img/leftarea.gif');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	vertical-align: top;	
}

td#contentarea
{
	vertical-align: top;
}

td#rightarea
{
	background-image: url('../img/rightside.gif');
	background-repeat: repeat-y;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

tr#footerarea
{
	height: 60px;
	background-color: #948671;
	margin: 0;
	padding: 0;
}

/* Left section */

div#logobox
{
	margin: 0;
	padding: 0;
	height: 130px;
}

div#fadeleft
{
	height: 115px;
	width: 245px;
	background-image: url('../img/fadeleft.gif');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

div#faderight
{
	height: 245px;
	width: 245px;
	background-image: url('../img/faderight.gif');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

/*
div#leftfooter
{
	height: 7px;
	width: 245px;
	background-image: url('../img/leftfooter.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	padding: 0;
}
*/

/* Right section */

td.rightside
{
	width: 20px;
}

/*
div#rightfooter
{
	height: 7px;
	width: 20px;
	background-image: url('../img/rightfooter.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0;
	padding: 0;
}
*/

/* Content section */
div#contentheadergray 
{
	width: 100%;
	height: 195px;
	background-color: #eae7e3;
	margin: 0;
	padding: 0;
}

div#languagebar
{
	width: 735px;
	z-index: 100;
	text-align: right;
	position: absolute;
	top: 5px;
}

#languagebar a
{
	text-decoration: none;
	color: #948671;
	font-weight: bold;
	font-size: 10px;
}

#languagebar a:hover
{
	text-decoration: underline;
}

div#contentheader
{
	width: 100%;
	height: 195px;
	background-image: url('../img/content/contentheader.gif');
	background-position: top left;
	background-repeat: repeat-y;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div#contentheader table
{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

/*
div#content table
{
	padding-left: 20px;
	padding-right: 20px;
}
*/

td.contentside
{
	min-width: 735px;
	background-color: #ffffff;
}

td.search
{
	height: 36px;
}

.whitedashed
{
	height: 1px;
	width: 100%;
	background-image: url('../img/content/whitedashed.gif');
	background-repeat: repeat-x;
}
/*
.graydashed
{
	widht: 100%;
	background-image: url('../img/content/graydashed.gif');
	background-repeat: repeat-y;
}
*/
td.motto
{
	height: 122px;
	position: relative;
	right: 0px;
}

td#detailed_td
{
	padding: 0px;
	vertical-align: top;
	width: 542px;
}

td#brief_td
{
	width: 192px;
	vertical-align: top;
	border-left: 1px dashed #948671;
}

div#brief
{
	width: 100%;
	padding-top: 27px;
}

div#detailed
{
	padding: 23px 5px 0px 5px;
	width: 100%;
}

/* Menu */
td#menu
{
	width: 100%;
	height: 36px;
}

/* It defines minimum width for the menu */
td#menu div
{
	width: 708px;
}

td#menu ul
{
	list-style: none;
	display: inline;
}

td#menu ul li
{
	list-style: none;
	height: 22px;
	width: 177px;
	text-align: center;
	float: left;
	cursor: pointer;
}

td#menu ul li a
{
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #948671;
	width: 100%;
}

td#menu ul li:hover
{
	background-image: url('../img/menu/background_act.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

/* Footer section */
tr#footerseparator
{
	height: 27px;
	background-color: #ffffff;
}

tr#footerseparator td.leftside
{
	background-image: url('../img/footer/footer_left.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

tr#footerseparator td.rightside
{
	background-image: url('../img/footer/footer_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

tr#footerseparator td
{
	margin: 0;
	padding: 0;
}

tr#footerseparator td table
{
	height: 27px;
}

td.corner_left
{
	width: 4px;
	background-image: url('../img/footer/corner_bl.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

td.corner_right
{
	width: 4px;
	background-image: url('../img/footer/corner_br.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

td.fseparator
{
	width: 100%;
	background-image: url('../img/footer/footer_separator.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

td#footercontentarea
{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 30px;
	background-color: #948671;
}

td#footercontentarea table
{
	width: 100%;
}

td.footermenu {
	padding-left: 3px;
	padding-right: 3px;
	width: 10%;
}

td.footermenu a
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #bfb6aa;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

td.footermenu a:hover
{
	background-color: #bfb6aa;
	color: #948671;
}

td.footermenuseparator
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #bfb6aa;
	width: 1%;
}

td.footercontent
{
	width: 100%;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	color: #bfb6aa;
}

td.footerlogo
{
	width: 100%;
	background-image: url('../img/footer/footer_logo.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Text styles */
h1, h3
{
	padding: 5px 20px 5px 20px;
}

h1
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #948671;
	margin: 0;
}

h2
{
	font-family: Arial,Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffcc00;
	padding: 5px 7px 5px 7px;
	margin: 0;
}

h3
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffcc00;
	padding: 3px 20px 3px 20px;
	margin: 0;
	line-height: 15px;
}

div.box
{
	margin: 2px 8px 2px 8px;
	padding: 3px 6px 3px 6px;
}

div.box h2
{
	padding: 2px 5px 2px 5px;
	cursor: default;
}

div.box p
{
	padding: 5px 5px 5px 5px;
	cursor: default;
}

div.box p.button
{
	padding: 5px 0px 5px 0px;
	cursor: default;
}

div.box a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.reszletek {
	background-image: url('../img/menu/anchor.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

p
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #948671;
	padding: 5px 20px 5px 20px;
	margin: 0;
	line-height: 17px;
}

p.comment
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	line-height: 13px;
}

ul
{
	padding: 5px 20px 5px 20px;
	margin: 0px 20px 2px 20px;
	line-height: 17px;
}

ul li
{
	font-family: Ariel, Tahoma, Verdana;
	font-size: 11px;
	color: #948671;
	list-style-image: url('../img/bullet.gif');
}	

div#noscriptdiv
{
	height: 100%;
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 0px;
	bottom: 0px;
	z-index: 10;
}

div#noscriptdiv form
{
	width: 500px;;
	height: 220px;
	position: relative;
	top: 20px;
}

div#noscriptdiv table
{
	background-color: #948671;
	color: #ffffff;
	text-align: center;
	width: 500px;;
	height: 220px;
	border: 2px solid #FF0000;
	padding: 15px;
}

div.imagecontainer
{
	vertical-align: center;
}

table.leftsidecontainer
{
	width: 153px;
	position: absolute;
	top: 210px;
	left: 46px;
}

.popupdiv
{
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #000000;
	position: fixed;
	top: 0px;
	left: 0px;
	/* for IE */
	filter: alpha(opacity=60);
	/* CSS3 standard */
	opacity: 0.6;
	/* for Mozilla */
	-moz-opacity: 0.6;
}

.popupsmallimg
{
	cursor: pointer;
}

div#popupimgdiv
{
	
	position: fixed;
	z-index: 9;
}

img#popupimg
{
	z-index: 10;
}

.closebutton
{
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 10;
	cursor: pointer;
}

div.tablediv
{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
}

div.textdiv
{
	padding: 5px 20px 5px 20px;
	text-align: left;
}

form.contact
{
	width: 100%;
}

table.formtable
{
	width: 505px;
	padding: 0px;
}

table.formtable tbody
{
	background-image: url('../img/input_bg.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

table.formtable tbody tr
{
	height: 30px;
}

table.formtable tbody td
{
	border-bottom: 1px dashed #ffffff;
}

td.label
{
	width: 95px;
	text-align: left;
	vertical-align: top;
}

td.data
{
	width: 265px;
	text-align: left;
}

td.logo
{
	text-align: center;
	vertical-align: middle;
}

div.buttons
{
	width: 100%;
	padding: 20px;
	text-align: center;
}

span.button
{
	border: 1px solid #948671;
	padding: 1px;
	vertical-align: middle;
	text-align: center;
	background-color: #ffcc00;
}

span.button input
{
	color: #000000;
	background-color: #ffcc00;
	font-weight: bold;
	text-align: center;
	border: none;
	cursor: pointer;
	margin: 0px;
}

div#reply
{
	text-align: center;
	font-weight: bold;
	color: lime;
	margin-bottom:20px;
}

label
{
	color: #948671;
}

table.contentholder
{
	width: 500px;
}

table.contentholder thead
{
	background-image: url('../img/table_head.gif');
	background-position: bottom left;
	background-repeat: repeat;
}

table.contentholder thead div
{
	padding: 4px 6px 3px 6px;
	height: 24px;
	width: 100%;
	position: relative;
	top: 2px;
}

table.contentholder thead tr.headerseparator
{
	background-image: none;
	background-color: #ffffff;
	height: 4px;
}

table.contentholder thead tr.headerseparator td
{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

table.contentholder td, table.contentholder th
{
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

table.contentholder tbody td
{
	border-bottom: 1px solid #dcdbd9;
}

table.contentholder tbody div
{
	padding: 6px 6px 2px 6px;
	height: 24px;
	width: 100%;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

table.contentholder th
{
	color: #ffffff;
	font-weight: bold;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
}

table.contentholder td
{
	color: #948671;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
}

.whiteleftborder
{
	border-left: 1px solid #ffffff;
}

table.contentholder thead tr
{
	height: 34px;
}

table.contentholder tr
{
	height: 32px;
}
	
td.odd
{
	background-color: #f4f3f1;
}

td.even
{
	background-color: #ffffff;
}

table.contentholder tfoot td div
{
	padding: 6px 6px 2px 6px;
	height: 24px;
	width: 100%;
}

table.imgholder
{
	margin: 0px 20px 0px 20px;
}

table.imgholder td.imgtitle
{
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 15px;
}

table.imgholder td p, table.imgholder td h3
{
	padding: 0px;
	margin: 5px 10px 5px 10px;
}

.figurefooter
{
	width: 100%;
	text-align: center;
	color: #948671;
	font-style: italic;
	font-size: 12px;
}

.input_left
{
	background-image: url('../img/input_left.gif');
	background-repeat: no-repeat;
	background-position: top right;
	width: 5px;
	height: 16px;
	padding: 4px 0px 2px 0px;
	margin: 0px;
	float: left;
}

.input_right
{
	background-image: url('../img/input_right.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 5px;
	height: 16px;
	padding: 4px 0px 2px 5px;
	margin: 0px;
	float: left;
}

input
{
	height: 16px;
	width: 235px;
	background-image: url('../img/input_center.gif');
	background-repeat: repeat-x;
	background-position: top center;
	border: none;
	border-color:#ffffff;
	padding: 4px 0px 2px 5px;
	margin: 0px;
	font-size: 10px;
	vertical-align: middle;
	float: left;
	color: #948671;
}

input.contactbutton
{
	width: 250px;
	background-image: url('../img/content/contact_button.gif');
	background-repeat: no-repeat;
	height: 19px;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	text-align: left;
	vertical-align: middle;
	padding-left: 8px;
	cursor: pointer;
}

input.contactbutton:hover
{
	background-image: url('../img/content/contact_button_act.gif');
}

/*
.textarea_left
{
	background-image: url('../img/textarea_left.gif');
	background-repeat: no-repeat;
	background-position: top right;
	width: 5px;
	height: 130px;
	padding: 4px 0px 2px 0px;
	margin: 0px;
	float: left;
}

.textarea_right
{
	background-image: url('../img/textarea_right.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 5px;
	height: 130px;
	padding: 4px 0px 2px 5px;
	margin: 0px;
	float: left;
}
*/
.textarea_bg
{
	background-image: url('../img/textarea_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 2px 5px 0px 0px;
	height: 130px;
	width: 250px;
}

#message
{
	height: 120px;
	width: 240px;
	border: none;
	position: relative;
	top: 5px;
	left: 5px;
	margin: 0px;
	font-size: 10px;
	vertical-align: middle;
	color: #948671;
	border-color:#ffffff;
	background-color:#ffffff;
	/* Hide the scrollbar in IE7, these are IE specific attributes */
	scrollbar-face-color:#fff; 
	scrollbar-arrow-color:#fff; 
	scrollbar-highlight-color:#fff; 
	scrollbar-shadow-color:#fff; 
	scrollbar-3dlight-color:#fff; 
	scrollbar-darkshadow-color:#fff; 
	scrollbar-track-color:#fff; 
}

label
{
	padding: 4px 10px 2px 5px;
	height: 16px;
	color: #948671;
	font-size: 11px;
	font-family: Ariel, Tahoma, Verdana;
}

td.topleft
{
	width: 8px;
	height: 8px;
	background-image: url('../img/frame_tl.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

td.topcenter
{
	height: 8px;
	background-image: url('../img/frame_tc.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

td.topright
{
	width: 8px;
	height: 8px;
	background-image: url('../img/frame_tr.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

td.leftcenter
{
	width: 8px;
	background-image: url('../img/frame_lc.gif');
	background-repeat: repeat-y;
	background-position: right;
}

td.rightcenter
{
	width: 8px;
	background-image: url('../img/frame_rc.gif');
	background-repeat: repeat-y;
	background-position: left;
}

td.bottomleft
{
	width: 8px;
	height: 8px;
	background-image: url('../img/frame_bl.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

td.bottomcenter
{
	height: 8px;
	background-image: url('../img/frame_bc.gif');
	background-repeat: repeat-x;
	background-position: top;
}

td.bottomright
{
	width: 8px;
	height: 8px;
	background-image: url('../img/frame_br.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

a.button
{
	text-decoration: none;
	border: none;
}

a.button img {
	border: none;
}

/*
.buttonleft
{
	background-image: url('../img/button_left.gif');
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 22px;
	padding: 3px 4px 3px 0px;
}

.buttoncenter
{
	font-size: 11px;
	line-height: 22px;
	padding: 3px 4px 3px 8px; 
	color: #ffffff;
	font-weight: bold;
	border: none;
}

.buttonright
{
	background-image: url('../img/button_right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 22px;
	padding: 3px 0px 3px 12px; 
}
*/

a {
	text-decoration: none;
	color: #fcce04;
}
.fValidator-msg {
	color:#ff2020;
	font-family:trebuchet ms,arial,verdana;
	display:inline;
}

