﻿/*      conference page       */

#conferencePgContainer
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#conferenceMenuContainer 
{
	width: 140px;
	margin: 40px 20px;
	float: left;
}

#conferenceMenu ul {margin:0; padding:3px; list-style-type:none;}
#conferenceMenu li {display:block;}
#conferenceMenu ul li a {
	padding: 0px 10px;
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
}
#conferenceMenu ul li a:hover {background-color:#0000ca; color: white;}

#conferencePgContent {width: 660px; margin: 20px 40px 20px 10px; float: left; }
#conferenceTxtContent {margin-bottom: 30px; }
#conferenceTxtContent h1
{
	color: #ffffff;
	background-color:#000080;
	padding-left: 10px;
}

.cnf_normal_eng
{
	margin: 10px 20px 10px 20px;
	font-size: 10pt; 
	font-family: 'Tahoma';
}

.cnf_normal_arabic
{
	margin: 5px 10px 0px 10px;
	font-size: 13pt; 
	font-family: 'Times New Roman';
}

.cnf_h1_eng
{
	font-size:11.0pt;
	font-family: Arial; 
	font-weight: bold; 
	color: #000080;
	margin: 10px 10px 0px 10px;
}

.cnf_h1_arab
{
	font-size:14pt;
	font-family:'Times New Roman'; 
	font-weight: bold; 
	color: #000080;
	margin: 10px 10px 0px 10px;
}

.cnf_h2_eng
{
	margin: 5px 10px 10px 10px;
	font-size: 10pt; 
	font-family: Arial;
	font-weight: bold; 
	color: #000080;
}

.cnf_h2_arabic
{
	margin: 5px 10px 10px 10px;
	font-size: 14pt; 
	font-family: 'Times New Roman';
	font-weight: bold; 
	color: #000080;
}

#spkrCntnr 
{
	border-top: 0px solid #cccccc; 
	border-bottom: 0px solid #cccccc; 
	margin-top: -1px;
	padding-bottom: 10px;
}

.img_lt
{
	float:left;
	margin:5px 10px 2px 5px;
	border-style: none
}

.img_rt
{
	float:right;
	margin:5px 5px 2px 10px;
	border-style: none;
}

.PkgHdr
{
	background-color:#004080;
	color: #ffffff;
	padding-left: 10px;
}

.costTbl
{
	margin-left:10px;
	margin-right:10px;
	table-layout: fixed;
	border-collapse: collapse; 
	border: 0px solid #c0c0c0; 
	font-family: 'Tahoma'; 
	font-size: 9pt; 
	text-align: left;
}

#alert
{
	font-family: 'Tahoma'; 
	font-size: 20pt; 
	text-align: center;
	color: #ff0000;
	background-color:#ffffff;
}

#alert span, #hilite
{
	text-decoration: underline;
	font-weight: bold;
}


