* {
	margin: 0;
	padding: 0;
}

body {
  background:url("bg.gif") repeat fixed 0 -5px White;
//  background-color: #fff;
  color: #000;
  font-size: small;
  font-family: Arial, Helvetica, Sans-Serif;
  margin: 0;
}

img {
	border: none;
}

ul.menu li {
 display: inline;
 margin-right: 5px; 
 border: 1px solid #09c;
 padding: 0px 2px;
 font-weight: bold;
}

fieldset {
  border: 1px solid #737373;
}
form {
  margin: 0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
hr {
  background-color: #737373;
  border: 0px;
  color: #737373;
  height: 1px;
}

/* Links
 ------------ */
a:link {
	color: #006597;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

div.sap,
a.sap:link,
a.sap:active,
a.sap:visited {
	color: #737373;
	font-size: xx-small;
}

div.bottom {
  color: #737373;
  font-size: xx-small;
  text-align: center;
}

/* Define some colors */

.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
  background-color: #09c;
  background-image: url(grad_bg.png);
  color: #fff;
}
.lightbg {
  background-color: #fff;
  color: #000;
}
.lightbgalt {
  background-color: #f0f0f0;
  color: #000;
}
.highlight {
  background-color: yellow;
  color: #000;
}

a.table_top {
  color: #fff;
  text-decoration: underline;
}
a.table_top:hover, a.table_top:active {
  color: #c0c0c0;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }
/* Top menu */

a.menu {
	background-color: #D9DFE4;
	border: 1px solid #737373;
	color: #000;
	height: 15px;
	font-weight: bold;
	margin: 4px;
	padding: 3px;
	text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: #fff;
  background-color: #09c;
  background-image: url(grad_bg.png);
}

/* Logo jerelo */
a.topmenu {
    color: #C9D9EC;
    background: #06C url('blue22.png') repeat-x left top;	
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    text-align: center;
    margin: 0;
    padding: 3px 10px 1px;
    text-shadow: 0 1px 0 #469;
    text-decoration: none;
}
a.topmenu:hover {
    color: #FFA34F;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    margin: 0;
    padding: 3px 10px 1px;
    text-shadow: 0 1px 0 #469;
	background-position: left -23px;
}
a.actmenu {
    color: #06C;
	background: #FFF url('blue22.png') repeat-x left -46px;	
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 18px;

    text-align: center;
    margin: 0;
    padding: 3px 10px 1px;

    text-decoration: none;
}
a.actmenu:hover {
    color: #FFA34F;
/*    text-shadow: 0 1px 0 #964;*/
}
#logodesc {
	margin: 0px;
	padding: 0px;
	background: #E3E9F9; 
	border-bottom: 1px solid #4080FF;
	vertical-align: bottom;	
	z-index: 2;
}

.tdmenu
{
   background: url('blue22.png') repeat-x left top #06C;
}

#headtitle
{
font-size: 20px;
font-family: Georgia,Times New Roman,Sans-Serif;
font-style: italic;
color: #0E4AA6;
padding: 10px 0px;
}
#headsign 
{
font-size: 14px;
font-style: italic;
font-family: Times New Roman,Sans-Serif;
color: #F60;	
}
/* End Logo jerelo */