﻿/********************************************************************************************
* StyleSheet.css
********************************************************************************************/
#schedules-leftside{
    float: none;
	width: 170px;
	margin: 2px 5px 0 16px;	
	padding: 0 0 0 0;	
}

#schedules-content{
    float: none;
	width: 699px;
	margin: 2px 5px 20px 5px;
	padding: 0px;		
}

#conference-content{ float:none; width:680px; margin:0px 10px 10px 16px; padding:0; }
#conference-tables{ float:none; width:165px; margin:0px 10px 10px 10px; padding:0; }

#schedules-breadcrumb {position:relative; list-style:none; margin:0; padding:0; list-style:none; font-weight:bold;}
#schedules-breadcrumb li {margin-left:0; margin-bottom:10px; display:block; background-color: #D1D3D4; color:black; width: 158px; }
#schedules-breadcrumb li a{display:block; width: 158px; background-color: #D1D3D4; text-decoration:none; padding:5px; color: black;}
#schedules-breadcrumb li a:hover { background-color: #8D8F92; color: #fff; }
#schedules-breadcrumb a:hover {color:white;}
#schedules-breadcrumb li.selected {display:block; width: 158px; color:white; background-color: #8c8c8c; margin:0 0 5px 0; padding:5px;}
#schedules-breadcrumb li.none {display:block; width: 158px; color:white; background-color: #8c8c8c; margin:0 0 5px 0; padding:5px;}


#schedules-leftlinks {padding:0; margin:50px 0 0 10px; list-style:none;}
#schedules-leftlinks a {text-decoration:none; color:Black; font-size:15px; font-weight:bold;}

.paragraph-content 
{
    margin-top:-5px;
    line-height:17px;
    margin-bottom:10px;
}

.lblCountry { color:#CE181E; font-weight:bold; font-size:16px;margin:0;padding:0;}
.lblProgramName {font-weight:bold; font-size:15px; font-family:Tahoma; margin-bottom:5px;}

/* These are for the drop shadow effect under the table */
.shadow1 {float:left; background:url(../images/shadow.gif) right bottom no-repeat; }
.shadow2 {background:url(../images/corner_bl.gif) left bottom no-repeat; }
.shadow3 {padding:0 6px 6px 0; background:url(../images/corner_tr.gif) right top no-repeat;}

/**********************************************************************************************
* T A B L E S
***********************************************************************************************/
table.TblQuestions {
	border: 1px solid #939598;
	border-spacing:0pt;
	border-collapse: separate;
	*border-collapse: expression('separate', cellSpacing = '0px');
	padding: 0px;
	width:165px;
}
table.TblQuestions th {	
	padding:5px;		
	background-color: white;
	color:#CE181E;
	font-weight:bold;
}
table.TblQuestions td {		
	padding:5px;		
	background-color: white;
	font-weight:bold;
}

table.TblProductHotline {
    border: 1px solid #939598;
    background-color:white;
	border-spacing:0pt;
	border-collapse: separate;
	*border-collapse: expression('separate', cellSpacing = '0px');
	padding: 0px;
	width:165px;
}
table.TblProductHotline th 
{
    padding:3px 5px;
    font-weight:bold;
    color:White;
    background-color:#939598;
}
table.TblProductHotline td
{
    font-weight:bold;
    padding:5px;
}