@charset "utf-8";

BODY {
	background-color: #6696BC;
	font-size: x-small;
	font-family: 'MS UI Gothic';
	color: #000000;
	line-height: 1.3em;
	margin:0 auto;
	padding:0;
}

body.login {
	background-color: white;
	font-size: x-small;
	font-family: 'MS UI Gothic';
	color: #000000;
	line-height: 1.3em;
	margin:0 auto;
	padding:0;
}

a:link { color:blue; }
a:visited { color:blue; }
a:active { color:blue; }
a:hover { color:red; }

table {
	font-size: x-small;
	line-height: 120%;
}

ul {
display:block;
margin:15px 15px 15px 15px;
padding:0px;
list-style:none;
vertical-align:middle;
text-align:center;
}

li a {
display:block;
width:200;
padding:5px 0px;
margin-top:15px;
text-decoration:none;
border:#8494CE 1px solid;
background-color:#CCD7E6;
color:blue;
vertical-align:middle;
text-align:center;
font-size:14px;
}

li a:visited {
display:block;
width:200;
padding:5px 0px;
margin-top:15px;
text-decoration:none;
border:#8494CE 1px solid;
background-color:#CCD7E6;
color:blue;
vertical-align:middle;
text-align:center;
font-size:14px;
}

li a:hover {
display:block;
width:200;
padding:5px 0px;
margin-top:15px;
text-decoration:none;
border:#8494CE 1px solid;
background-color:#E6CCD3;
color:#BD2D52;
font-weight:bold;
vertical-align:middle;
text-align:center;
font-size:14px;
}

.passwordinput {
        font-size: 12px;
        font-family:Verdana,Geneva,Arial,helvetica,sans-serif;
}

.fixedfont {
	font-family: 'MS Gothic';
}

.topmenu { font-weight:bold; font-size: x-small; color:white; }
.topmenu-title { font-weight:bold; font-size: x-small; color:white; }
a.topmenu:link { font-weight:bold; font-size: x-small; color:white; }
a.topmenu:visited { font-weight:bold; font-size: x-small; color:white; }
a.topmenu:active { font-weight:bold; font-size: x-small; color:white; }
a.topmenu:hover { font-weight:bold; font-size: x-small; color:red; }

.leftmenu-table-base { background-color:#596B43; }
.leftmenu-table-title { font-size: x-small; font-weight:bold; color:white; background-color:#596B43; }
.leftmenu-table-content { font-size: x-small; background-color:#F3F3E9; line-height:1.3em; }
a.leftmenu:link { font-weight:bold; font-size: x-small; text-decoration:none; color:white; }
a.leftmenu:visited { font-weight:bold; font-size: x-small; text-decoration:none; color:white; }
a.leftmenu:active { font-weight:bold; font-size: x-small; text-decoration:none; color:white; }
a.leftmenu:hover { font-weight:bold; font-size: x-small; text-decoration:underline; color:white; }

.table-title-top { font-size: x-small; font-weight:bold; color:white; background-color:#251F4B; }

.navimenu { font-size: x-small; color:white; }
a.navimenu:link { font-size: x-small; color:white; }
a.navimenu:visited { font-size: x-small; color:white; }
a.navimenu:active { font-size: x-small; color:white; }
a.navimenu:hover { font-size: x-small; color:red; }

.passwordbig {  
	font-size: 25px; 
	font-weight:bold;
        font-family:helvetica;
}

.password_normal {  
	font-size: 12px; 
	font-weight:normal;
        font-family:helvetica;
}

.error_detail {  
	color: red;
	font-weight:bold;
}

