
* {
	font-size: 100%;
	color: #555;
	font-family: verdana, trebuchet ms, arial, sans-serif;
}

h1 {font-size: 2em;}
h2 {font-size: 0.9em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.0em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.75em;}

pre, code, tt {
	font: 115% "Andale Mono", monospace, courier; color: #000;
}

small {font-size: 85%;}
big {font-size: 115%;}

.HiBlock {
	margin: 2em;
# border: 0.05em solid #555;
	font-size: 100%;
}

.email
{
color: blue;
}

a {
	text-decoration: none;
	color: #900;
}

h3 {
	border-bottom: 0.05em solid green;
	padding: 0 0 0.30em 0;
	margin: 1.5em 0 0.7em -1em;
	line-height: 1;
	text-align: right;
}

h3 a {
	border-right: 0.06em solid green;
	padding: 0 0.35em 2.5em 0.25em;
	margin-right: 0.7em;
# color: #6E7754;
}

h3.warning {
	border-bottom: 0.06em solid #c00;
}

h3.warning a {
	border-right: 0.06em solid #c00;
	color: #c00;
}


#bodytext
{
	margin: 0 14em 0 1em;
	background-color: white;
	padding-left: 2em;
}

#bodytext ul {
	margin-left: 3em;
	margin-right: 1.4em;
	padding: 0.2em 0 0 0;
	text-align: justify;
}

#bodytext li {
	//list-style-type: none;
	//background-image: url(bullet.png);
	//background-repeat: no-repeat;
	background-position: 100% .2em;
	padding-right: 1.4em;
	line-height: 1.7em;
}

li a {
	text-decoration: none;
	color: green;
}

li a:hover {
	color: #900;
}

p {
	text-align: justify;
	margin-right: 1.6em;
}

.left {
	text-align: left;
}

body
{
	background: #fff;
	color: black;
	font-size: 13px;
	margin: 0;
	padding: 0;

}

h1 {
	font-size: 170%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #ffeab8;
	padding: 0.2em 0.3em 0.0em 0.3em;
	border-bottom: 0.07em solid #555;
}

.lala {
	vertical-align: 80%;
}

#tsiou-left {
	border-left: 0.07em solid #555;
	padding: 0 0 2.7em 0.15em;
}

h2 {
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 1em;
# background-color: #A5B37F;
#	background-color: #DCCA9F;
	background-color: #fff;
	padding: 0.2em 0.3em 0.2em 1.3em;
#	border-top: 0.06em solid #555;
	border-bottom: 1px dashed #900;
	color: #555;
}

h2 a { color: #090; }

.rightBox
{
	float: right;
	clear: right;
}


/* ----- Side Box ----- */

.sideBox {
  width: 13em;
  margin: 0.8em 1.7em 1em 1em;
  font-size: 11px;
}

.sideBox div {
  text-align: left;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border-left: 0.5em solid #369;
  background-color: #fff;
  color: #369;
  line-height: 1.2em;
}

#new {
	color: #900;
	border-left: 0.5em solid #900;
}

#new:hover {
	color: #900;
	border-left: 0.5em solid #0f0;
}


.sideBox a, .sideBox a:hover, .sideBox span {
	text-align: left;
	text-decoration: none;
	line-height: 1.1em;
	display: block;
	padding: 0.3em 0.3em 0.3em 0.3em;
	border-left: 0.5em solid #a5b37f;
	border-top: 1px solid #a5b37f;
	color: #6E7754;
}


.sideBox a:hover {
	border-color: #555;
	border-top: 1px solid #aaa;
	color: #fff;
	background: #a5b37f;
}

.sideBox a:active {
	background: #ffdd76;
	border-left: 0.5em solid #f00;
	color: #555;
}

.sideBox div:hover {
	border-color: #f00;
	color: #f00;
}


#headerlinks ul {
	list-style-type: none;
	margin: -0.6em 0 0 0;
	padding: 0;
	text-align: right;
	font-size: 48%;
	float: right;
}

#headerlinks ul li {
	display: inline;
}

#headerlinks ul li a {
	text-decoration: none;
	padding: 0.2em 1em 0.2em 1em;
	margin: 0 0.1em 0 0.1em;
	color: #fff;
	background-color: #A5B37F;
	border: 0.07em solid #555;
}

#headerlinks ul li a:hover {
	color: #fff;
	background-color: #6E7754;
}


/* ###### Footer ###### */

.footerImg {
	margin: 0 1em 0 0;
	border: none;
  float: right;
}


/* ########### Tables ########### */

table {
	padding: 0.2em;
}

tr {
	background-color: #fff;
}

td {
	padding: 0.2em;
	text-align: left;
	background-color: #eee;
	vertical-align: top;
}

th {
	padding: 0.2em;
	text-align: left;
	background-color: #ffeab8;
	vertical-align: top;
}

th.label {
	text-align: right;
}

td.label {
	background-color: #E8F2BE;
	text-align: right;
}

tr.info:hover td {
	background-color: #A5B37F;
	color: #fff;
}

td.login {
	background-color: #fff;
}

td.labelLogin {
	background-color: #fff;
	text-align: right;
}


td.islink {
	background-color: #9cf;
}



/* ########### Other ############ */

.notok {
	border: 0.05em solid red;
	padding: 1em;
	font-weight: bold;
}


acronym {
	cursor: help;
}
