/** Header **/
/**
body {
	margin:0px;
	font-size:12px;
}
table {
	font-size:12px;
}
select {
	font-size:12px;
}
input {
	font-size:12px;
}
**/
div.header { 
	font-size:13px; 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:14px;
	width:100%; 
	background-color:#222277; 
	color:white; 
	font-weight:bold; 
}

div.error {
	font-weight:bold;
	color:red;
}

/** Button **/
a.btn, a.btn:visited, a.btn:link {
	text-decoration:none;
	background-color:#A8B0C6;
	border:4px double #A8B0C6;
	width:120px;
	line-height:18px;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	color:white;
}

a.btn:hover { 
	background-color:#CCA2CA;
	border-left:4px double #EEC4EC;
	border-top:4px double #EEC4EC;
	border-right:4px double #886080;
	border-bottom:4px double #886080;
}
a.btn:active { 
	background-color:#CCA2CA;
	border-right:4px double #DDDDFF;
	border-bottom:4px double #DDDDFF;
	border-left:4px double #3333AA;
	border-top:4px double #3333AA;
}

.num { 
	ime-mode:disabled;
}

span.page {
	font-weight:bold;
	color:#4444FF;
	margin-left:14px;
}

.not {
	color: #AC4484;
	font-weight: bold;
}