@charset "utf-8";
body  {
	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;
  font-family: "Century gothic", Arial, Tahoma, sans-serif;
  font-size: 12px;
  background-color: #4d4e5a;
}
.twoColHybLtHdr #container { 
	width: 800px;  /* this will create a container 80% of the browser width */
	margin: auto; /* 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: #1a1c28;
  border: 1px solid black;
  border-width: 0 1px;
} 
.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;
	text-align: left;
  border-style: none;
  background-image: url('../images/MicroRAD2010_WebHeader_v2a.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 240px;
}
.twoColHybLtHdr #headerContent {
	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: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
  color: white;
  text-align: center;
}
#headerContent h1 {
  font-size: 22px;
	font-weight: bold;
  font-style: italic;
  color: white;
  margin: 0 209px 0 180px;
}
#headerContent h2 {
  font-size: 16px;
  font-style: italic;
  color: white;
  margin: 10px 209px 0 190px;
}
#headerContent #headerDate {
}
#headerContent table td {
  vertical-align: top;
}
#headerContent * {
  padding: 0;
	margin: 0;
}
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 200px; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div  */
	margin: 0;
  border-style: none;
  background-color: #245096;
}

.twoColHybLtHdr #mainContent { 
	margin: 0 0 0 200px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 12px;
  color: white;
  font-size: 15px;
  font-family: "Century gothic", Arial, Tahoma, sans-serif;
} 
.twoColHybLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	border-style: none;
	vertical-align: middle;
	background-color: black;
	color: white;
} 
.twoColHybLtHdr #footer p {
  text-align: center;
  font-size: x-small;
  margin: 0;
	padding: 3px;
}
.twoColHybLtHdr #footer a {
  border-style: none;
	text-decoration: none;
	color: white;
}
/* 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;
}
#mainContent h1 {
  font-size: 18px;
	font-weight: bold;
	color: white;
  padding: 4px;
  background: #176108;
}
h2 {
  font-size: 125%;
	font-weight: bold;
}
h3 {
  font-size: 100%;
	font-weight: bold;
}
h4 {
  font-size: 100%;
	font-weight: bold;
}
a, a:visited, a:active {
  text-decoration: none;
	color: #bcf2b1;
	border-bottom: 1px dashed #bcf2b1;
}
a:hover {
  border-bottom: 1px solid #bcf2b1;
	color: #bcf2b1;
}
a.plain, a.plain:hover, a.plain:active, a.plain:visited {
  text-decoration: none;
	border: none;
}
.plain img {
  border-style: none;
}
table.importantDates {
  border: 2px solid white;
  border-collapse: collapse;
  font-size: 100%;
  margin: 1em 0;
}
table.importantDates th {
  background-color: white;
  color: black;
  font-weight: bold;
  border: 1px solid white;
  font-size: 110%;
}
table.importantDates td {
  border: 1px solid white;
  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 0 1em 0;
  background-color: #245096;
}
#menu li {
  /*border-bottom: 1px solid black;*/
  /*background-color: #a8c3ff;*/
  /*
	margin: 4px 0;
	padding: 2px 0;
  */
  color: #ccc;
	text-decoration: none;
	font-weight: bold;
  padding: 6px 9px 6px 12px;
	margin: 0;
	border: none;
  font: 12px Arial, Verdana, Tahoma, sans-serif;
  background: #245096;
}
#menu li.title {
  background: #176108;
  padding-left: 10px;
  padding-top: 3px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  height: 26px;
}
#menu li a {
  /*background-color: #a8c3ff;*/
	color: white;
	text-decoration: none;
	font-weight: bold;
  font: 12px Arial, Verdana, Tahoma, sans-serif;
	border: none;
  /*
	color: white;
	display: inline;
	text-decoration: none;
	font-weight: bold;
  padding: 6px 9px 6px 12px;
	margin: 0;
	border: none;
  font: 12px Arial, Verdana, Tahoma;
  background: #245096;
  */
}
#menu li a:hover {
  /*background-color: #2b4f8f;*/
	color: white;
	border: none;
  text-decoration: underline;
}
#menu li.sub {
  font-size: 9px;
	margin: 0;
  padding: 1px 0;
  margin-left: 20px;
}
#menu li.sub a {
  padding: 3px 0 3px 6px;
}
#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;
}
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;
}

.important {
  border: 1px solid white;
  margin: 1em;
  padding: 0 1em;
}
.important p {
}
table.RegFeeSchedule {
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border-collapse: collapse;
}
table.RegFeeSchedule td, th {
  border-style: solid;
  border-width: 1px;
  border-color: white;
  font-size: smaller;
}
p.FinePrint {
    font-size: smaller;
}
.red {
  color: red;
}
table#RegistrantInfo {
  border-collapse: collapse;
}
table#RegistrantInfo th {
  font-weight: bold;
  text-align: right;
  border-style: none;
  padding: 3px;
}
table#RegistrantInfo td {
  padding: 3px;
}
table.SessionList tr td {
  border-style: none;
}
td.locationcell {
  border-style: solid;
  text-align: right;
}
td.daycell {
  color: white;
  background-color: inherit;
  font-size: larger;
  font-weight: bold;
}
td.timecell {
  color: #aaa;
  background-color: inherit;
  text-indent: 0.5cm;
  font-weight: bold;
}
div.sponsor {
  margin: 2em 0;
  text-align: center;
}
.sponsor p {
  font-weight: bold;
  margin: 0.6em 0;
}
.sponsor img {
  
}
.sponsor a {
  text-decoration: none;
  border-style: none;
}
.sponsor a img {
  border-style: none;
}
#usefullinks li {
  padding-top: 0.5em;
}
table.AcceptanceLetterInfoTable {
  border: 2px solid white;
  border-collapse: collapse;
}
table.AcceptanceLetterInfoTable td {
  border: 1px solid gray;
  padding: 4px;
}
ul.announce li {
  padding-top: 10px;
}
table.outline {
  border-collapse: collapse;
  border: 2px solid white;
}
table.outline th {
}
table.outline td {
  border: 1px solid white;
  padding: 4px 8px;
}
