/*** general styles ****/



BODY{
	background-color: White;
	border-collapse:collapse;
	font-family:Arial, Arial CE;
}

IMG 
{
	border-width:0; 
	margin:0; 
	padding:0;
}

DIV 
{
	border-width:0; 
	margin:0; 
	padding:0;
}

P
{
	border-width:0; 
	margin:0; 
	padding:0;
}

H1
{
	border-width:0; 
	margin:0; 
	padding:0;
}

H2
{
	border-width:0; 
	margin:0; 
	padding:0;
}

H3
{
	border-width:0; 
	margin:0; 
	padding:0;
}

TABLE 
{
	border-width: 0;
	border-collapse: collapse;
}

TR
{
	border-width:0; 
	margin:0; 
	padding:0;
}

TD
{
	border-width:0; 
	margin:0; 
	padding:0;
}

.clear
{
	 clear:both; 
	 float:none;
	 font-size:1px;
}

.space10 
{
	font-size:10px;
}


.space2
{
	font-size:4px;
}

.centerText
{
	text-align: center;
}

/*** master page styles ****/

#divImgs 
{
	background-color: White;
	width:904px; 
	height:145px;
	margin-left:auto;
	margin-right:auto;
}

#divLeftSquare
{
	height:140px;
	width:150px;
	float:left;
}

#divRightSquare 
{
	height:140px;
	width:140px;
	float:left;
}

#divSponzors IMG 
{
	margin:15px;	
}

#divMiddlePart
{
	height:140px;
	width:610px;
	float:left;
	text-align:center; 
	color: #f89f56; 
	font-weight:bold;
}

#divTitle {
	width:900px; 
	height:150px; 
	background-color:#578dca; 
	margin-left:auto;
	margin-right:auto;
}

#divTitle #firstRow {
	font-size: 24px;
}

#divTitle #secondRow 
{
	font-size: 30px;
}

#divTitle #thirdRow {
	margin-top: 10px;
	font-size: 24px;
}

.dateSpan 
{
	/*
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	font-size:14px;
	font-weight:400;
	text-align:center;	
	margin:5px;
	width:140px;
	height:20px;
	display:block;
	position: absolute;
	background-color:White;
	border: solid 2px #f89f56;
	*/
	font-size:12px;
	font-weight:400;
	width:140px;
	height: 29px; /* -10px for padding-top */
	display:block;
	background: url(dateSpanBack.jpg);
	text-align:center;	
	padding-top: 12px;
	position: absolute;
}

#actualDate 
{
	top: 217px;
}
	
#timeLeft 
{
	top: 260px;
	
}

#divMainPart
{
	width:900px;
	background-color:#578dca; 
	margin-left:auto;
	margin-right:auto;
}

#divMainPart table tr
{
	vertical-align:top;
}

/**************** menu coding *****************/
#menu 
{
	background-color:#578dca; 
	width: 172px;
	height: 670px;
	position: relative;
		
	font-family:Arial, Arial CE;
	text-decoration:none;
	color: White;
	/*font-size:13px;*/
	font-weight:bold;
}

#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border:0;
}

#menu .menuItem
{
	/*
	color: #000;
	background: #efefef;
	text-decoration: none;
	*/
	width:172px;
	height:35px;
	vertical-align: middle;	
}

.menuBastlFix
{
	font-size:13px; 
	width:172px;
	height:35px;
	top: 7px;
	left: 10px;
	position:relative;
}

#menu a 
{
	background: url(menu_item_background.png);
	background-repeat: no-repeat;
	background-position: center;
	width:172px;
	height:35px;
	position: relative;
	display:block;
	vertical-align: middle;	
	
	font-family:Arial, Arial CE;
	text-decoration:none;
	color: White;
	font-size:13px;
	font-weight:bold;

	/* hand je pro IE, pointer je pro Firefox. Nemenit poradi !!! */
	cursor:hand;
	cursor:pointer;		
}

#menu a:hover 
{
	color: Black;
}

#menu a:active
{
	color: black;
}

#menu li 
{
	position: relative;
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
	top: 0;
	left: 100%;
	/*width: 100%;*/
}

#menu .down10space
{
	margin-bottom: 10px;	
}

div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block; z-index:500}

/******************** konec menu *******************/

#divContent
{
	background-color: #dbe5f1; 
	width:685px; 
	padding: 10px 20px 10px 20px;
	/*min-height: 420px;*/
	z-index:0;
	left: 0; /*-10px*/
	height:100%;
}

#sidePanel
{
	padding: 0 0 0 5px; 
	margin:0;
	border-top-width: 0;
	border-bottom-width: 0;
	border-right: solid 3px #578dca;
	border-left: solid 3px #578dca;
	background-color:White;
	width: 172px;
	height: 500px;
	font-size:10px;
	font-weight:bold;
}

.sidePanelTitle
{
	background: url(menu_item_background_red.png);
	background-repeat: no-repeat;
	background-position: center;
	width:172px;
	height:35px;
	position: relative;
	display:block;
	vertical-align: middle;	
	
	font-family:Arial, Arial CE;
	text-decoration:none;
	color: White;
	font-size:13px;
	font-weight:bold;	
	padding:0; margin:0; border-width:0;
}

.sidePanelTitle td
{
	padding:0; margin:0; border-width:0;
	vertical-align: middle;
}

#divButtonSignUp
{
	width: 70px;
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
}

.textBoxRound
{
	background-position: center center;
	background: url(white_txt_bckg.gif);
	background-repeat: no-repeat;
	width:102px;
	height:28px;
	vertical-align: middle;
	border: solid 1px white;
}

#divCounter
{
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;	
}
/******* content pages styles *********/

#divContent H1
{
	font-size: 20px;
	font-weight: bold;
	color: #e36c0a;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

#divContent H3
{
	font-size: 14px;
	font-weight: bold;
	color: #e36c0a;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: left;
}

#divContent P
{
	font-size: 12px;
	text-align: justify;
	margin-top: 10px;
}

#divContent OL
{
	font-size: 12px;
}

#divContent DIV
{
	font-size: 12px;
	margin-top: 10px;
}

#divContent ul li
{
	list-style-type:square; 
	/*color: #e36c0a;*/
	font-size:12px;
}

#divContent TABLE
{
	font-size: 12px;
	text-align:left;
}

#divContent IMG
{
	margin-top: 10px;
	margin-bottom: 10px;
}	

#uniquevisitors
{
	width: 450px;
	text-align:right;	
}

#visitorcounter
{
	width: 450px;
	text-align:left;
}

.tableCommittees 
{
	width: 680px;
}

.tableCommittees .firstRow
{
	font-weight: bold;
	width: 180px;
}

.tableCommittees .secondRow
{
	font-weight: normal;
	width: 500px;
}

#spanBookAbstracts
{
	font-size: 14px;
	font-weight: bold;
	color: #1a2895;	
}

#divLoga
{
	width:908px;
	margin-left:auto;
	margin-right:auto;
}

#divLoga IMG
{
	position: relative;
	left: 5px;
}

.prvniSloupec 
{
	width:100px;
	font-weight:bold;
}

.freeTextBox
{
	padding: 0;
	margin: 0;
	border: 0;
}

.freeTextBox IMG 
{
	border-width:0; 
	margin:0; 
	padding:0;
}

#divContent .freeTextBox IMG 
{
	border-width:0; 
	margin:0; 
	padding:0;
}

#divContent .freeTextBox DIV
{
	border-width:0; 
	margin:0; 
	padding:0;
}

.padding2px 
{
	padding: 2px;
}

.tableDeadlines {width: 680px; left: -2px; top:-2px; position:relative;}

.sidepanelTitle {font-size:13px;}

.sidepanelTable {width: 168px; padding:0; margin:0; border-width:0}
.sidepanelTableFR {width: 55px; padding:0; margin:0; border-width:0}
.sidepanelTableSR {width: 118px; padding:0; margin:0; border-width:0}

.vendorTime {width:687px; color:White; background-color:#00008B; font-size:13px; padding: 1px; font-weight:bold;}
.vendorBox {border: solid 1px black; width:677px; padding:5px;}
.vendorBoxTitle {font-size:15px; color:#00008B; font-weight:bold;}
.noBorder {border:0; padding:0; margin:0;}


