@import url("/admin/dev.css");
body {
	margin:0px 0px 0px 0px;
	overflow-y:scroll;
	font-family:verdana,sans-serif;
	background-image:url('images/advanced-footer/page-bg.jpg');
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#f2f6f6;
}

form,p,h1,h2,h3,h4,h5,h6,table,tr,td {
	margin:0px;
}

.main {
	width:768px;
	border-bottom:1px solid #5C2476;
}

a.kn-speaker {
text-decoration:none;
color:#ffffff;
font-weight:light;
}

a.kn-speaker:HOVER {
text-decoration:underline;
color:#ffffff;
font-weight:light;
}


a {
	color:#800000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#CC0000;
	text-decoration:underline;
}

td {
	vertical-align:top;
	padding:0px;
}

img {
	border:none;
}

ti {
	color:#FFFFFF;
	font-size:16pt;
	font-weight:bold;
}

h1 {
	font-size:1.4em;
	font-weight:bold;
	color:#800000;
	padding-bottom:8px;
	border-bottom:1px dotted #444b61;

}

.head {
	font-size:1.3em;
	font-weight:bold;
	color:#444b61;
	margin-left:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dotted #993333 1px;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#444b61;
	margin-bottom:2px;
}

h3 {
	font-size:1em;
	font-weight:bold;
	color:#444b61;
	margin-bottom:2px;
}

.header {
background:url(images/header.jpg);
background-repeat:no-repeat;
width:503px;
height:20px;
padding-top:2px;
}

table#container {
	width:992px;
	border-bottom:1px solid #999999;
	margin-bottom:12px;
}

div#pagefooter {
	font-size:0.8em;
	font-weight:normal;
	margin-bottom:10px;
}

div.bighighlight {
	background-color:#e8e8e8;
	border: 1 dotted black;
	padding:12px;
	margin-top:2px;
	margin-bottom:2px;

}

div.quoteBox{
padding:10px;
border:solid 1px #CCCCCC;
float:right;
margin:10px 0px 10px 0px;
}

div.mcBox {
background-image:url(images/masterclasses/text-box-bottom.jpg);
background-position:bottom;
background-repeat:no-repeat;
padding:0px 15px 10px 15px;
}

div.highlight3 {
background-image:url(images/highlight.jpg);
background-position:left;
background-repeat:no-repeat;
	background-color:#ffffff;
	padding:10px;
	margin-top:2px;
	margin-bottom:2px;
	color:#FFFFFF;
	font-weight:bold;
}


div.highlight {
	background-color:#eeeeee;
	color:#333333;
	font-weight:bold;
	padding:12px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:1.2em;
}


div.highlightblack {
	background-color:black;
	padding:12px;
	margin-top:2px;
	margin-bottom:2px;
}

div.quote {
	margin-bottom:8px;
	font-style:italic;
	font-weight:bold;
}

ul {
	color:#000000;
	margin-top:2px;
	margin-bottom:2px;
}

div.footnote {
	border-top:1px solid black;
	margin-top:24px;
	padding-top:4px;
}

h2.block {
	background-color:#333333;
	padding:2px 2px 2px 10px;
	margin-bottom:8px;
	color:#FFFFFF;
	font-size:1em;
}

input.button {
	background-color:#5C2476;
	color:#ffffff;
	border:1px solid black;
}

table.usertable th {
	background-color:#e8e8e8;
	color:#2e1652;
	width:180px;
}

div.alphabet {
padding:3px 0px 3px 0px;
margin:2px 2px 0px 0px;
font-size:10px;
border:1px solid;
border-color:#CCCCCC;
float:left;
}

a.alphabet-line {
padding:3px 4px 3px 6px;
background-color:#ffffff;
color:#C32929;
background-color:#FFFFFF;
text-decoration:none;
}

a.alphabet-line:HOVER {
padding:3px 4px 3px 6px;
background-color:#FFCC00;
color:#ffffff;
background-color:#C32929;
text-decoration:none;
}

/**************************** CONTENT SLIDER ******************************/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px; /*width of featured content slider*/
height: 100%;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #ffffff;
padding:0px 0px 1px 0px;
border-top:solid 10px #FFFFFF;
}

.pagination a{
padding: 0px 5px;
text-decoration: none; 
color: #b3050d;
background: white;
border:solid 1px #ffffff;
text-decoration:none;
}

.pagination a:hover, .pagination a.selected{
color: #b3050d;
border:solid 1px #b3050d;
text-decoration:none;
}

/************************** TOP **************************/

img#smalllogo {
	margin:12px;
}

div#topline {
	background-color:black;
	color:#2a3549;
}

div#topinfo {
background-image:url(images/login-bar.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#000000;
	color:#ffffff;
	padding-left:12px;
	padding-right:12px;
	padding-top:5px;
	padding-bottom:15px;
	font-size:0.7em;
	font-weight:bold;
	border-left:1px solid #ebebeb;
}


div#topinfo a {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	
}

div#login {
	float:right;
	
}

/************************** LHS **************************/

td#lhs {
	border-bottom:1px solid #c7c7c7;
	border-left:1px solid #ebebeb;
	border-right:0px solid #ebebeb;
	background-color:#999999;	
}

div#lhsmenu {
	margin-top:0px;
	width:180px;
	

}

div#lhsmenu a {
	color:#ffffff;
	display:block;
	text-decoration:none;
	background-image:url(images/a-bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	font-weight:bold;
	font-size:0.7em;
	padding-left:16px;
	padding-right:0px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:0px;
	border-bottom:#cccccc 1px solid;
	border-top:#ffffff 1px solid;
}

div#lhsmenu div.selected a {
	background-image:url(images/a-bg-hover.jpg);
	font-weight:bold;
	background-color:#cccccc;
	color:#333333;
}

div#lhsmenu a:active {
	background-image:url(images/a-bg-hover.jpg);
	font-weight:bold;
	background-color:#cccccc;
	color:#333333;
}

div#lhsmenu div.submenu a {
	font-size:0.7em;
	padding-left:32px;
}

a.highlighted {
	background-color:#404040;
}

a.home-btn {
background-image:url(images/home1.jpg);
background-position:center;
background-repeat:no-repeat;
}

a.home-btn:hover {
background-image:url(images/home1-over.jpg);
background-position:center;
background-repeat:no-repeat;
}

/************************** RHS **************************/

td#rhs {
	background-color:#990000;
	border-bottom:1px solid #c7c7c7;
	border-left:0px solid #c7c7c7;
	border-right:0px solid #c7c7c7;
}

td#rhs h2 {
	font-size:0.8em;
	background-image:url(images/rhs-frame/h2.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:30px;
	padding-top:20px;
	margin:0px 5px 0px 0px;
	padding-bottom:15px;
	font-weight:bold;
	color:#ffffff;
}

td#rhs div.companylinks {
	background-color:white;
	width:200px;
	margin-left:20px;
	text-align:center;
	padding-top:20px;
	padding-bottom:12px;
}

td#rhs div.companylink {
	padding-bottom:16px;
}

/************************** MAIN **************************/

div#content {
	margin:32px;
	font-size:0.8em;
}

div#content h1 {
	margin-bottom:20px;
}

div#content td {
	font-size:0.8em;
}

div#content th {
	font-size:0.8em;
}

.bottom-info-bg{
margin-top:5px;
padding-top:10px;
padding-bottom:20px;
background-image:url(images/advanced-footer/bottom-info-bg.jpg);
background-position:center top;
background-repeat:no-repeat;
}

#fastlinkTitle {
	font-size:0.7em;
	font-weight:bold;
	margin-right:7px;
}

#fastlinkText {
	font-size:0.6em;
	margin-right:7px;
}

#fastlinkText a {
color:#333333;
text-decoration:none;
font-weight:normal;
}

/************************** SPECIFICS **************************/

table.contacts {
}

table.contacts td {
	background-color:#ffffff;
}

table.taf {
	font-size:0.9em;
}

table.taf h1 {
	background-color:#5C2476;
	color:#ffffff;
}

table.taf th {
	background-color:#e8e8e8;
}

div.agendaheader {
	background-color:#e8e8e8;
	color:#00803E;
	padding:8px;
}

div.agendaheader a {
	margin-left:12px;
}

div.agenda h3 {
	background-color:#ffd00a;
	color:black;
	padding:8px;
	font-size:12pt;
	margin-bottom:8px;
}

div.agenda .company {
	color:#444b61;
	font-weight:bold;
}

div.agenda .contact {
	color:#000000;
	font-weight:normal;
}

div.agenda .presentation {
	color:6b3a19;
	font-weight:bold;
}

div.agenda .summary {
	color:#808080;
}

div.agenda div.sectioncontent {
	color:#000000;
	font-weight:normal;
	margin-bottom:16px;
}

div.summary {
	font-weight:normal;
}

/************************** Speakers **************************/

div.speakerlist tr.even td {
	border:2px solid #f0f0f0;
	background-color:#f8f8f8;
	padding:3px;
	cursor:pointer;
}

div.speakerlist tr.odd td {
	border:2px solid #f0f0f0;
	background-color:#f0f0f0;
	padding:3px;
	cursor:pointer;
}

div.speakerlist table {
	border:2px solid #f0f0f0;
}

div.speakerlist h2 {
	 margin:15px;
	 font-size:135%;
	 color:#5C2476;
}

div.speakerlist a {
	font-weight:normal;
}

/*********************************** agenda ****************************************/

div#content table.agendatable td {
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:70%;
}

div#content table.agendatable th {
	background-color:#d5d5d5;
	font-size:70%;
}

div#content table.agendatable td.agendacompany {
	font-size:70%;
}

div#content table.agendatable td.agendabreak {
	font-style:italic;
	background-color:#f0f0f0;
	font-size:70%;
}

div#content table.agendatable td.agendatime {
	font-weight:bold;
	width:40px;
	font-size:70%;
}

div#content table.agendatable div.agendaday {
	border:1px solid #c0c0c0;
}

div#content table.agendatrack {
	width:100%;
}
