

body {
    background: #fff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: center;
}

#body {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0px;
    width: 800px;
    height: auto !important;
    height: 500px;
    min-height: 500px;
    background: url(../img/bg.gif);
}

#banner {
	background: url(../img/banner_fpl2009_v3.png);
	height: 60px;
	cursor: pointer;
}

#left {
	width: 280px; 
	background: #9d9fa2;
	float: left;
}


#left #banner2 {
	background: url(../img/home.jpg) no-repeat;
	position: absolute;
	width: 130px;
	height: 400px;
	margin-top: 23px;
	cursor: auto;
}


#right {
	margin-left: 280px;
	border-left: 2px solid #fff;
}

#right #title {
	color: #fff;
	background: #e73440;
	font-family: "Arial black";
	font-size: 14pt;
	margin: 0px;
	height: 47px;
	#position: relative;
	display: table;
	width: 100%;
	overflow: hidden;
}

#right #title .inner {
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
	display: table-cell;
}

#right #title .inner2 {
	margin-left: 20px;
	position: relative;
	#top: -50%;
}

#right #content {
	font-family: Verdana;
	font-size: 8pt;
	color: #656565;
}

#right #content #inner_content {
	height: expression( this.scrollHeight < 370 ? "370px" : "auto" ); /* sets min-height for IE */
	min-height: 370px;
}


#right #content h1 {
	font-family: Verdana;
	font-size: 12pt;
	color: #888888;
	margin: 20px 0px 15px 20px;
	padding: 0px 0px;
}

#right #content h2 {
	font-family: Verdana;
	font-size: 10pt;
	color: #888888;
	margin: 20px 0px 15px 20px;
	padding: 0px 0px;
}


#right #content h3 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #ff3030;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px;
}

#right #content p {
	margin: 5px 0px 7px 20px;
	padding: 0px;
	text-align: justify;
}

#right #content #inner_content a {
    color: #222;
    text-decoration: none;
}

#right #content #inner_content a:hover {
    text-decoration: underline;
}


#right #news {
	background: #e1e0e2;
	padding: 1px 30px 10px 0px;
	margin-top: 20px;
}

#right #tail {
    background: #e73440;
    height: 30px;
}

#right #tail-gray {
    background: #e1e0e2; 
    height: 30px;
}

#menu {
	position: absolute;
	margin-left: 130px;
	margin-top: 23px;
}

#menu .item01,.item02,.item03,.item04,.item05,.item06,.item07,.item08,.item09,.item10,.item11,.item12,.item13,.item14,.item15,.item16,.item17,.item18,.item19,.item20 {
	width: 150px;
	height: 24px;
	margin: 0px;
}

#menu a {
    display: block;
    padding-top: 5px;
    font-size: 8pt; 
    color: #656565;
    padding-left: 10px;
    text-decoration: none;
}

#menu a:hover {
    color: #ff3030;
}

#menu a.active {
    color: #ff3030;    
    font-weight: bold;
}

#menu a.home {
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
}

#menu a.homeactive {
    color: #ff3030;
    font-size: 1.2em;
}

#menu span.disabled {
    display: block;
    padding-top: 5px;
    font-size: 8pt; 
    padding-left: 10px;
    text-decoration: none;
}

#menu .item01 { background: #9d9fa2; color: #ff3333; font-weight: bold; }
#menu .item02 { background: #FFFFFF ; color: #dfdfdf; }
#menu .item03 { background: #F7F7F7 ; color: #d7d7d7; }
#menu .item04 { background: #EFEFEF ; color: #cfcfcf; }
#menu .item05 { background: #E6E7E8 ; color: #c6c7c8; }
#menu .item06 { background: #DEDFE0 ; color: #bebfc0; }
#menu .item07 { background: #D6D7D8 ; color: #b6b7b8; }
#menu .item08 { background: #CECFD0 ; color: #aeafb0; }
#menu .item09 { background: #C6C7C9 ; color: #a6a7a9; }
#menu .item10 { background: #BEBFC1 ; color: #9e9fa1; }
#menu .item11 { background: #B5B7B9 }
#menu .item12 { background: #ADAFB1 }
#menu .item13 { background: #A5A7AA }
#menu .item14 { background: #9D9FA2 } 

#FPL_history {
	background: #888888;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#FPL_history .inner {
	width: 460px;
	white-space: nowrap;
	overflow: hidden;
}

#FPL_scroll {
    margin-left: 0px;
    color: #fff;
}

#FPL_scroll a {
    text-decoration: none;
    color: #fff;
}

#FPL_scroll a:hover {
    color: #000;
}

#FPL_history .inner ul {
	margin: 0px;
	padding: 7px 0px 7px 0px;
}

#FPL_history li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#FPL_history #lbullet {
	float: left;
	margin-top: 10px;
	margin-left: 3px;
	margin-right: 10px;
}

#FPL_history #rbullet {
	float: right;
	margin-top: 10px;
	margin-right: 3px;
}

#lbullet img {
    cursor: pointer;
}

#rbullet img {
    cursor: pointer;
}

#FPL_banner {
	position: absolute;
	margin-left: -150px;
	margin-top: 1px;
}

.extraspace {
    height: 15px;
}

#GPS_position {
	background: #888888;
	color: #fff;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


#GPS_position .c1 {
    float: left;
    padding: 5px 0px 5px 80px;
}

#GPS_position .c2 {
    margin-left: 250px;
    padding: 5px 0px 5px 0px;
}

#GPS_position .c3 {
    float: right;
    background: #d1d1d1;
    color: #656565;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100px;
    text-align: center;

}


#GPS_position a {
    color: #656565;
    text-decoration: none;
}

#GPS_position a:hover {
    color: #000;
    text-decoration: none;
}

#map {
    display: none;
    position: absolute;
    margin-left: 0px;
}


/*
.program .day {
    font-family: "Arial Black" "Arial" sans-serif;
    font-size: 9pt;
    color: #fff;
    background: #9d9fa2;
    padding: 5px 0px 5px 20px;
    border-bottom: 1px solid #fff;
    border-top: 4px solid #fff;
}

.program .imp1,.imp2 { padding: 5px 0px 5px 20px; border-bottom: 1px solid #fff; }
.program .imp1 { background: #e1e0e2; }
.program .imp2 { background: #fff; font-weight: bold; }
.program .d { margin-left: 50px; }
.program .t { margin-left: 0px; position: absolute; }
*/

.program {
    font-family: "Arial" sans-serif;
    font-size: 9pt;
    border-collapse: collapse;
    border-spacing: 0px;
}
.program td {
    border-color: #fff;
    border-style: solid;
    border-width: 0px;
    border-left-width: 5px;
    border-right-width: 5px;
}

.program .prgday {
    font-family: "Arial" sans-serif;
    font-weight: bold;
    font-size: 12pt;
    color: #fff;
    background: #ec765c;
    text-align: center;
    width: 100%;
    border-width: 0px;
}
.program .prgspace {
    color: #fff;
    background: #fff;
    width: 100%;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.program .prgtime {
    font-family: "Arial" sans-serif;
    font-weight: normal;
    background: #9c9d9f;
    color: #fff;
    text-align: center;
    width: 13%; 
    border-left-width: 0px;
}

.program .prgtspace {
    background: #bcbdbe;
    color: #fff;
    text-align: center;
    width: 13%; 
    border-left-width: 0px;
}

.program .prglnopen {
    font-family: "Arial" sans-serif;
    font-size: 10pt;
    font-weight: bold;
    background: #f5f6f6;
    color: #000;
    text-align: center;
    width: 86%;
    border-right-width: 0px;
}

.program .prglnkey {
    font-family: "Arial" sans-serif;
    font-size: 10pt;
    font-weight: bold;
    background: #9c9d9f;
    color: #000;
    text-align: center;
    width: 86%; 
    border-right-width: 0px;
}

.program .prglnmeal {
    font-family: "Arial" sans-serif;
    font-size: 10pt;
    font-weight: bold;
    background: #fff;
    color: #e5352c;
    text-align: center;
    width: 86%; 
    border-right-width: 0px;
}

.program .prgsan {
    font-weight: bold;
    background: #ececed;
    color: #707173;
    text-align: center;
    width: 28%;
}
.program .prgsbn {
    font-weight: bold;
    background: #f5f6f6;
    color: #707173;
    text-align: center;
    width: 28%;
}
.program .prgscn {
    font-weight: bold;
    background: #ececed;
    color: #707173;
    text-align: center;
    width: 28%;
    border-right-width: 0px;
}

.program .prgsac {
    font-weight: normal;
    background: #ececed;
    color: #707173;
    text-align: center;
    width: 28%;
}
.program .prgsbc {
    font-weight: normal;
    background: #f5f6f6;
    color: #707173;
    text-align: center;
    width: 28%;
}
.program .prgscc {
    font-weight: normal;
    background: #ececed;
    color: #707173;
    text-align: center;
    width: 28%;
    border-right-width: 0px;
}

.program .prgscode {
    font-weight: bold;
    background: #d9dadb;
    color: #000;
    text-align: center;
    width: 28%;
    border-right-width: 0px;
}

.program .prgsap {
    font-weight: normal;
    background: #ececed;
    color: #000;
    vertical-align:text-top;
    text-align: block;
    width: 28%;
}
.program .prgsbp {
    font-weight: normal;
    background: #f5f6f6;
    color: #000;
    vertical-align:text-top;
    text-align: block;
    width: 28%;
}
.program .prgscp {
    font-weight: normal;
    background: #ececed;
    color: #000;
    vertical-align:text-top;
    text-align: block;
    width: 28%;
    border-right-width: 0px;
}

.program .prgpostn {
    font-weight: bold;
    background: #ececed;
    color: #707173;
    text-align: center;
    width: 86%;
    border-right-width: 0px;
}
.program .prgpostl {
    font-weight: normal;
    background: #ececed;
    color: #000;
    text-align: left;
    width: 86%;
    border-right-width: 0px;
}
.program .prgpostl .prgpid {
    font-weight: bold;
    color: #000;
}
.program .prgpostl .prgpname {
    font-weight: bold;
    color: #000;
}
.program .prgpostl .prgpauth {
    font-weight: normal;
    color: #000;
    margin-bottom: 5px;
}



.committees {
    background: #e1e0e2;
    margin-top: 24px;
}

.committees .n {
    float: left;
    width: 140px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    background: #c0c0c0;
    border-right: 1px solid #fff;
}

.committees .a {
    padding-top: 5px;
    padding-bottom: 5px;
}

#hotel_link {
    width: 50px;
    height: 90px;
    margin-left: -115px;
    margin-top: -35px;
    position: absolute;
    cursor: pointer;
}

#prague_links {
	background: #888888;
	color: #fff;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#prague_links .link1 { float: left; width: 160px; text-align: center; border-right: 1px solid #fff; padding: 5px;}
#prague_links .link2 { text-align: center; padding: 5px; }
#prague_links .link3 { float: right; width: 160px; text-align: center; border-left: 1px solid #fff; padding: 5px; }
#prague_links a { color: #fff; text-decoration: none; }
#prague_links a:hover { color: #000; }

#fpl_map { 
	margin-left: -65px;
	margin-top: 30px;
}


.red {
	color:#ff3333;
}

table.border { 
	border: 1px solid #000;
	border-collapse: collapse;
}

table.border td, table.border th {
	border: 1px solid #000;
	padding: 5px 10px;
}


#sponsors_banner {
	padding: 10px 0px 10px 0px;
}

#sponsors_banner img {
}

$sponsors_banner table {
	border: 0px;
}

#sponsors_banner td {
	padding: 0px 10px 20px 0px;
}

#sponsors_banner a img {
	border: 0px;
}
