@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00adee;
	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;
}
.twoColFixLtHdr #container { 
  /* width: 900px; */ /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	background-image: url(../images/MenuBG.png);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  /*
	border: 1px solid #000000;
  */
  border-style: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: white;
	background-image: url(../images/ICASSP2012_Webheader.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 149px;
	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. */
} 
.twoColFixLtHdr #photoCollage { 
	background: white;
	background-image: url(../images/PhotoCollage.png);
	background-repeat: repeat-x;
	height: 125px;
	padding: 0;
  border: 1px solid black;
  border-width: 1px 0;
} 
.twoColFixLtHdr #photoCollageFooter { 
	background: white;
	background-image: url(../images/PhotoCollage_Small.png);
	background-repeat: repeat-x;
	height: 63px;
	padding: 0;
  border: 1px solid black;
  border-width: 1px 0;
} 
.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 */
}
.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 */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
	color: white;
} 
.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: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
}
.twoColFixLtHdr #footer a {
	color: white;
}
.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;
}
.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 */
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}
.twoColFixLtHdr #sidebar1 ul#menu {
	margin: 0;
	padding: 0;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

.twoColFixLtHdr #sidebar1 ul#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #00adee;
	color: black;
	font-size: 11px;
	border: 1px solid black;
	border-width: 1px 0 0 0;
}
.twoColFixLtHdr #sidebar1 ul#menu li.selected {
	font-weight: bolder;
	color: black;
	background-color: #50b748;
}

.twoColFixLtHdr #sidebar1 ul#menu li a {
  display: block;
	text-decoration: none;
	color: black;
	font-size: 11px;
	padding: 4px 10px;
}
.twoColFixLtHdr #sidebar1 ul#menu li.selected a {
	color: black;
}
.twoColFixLtHdr #sidebar1 ul#menu li a:hover {
	background-color: #00a89c;
}
.twoColFixLtHdr #sidebar1 ul#menu li ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
	color: #00a89c;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	color: #00a89c;
}
h5 {
	font-size: 14px;
}
table.copyrightInfo {
  border-collapse: collapse;
  border: 1px solid black;
}
table.copyrightInfo td {
  border: 1px solid gray;
  padding: 0 0.5em;
}
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.AcceptanceLetterInfoTable {
  border-collapse: collapse;
  border: 2px solid black;
}
table.AcceptanceLetterInfoTable td {
  border: 1px solid gray;
  padding: 3px 1em;
}
table.AcceptanceLetterInfoTable th {
  border: 1px solid gray;
  color: white;
  background-color: black;
  font-size: 100%;
}
table.HotelList {
  border-collapse: collapse;
  border: 2px solid black;
  font-size: 12px;
}
table.HotelList th {
  border: 1px solid black;
  padding: 2px 0.5em;
}
table.HotelList td {
  border: 1px solid gray;
  padding: 2px 0.5em;
}
table.HotelList td.groupcode {
  color: red;
  font-weight: bold;
}
table.HotelList td.deadline {
  min-width: 8em;
}
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;
  padding: 2px 0.5em;
}
table#RegContactInfo {
  border-style: none;
  border-collapse: collapse;
}
table#RegContactInfo td {
  border-style: none;
  font-size: 100%;
}
table#RegContactInfo td.PersonalInfo {
  text-align: right;
}
table#ExtrasList {
  border-collapse: collapse;
  border: 2px solid black;
  margin: 0.5em;
  width: 720px;
}
table#ExtrasList th {
  background-color: black;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 2px 6px;
}
table#ExtrasList td {
  background-color: white;
  color: black;
  border: 1px solid gray;
  padding: 2px 6px;
}
table#ExtrasList td.RegExtraDesc {
  font-size: 10pt;
  background-color: #00adee;
}
table#ExtrasList td.RegExtraDesc p {
  margin: 2px 1em;
}
table#ccinfo {
  border-collapse: collapse;
  border-style: none;
}
table#ccinfo th {
}
table#ccinfo td {
  padding: 2px 6px;
  border-style: none;
  vertical-align: middle;
}
table#RegistrantInfo {
  border-collapse: collapse;
  border-style: none;
}
table#RegistrantInfo th {
  font-weight: bold;
  text-align: right;
  border-style: none;
  padding: 3px;
  background-color: white;
  color: black;
}
table#RegistrantInfo td {
  padding: 3px;
}
.FinePrint {
  font-size: 10pt;
}
table.SessionList {
  border-style: none;
}
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: inherit;
  font-size: larger;
  font-weight: bold !important;
  padding-left: 0 !important;
}
td.timecell {
  color: black;
  background-color: inherit;
  padding-left: 1em !important;
  font-weight: bold !important;
}
table.SessionDescription {
  border-collapse: collapse;
  border-style: none;
}
table.SessionDescription td {
  border-style: none;
}
table.PaperDescription {
  border-collapse: collapse;
  border-style: none;
}
table.PaperDescription td {
  border-style: none;
}
table.AbstractSearch {
  border-collapse: collapse;
  border-style: none;
}
table.AbstractSearch td {
  border-style: none;
}
table.ResultsForm {
}
table#ExhibitorDetail {
  border-collapse: collapse;
}
table#ExhibitorDetail tr {
}
table#ExhibitorDetail td {
  font-size: 11pt;
  vertical-align: top;
  border: 1px solid gray;
  border-width: 1px 0;
  padding: 15px 0;
}
table#ExhibitorDetail td.desc {
  font-size: 10pt;
  border-style: none;
}
table#ExhibitorDetail table.exdetail {
  padding: 10px;
}
table#ExhibitorDetail table.exdetail td {
  border-style: none;
  padding: 0;
}
table#ExhibitorDetail td img {
}
.emph {
  color: #b5121a;
  font-weight: bolder;
}
