html, body { /* trick needed to get the footer stuck on bottom */
	margin: 0;
	padding: 0;
	height: 100%;
}




body {
/*	background: url(back.jpg) white;*/
	font-family: sans-serif;
	font-size: small;
}
p, td {
	font-family: small;
}
img {
	border-style: none;
}
img.flag { /* on partner page */
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
}
#container {
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header {
	background: url(headerback.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 150px;
}
#headerpic {
        position: relative; 
        margin-left: auto;
        margin-right: auto;
/*	margin: 0px;*/
/*	background: url(header_ws.jpg);*/
	background-repeat: no-repeat;
/*	width: 100%;*/
/*	height: 150px;*/
	cursor: pointer;
}
#login {
	float: right;
	padding-top: 2px;
	padding-right: 20px;
	color: #ffcc00;
}
#login a, #login a:visited {
	color: #1e2164;
}
#login a:hover {
	color: #ffcc00;
}

#navigator {
	text-align: center;
	margin-top: 0px;
}

#navigator ul {
	list-style-type: none;
	margin-top: 0px;
}
#navigator li {
	top: 5px;
	background: #fff8df;
	border-color: #ffcc00;
	border-style: solid;
	border-width: 1px;
	font-size: x-small;
        display: inline;
        position:relative; /* FOR MENU FUNCTIONALITY */
        list-style-type: none;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
	/* opacity: 1.0; */
}
#navigator li.active {
	background:  #ffcc00;
	/* opacity: 1.0; */
}
#navigator a {
	color: #b69200;
	text-decoration: none;
}
#navigator a:hover {
	color: #ffcc00;
}
#navigator li.active a {
	color: white;
}

#langnav {
	left: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #e2e2e2;
	position: fixed;
}
#langnav ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#langnav li img {
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	opacity: 0.5;
}
#langnav li.active img {
	opacity: 1;
}
#langnav li.disabled img {
	opacity: 0.15;
}
#langnav li {
	padding-left: 5px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #f3f3f3;

}
#langnav li table {
	vertical-align: middle;
}
#langnav li.active {
	background: #606060;
}
#langnav a {
	color: #b3b3b3;
	text-decoration: none;
	font-size: x-small;
}
#langnav a:hover {
	color: #ffcc00;
}
#langnav li.active a {
	color: white;
	font-weight: bold;
}
#langnav td {
	font-size: x-small;
	color: white;
}
#langnav li.disabled a {
	color: white;
}


#contents {
	margin-left: 15%;
	margin-right: 10%;
	padding: 20px;
	min-height: 320px;
	padding-bottom: 100px;
}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0px !important;
	bottom: -1px;
	background: #d2daf3;
	height: 65px;
	border-top-style: solid;
	border-top-width: 12px;
	border-top-color: #ffcc00;
}
#footertext {
	float: left;
	width: 480px;
	font-size: x-small;
	color: #4e4ea6;
	padding-top: 12px;
	padding-left: 20px;
}
#ist {
	float: right;
	width: 123px;
	height: 65px;
	background: url(footer_ist.jpg);
}
a {
	color: #4e4d9d;
}
a:visited {
	color: #807f94;
}
a:hover {
	color: #ffcc00;
}

h1, h2 {
	color: #010039;
}
.error {
	border-color: red;
	border-width: 2px;
	border-style: dashed;
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
	font-size: large;
	color: red !important;
	font-weight: bold;
}
#editor {
	background: #eeeeee;
	padding: 20px;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
}
#editor textarea {
	background: #fbf9ef; //fffbef;
	width: 100%;
	height: 480px;
}
#editor input.field {
	background: #fbf9ef;	
}
#preview {
	background: white;
	border-color: gray;
	border-width: 2px;
	border-style: dashed;
	padding: 50px;
}
#news {
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	background: #fffbef; /* #fff8df; */
	border: solid 2px #ffcc00;
	font-size: small;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-size: x-small; 
}
#news h2 {	
	color: #ffcc00;
	font-size: small;
}


#wpscheme {
	border-width: 1px;
	border-color: #eee;
	border-style: dashed;
	width: 646px;
	border-spacing: 0px;
	border-collapse: collapse;
}
#wpscheme tr, #wpscheme td {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
}

td.wpfull {
	width: 100%;	
}
td.wpleft {
	width: 300px;
	vertical-align: top;	
	text-align: center;	
}
td.wpleft img.wp1_2 {
	margin-left: 200px;
}
td.wpright img.wp1_3 {
	margin-right: 200px;
}

td.wpcenter {
	width: 46px;
	vertical-align: middle;	
}
td.wpright {
	width: 300px;
	vertical-align: top;	
	text-align: center;
}

div.wptail_l {
	width: 100%;
	background: url(scheme_tail.gif) left repeat-y;
}
div.wptail_r {
	width: 100%;
	background: url(scheme_tail.gif) right repeat-y;
	text-align: center;
}
div.wpend_l {
	width: 100%;
	background: url(scheme_endpoint_l.gif) top left no-repeat;
}
div.wpend_r {
	width: 100%;
	background: url(scheme_endpoint_r.gif) top right no-repeat;
	text-align: center;
}




/*#wp1,#wp2,#wp3,#wp4,#wp5,#wp6,#wp7 {*/
.wpbox {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	/*
	border-color: #2d466e;
	border-width: 1px;
	border-style: solid;
	*/
	text-align: left;
}
.wpbox2 {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: transparent;
	/*
	border-color: #2d466e;
	border-width: 1px;
	border-style: solid;
	*/
	text-align: left;
}

.wpbox_contents{

}




.wptitle {
	width: 300px;
	height: 30px !important;
	background: url(wpheader.png) transparent;
	background-repeat: no -repeat;
	color: white !important;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle:
	
}
.wptitle2 {
	width: 300px;
	height: 30px !important;
	background: url(wpheader2.png) transparent;
	background-repeat: no -repeat;
	color: white !important;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle:
	
}
.wptitle a, .wptitle2 a {
	color: white !important;
	font-weight: bold;
	text-decoration: underline;
}
.wptitle a:hover, .wptitle2 a:hover {
	color: #fff0b4 !important;
	font-weight: bold;
	text-decoration: underline;
}
.wpbody {
	width: 298px;
	font-weight: bold;
	background: #d2d9f3 url(wpedge.jpg) right bottom no-repeat;
	text-align: center;
	border-left-style: solid;
	border-left-color: #11305e;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #11305e;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #11305e;
	border-bottom-width: 1px;
}
.wpbody2 {
	width: 298px;
	font-weight: bold;
	background: #ddd url(wpedge2.jpg) right bottom no-repeat;
	text-align: center;
	border-left-style: solid;
	border-left-color: #11305e;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #11305e;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #11305e;
	border-bottom-width: 1px;
}


.wpsubtitle {
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	color: #11305e !important;
	font-size: 10px;
}

.wpcontent {
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-color: #11305e;
	border-bottom-width: 1px;
}
.wpbar {
	display: block;
	width: 150px !important;
	height: 30px !important;
	padding: 0px;
	background: url(wpbar.gif) no-repeat;
	border: 1px #d2d9f3 solid; /* yes, I know, a bit silly, but it works */
	text-align: left;

}
.wpbar_in {
	display: block;
	margin-left: 14px;
	margin-top: 4px;
	height: 20px;
	padding: 0px;
	border: 1px white solid;
	background: url(wpbar_in.png);
	font-size: xx-small;
	text-align: right;
	vertical-align: middle;
	font-color: white;
	opacity: 0.5;
}
table.wpstatus {
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: middle;
	z-index:23;
}
table.wpstatus td {
	vertical-align: middle;
	z-index:23;
}
table.wpstatus a {
	position: relative;
	z-index:24;
}
table.wpstatus a:hover {
	z-index:25;
}


table.wpstatus a div {
	display: block;
	visibility: hidden;
	z-index:26;
	position: absolute;
	top:2em; left:2em; width:15em;
	border:1px solid #ffcc00;
	background:#fff8df;
	color: black;
	padding: 10px;
	text-align: left;
	opacity: 0.8;
}

table.wpstatus a:hover div {
    display:block;
    visibility: visible;
}


table.wpstatus a div i {
	font-weight: normal;
}


td.wpstatusdesc {
	font-weight: normal;
	font-size: xx-small;
}

/*
.resultbox {
	display: block;
	visibility: hidden;
	position: fixed;
	left: 15%;
	top: 33%;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	background: #fff8df;
	opacity: 0.9;
	z-index: 99;
}
*/


.resultbox {
	margin-bottom: 5px;
	width: 80%;
	background: #fff8df;
	opacity: 0.9;
}


.resultbox h3 {
	text-align: center;
	color: #c7a109; //#ffcd00;
}

.resultbox p {
	margin: 0 10px;
}

.resultbox .tl {
	display: block;
	margin: 0;
	width: 100%;
	height: 30px;
	background: url(resultbox_tl.gif) no-repeat top left; 	
}

.resultbox .tr { 
	display: block;
	padding-top: 2px;
	margin: 0;
	width: 100%;
	height: 30px;
	background: url(resultbox_tr.gif) no-repeat top right; 
}

.resultbox .bl {
	display: block;
	margin: 0;
	width: 100%;
	height: 30px;
	background: url(resultbox_bl.gif) no-repeat bottom left; 	
}

.resultbox .br {
	display: block;
	margin: 0;
	width: 100%;
	height: 30px;
	background: url(resultbox_br.gif) no-repeat bottom right; 
	text-align: center;
}

.resultbox img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.resultbox span.date {
	font-size: 90%;
	color: #735e08;
	font-style: italic;
}


/* from old: */
#toc, .toc {
	border: 1px solid #ffcc00;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 100%;
}
#toc h2, .toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type:square;
	list-style-image: url(wiki/skins/monobook/bullet.gif);
	margin-left: 0;
	padding-left: 20px;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}
.toccolours {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}
#tocfloat {
	float: left;
	margin-top: -200px;
	left: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #e2e2e2;
	position: fixed;
}
#tocfloat ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}


#ws_header {
	margin-bottom: 50px;
	width: 80%;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	padding: 20px;
}
#ws_contents {
	width: 100%;
}
#ws_title1 {
	margin-left: auto; 
	margin-right: auto;
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
}
#ws_title2 {
	margin-left: auto; 
	margin-right: auto;
	font-size: large;
	font-weight: bold;
}

#ws_location {
	margin-left: auto; 
	margin-right: auto;
	text-decoration: underline;
	font-weight: bold;
	color: #525038;
}

#ws_jumper {
	margin-left: auto:
	margin-right: auto:
	font-size: x-small;
	color: #615f42;
	text-align: center;
}
#ws_jumper a{
	color: #615f42;
}

div.ws_agenda table {
 width: 100%; 
 border-style: none; 
 border-width: 0px; 
 border-collapse: collapse; 
}
div.ws_agenda tr.item {
	background: #f5f1e2;
}

div.ws_agenda tr.item td.time {
	background: #e1dd9e;
}

div.ws_agenda tr.sep td {
	height: 10px !important;
}

div.ws_agenda td.time { 
	width: 20%;
	font-style: italic;
	padding:5px;
}
div.ws_agenda td.title { 
	width: 50%;
	font-weight: bold;
	padding:5px;
}
div.ws_agenda td.desc { 
	font-style: italic;
	width: 50%;
	padding:5px;
}
div.ws_agenda td.break { 
	background: #e1dd9e;
	padding: 5px;
	color: #615f42;
	font-weight: bold;
}
div.ws_agenda td.speaker { 
	width: 50%;
	font-style: italic;
	padding:5px;
}

.disabled {
	text-decoration: line-through;
}
#loginbox {
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	border: 1px dashed #777;
	background: #ddd;
	padding: 20px;
}
#loginbox span {
	display: block;
}
#loginbox input {
	width: 90%;
}
#loginbox input.button {
	width: auto;
	margin-top: 10px;
} 
#logoutbox {
	margin-left: auto;
	margin-right: 0px;
	width: 40%;
}
ul.pubs li {
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.pubs li i {
	color: #556f4b; /* #4c4a5e;*/
	font-weight: bold;
}


