html, body, #page-container {
	height: 100%;  /* for IE5+ browsers */
	min-height: 100%; /* sets height to viewport height */
}

/* this spaces the venue page so the right menu doesnt deface the layout */
.spacer {
	height: 170px;
}

/* this undoes the IE hack, hiding it from IE using the child selector */
html>body, html>body #page-container {
	height: auto;
} 

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

body {
	margin: 0px;
	background-color: #EDEDED;
	background-image: url(/images/text_bg_pattern.gif);
	background-repeat: repeat;
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
	font-size: inherit;
	font-family: inherit;
	color: #000000;
}

/* common style */
.no-border {
	border: none;
}

#page-container {
	border-left: #a5473d 5px solid;
	border-right: #a5473d 5px solid;
	text-align: left;
	left: 50%;
	margin-left: -487px;
	width: 974px;
	background-color: #fffce5;
	background-image: url(/images/background.gif);
	background-repeat: no-repeat;
	position: absolute;
}

#register-ribbon-zh {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -487px;
	width: 155px;
	height: 155px;
	background-image: url(/images/register-ribbon-zh.png);
	background-repeat: no-repeat;
}

#language-select {
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -300px;
}

#title-ch {
	position: absolute;
	background-image: url(/images/title-ch.gif);
	background-repeat: no-repeat;
	width: 568px;
	height: 58px;
	top: 0px;
	left: 50%;
	margin-top: 107px;
	margin-left: -371px;
}

#menu {
	position: absolute;
	background-image: url(/images/bg-menu.gif);
	background-repeat: no-repeat;
	width: 768px;
	height: 45px;
	top: 206px;
	left: 50%;
	margin-left: -479px;
	text-align: center; /* align menu in centre IE */
}

.menu-table {
	margin-left: auto; /* align menu in centre FF */
	margin-right: auto; /* align menu in centre FF */
	font-weight: bold;
	font-size: 16px;
	margin-top: 2px;
}

.menu-separator {
	position: relative;
	background-image: url(/images/menu-separator.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 5px;
}

.menu-up {
	background-image: url(/images/menu-up-bg.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 33px;
	padding-left: 8px;
	padding-right: 8px;
}

.menu-up:hover {
	background-image: url(/images/menu-hover-bg.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 33px;
	padding-left: 8px;
	padding-right: 8px;
}

.menu-down {
	background-image: url(/images/menu-down-bg.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 33px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 6px;
}

#side-menu {
	background-image: url(/images/sidemenu.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 271px;
	left: 100%;
	margin-left: -208px;
	width: 176px;
	height: 241px;
	padding-top: 22px;
	padding-left: 9px;
	z-index: 1;
}

.sidemenu-table {
	font-weight: bold;
	text-align: right;
	font-size: 1.0em;
	width: 160px;
	color: #FFFFFF;
	height: 194px;
}

/* sidemenu-<colour> */
.sidemenu-g {padding-right: 10px; background-image: url(/images/sidemenu-g.gif); background-repeat: repeat-y;}
.sidemenu-b {padding-right: 10px; background-image: url(/images/sidemenu-b.gif); background-repeat: repeat-y;}
.sidemenu-r {padding-right: 10px; background-image: url(/images/sidemenu-r.gif); background-repeat: repeat-y;}
.sidemenu-o {padding-right: 10px; background-image: url(/images/sidemenu-o.gif); background-repeat: repeat-y;}
.sidemenu-p {padding-right: 10px; background-image: url(/images/sidemenu-p.gif); background-repeat: repeat-y;}

.sidemenu-table-link, .sidemenu-table-link:link, .sidemenu-table-link:hover, .sidemenu-table-link:visited {
	text-decoration: none;
	font-size: 1.05em;
	font-family: inherit;
	color: #FFFFFF;
}

#premier-vic-block {
	position: absolute;
	top: 525px;
	left: 100%;
	margin-left: -208px;
	z-index: 1;
}

#ack-block {
	position: absolute;
	top: 680px;
	left: 100%;
	margin-left: -208px;
	z-index: 1;
}

#organised-by-block {
	position: absolute;
	top: 770px;
	left: 100%;
	margin-left: -208px;
	z-index: 1;
}

#hosted-by-block {
	position: absolute;
	top: 870px;
	left: 100%;
	margin-left: -208px;
	z-index: 1;
}

#logo {
	margin-left: 765px;
}

#content {
	top: 105px; /* this is the distance to the base of the title */
	left: 45px;
	height: auto;
	width: 675px;
	margin-bottom: 381px;
	position: relative;
}

#footer {
	background-color: #f0efe5;
	background-image: url(/images/bg-footer.gif);
	background-repeat: no-repeat;
	width: 973px;
	height: 251px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#w3c {
	position: relative;
	top: 215px;
	left: 50px;
}

#footnotes {
	position: relative;
	top: 170px;
	left: -25px;
	text-align: right;
	font-size: 0.7em;
}

/* screen fade properties */
.fade-screen {
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	background-color: #000000;
	height: 100%;
	width: 100%;
	z-index: 99;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}

/* register panel */
.register-panel {
	position: fixed;
	z-index: 100;
	cursor: pointer;
}
.register-panel-table {
	border: solid;
	border-color: #A7453D;
	width: 350px;
	height: 300px;
	font-size: 1.2em;
}

/* congress and comittee boards */
/* table cell */
.t-bcell {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	border-top: #666 solid 1px;
}
/* table break cell */
.t-break {
	padding-bottom: 20px;
}


/*******************
* Text Decorations *
*******************/
/* NB: All font sizes (in em) are relative to the default size of 0.8em */

/* (general) title in content area */
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
}
H3:first-letter {
	color:#990000;
	font-size: 1.2em; /* relative to parent */
	font-style: normal;
}

.H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
}

/* note that this does NOT refer to the text in the footer! */
.footnotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
}

/* contents inside table are 0.8em relative to the default (0.8em)
 * use this to put the final value at 0.8 em */
.table-norm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;	
}

.vis-link, .vis-link:link, .vis-link:hover, .vis-link:visited {
	text-decoration: underline;
	font-size: inherit;
	font-family: inherit;
	color: #003399;
}

.ack-li {
	margin-bottom: 20px;
}
