@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.twoColHybLtHdr #container { 
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #0073cf;
} 
.twoColHybLtHdr #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	background-image: url(../images/ICIP2008_WebHeader.png);
	height: 150px;
} 
.twoColHybLtHdr #headerContent {
  padding: 1em 0 1em 160px;
}
.twoColHybLtHdr #headerContent 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 28px;
	font-weight: bold;
	color: black;
}
#headerContent #headerDate {
  font-size: 18px;
	font-weight: bold;
	color: black;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 14em; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div  */
	margin: 0;
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/

.twoColHybLtHdr #mainContent { 
	margin: 0 0 0 14em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	border: 1px solid black;
	border-width: 1px 0 0 1px;
	padding: 12px;
	background-color: white;
} 
.twoColHybLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	border: 1px solid black;
	border-width: 1px 0 1px 0;
	vertical-align: middle;
	background-color: #fed450;
} 
.twoColHybLtHdr #footer p {
  text-align: center;
  font-size: 0.6em;
  margin: 0;
	padding: 3px;
}

/* Miscellaneous classes for reuse */
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
h1 {
  font-size: 150%;
	font-weight: bold;
	color: #0073cf;
}
h2 {
  font-size: 125%;
	font-weight: bold;
}
h3 {
  font-size: 100%;
	font-weight: bold;
	color: #0073cf;
}
h4 {
  font-size: 100%;
	font-weight: bold;
}
a, a:visited, a:active {
  text-decoration: none;
	color: #0073cf;
	border-bottom: 1px dashed #fed450;
}
a:hover {
  border-bottom: 1px solid #0073cf;
	color: black;
}
a.plain, a.plain:hover, a.plain:active, a.plain:visited {
  text-decoration: none;
	border: none;
}
table.importantDates {
  border: 2px solid black;
  border-collapse: collapse;
  font-size: 80%;
}
table.importantDates td {
  border: 1px solid gray;
  padding: 0.1em 0.6em;
}
table#footerLogos td {
  padding: 0 1em;
}
#menu {
  width: auto;
	margin: 0;
	padding: 0;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid black;
}
#menu li {
  border-bottom: 1px solid black;
  background-color: #0073cf;
	margin: 0;
	padding: 0;
}
#menu li a {
  background-color: #91b3cf;
	color: black;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 1em;
	margin: 0;
	border: none;
}
#menu li a:hover {
  background-color: #0073cf;
	color: white;
	border: none;
}
#logoBlock {
  margin: 0 auto;
	text-align: center;
}
#orgComm h2 {
  font-size: 1.1em;
	font-weight: 700;
	padding: 0 0 0 3px;
	margin: 10px 0 3px; 0;
}
#orgComm .commMember {
  font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 6px 8px 0 15px;
}
#orgComm .commName {
  font-weight: 500;
}
.important {
  padding: 0.5em;
  border: 2px solid black;
  background: #91b3cf;
}
table.PaperStatusGrid {
  border-collapse: collapse;
  border: 1px solid black;
  width: 100%;
}
table.PaperStatusGrid tr.HeaderRow {
  background-color: black;
  color: white;
}
table.PaperStatusGrid tr.HeaderRow th {
  font-weight: bold;
  text-align: left;
  padding: 2px 10px;
}
table.PaperStatusGrid td {
  padding: 2px 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
table.RegFeeSchedule {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-collapse: collapse;
}
table.RegFeeSchedule td, th {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  font-size: smaller;
}
p.FinePrint {
    font-size: smaller;
}
.red {
  color: red;
}
div #progressbar table {
  border-width: none;
  border-collapse: none;
}
div #progressbar td {
 border: 1px solid gray;
}
div #progressbar td.none {
 border-width: 0;
}
div #progressbar td.selected {
 background-color: #fff2d1;
 font-weight: bolder;
 border: 1px solid black;
}
table.ExInfo {
  border: 1px solid gray;
  border-collapse: collapse;
  margin: 1em;
}
table.ExInfo td {
  border: 1px solid gray;
  padding: 3px 10px;
  vertical-align: top;
}
table.ExInfo th {
  border: 1px solid gray;
  padding: 3px 10px;
  vertical-align: top;
}
table.ExInfo ul {
  padding: 0 1em;
  margin: 0;
}
table.SessionList tr td {
  border-style: none;
  font-size: small;
}
td.locationcell {
  border-style: solid;
  font-size: large;
  text-align: right;
}
td.daycell {
  color: red;
  background-color: white;
  font-size: larger;
  font-weight: bold;
}
td.timecell {
  color: black;
  background-color: inherit;
  text-indent: 0.5cm;
  font-weight: bold;
}

