/* main */

body {
	background-color: #000066;
	margin:0px;
	padding:0px;
}

body, p, td, h1, h2, h3, h4, h5, input, textarea, select, .normal, a.standard {
	color: #000066; 
	font-size: 11px; 
	font-family: Tahoma, Verdana, Helvetica, Arial;
}

.small, .micro {font-size: 10px;}
.light, .micro {color: #334B82}
.white {color: white;}


/* reset headlines */
h1, h2, h3, h4, h5, p {
	margin: 0px;
	font-weight: normal;
}


hr {
	height: 2px;
	border-top: 1px solid #C4C4DC;
	border-bottom: 1px solid #6767A4;
}


h1 {
	color: #334B82;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 15px;
}

h2 {
	color: black;
	font-weight: bold;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 4px;
}


/*links*/
a {
	color: #000066;
	border-bottom: 1px solid white;
	text-decoration: none; 
}

a.blank, a.blank:hover {
	border: none;
}


/* navi */

a:hover {
	border-bottom: 1px solid #000066;
}


/* lipu */
ul   { 
	list-style-image: url(lipu.gif); 
	margin-left: 18px;
	
}

#infotable ul {
	list-style-image: url(lipu2.gif); 
}

li {
	padding-bottom: 5px;
}

input, textarea, select  {
	background-color: #9b9bc3;
	background-image: url(./bg_maintop.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	border: 0px;
	border-bottom: 1px solid #E3E3FB;
	border-top: 1px solid #6767A4;
	
	padding-left: 2px;
	font-size: 11px;
}

input {
	height:20px;
	padding-top: 2px;
}



input.click, input.normal {
	border:0px;
	background:none;
	background-color: transparent;
}
input.button {
	border: 2px solid #747474;
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	color: #806645;
	font-weight: bold;
}

select.dropdown {
	background-color: #C1D2EC;
	font-size:10px;
	color: #334B82;
}

option.selected {
	background-color: orange;
	color:black;
}

div.infobox {
	padding: 10px;
	text-align: center;
	border: 2px solid green;
	background-color: #CAEEC8;
	color: green;
}
div.errorbox {
	padding: 10px;
	text-align: center;
	border: 2px solid darkred;
	background-color: #ffcccc;
	color: darkred;
}

div.board {
	background-color: #9b9bc3;
	background-image: url(./bg_maintop.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	padding: 10px;
	padding-top: 5px;
	margin: 3px;
	border-top: 1px solid #E3E3FB;
	border-bottom: 1px solid #6767A4;
}

