@charset "utf-8";
/* CSS Document */

select {
	margin: 1px 0px 0px 0px;

}

/* 
-----------------------------------------------
  Edu Session Matrix
----------------------------------------------- */
 
table.sesMatrix {background-color: #999999; margin:10px }
table.sesMatrix td.cellBreak {background-color:#fff;}
table.sesMatrix td.cellDay {
	background-color: #8bc53e; font-weight: bold;
}
table.sesMatrix td.cellEdSes {background-color:#EEFAFC; vertical-align: top; width:99px}
table.sesMatrix td.cellDNTSes {background-color:#b2e3e3; vertical-align: top; width:99px}
table.sesMatrix td.cellTLSes {
	background-color: #b2e3e3;
	vertical-align: top;
}
table.sesMatrix td.cellExhall {background-color:#F6B782}
table.sesMatrix td.cellHead {background-color:#253b8e; color:#FFFFFF; font-weight:bold; font-size:1.2em; padding:7px}
table.sesMatrix td.cellKey {background-color: #F7F8C7; font-size:14px; font-weight:bold}
table.sesMatrix td.cellKey span{background-color: #F7F8C7; font-size:14px; font-weight:normal; font-style:normal;}
table.sesMatrix td.cellNet {background-color:#2389c9;}
table.sesMatrix td.cellTime {background-color:#CCE892; font-weight:normal}

/* 
-----------------------------------------------
  Education Sessions - tabs
----------------------------------------------- */

ul.edu_sessions {
	margin: 10px 0px;
	padding-left: 0;
	margin-left: 10px;
}
ul.edu_sessions li a{
	text-decoration: none;
	color: #042848;
	background-color: #eefafc;
	border: 1px solid gray;
	padding: 5px 10px;
	text-decoration: none;
	margin: 0px;
	float: left;
	 }
ul.edu_sessions li a:hover {
background-color: #2389c9;
color: #fff;
}
ul.edu_sessions li {
display: inline;
list-style-type: none;
}
.ed_ses_box {
	padding:10px;margin:5px 0px;border-bottom:1px solid gray;
}
#trackHead {
	background-color: #253b8e;
	border:1px solid gray;
	margin:5px 10px 0px 10px;
}
#trackHead H3 {color: #fff; font-size: 1.15em;}

div.vendorEvent h5 {font-size:13px; margin:10px;}
div.vendorEvent h5 span.deadline {font-size:11px; font-style:italic; font-weight:normal; text-decoration:none}

/* 
-----------------------------------------------
 collapsing fields
----------------------------------------------- */

div.vendorEvent { padding:3px 10px;margin:5px 0px;border-bottom:1px solid gray;/*border: 1px solid #AADAE4; */border-width: 0px 0px 1px 0px; /* margin-bottom: 10px;background-color:#eefafc*/}
#mainBody div.vendorEvent h4 {margin:10px;/*font-size:12px; margin:0px; display: block; background: #eefafc; color: #2389c9; padding: 10px;*/}
/*#mainBody div.vendorEvent h4 a { color: #2389c9; }*/
div.vendorEvent p {padding-left: 10px;}
div.vendorEvent p.vest {font-weight: bold; color: #2389c9; font-size: 11px;}
div.vendorEvent h4 span.deadline {font-size:11px; font-style:italic; font-weight:normal; text-decoration:none}
div.vendorEvent span.eduSesTrack {font-weight: bold; display:block; color:#666666; font-size:11px; text-decoration:none}
span.eduSesTrack {font-weight: bold; display:block; color:#666666; font-size:11px; text-decoration:none}
span.toggle {float:right; font-style:italic; margin-bottom:5px;}
span.toggle a#closeAll {display:none;font-style:italic}
div.vendorEvent div.offerContainer {/*display:none;background-color:#eefafc*/}
div.vendorEvent div.offerContainer p a.closer {display:block; text-align:right; margin:5px;font-style:italic}