/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}


/* General Typography
 ---------------------------------------------------------------------*/
html, body
{
	font-size: 12px;
	line-height: 21px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background:#f3f3f3;
}

html > body
{
	font-size: 12px;
	line-height: 21px;
}


h1
{
	font-weight: bold;
	color: #007ac3;
	font-size: 2.5em;
	line-height: 1em;
	margin: .25em 0 .75em 0;
}

h2
{
	color: #1371aa;
	font-weight: bold;
	font-size: 1.6666em;
	line-height: 1em;
	margin: .5em 0 .75em 0;
	text-decoration: underline;	
}

h3
{
	color: #1371aa;
	font-size: 1.41667em;
	line-height: 1em;
	font-weight: bold;
	margin: .25em 0 .75em 0;

}

h4
{
	color: #000;
	font-size: 1.1667em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

h5
{
	color: #000;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

h6
{
	color: #000;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
	line-height: 1.75em;
}

p
{
	font-size: 1em;
	line-height: 1.75em;
	margin: .25em 0 1.5em;
}
td, td a, th, th a, span
{
	line-height: 1.3333em;
}

blockquote
{
	margin: .416em 0 .416em 1.1667em;
}

a
{
	color: #0e82c7;
	text-decoration: none;
	font-size: inherit;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

ul, ol
{
	margin: .833em 0;
	padding-left: 2em;
}
ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}
ul li, ol li
{
	line-height: 1.5em;
}

dt
{
	margin: .416em 0 0 0;
}

dd
{
	margin: .416em 0 .416em 1.1667em;
}

code, tt
{
	font-family: "Andale Mono" , "Lucida Console" , "Courier New" , Courier, monospace;
	margin: .833em 0;
}

sub
{
	vertical-align: sub;
	font-size: smaller;
	line-height:inherit;
}

sup
{
	vertical-align: super;
	font-size: smaller;
	line-height:inherit;
}

.centerimage
{

	margin:0 auto 0;
	border:solid 1px #dedede;
}

/* Page Specific
 ---------------------------------------------------------------------*/

#container 
{
margin:0 auto 10px;
text-align:left;
width:800px;
}
.breadCrumbHolder
{
	margin:0 0 20px 0;
}
pre
{
	font-family: Arial, Helvetica, sans-serif, "ËÎÌå";
	font-size: 12px;
	background:#c8f0fa;
	padding:10px;
	text-align:center;
}
.description
{
	float:left;
	width:450px;
	margin-right:20px;
	background:#fff;
	border:solid 1px #dedede;
	padding:30px;
}
.sideBar
{
	float:right;
	width:260px;
	margin:0px 0 0 0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.BottomBar_Left
{
	float:left;
	background:#fff;
	border:solid 1px #dedede;
	padding:10px;
	width:450px;
	margin:10px 0 0 0;
	padding:30px;
}

.descrip
{
	float:left;
	background:#fff;
	border:solid 1px #dedede;
	padding:20px;
	width:770px;
	margin:0 20px 0 0;
}

.license p
{
	font-size:0.9em;
	text-align:center;
	color:#eee;
	float:left;
	background:#666;
	border:solid 1px #dedede;
	padding:4px;
	width:800px;
	margin:10px 0 0 0;
}

.date
{
width: 75px;
padding: 7px 0 4px 0;
text-align: center;
position: absolute;
left: -75px;
top: 4px;
background-color:#007ac3;  
color: #fff;
display: block;
font: Verdana, times, serif;
}

.date span
{
DISPLAY: block;
FONT: bold 1.84em/1em Tahoma,times,serif;
margin-top: 2px;
WIDTH: 100%;
line-height:25px;
}

.date strong
{
DISPLAY: block;	
FONT: bold 3.2em/0.8em Verdana,Geneva,serif;	
WIDTH: 100%;
margin-bottom: 0;
}

.timetable
{
width:650px;
padding: 4px;
margin: 2px 5px 15px 75px;
display: block;
position: relative;
}

.opening
{
background-color: #3399ff; 
}

.opening TD
{
color: #fff;
padding-left: 10px;
FONT: bold 1.1em Tahoma,Geneva,serif;
}

.session
{
background-color: #91c8ff;
}

.session td
{
padding-left: 10px;
FONT: bold 1.1em Tahoma,Geneva,serif;
color:#3d3d3d;
}

.event
{
background-color: #efefef;
}

.event TD
{
border-bottom:1px solid #d0d0d0;
FONT: 1em Tahoma,Geneva,serif;
color: #444;
}

.event TD EM
{
FONT: 13px Verdana,Geneva,serif;
font-weight: normal;
font-style:italic;
display:block;
margin-top:3px;
margin-bottom: 1px;
margin-left: 4px;
color: #666;
}

.event TD STRONG
{
FONT: 1.1em Tahoma,Geneva,serif;
font-weight:bolder;
color:#007ac3;
display:block;
margin-top:2px;
margin-bottom: 4px;
}

.note
{
FONT: 13px Verdana,Geneva,serif;
line-height: 21px;
display:block;
margin-left: 40px;
}
