/* CSS Document */
*
{
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
html,body
{
	text-align:center;
	background-color:#f1f1f1;
}
div#container
{
	text-align:left;
	position: relative;
	background-color:#FFF;
}
#languages
{
	display: none;
}
#header1
{
	height: 144px;
	background-image:url(../images/header.jpg);
}

#header1 #logo
{
	position: absolute;
	left: 25px;
	top: 40px;
}
#header1 #tagline
{
	display: none;
}
#header2
{
	display: none;
}
#cssMenu1
{
	display: none;
}


#body
{
}
html>body #body
{
}
#side
{
display: none;
}
html>body #side
{
	height: auto;
}
#content
{
	width: 635px;
}
html>body #content
{
}
#picture
{
	display: none;
}
/*----------------------------------------------------------------------------------------------*/
/* FORM LAYOUT */
form label{
float: left;
width: 180px;
font-weight: bold;
color: #519A2F;
line-height: 25px;
}
form input
{
font-size: 12px;
padding: 1px;
}
form input {
width: 300px;
margin-bottom: 5px;
border: 1px solid #CCC;
}
form textarea {
width: 300px;
height: 100px;
border: 1px solid #CCC;
padding: 3px;
}
form input.checkbox
{
width: 15px;
margin-bottom: 0px;
border: none;
}
form .required
{
background-color: #EFF2F9;
}
form .readonly
{
background:none;
border: none;
}
form .buttons
{
margin-left: 0px;
margin-top: 35px;
text-align:center;
}

form div.buttons input {
	margin-top: 5px;
	width: 90px;
	background-color: #EFF2F9;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px #7C7B7D;
	border-style: none solid solid none;
	padding: 2px;
}
form .browse
{
	border: none;
	padding: 0px;
	width: auto;
	margin-top: 0px;
	margin-bottom: 1px;
}

form br{
clear: left;
}
form select option
{
padding-right: 25px;
}
form fieldset
{
padding: 5px;
padding-top: 10px;
border: 1px solid #519A2F;
margin: 0px 0px 15px 0px;
background-image:url(../images/layout/gradient.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
position: relative;
width: 620px;
}
form .legend
{
margin-top: 15px;
background-color: #519A2F;
border: 1px solid #519A2F;
color:#FFFFFF;
padding: 4px 10px;
width: 610px;
}
form fieldset table
{
	border-collapse:collapse;
}
form fieldset table td, form fieldset table th
{
	border: 1px solid #519A2F;
	padding: 5px;
} 
form fieldset table th
{
	background-color: #B8F997;
}
form fieldset table th.corner
{
	background: none;
	border-style: none solid solid none !important;
}

p.search-result
{
	font-size: 10px;
	line-height: normal;
	margin-bottom: 10px;
}
p.search-result a
{
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

#seltec
{
	display: none;
}
