/* ------------------------------------------------- ALLGEMEINE DOKUMENTEINSTELLUNGEN */
body {
	background: #FFFFFF;
	margin: 20px;
	font-family: Verdana, Helvetica;
	font-size: 12px;
}

td {
	font-family: Verdana, Helvetica;
	font-size: 12px;
}


a:link {
        color: #1B65AB;
        text-decoration: none;
}

a:active {
        color: #1B65AB;
        text-decoration: none;
}

a:visited {
        color: #1B65AB;
        text-decoration: none;
}

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

/* ------------------------------------------------- FONTS */

.font10 {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	color: #000000;
	font-weight:normal;
}

.font10_bold {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
}

.font11 {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #000000;
}

.headline {
	font-family: Verdana, Helvetica;
	font-size: 13px;
	font-weight:bold;
	color: #000000;
}

.font11_bold {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.font12 {
	font-family: Verdana, Helvetica;
	font-size: 12px;
}

.font13 {
	font-family: Verdana, Helvetica;
	font-size: 13px;
}

.row1 {
	background-color: #FFFFFF;
}

.row2 {
	background-color: #E8EDF3;
}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #444444; border-style: dotted;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #444444; border-style: dotted;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color : #BF0000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

.helpline { background-color: #DDDDDD; border-style: none; }

td.inlineadtitle {
	background-color: {T_TR_COLOR3};
}
td.inlinead {
	background-color: {T_TR_COLOR3}; text-align: center;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
