body {
    border-width: 0;
    color: #004080;
    font-family: 'Ubuntu', 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
	background:	#dedede;
	
}
.header {
	position: relative;
    min-height: 115px;
    margin: 0 0 20px 0;
    background: #dbe4e9;
    padding: 5px;
	border-top: 3px solid #2F86A9;
}
.footer {
	position: relative;
    min-height: 50px;
    margin: 20px 0 0 0;
    background: #dbe4e9;
    padding: 5px;
	border-bottom: 3px solid #2F86A9;
}
#container {
	display: block;
    max-width: 550px;
    min-width: 300px;
    margin: auto;
    text-align: center;
	background: #fff;
	-khtml-opacity:.85; 
	-moz-opacity:.85; 
	-ms-filter:"alpha(opacity=85)";
	filter:alpha(opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.85);
	opacity:.85;
}
#container-wide {
	display: block;
    max-width: 850px;
    min-width: 300px;
    margin: auto;
    text-align: center;
	background: #fff;
	-khtml-opacity:.85; 
	-moz-opacity:.85; 
	-ms-filter:"alpha(opacity=85)";
	filter:alpha(opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.85);
	opacity:.85;
}
#languages {
	position: absolute;
	right: 10px;
	top: 5px;
}
tr.header {
	color: #1076a0;
	font-weight: bold;
	border-top: 2px solid #1076a0;
	background-color: #dbe4e9;
}
tr.footer, tr.footer a {
	color: #000;
	background-color: #C0C0C0;
	font-weight: bold;
}
td {
	padding: 7px;
	border-bottom: 1px solid #b7b7b7;
	text-align: center;
}
td.head {
	text-align: center;
	padding: 0px;
}
td a {
	color: #9d2265;
	text-decoration: none;
/*	font-weight: bold;*/
	font-size: large;
}
td.clear a {
	text-decoration: none;
	font-weight: normal;
	font-size: inherit;
}
td.blue a, p.blue a {
	color: #609C1F;
	font-weight: bold;
	text-decoration: underline;
}
h2 {
	color: #1076a0;
	text-align: center;
}
h3 {
	color: #1076a0;
	text-align: center;
	font-size: 15px;
	margin: auto;
}
h4, h4 a {
	color: #1076a0;
	text-align: center;
	font-weight: normal;
	font-size: small;
}
select, input[type="text"], input[type="number"], input[type="password"] {
	width: 340px;
	padding: 3px;
}
select.s, input[type="text"].s, input[type="number"].s, input[type="password"].s {
	width: 200px;
	padding: 3px;
}
select.spd, input[type="text"].spd, input[type="number"].spd, input[type="password"].spd {
	width: 280px;
	padding: 3px;
	text-align: center;
}
input[type="submit"], input[type="button"] {
	width: 150px;
	padding: 3px;
}
p.ok {
	color: green;
	font-weight: bold;
	text-align: center;
}
p.error {
	color: red;
	font-weight: bold;
	text-align: center;
}
p, a {
	color: #004080;
	text-align: center;
	line-height: 1.5em;
}
textarea {
	margin: 2px;
}
input.btn-del {
	background-image: url(../bootstrap/img/del.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
input.btn-up {
	background-image: url(../bootstrap/img/plus.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
input.btn-down {
	background-image: url(../bootstrap/img/minus.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}