﻿html {
	height: 100%;
}

body {
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;	
}

label.Form, input.Form{float:left;width:200px;margin-bottom: 3px; color: Gray;}
label.Form{text-align:right;width:100px;margin-right: 3px; color: #ef7f33;}
br.Form{clear:left;}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
	
	margin-bottom: 0px;
	
}

a, a:link {
	font-size:10px;
	color: #666666;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:visited {
	font-size:10px;
	color: #666666;
	text-decoration: none;
}


a.Footer, a.Footer:link {
	font-size:10px;
	color: #CCCCCC;
}
a.Footer:hover {
	text-decoration: underline;
	color: #FF6600;
}
a.Footer:visited {
	font-size:10px;
	color: #CCCCCC;
}


a.Seminar, a.Seminar:link 
{
	font-size:12px;
}
a.Seminar:hover {
	text-decoration: underline;
	color: #FF6600;
}

div.OuterContainer {
	background-repeat: repeat-x;
	background-image: url(Images/Design/bg_top2.gif);
	background-position: top;
	position: absolute;
	width: 100%;
}
div.InnerContainer {
	background-repeat: repeat-x;
	background-image: url(Images/Design/bg_bottom2.gif);
	background-position: bottom;
	text-align:center;
	position: relative;
}
div.ContentContainer {
	background-repeat: repeat;
	width: 930px;
	margin-top: 20px;
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 20px;
}
div.HeaderBar {
	background-image: url(Images/Design/HeaderBar.gif);
	height: 25px;
	text-align:left;
	padding-right:10px;
	padding-left: 10px;
	padding-top: 1px;
}
div.HeaderLogo {
	background-image: url('Images/Design/Header.gif'); 
	height: 77px;
	text-align:left;
	padding-top: 8px;
	padding-left: 10px;
}
div.Content {	
	text-align:left;
	margin-right: 200px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 30px;
	height: 100%;
	background-color: #FFFFFF;
}
div.Menu {
	float:right; 
	width:180px; 
	text-align:left;
	padding: 10px;
	margin-right: 0px;
	border-left: 1px solid darkgray;
	border-bottom: 1px solid darkgray;
	border-right: 1px solid darkgray;
	background-color: #ef7f33;
}
div.Footer {
	clear: both;
	background-image: url('Images/Design/FooterBar.gif');
	height: 40px;
	padding-top: 20px;
}

div.Contact {
	background-image: url('Images/Misc/PeopleContact.gif');
	background-repeat: no-repeat;
	background-position: 350px 30px;
}

div.NewsContainer {
	border: 1px solid gray; 
	width: 100%; 
	padding: 10px;
}

table.SeminarPart {
	width:100%;
	border: 1px solid #666666; 
}

td.SeminarHeader {
	background-repeat: repeat-x; 
	background-image: url('Images/Design/bg_bar.gif');
	height: 20px;
	border-bottom: 1px solid #666666; 
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

td.SeminarContent {
	background-color: #ffffcc;
	padding: 5px;	 
}

.watermarkedFilter {
	background-color:#F0F8FF;
	color:gray;
}

li 
{
	list-style-image: url('Images/Design/EnumarationIconOrange.gif');
	float: none;
	padding: 0px;
	border-bottom:0px;
}