@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial;
	background: url("/images/background.jpg") fixed;
}

a {
	color: #fff;
	text-decoration: underline;
}

p {
	font-size: 12px;
	padding: 3px 10px 3px 10px;
}

ul, ol, li{
  text-align: justify;
}

h1, h2, h3, h4 {
	padding: 4px;
}

h3 {
  font-size: 14px;
}


li {
  font-size: 12px;
}

h3 {
  border-bottom: #aaaaaa 1px solid;
  border-top: #aaaaaa 1px solid;
  padding-left: 15px;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 10px;
}

div.site h3 a, div.site div.middle div.center h3 a
{
  text-decoration: none;
}


img {
	border: 0px;
}

label {
	width: 150px;
	float: left;
	margin-left: 120px;
}

#languageSelect
{
  width: auto;
  background: url("/images/White-panel.gif") no-repeat;
  height: 25px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#loginUsername, #loginPassword, #loginSubmit
{
  width: 169px;
  background: url("/images/White-panel.gif") no-repeat;
  height: 25px;
  border: 0px;
  margin: 0px;
  margin-left: 5px;
  padding: 0px;
  text-align: center;
  cursor: pointer;
}

#welcomeMessage
{
  float:right;
  font-weight: bold;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
  display: block;
  width: 500px;
  text-align: right;
  
}

#logedInMenu
{
  float:right;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
  display: block;
  width: 500px;
  text-align: right;
}

#logedInMenu a
{
  color:#000000;
  font-size: 13px;
}

.loginElements
{
  float:left;
  padding:0px;
  margin:0px;
  display: inline;
}


input.images, select.images {
	background: url("/images/White-panel.gif") no-repeat;
}

select.imagess {
 background: url("/images/White-panel.gif") no-repeat;
}

input.submit {
	width: 155px;
	height: 23px;
	margin: 0px;
	margin-left: 5px;
	padding: 0px; 
	padding-top: 2px;
	border: 0px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

input.images, select.images {
  width: 167px;
  height: 25px;
  margin: 0px;
  margin-left: 5px;
  padding: 0px; 
  padding-top: 2px;
  border: 0px;
  text-align: center;
  font-size: 13px;
  background-color: transparent;
}

select.imagess {
  height: 23px;
  margin: 0px 0px 0px 10px;
  padding: 0px; 
  border: 0px;
  text-align: center;
  font-size: 12px;
  width: 85px;
}

/* site */
div.site {
	width: 1000px;
	margin: auto;
	border: 0px solid #ff0000;
	text-align: left;
}

/* top */
div.site div.top {
  width: 1000px;
  height: 148px;
  background-image: url("/images/top.png");
}

div.site div.top div.login {
  width: 630px;
  height: 80px;
  float: right;
  margin-top: 8px;
}

div.site div.top div.login p.forgot {
  float: right;
  display: block;
  text-align: center;
  width: 200px;
  margin-right: 10px;
  padding:0px;
}

div.site div.top div.login p.forgot a {
  color: #000000;
  font-weight: bold;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}


div.site div.top div.login input.submit {
  width: 50px;
  font-size: 12px;
  background: transparent none repeat scroll 0 0;
  color: #fff;
}

/* middle */

div.site div.middle {
  width: 1000px;
  float: left;
  margin-top: 10px;
}

div.site div.middle div.left {
  width: 190px;
  float: left;
}

/* LEFT  -  MENU */
div.site div.middle div.left div.left_top
{
  background: url('/images/menu-top.gif');
  height: 9px;
  width: 170px;
  padding:0px;
  margin:0px;
}

div.site div.middle div.left div.left_middle
{
  background: url('/images/menu-middle.jpg');
  padding-top: 10px;
  padding-bottom: 10px;
  width: 170px;
}

div.site div.middle div.left div.left_middle p.selected, 
div.site div.middle div.left div.left_middle p.menu
{
  background-image: url('/images/menu-middle2.jpg');
  height: 24px;
  margin: 0px;
  padding-top: 1px;
  padding-bottom: 0px;
  font-size: 13px;
}

div.site div.middle div.left div.left_middle p.selected span a,
div.site div.middle div.left div.left_middle p.menu span a
{
  color: #030303;
  font-weight: bold;
}

div.site div.middle div.left div.left_middle p.semmi
{
  padding: 3px;
  margin: 0px;
  margin-left: 20px;
}

div.site div.middle div.left div.left_middle p.semmi a
{
  color: #030303;
  font-weight: normal;
}

div.site div.middle div.left div.left_bottom
{
  background: url('/images/menu-bottom.gif');
  height: 9px;
  width: 170px;
  padding:0px;
  margin:0px;
}

/* CENTER */

div.site div.middle div.center {
  width: 620px;
  color: #030303;
  float: left;
}

div.site div.middle div.center a {
  color: #161616;
  text-decoration: underline;
}

div.site div.middle div.center div.center_top {
  width: 620px;
  height: 9px;
  background: transparent url('/images/center-top.gif');
}

div.site div.middle div.center div.center_middle {
  width: 620px;
  background: url('/images/center-middle.jpg');
}

div.site div.middle div.center div.center_middle ol, div.site div.middle div.center div.center_middle ul {
 padding-right: 10px;
}

div.site div.middle div.center div.center_middle p, div.site div.middle div.center div.center_middle ol, div.site div.middle div.center div.center_middle ul {
  text-align: justify;
}

div.site div.middle div.center div.center_middle table {
  width: 620px;
  color: #030303;
  font-size: 13px;
}
div.site div.middle div.center div.center_middle tr td {
  text-align:center;
  vertical-align:middle;
}

div.site div.middle div.center div.center_middle td {
  padding: 5px 0px 0px 15px;
}

div.site div.middle div.center div.center_bottom {
  width: 620px;
  height: 9px;
  background: transparent url('/images/center-bottom.gif');
}

div.site div.middle div.center div.h_top {
  width: 601px;
  height: 6px;
  margin-left: 10px;
}

div.site div.middle div.center div.h_middle {
  width: 601px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}

div.site div.middle div.center div.h_middle p {
  margin: 0px;
  text-align: center;
}

div.site div.middle div.center div.h_middle p a {
  text-decoration: none;
}

div.site div.middle div.center div.h_middle strong {
  margin-left: 5px;
  font-size: 18px;
}


div.site div.middle div.center div.h_bottom {
  width: 601px;
  height: 6px;
  margin-left: 10px;
}

div.site div.middle div.center img.right {
  float: right;
  padding: 5px;
}

div.site div.middle div.center img.left {
  float: left;
  padding: 5px;
}

div.site div.middle div.right {
  width: 190px;
  float: left;
}

div.site div.copyright p {
 color: #666;
 margin-left: 185px;
 width: 610px;
 text-align:center;
 font-size: 11px;
 padding-top: 12px;
 color: #ffffff;
}

div.site div.copyright {
  clear: both;
  background-color: transparent;
  color: #ffffff;
  height: 67px;
  width: 1000px;
}






div#left_flash_banner
{
  height: 300px;
  width: 170px;
  background-image: url('/images/spacer.gif');
  cursor: pointer;
  background-color: #00ff00;
  margin-top:0px;
  margin-left:0px;
}


div#logo
{
  margin-top:10px;
  margin-left: 10px;
  width: 200px;
  height: 130px;
  float:left;
  cursor: pointer;
}

select.text, input.text
{
  width:180px;
}

fieldset label
{
  width: 195px;
  margin-left: 100px;
}