/*
 * general settings
 ***************************************************
 */
* {
	margin: 0;
	padding: 0;
}

.centered {
	text-align: center !important;
	vertical-align: middle;
}

.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide {
	display: none !important;
}

.inside {
	padding: 0 1em;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 220%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 130%;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #2f8dae;
}

a:visited {
	color: purple;
}

a:hover {
	text-decoration: none;
}

label {
	cursor: pointer;
}

table {
	font-size: 100%;
}

td, th {
	vertical-align: top;
	width: 150px;
}

td p {
	margin: 0;
}

th {
	text-align: left;
}

fieldset {
	margin: 0 0 1em 0;
	padding: 1em;
}

option {
	padding-right: 1em;
}

optgroup option {
	text-indent: 1.5em;
}

legend {
	font-size: medium;
	font-weight: bold;
	margin:  0 1em 0 1em;
	padding: 0 .5em 0 .5em;
}

strong {
	font-weight: bold;
}

em {
	font-weight: bold;
	color: #2f8dae;
}

table {
	margin-bottom: 1em;
}

table, td, th {
	border: 1px solid;
	border-spacing: 0px;
	width: 95%;
}

td, th {
	padding: .5em;
	width: auto;
}

form table, form td, form th {
	border: 0;
	margin: 0;
}

form th {
	width: 10em;
}
/*
 * Basic layout
 *************************************************
 */
body {
	margin: 0;
	font-size: 100.1%;
}

#pageWrapper {
	border: solid 1px #fff;
	border-width: 0 1px;
	min-width: 40em;	/* IE doens't understand this property. EMs are used
				   so that as the font size increases, the proportional
				   limitations (min-width) increase with it, rather
				   than creating a middle column that can only fit
				   3 or 4 characters in it. */
	width: auto;
}

* html #pageWrapper {
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}

#homepage #masthead {
	background-image: url(../../images/main_top_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
}

#masthead {
	padding: 0;
}

#homepage #masthead h1 {
	background-position: top right;
	background-repeat: no-repeat;	
}

#masthead h1 {
	padding: 0;
	margin: 0;
}

#homepage #masthead h1 a {
	height: 213px;
}

#homepage #masthead h1 a {
	text-decoration: none;	
}

#masthead h1 a {
	display: block;
	height: 146px;
	width: 100%;
}

#homepage #outerColumnContainer {
	background-image: url(../../images/main_left_bg.gif);
	border-left-color: #ded;	/* left column background color */
}

#outerColumnContainer {
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	padding-left: 159px;
	border-right: solid 16.5em;
}

#homepage #innerColumnContainer {
	background-image: url(../../images/main_middle_bg.gif);
}

#innerColumnContainer {
	/*background-color: white;*/
	border: solid 1px #fff;
	border-width: 0 0px;
	margin: 0 -1px 0 0px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
}

#leftColumn, #middleColumn, #rightColumn, * html #SOWrap {
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}

#SOWrap {
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}

#middleColumn {
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}

#middleColumn .inside {
	padding: 4em 0 1em 4em;
}

#middleColumn .inside ul h3, #middleColumn .inside ul p {
	margin: 0;
}

#middleColumn .inside ul p {
	margin: 0 0 1em 0;
}

#middleColumn .inside p {
	text-align: justify;
	padding: 0 3em 0 0;
}

#middleColumn .inside ul {
	margin: 0 0 0 2em;
}

#homepage #middleColumn .inside ul li {
	padding: 0 0 0 4em;
	list-style: url(../../images/li_middle.gif);
}

#middleColumn .inside ul li {
	margin: 0;
	padding: 0 0 0 .5em;
	list-style: url(../../images/li_small.gif);
}

#homepage #middleColumn .inside img {
	margin: 0;
}

#middleColumn .inside img {
	border: none;
	margin: 15px;
}

#middleColumn .inside ul li img {
	border: none;
	margin: 1px;
}

#middleColumn .inside ul li p {
	margin: 0;
}

.speaker {
	margin: 5px 0 10px 0;
}

.speaker img {
	float: left;
	margin: 0;
}

.speaker p, .speaker h3 {
	margin: 0 0 0 160px;
}

.speaker h4 {
	margin: 5px 0 0 160px;
}

#leftColumn {
	float: left;
	margin: 0 1px 0 -159px;
	width: 159px;
	z-index: 4;
}

#rightColumn {
	float: right;
	width: 16.5em;
	margin: 0 -16.5em 0 1px;
	z-index: 2;
}

#rightColumn .inside img {
	margin: 0 0 15px 20px;
}

#homepage #footer {
	background-image: url(../../images/main_left_bg.gif);
}

#footer {
	border: solid 1px #fff;
	border-width: 1px 0;
	padding: 0.5em;
}

#homepage #leftColumn .inside {
	background-image: url(../../images/main_left_top.gif);
}

#leftColumn .inside {
	margin: 0;
	padding: 1.5em 1.5em 1.5em 0;
}

/* vertical navigation stuff. mostly exactly as seen in the vnav.css styleheet
 * in the original skidoo layout.
 */
#vnav, #rnav {
	margin: 0;
}

#vnav ul, #vnav ul li, #rnav ul, #rnav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#vnav ul li, #rnav ul li {
	border-bottom: 2px solid #2f8dae;
}

#vnav ul li, #vnav ul li a, #rnav ul li, #rnav ul li a {
	display: block;
	padding: 0.5em 0 0 .7em;
	line-height: normal;
}
#vnav ul li a {
	display: block;
	padding: 2px 5px 3px 5px;
}

#vnav ul li a, #vnav ul li a:link, #vnav ul li a:visited, #vnav ul li a:active, #vnav ul li a:hover {
	text-decoration: none;
	cursor: pointer;
}

/* hide from IE5.0/Win & IE5/Mac */
* html #vnav ul li a, * html #rnav ul li a {
	height: 0.01%;
}

* html #vnav ul, * html #rnav ul {
	position: relative;	/* IE needs this to fix a rendering problem */
}

#rnav ul li, #rnav ul li a {
	padding: 0.5em 0 0 0;
}
#rnav ul li a {
	display: block;
	padding: 2px 5px 3px 0;
}

#rnav ul li a, #rnav ul li a:link, #rnav ul li a:visited, #rnav ul li a:active, #rnav ul li a:hover {
	text-decoration: none;
	cursor: pointer;
}

/*
 * Color layout
 */
#pageWrapper, #masthead, #innerColumnContainer, #footer, #vnav ul, #vnav ul li, #rnav ul, #rnav ul li {
	border-color: white;
}

#vnav ul li, #rnav ul li {
	border-color: #2f8dae;
}

html, body {
	/* note that both html and body elements are in the selector.
	 * this is because we have margins applied to the body element
	 * and the HTML's background property will show through if
	 * it is ever set. _DO_NOT_ apply a font-size value to the
	 * html or body elements, set it in #pageWrapper.
	 */
	background-color: white;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
}

#pageWrapper {
	font-size: 75%;	/* set your default font size here. */
}

#masthead {
	background-image: url(../../images/common_top_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
}

#homepage #masthead h1.cz {
	background-image: url(../../images/main_topr_cz.gif);
}



#masthead h1.cz {
	background-image: url(../../images/common_topr_cz.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#homepage #masthead h1.cz a {
	background-image: url(../../images/main_topl_cz.gif);
}

#masthead h1.cz a {
	background-image: url(../../images/common_topl_cz.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
}

#homepage #masthead h1.en {
	background-image: url(../../images/main_topr_en.gif);
}

#masthead h1.en {
	background-image: url(../../images/common_topr_cz.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#homepage #masthead h1.en a {
	background-image: url(../../images/main_topl_en.gif);
}

#masthead h1.en a {
	background-image: url(../../images/common_topl_en.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
}

#outerColumnContainer {
	background-image: url(../../images/common_left_bg.gif);
	background-repeat: repeat-y;
	border-left-color: white;	/* left column background color */
	border-right-color: white;	/* right column background color */
	background-color: #fff;		/* set the background color for the
					   middle column here */
}

#innerColumnContainer {
	/*background-image: url(../../images/common_middle_bg.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
}

#vnav ul li a:link, #vnav ul li a:visited, #vnav ul li a:active, #rnav ul li a:link, #rnav ul li a:visited, #rnav ul li a:active {
	text-decoration: none;
	color: #000;
}

.flag_cz {
	background-image: url(../../images/flag_en.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.flag_en {
	background-image: url(../../images/flag_cz.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#middleColumn .inside h2 {
	padding: 0 0 0 1em;
	border-bottom: 2px solid #2f8dae;
}

#message {
	background-color: #ddf1f5;
	padding: 1em;
	border: solid;
	border-width: 0 10px 0 10px;
}

#leftColumn .inside {
	background-image: url(../../images/common_left_top.gif);
	background-repeat: no-repeat;
}

#vnav ul li a:hover, #rightColumn #vnav ul li a:hover, #rnav ul li a:hover, #rightColumn #rnav ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #2f8dae;
}

#rightColumn .inside {
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 100%;
	padding: 0 0 0 1.5em;
}

#rightColumn .inside h3 {
	border-bottom: 2px solid #2f8dae;
}

#footer {
	border: 0;
	background-image: url(../../images/common_left_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#footer, #footer p {
	color: black;
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: center;
}

/*
 * Application style
 */

#application table {
	background-color: #ddf1f5;
	padding: .5em;
	width: auto;
	border: 1px solid;
}

#application table.fulltable {
	width: 100%;
	border: 1px solid;
}

#application table thead {
	border: 0;
	border-color: silver;
	background-color: silver;
	font-size: 1em;
}

#application td, #application th {
	padding: .3em;
	text-align: left;
}

#application .label {
	width: 8em;
}

#application .list {
	width: 1.5em;
}

.info1 {
	width: 4em;
}

.info2 {
	width: 10em;
}

.info3 {
	width: 20em;
}

.info4 {
	width: 30em;
}

.info5 {
	width: 15em;
}

#application input[type="text"] {
	border: 1px solid;
	width: 30em;
	padding: 0 .5em;
}

#application input[type="text"]:hover {
	background-color: silver;
}

.even {
	background-color: #bee0e9;
}

#error_msg {
	margin: 1em 0 0 0;
	background-color: red;
	padding: 1em;
	border: solid;
	border-width: 0 10px 0 10px;
}

#error_msg p {
	font-size: medium;
	font-weight: bold;
}

.programme_session {
	background-color: #007a8e;
	padding: 10px;
	margin-bottom: .5em;
}

.programme_session h3 {
	background-color: #007a8e;
	font-weight: inherit;
	color: white;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
}

.programme_session p {
	margin: .5em 0 0 0;
}

.paper_info {
	margin-left: 2em;
}

#programme td {
	padding: 1em .5em;
}

#middleColumn .inside #programme td ul li {
	border-bottom: 1.5em;
	margin-bottom: .55em;
}

.noborder, .noborder th, .noborder td {
	border: none;
}
