* {
	font-family: "Arial", "Helvetica", Sans-serif;
	font-size: 10pt;
	color: #4F4C4D;
}

body {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

a, a:visited {
	color: #772222;
	font-weight: bold;
}

a:hover {
	color: #4F4C4D;
	font-weight: bold;
}

img {
	border-width: 0px;
}

li {
	list-style-type: square;
}

ul li ul li {
	margin-bottom: 6px;
}

.FlatTextInput {
	border: 1px solid #8F8F8F;
	width: 100%;
}

label {
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;	
	width: 150px;
}

label.left {
	text-align: left;
	white-space: nowrap;	
	width: 100px;
}

.Tabs {
	background-color: white;
	background-image: url(Tabs/TabsBackground.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-attachment: fixed;
	height: 30px;
}

.TabBody {
	background-color: white;
	background-image: url(Tabs/TabBody.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-attachment: fixed;
	height: 30px;
}

.TabBody img {
	vertical-align: middle;
}

.TabBody a, .TabBody a:visited {
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
}

.TabBody a:hover {
	color: #6B2829;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
}

.TabBodySelected {
	background-color: white;
	background-image: url(Tabs/TabBodySelected.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-attachment: fixed;
	height: 30px;
}

.TabBodySelected img {
	vertical-align: middle;
}

.TabBodySelected a {
	color:  #6B2829;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
}

.TabBodySelected a:hover {
	color:  #6B2829;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
}

.Header {
	border-color: #7F7F7F;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
}

.Header h1 {
	color: #666666;
	font-size: 30px;
	font-weight: bold;
	margin: 10px 5px 10px 10px;
}

.RegisterNow {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

div.Menu {
	background-color: #013366;
	padding: 5px 0px;
}

div.Menu .Image {
	margin: 5px 0px 0px 0px;
	text-align: center;
}

table.Menu {
	border-collapse: collapse;
	height: 30px;
	line-height: 30px;
	border-color: #94928C;
	border-style: solid;
	border-width: 1px;
}

tr.Menu {
	background-color: #772222;
	border-color: #94928C;
	border-style: solid;
	border-width: 1px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
}

td.Menu {
	height: 30px;
	line-height: 30px;
	margin: 0px 2px;
	white-space: nowrap;
}

td.Menu a, td.Menu a:visited {
	border-color: #772222;
	border-width: 0px 1px;
	border-style: solid;
	color: white;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0px 5px;
	text-decoration: none;
}

td.Menu a:hover {
	background-color: #932A2A;
	border-color: #94928C;
	border-width: 0px 1px;
	border-style: solid;
	color: white;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0px 5px;
	text-decoration: none;
}

td.MenuSelected {
	height: 30px;
	line-height: 30px;
	margin: 0px 2px;
	white-space: nowrap;
}

td.MenuSelected a, td.MenuSelected a:visited {
	background-color: #932A2A;
	border-color: #94928C;
	border-style: solid;
	border-width: 0px 1px;
	color: white;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0px 5px;
	text-decoration: none;
}

td.MenuSelected a:hover {
	background-color: #932A2A;
	border-color: #94928C;
	border-style: solid;
	border-width: 0px 1px;
	color: white;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0px 5px;
	text-decoration: none;
}

.Content {
	border-color: #948E94;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 5px 5px;
	text-align: justify;
	width: 742px;
}

.Content h1 {
	font-size: 20px;
	border-color: #8A1E08;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.ContentFooter {
	border-color: #948E94;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 5px 5px;
	text-align: justify;
	width: 742px;
}

.agenda {
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}

.agenda .header {
	background-color: #AAAAAA;
	color: white;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

.agenda .LeftHeader, .agenda .pause .LeftHeader, .agenda chatroom .LeftHeader {
	background-color: #AAAAAA;
	text-align: right;
	white-space: nowrap;
}

.agenda .header td {
	border-color: #999999;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	text-align: center;
	vertical-align: top;
}

.agenda .pause {
	background-color: #FAFAFA;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

.agenda .pause td {
	font-style: italic;
}

.agenda .chatroom {
	background-color: #BAE55F;
	border-color: #999999;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}

.agenda .chatroom td {
	border-color: #BAE55F;
	border-width: 1px;
	border-style: solid;
}

.agenda .Keynote {
	background-color: #FFC84C;
}

.Panel {
	border: 1px solid #8F8F8F;
	border-collapse: collapse;
}

.Panel .Header td {
	background-color: #782223;
	border: 1px solid #8F8F8F;
	color: white;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
}

.Panel .Content td {
	background-color: white;
	border: 1px solid #8F8F8F;
	padding: 8px 5px 8px 5px;
	text-align: justify;
}

.Panel .ContentDark td {
	background-color: EFEFEF;
	border: 1px solid #8F8F8F;
	padding: 8px 5px 8px 5px;
	text-align: justify;
}

.Session {
	margin: 10px;
}

.Session h1 {
	color: #666666;
	font-size: 22px;
	font-weight: bold;
}

.Speaker {
	margin: 10px;
}

.Speaker img {
	float: left;
	margin: 5px 10px 5px 0px;
}

.Speaker h1 {
	color: #666666;
	font-size: 22px;
	font-weight: bold;
	margin: 5px 5px 5px 0px;
}

.Speaker div {
	text-align: justify;
}

div.Panel {
	background-color: #CCCCCC;
	border: 1px solid #8A1E08;
	padding: 5px;
	margin-bottom: 8px;
}

div.Panel .Title {
	color: #8A1E08;
	font-weight: bold;
	margin-bottom: 5px;
}

div.Headlines {
	font-weight: bold;
	margin-bottom: 8px;
}

div.Text {
	margin-bottom: 8px;
}

.Resources {
	margin-top: 10px;
	vertical-align: bottom;
}

.Resources a {
	margin: 0px 5px 0px 0px;
	text-decoration: none;
}

.Resources .Video {
	/* display: none; */
}

/* ---------------------------------------
  Blue:         #013366
  Red:          #772222
  HOverRed:     #932A2A
  Gray border:  #94928C
  font red: #6B2829
  "Arial", "Helvetica", Sans-serif;
  Verdana, Helvetica, Arial, sans-serif
  "Trebuchet MS" sans-serif;
---------------------------------------- */
