@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.form {
	font-size: 90%;
}
.exhibitlist {
	font-size: 90%;
	}
.announce {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.2;
	color: #555;
	float: none;
	margin-top: 0;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0033;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #CC0033;
	margin-left: 0px;
	margin-right: 20px;
	font-style: normal;
	width: 150px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
  }
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	
} 
.twoColFixLtHdr #subheader { 
	background: #DDDDDD; 
	background-image: url(images/icsp11_header.gif);
	height: 140px;
} 
.twoColFixLtHdr #2subheader { 
	background: #DDDDDD; 
	background-image: url(/images/icsp11_header.gif);
	height: 140px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 h2 {
	color:#CC0033;
	}
#schedule {
	display: block;
	text-decoration: none;
	
	
	color: #000 !important;
	border: 1px solid #000;
	}
#schedule h3 {
	font-size:14px;
	}
#schedule a {
	text-decoration: none;
	color: #000 !important;
	font-size:10px;

}
#sponsors {
	display: block;
	text-decoration: none;
	background-color:#EAEDFD;
	
	color: #000 !important;
	border: 1px solid #000;
	}
#sponsors ul li {
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	list-style-type:none;
	margin: 0 0 0 -15px;
	}
#sponsors td {
	font-size:11px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0 0 0 20px;
	}	
#sponsors a {
	text-decoration: none;
	color: #000 !important;
	text-align: left;

}
#sponsors a:hover {
	color:#cc0033 !important;
}
#sponsors h3 {
	font-size:14px;
	}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 12px 40px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in sidebar1 ends. */
	
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
}
.twoColFixLtHdr #fullpage { 
	margin: 0 12px 40px 12px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in sidebar1 ends. */
	
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
}
.twoColFixLtHdr #table {
	font-size: 11px;
	line-height: 1.2em;
	border: 1px solid #999999;
	}
.twoColFixLtHdr #table td {
	
	border-bottom: 1px solid #cccccc;
}	
	 
.twoColFixLtHdr #footer { 
	
	padding: 10px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size:12px; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.sessionsA {
	
	font-size:11px !important;
	padding: 0 2px 8px 3px;
	
}
.sessionsB {
	
	font-size:11px !important;
	padding: 0 2px 8px 3px;
	
	
}
.locationA {
	display: block;
	background-color:#99cc99;
	padding: 0 3px 3px 3px;
	margin: 0 0 5px 0;
}
.locationB {
	display: block;
	background-color:#6699cc;
	padding: 0 3px 3px 3px;
	margin: 0 0 5px 0;
}

.revised {
	font-size: 10px;
	float: right;
	}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.imageLeft {
	float: left;
	padding-right: 30px;
}
.formLabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	font-size: .90em;
}
fieldset{padding: 5px; margin-top: 15px;}
legend{font-weight:bold; padding: 0 5px 0 5px; font-size:100%; color:#0066CC;}
fieldset label{font-weight:normal;}
}
#galNav{
	margin: 0;
	font-size: 0.75em;
}
#galNav ul {
	margin: 0;
	padding: 0;
}
#galNav li {
	list-style-type: none;
	margin: 0;
	float: left;
}
#galNav a {
	color: #777777;
	display: block;
	float: left;
	padding: 2px 3px;
	border: 1px solid #333;
	margin: 0 2px 0 0;
	text-decoration: none;
}
#galNav a:visited {
	color: #666666;
}
#galNav a:hover,
#galNav a:active,
#galNav a:focus {
	color: #FFFFFF;
	background-color: #A0A0A0;
}
#galNav .current_mark a {
	background-color: #999999;
	color: #FFF !important;
	margin: 0 2px 0 0;
	cursor: default;
}
#galNav br {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
