@charset "utf-8";/* CSS Document */



body {
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		/*Sets default font size to 10px. Increase the font size in the CSS by using em units in the font-size property. 1.2em = 12px, 1.4em = 14px, 1.8em = 18px*/
		line-height: 18px;
		/*text-shadow:#000 0 0 0; Prevents Safari from adding extra weight to text*/
		/*opacity: .999999;*/
		color: #333333;
		background-color: #eee;
}

img {
		border: none;
		padding: 1px;
}

a, a:visited, a:active {
		
		color: #000000;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
}

a:hover {
		color: #000;
		background-color: #bbbbbb;
}

hr {
		width: 100%;
		height: 1px;
		text-align: center;
		border: 0;
		color: #999;
		background-color: #999;
		margin-top: 30px;
		margin-bottom: 30px;
}

.hrred {
		width: 100%;
		height: 3px;
		text-align: center;
		border: 0;
		color: #A00000;
		background-color: #A00000;
		margin-top: 30px;
		margin-bottom: 5px;
}


.notice {
		color: #930;
		font-style: italic;
		font-weight: bold;
}

#container {
		z-index: 999;
		text-align: middle;
		width: 870px; 
		margin: auto;
		background: #fff;
}



#header {
		width: 870px;
		position: relative;
		margin: 0 auto;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		background: url(../../../css/images/Head.jpg) no-repeat #eee;
		height: 146px;
}


.header_overlay {
		float: right;
		width: 435px;
		vertical-align: middle;
		text-align: center;
		height: 144px;
}

#gradiant {
		width: 100%;
		/*background: url(images/nav-sub-tabs-bg.jpg) repeat-x;*/
		height: 30px;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #f6cc60;
		font-family: "Arial Black", Gadget, sans-serif;
		font-size: 12px;
		line-height: 30px;
		text-align: center;
		background-color:#000;
		color: #fff;
}


.contentbg { 
		width: 870px;
		background-color: #fff;
		float: left;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
}


.content { 
		margin-left: 5px;
		margin-top: 10px;
		float:left;
		width: 639px;
}


.content .note {
		font-style: italic;
		color: #666666;
}


.content h1 {
		font-size: 24px; 
		line-height: 36px; 
		letter-spacing: -1px; 
		font-weight: normal; 
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-bottom: 3px;
		margin: 0px 15px 0px 0px;
		display: block;
		border-bottom: dotted 1px #ccc;

}


.content h2 {
		font-size: 18px; 
		line-height: 24px;  
		font-weight: normal;
		padding-top: 5px;
		margin: 0px 0px 5px 0px; 
		color: #666666;
}


.content h3 {
		margin: 0px;
		font-size: 14px;
		font-weight: bold;
}


.content h4 {
		margin-bottom: 0px;
		font-size : 14px;
		font-weight: bold;
		color: #FCD116;
}


.content h5 {
		margin-bottom: 0px;
		font-size :14px;
		font-weight: bold;
		color: #000;
		border-bottom: dotted 1px #febd11;
		width: 450px;
}


.navigation {
		float: left;
		width: 200px;
		padding: 0px;
		margin: 0 15px 0 0;
		background-color: #b8b1a9;
		border-right: 1px solid #B8B8B8;
		height: 525px;
		position: relative;
}


.navigation ul li a {
		font-size: 15px;
		font-family:"Raleway";
		display: block;
/*		border-bottom: 1px solid #6A718B;*/
		border-bottom: 1px solid #B8B8B8;
		padding-left: 20px;
}


.navigation ul {
		margin: 0px;
		list-style-type: none;
		padding: 0px;

}


.navigation li {
		line-height: 36px;
}


.navigation li:hover {
		background-color: #A3A3A3;
		line-height: 36px;
}


.navigation a.regbutton {
		margin-top: 15px;
		margin-left: 11px;
		margin-bottom: 15px;
		background: url(../images/regbuttonesu.png) no-repeat;
		width: 100%;
		height:36px;
		display: inline-block;
		text-align: center;
		color: #ab8f1f;
		/*text-shadow: 0 -1px 0 #c17c3a;*/
		font-size: 20px;
		line-height: 36px;
		font-family:"Raleway";
		letter-spacing: -1px;
}


.navigation a.regbutton span {
		height:36px;
		margin-left: -19px;

}

.navigation a.regbutton:hover span {
		text-decoration: underline;
}


.navigation h2 {
		margin: 0px;
		padding-left: 10px;
		color: #fefefe;
		font-family:"Raleway";
		font-weight:bold;
		font-size: 17px;
/*		border-top: 1px solid #5b6585;
		border-bottom: 1px solid #5b6585;*/
		border-top: 1px solid #B8B8B8;
		border-bottom: 1px solid #B8B8B8;
/*		background: #D2B48C;*/
		background: #202020;
		line-height: 28px;

}

.navigation a.check2012 {
		color: #fefefe;
		font-size: 14px;
}

.navigation a.information {
		color: #fefefe;
		font-size: 14px;
}

.navigation h2:hover {
		background: #FCD116;

}


.copyright {
		width: 870px;
	
	color: #666;
	
	clear: both;
	
	text-align: center;
	
	padding-top: 2px;
	
	margin-bottom: 15px;
	
	margin: 0 auto;


}


.agenda2_table {

		vertical-align: middle;

		font-family:Calibri, Helvetica, sans-serif;

		font-size: 11px;

		border: 1px solid #999;

}


.agenda2_table a:hover{
	
	border-bottom: 1px dotted;

}


.agenda2_table_cell_room_first {
	
	background: #F2F2F2;
	
	line-height: 18px;
	
	text-align: center;
	
	vertical-align: middle;
	
	font-weight: bold;

}


.agenda2_table_cell_room {
	
	background: #F2F2F2;
	
	line-height: 18px;
	
	border-left: 1px solid #999;
	
	text-align: center;

		vertical-align: middle;
	
	font-weight: bold;

}


.agenda2_table_cell_date {
	
	background: #c3664b;
	
	color: #fcfcfc;
	
	line-height: 24px;
	
	font-size: 14px;
	
	font-weight: bold;
	
	text-align: left;
	
	vertical-align: middle;
	
	padding-left: 10px;

}


.agenda2_table_cell_time {
	
	background: #F2F2F2;
	
	line-height: 18px;
	
	border-top: 1px dotted #999;
	
	border-right: 1px dotted #999;
	
	vertical-align: middle;
	
	text-align: center;

}


.agenda2_table_cell_time_no_top_border {
	
	background: #F2F2F2;
	
	line-height: 18px;
	
	border-right: 1px dotted #999;
	
	vertical-align: middle;
	
	text-align: center;

}


.agenda2_table_cell_breaks_no_border {
	
	background: #F2F2F2;
	
	line-height: 18px;
	
	vertical-align: middle;
	
	text-align: center;
	
	padding: 4px;

}


.agenda2_table_cell_breaks_bottom_border {
	
	background: #F2F2F2;
	
	line-height: 18px;

		vertical-align: middle;

		border-bottom: 1px dotted #999;
	
	text-align: center;
	
	padding: 4px;

}


.agenda2_table_cell_breaks_top_border {
	
	background: #F2F2F2;
	
	line-height: 18px;
	
	vertical-align: middle;
	
	border-top: 1px dotted #999;
	
	text-align: center;
	
	padding: 4px;

}


.agenda2_table_cell_breaks {
	
	background: #F2F2F2;
	
	line-height: 18px;
	
	border-bottom: 1px dotted #999;
	
	border-top: 1px dotted #999;
	
	vertical-align: middle;
	
	text-align: center;
	
	padding: 4px;

}


.agenda2_table_cell_keynote {

		background: #7e8dae;
	
	color: #fff;
	
	line-height: 14px;
	
	font-size: 12px;
		font-weight: bold;
	
	text-align: center;
	
	vertical-align: middle;

}


.agenda2_table_cell_classtech {
	
	text-align: center;
		vertical-align: middle;
	
	background:#B8CCE4;
	
	padding: 4px;
	
	font-size: 10px;

}



.agenda2_table_cell_classtech a {
	
	color: #538dd5;

}



.agenda2_table_cell_roundtable {

		background: #fcd5b4;

		text-align: center;
		vertical-align: middle;

		padding: 4px;

		font-size: 10px;

}


.agenda2_table_cell_security {

		background: #e6b8b7;

		text-align: center;

		vertical-align: middle;

		padding: 4px;

		font-size: 10px;

}


.agenda2_table_cell_security a {
	
	color: #963634;

}


.agenda2_table_cell_process {

		background: #d8e4bc;

		text-align: center;

		vertical-align: middle;

		padding: 4px;

		font-size: 10px;

}


.agenda2_table_cell_process a {
		color: #4f6228;	

}


.agenda2_table_cell_technical {

		background: #ccc0da;

		text-align: center;

		vertical-align: middle;

		padding: 4px;

		font-size: 10px;

}


.agenda2_table_cell_technical a {
	
	color: #60497a;

}


.agenda2_table_row_cio {

		background: #fcd5b4;

		text-align: center;

		vertical-align: middle;
		padding: 2px;

}


.agenda2_footer_note {

		text-align: center;

		vertical-align: middle;

		font-size: 10px;
		border: 1px solid #e5e5e5;

		background: #f5f5f5;

}


.attendees_table_header a{

	color: #fcfcfc;

}


.attendees_table_header {
	
	background: #c3664b;
	
	color: #fcfcfc;
	
	line-height: 22px;
	
	font-size: 14px;
	
	font-weight: bold;

}


#DataList1 td {
	
	background: #fcfcfc;
	
	line-height: 12px;
	
	border-bottom: 1px solid #f2f2f2;
	
	padding-top: 12px;
	
	padding-bottom: 12px;

}


#attendanceGrid1 td {
	
	background: #fcfcfc;
	
	line-height: 14px;
	
	border-bottom: 1px solid #f2f2f2;

		padding: 6px;

}


#Stats td {
	
	background: #fcfcfc;

		border-bottom: 1px solid #f2f2f2;

}


#RowCount td {
			background: #fcfcfc;
	
	border-bottom: 1px solid #f2f2f2;

}


.hotel_table_cell_header {
	
	background: #eee;
	
	color: #666;

		line-height: 24px;
	
	font-size: 14px;
	
	font-weight: bold;

}


.hotel_table_cell {

		background: #fcfcfc;
	
	line-height: 18px;
	
	border-bottom: 1px solid #f2f2f2;
	
	padding-top: 12px;
	
	padding-bottom: 12px;

}


#sponsors .gold {
	
	color: #FC3;

}

#sponsors .silver {
	
	color: #999;

}


#sponsors .bronze {
	
	color: #C60;

}


#sponsors p {
	
	margin-top: .25em;
	
	font-size:14px;

}

.name {
	
	font-weight: bold;
	
	color: #512888;

}


.institution {
	
	font-style: italic;
	
	color: #666;
	
	font-weight: lighter;
}
