* {font-size: 100%; color: #555; font-family: Ubuntu, tahoma, verdana, trebuchet ms, arial, sans-serif;}
h1 {font-size: 1.8em;}
h4 {font-size: 1.1em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.75em;}
pre, code, tt {font-size: 95%; font-family: "UbuntuBeta Mono", "Ubuntu Mono", Consolas, Andale Mono, monospace;}
pre.code {
	border: thin dotted silver;
	margin: 1em;
	padding: 1em;
	background-color: #eee;
	color: inherit;
}
small {font-size: 85%; color:inherit;}
big {font-size: 115%;}
strong {
	font-weight: 700;
}

h2 {
	font-size: 1.5em;
	font-family: Cuprum, Tahoma, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
	padding: 0 0 0.25em 0;
	margin: 1.5em 0 0 0;
	line-height: 1;
	text-align: left;
}

h2 a {
	font-family: Cuprum, Tahoma, Arial, sans-serif;
	border-right: 1px solid #ccc;
	padding: 0 0.25em 0.5em 0.25em;
	margin-right: 0.25em;
}
h3 {
	font-size: 1.4em;
	font-family: Cuprum, Tahoma, Arial, sans-serif;
	text-align: center;	
}

#tsiou-left {
	padding: 0 0.25em 0 0.25em;
	z-index: 0;
	zoom: 1;
}

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

li {
	list-style: square;
}

li a {
text-decoration: none;
color: #888;
}

li a:hover {
	color: #369;
}

a:hover {
	text-decoration: none;
	color: #5af;
}

a:visited {
	color: #24f;
	text-decoration: underline;
}
a:link {
	color: #26f;
	text-decoration: underline;
}
a {
	color: black;
}
a strong, a em , a strike {
	color: #26f;
}

p {
	color: black;
}

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

table {
	margin-left: auto;
	margin-right: auto;
	background-color: #bbb;
	width: 90%;
	empty-cells: hide;
}
td {
	background-color: #f5f5f5;
	padding: 5px;
}

.logo {
	text-align: center;
}

.motd {
	text-align: center;
}

acronym {
	cursor: help;
}

.errorfield {
	text-align: right;
	padding: 5px;
	margin-top: 1px;
	width: 25%;
	background-color: #F5F9FD;
}
.errorvalue {
	padding: 6px;
	margin-top: 1px;
	background-color: #F5F9FD;
	text-align: left;
}

.error {
	display:block;
	color: red;
}

.confirm {
	display: block;
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
	font-size: 1.1em;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.eduorginfo {
	background-color: white;
	color: black;
	/*
	border-collapse: separate;
	border-spacing: 2px;
	border-style: dotted;
	*/
}
.eduorginfo td {
	border-style: ridge;
	border-width: 1px;
}

.next {
	float: right;
}

.prev {
	float: left;
}




/* ---------- Header --------- */

#header {
background: rgb(206,219,233);
background: -moz-linear-gradient(left, rgba(206,219,233,1) 0%, rgba(170,197,222,1) 17%, rgba(97,153,199,1) 50%, rgba(58,132,195,1) 51%, rgba(65,154,214,1) 59%, rgba(75,184,240,1) 71%, rgba(58,139,194,1) 84%, rgba(38,85,139,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(206,219,233,1)), color-stop(17%,rgba(170,197,222,1)), color-stop(50%,rgba(97,153,199,1)), color-stop(51%,rgba(58,132,195,1)), color-stop(59%,rgba(65,154,214,1)), color-stop(71%,rgba(75,184,240,1)), color-stop(84%,rgba(58,139,194,1)), color-stop(100%,rgba(38,85,139,1)));
background: -webkit-linear-gradient(left, rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%);
background: -o-linear-gradient(left, rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%);
background: -ms-linear-gradient(left, rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe9', endColorstr='#26558b',GradientType=1 );
background: linear-gradient(left, rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%);
	font-family: Cuprum, Tahoma, Arial, sans-serif;
	font-size: 1.6em;
	margin-bottom: 10px;
	padding: 5px 5px 5px 0.3em;
	margin-bottom: 15px;
	padding: 5px 5px 5px 0.3em;
	border-bottom: 1px solid #555;
}

.button {
	text-align: center;
}

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

.highlight {
color: red;
}

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

.sideBox {
width: 13em;
margin: 1.4em 1.7em 1em 1em;
font-size: 1.0em;
}

.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: green;
border-left: 0.5em solid green;
}

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


.sideBox a, .sideBox a:hover, .sideBox span {
text-align: left;
text-decoration: none;
line-height: 1.0em;
display: block;
padding: 0.3em 0.3em 0.3em 0.3em;
background-color: #fff;
border-left: 0.5em solid #aaa;
border-top: 1px solid #aaa;
}


.sideBox a:hover {
border-color: #FE3;
border-top: 1px solid #aaa;
color: #FFF;
background: #332;
}

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

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

#headerlinks {
z-index: 10;
zoom: 1;
}

#headerlinks ul {
list-style-type: none;
margin: 0.5em 0 0 0;
padding: 2px 0 0 0;
text-align: right;
font-size: 0.7em;
float: right;
}

#headerlinks ul li {
display: inline;
}

#headerlinks ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #147;
}

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

.info {
 text-align: center
}

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

.footer {
	display: block;
	border: none;
	text-align: center;
	margin: 3em 5em 2em 5em;
	padding: 2em;
	bottom: 2em;
	font-size: 0.8em;
	float: center;
	clear: both;
}

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

.screenshot {
    display: block;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    border: 0 0 0 0;
}

dl dt {
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

dl dd {
}

a {
	text-decoration: none;
	color: black;
}

.button {
	text-align: center;
}

.legend {
	display: block;
	line-height: 0.9em;
	font-size: 0.9em;
}


/**
 * Buttons
 */
.positiveanswer {
	color: green;
	background-color: #eeeeee;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
.negativeanswer {
	color: red;
	background-color: #eeeeee;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
.cancelanswer {
	color: #cccccc;
	background-color: white;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}


/**
 * Important Messages
 */
.error {
      text-align: center;
      font-weight: bold;
      color: red;
      font-size: 1.2em;
}
.success {
      text-align: center;
      font-weight: bold;
      color: green;
      font-size: 1.2em;
}

.help {
	border-bottom: thin dotted;
	cursor: help;
}
	

