/* Created by Charles Tsai - March 23, 2008
Modified by Scott Kondor - 2007 and 2008
Scatterometry Style Sheet */

/* Page Containers */
body, html { 
  background-color: #FBFBF1;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body a { 
	color: #f00;
	text-decoration: none;
}

body a:hover {
	color: #000000;
	text-decoration: underline;
}

html { 
  vertical-align: top;
  margin: 0px;
}

div.page_container{ 
  margin: 0px auto;
  margin: 0px;
  /*width: 850px;*/
  font-family: arial, verdana, "sans-serif";
}

div.main_page_container{ 
  margin: 0px auto;
  margin: 0px;
  /*width: 850px;*/
  font-family: arial, verdana, "sans-serif";
  height: 100%;
}

table.main_content{ 
  width: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

td{ 
  vertical-align: top;
  text-align: left;
}

img{ 
  border: 0px;
}

/* Footer */

p.footer {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #000000;
}

.footer a:link, a:visited {
	color: #FF0000;
}

.footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* Links */

span.link_letter{ 
  color: #F00;
  font-size: 16px;
}

.hr {
	border-bottom: 1px solid #000000;
}

div.page_links{ 
  color: #000;
}

div.page_links a{
  color: #000000;
  font-size: 14px;
  padding-right: 5px;
  font-weight: bold;
  border: 1px hidden #000000;
}

div.page_links a.active{ 
  background-color: #f00;
  color: #FFFFFF;
  padding-left: 5px;
}

div.page_links a.active:hover {
  color:#FFFFFF;
  text-decoration:none;
}

div.page_links a.active span.link_letter{ 
  color: #FFFFFF;
}

/* Menu */

#dropmenudiv{
	position: absolute;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border: 1px solid #000000;
	border-top: 0px;
	padding: 3px;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #000000;
	margin-top: 1px;
}

#dropmenudiv a:hover{ 
  color: #000;
}

#dropmenudiv ul{ 
  margin: 0px;
  margin-left: 15px;
  border: 0px;
  padding: 0px;
}

span.welcome_letter{ 
  color:#f00;
  font-size: 28px;
}

/* Page */

div.heading{ 
  color: #000;
  font-size: 20px;
  padding-top: 15px;
  font-weight: bold;
}

span.heading_letter{ 
  color:#f00;
  font-size: 28px;
}

span.subheading{ 
  font-size: 15px;
  font-weight: bold;
  text-indent: 0px;
}

div.page_content{ 
  line-height: 20px;
  font-size: 14px;  
}

div.page_content a{ 
  /*color: #f00;*/
  text-decoration: none;
}

div.page_content a:hover{ 
  color: #f00;
  text-decoration: underline;
}

table.content{ 
  width: 100%;
}

table.content td{ 
  width: 50%;
  padding: 5px;
}

span.error{ 
  color: #f00;
}

/* List of Sections on Main Page */
ul.home {
	margin: 0;
	list-style-type: none;
}

li.home a {
	background: url(images/redbox.gif) left center no-repeat;
	padding-left: 15px;
}

/* Meeting Page Navigational Bar */
#meetingtop {
	width: 100%;
	height: 15px;
	background-image:    url(meeting/img/navbg.jpg);
	background-repeat: repeat-x;
	font: bold 0.8em Verdana, helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	/*padding-right: 3px;*/
	border-top: 1px solid #000000;
}

#meetingbottom {
	width: 100%;
	height: 15px;
	background-image:    url(meeting/img/navbg.jpg);
	background-repeat: repeat-x;
	font: bold 0.8em Verdana, helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	/*padding-right: 3px;*/
	border-bottom: 1px solid #000000;
}

#meeting-dropshadow {
	background-image:    url(meeting/img/navshadow.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 7px;
}

#meetingtop a.last {
	border-right: none;
}

#meetingtop a.dead {
	color: #999999;
}

#meetingtop a {
	padding-left: 9px; 
	padding-right: 9px; 
	border-right: 1px solid #000000; 
	color: #000000; 
	text-decoration: none;
}

#meetingtop a:hover {
	color: #FF0000; 
	text-decoration: underline;
}

#meetingbottom a.last {
	border-right: none;
}

#meetingbottom a.dead {
	color: #999999;
}

#meetingbottom a {
	padding-left: 9px; 
	padding-right: 9px; 
	border-right: 1px solid #000000; 
	color: #000000; 
	text-decoration: none;
}

#meetingbottom a:hover {
	color: #FF0000; 
	text-decoration: underline;
}

ul.contact {
	margin: 0;
	list-style-type: none;
}

li.contact a {
	background: url(meeting/img/contact.jpg) left center no-repeat;
	padding-left: 55px;
}

blockquote {
	border : 1px solid #000;
	width: 800px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 5px;
	background-color: #F3F3F3;
}

/* Table Formatting */

/* Data Table */
.data {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-spacing: 0px;
	width: 100%;
	padding: 0px;
}

/* Makes top row of table COAPS blue color */
.top_row {
	background-color: #4b80c4;
	color: #ffffff;
}

/* Makes first column white */
.dataset_column {
	background-color: #ffffff;
}

/* For use in <tr class="data_center"> making all <td> in that row center */
.data_center td {
	text-align: center;
}

/* For use in <td class="data_center"> */
.data_center {
	text-align: center;
}

/* Centers text in <th>, For use in top row */
.data th {
	text-align: center;
}

.notice {
	background: rgb(238, 238, 238);
	border: 1px solid rgb(221, 221, 221);
	line-height: 1.5em;
	margin: 10px;
	padding: 10px;
}