body,td,th,a,p,div
{
 font-family:tahoma,arial,helvetica,sans-serif;
 font-size: 11px;
}

body
{
 background-image: url(/taustab.gif);
 background-color: rgb(200,200,200);
 margin: 0px;
 text-align: center;
}

th
{
    font-weight: bold;
}    

table.data tr th
{
    background-color: #CCCCCC;
    text-align: left;
    padding: 2px;
}    

table.data tr td
{
    padding: 2px;
}    

form
{
 padding: 0px;
 margin: 0px;
 border: 0px;
}

input, select, textarea, button
{
 font-family:tahoma,arial,helvetica,sans-serif;
 font-size: 10px;
 padding: 0px;
 margin: 0px;
}

button
{
 font-weight: bold;
 padding: 1px;
}

button img
{
  vertical-align: -30%;
}

fieldset
{
    margin-bottom: 16px;
}    

input.login
{
 border: 1px;
 border-style: solid;
 border-color: #cccccc;
 background-color: #eeeeee;
}


div#header
{
 text-align: center;
 background-image: url(title3.jpg);
 height: 130px;
 background-repeat: no-repeat;
 background-position: center center;
 clear: both;
 margin-bottom: 10px;
}

div#navi
{
 float: left;
 width: 180px;
}

div#content
{
 width: 495px;
 height: 400px;
 min-height: 400px;
 float: left;
 padding: 0px;
 margin: 0px;
 border: 2px;
 border-style: solid;
 border-color: #bbbbbb;
 background-color: #eeeeee;
}

/* set height auto on new browsers that support min-height property */
html>body #content{
	height: auto;
}

.padding8{
	padding: 8px;
}

.padding4{
	padding: 8px;
}


div#content_min_height{
 height: 400px;
 overflow: visible;
 margin: 8px;
}


div#main
{
 background-color: white;
 border-style: solid;
 border-top-width: 2px;
 border-bottom-width: 2px;
 border-left-width: 2px;
 border-right-width: 2px;
 width: 690px;
 padding: 0px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}

div#header_print
{
 clear: both;
 font-size: 18pt;
 font-weight: bold;
 display: none;
}

div#footer
{
 clear: both;
 text-align: center;
 color: #cccccc;
 padding: 5px;
}

ul.navi 
{ 
 list-style-type: none; 
 margin-left:	 0px;
 margin-bottom: 10px;
 margin-top: 10px;
 padding: 3px;
    font-weight: bold;
    background-color: #eeeeee;
    background-image: url(fade.gif);
    border-left: 2px;
    border-top:	 2px;
    border-bottom:	 2px;
    border-right:	 0px;
    border-style:	solid;
	border-color:	#dddddd;
    }

ul.navi li {  padding:	 0px; margin:	0px;	}
	    
ul.navi2 { 
    list-style-type: none;
    font-weight: normal;
    margin-left: 10px;
    margin-top:	 3px;
	margin-bottom:	 0px;
	padding:	 0px;
    }


ul.navi2 li { padding: 3px; margin:	 0px; }

h1 { font-size:	 15px; margin-top: 4px; margin-bottom: 4px; }
h2 { font-size:	  14px;  margin-top:	 4px; margin-bottom:	 4px;}
h3 { font-size:	  13px;  margin-top:	 4px; margin-bottom:	 4px;}
h4 { font-size:	  12px;  margin-top:	 4px; margin-bottom:	 4px;}
	
div.margin4
{
   margin: 8px;
}


label.error { 
	float: none; 
	color: red; 
	padding-left: 4px; 
	vertical-align: top; 
}
p.error { 
	font-size: 90%;
	float: none; 
	clear: both;
	color: red; 
	margin: 0px;
	padding: 0px;
	padding-left: 4px; 
	vertical-align: top; 
}
input.required, textarea.required, select.required {
	border: 1px solid black;
	border-right: 3px solid red;
}
input:focus , textarea:focus, select:focus{
/*	border-color: black;
	border-style: dotted;   */
}
input.required:focus , textarea.required:focus, select.required:focus{
	border-color: black;
	border-style: dotted;
	border-right: 3px solid red;
}

input.required.error:focus , textarea.required.error:focus, select.required.error:focus{
	border-color: red;
	border-style: dotted;
	border-right: 3px solid red;
}

input.error, textarea.error, select.error {
	border: 1px solid red;
	border-right: 3px solid red;
}

