﻿

#watermark
{
	border: 1px solid #C0C0C0;
	font: Verdana;
	font-size: 9px;
	background-color: #E9E9E9;
	color: #808080;
	font-family: Verdana;
	font-weight: lighter;
	font-style: normal;
}

#language
{
/*
    float: right;
    display: block;
    padding-right: 30px;
    color: #586BAA;
    font-weight: bold;
*/
	height: 31px;
    float: right;
    display: block;
    padding:  9px 30px 0px 30px;
	background: #6FBE6E url(images/img05.gif) repeat-x;
	font-size: 1.2em;
	color: #CC0000;
	
}

#language:hover
{
	text-decoration: none;
}

.accordionPane
{
    border: 1px dashed #FFFF99;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1em;
}

.accordionTitle
{
    border-bottom: 1px dotted;
    border-bottom-style: dashed;
    border-bottom-color: #FF9900;
    font-family: 'Times New Roman' , Times, serif;
    font-size: large;
    color: #FF9900;
    font-weight: bold;
    cursor: pointer;
}

#topLogo
{
    float: left;
}

.form
{
    padding: 3px;
    vertical-align: top;
    table-layout: auto;
}

.form td
{
    border-style: none none dotted dotted;
    border-width: thin;
    border-color: #E3D5F4;
    color: #FF6600;
}

.form th
{
    border-style: none none dotted none;
    border-width: thin;
    border-color: #FF6600;
    text-align: right;
    /*border: 3px solid #FFFFFF;*/ /*background-color: #F0E8F9;*/
    padding: 3px;
}

.form .horizontal_separator
{
    height: 10px;
    border-color: White;
}

.vertical_separator
{
    width: 50px;
    border-color: White;
}