﻿/*----------------------------------------- global ---*/
*
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
html,body, .normal
{	
	color: #3a3c42;
}
dfn, i, cite, var, address, em 
{
	font-style:normal;
}
ol
{
	margin-left: 20px;
}
td
{
	vertical-align: top;
}
img
{
	border: none;
}
em
{
	font-style:italic;
}
*:focus
{
	
	outline-style:none;
	outline-width:medium;
}

th, h1, h2, h3, h4, h5, h6 
{
	color: #578199;
	font-weight:normal;
	font-family: Arial;
}

h1
{
	font-size: 1.5em;
}
h2
{
	font-weight: bolder;
	font-size: 1.3em;
	line-height: 1.2em;
}
h3
{
	font-weight: bolder;
	font-size: 1em;
}
strong, b
{
	font-weight:  bold;
	font-size: 1em;
}
small 
{
	font-size:0.9em;
}
p
{
	margin: 1em 0em 1em 0;
}
a
{
	color: #578199;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color: #496b80;
}

.link_big
{
	font-weight: bolder;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #000;
}

.link_red
{
	color: #f00;
}

.warning, .warning_small
{
	font-family: Arial;
	font-size: small;
	font-weight: bolder;
	color: #e00000;
}

.warning_small
{
	padding-left: 5px;
	display: block;
	font-size: smaller;
}

.menuLink, .menuLinkSelected
{
	color: #578199;
	font-family: Arial;
	font-size: 1em;
	text-decoration: none;
}

.menuLinkSelected
{
	color: #F00;
}

.simple_table
{
	border-collapse:collapse;
	width: 100%;
}

.simple_table td
{
	padding: 3px 5px 3px 5px;
	vertical-align: middle;
	border: 1px solid #000000;
}


.Title
{
	font-family: Tahoma, Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.SubTitle
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #444444;
	height: 25px;
	background-image: url(../img/formTitles.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
}
	
.ForumButton, .ForumButton1, .ForumButtonSmall, .ForumButtonSmall1, .ForumButtonTiny
{
	width: 100px;
	background-image: url(../img/formTitles.jpg);
	text-align: center;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
	margin: 0px 4px 0px 4px;
	
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}
.ForumButton, .ForumButton1, .ForumButtonSmall, .ForumButtonSmall1
{
	height: 32px;
}
.ForumButton:hover, .ForumButton1:hover, .ForumButtonSmall:hover, .ForumButtonSmall1:hover, .ForumButtonTiny:hover
{
	color: #000;
	text-decoration: underline;
}
.ForumButton1, .ForumButtonSmall1
{
	padding-top: 6px;
}

.ForumButtonSmall, .ForumButtonSmall1, .ForumButtonTiny
{
	width: 60px;
}