@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: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #A0A086;
	background-image: url(/proteomics/massspec/images/bg.gif);
	background-repeat: repeat-x;
}
.textonly{
	display:none;
}
.thrColFixHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #F8F8F6;
	border-bottom-color: #000000;
	border-left-color: #F8F8F6;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-image: url(/proteomics/massspec/images/bg.gif);
	background-repeat: repeat-x;
}
.thrColFixHdr table#header_image {
	padding: 0px;  /* 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: 0px;
	border:none;
	border-spacing:0px;	
	border-collapse:collapse;	
	background-image: url(/proteomics/massspec/images/header_bg.jpg);
	width:100%;

}
.thrColFixHdr table#header_image tr{
	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. */
	border:none;
}
.thrColFixHdr table#header_image td{
	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. */
	border:none;
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
  float: left; /* since this element is floated, a width must be given */
  width: 160px; /* padding keeps the content of the div away from the edges */
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #FFFFFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 10px; /* 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: #ffffff;
	margin-top: 70px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 160px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #FFF;
}
.thrColFixHdr #mainContent-nosidebar {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.thrColFixHdr #header .topmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #396;
	text-align: left;
	margin: 0px;
	width: 585px;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 200px;
	padding-bottom: 5px;
	background-image: url(/proteomics/massspec/images/navbar800.png);
}
.thrColFixHdr #footer {
  padding: 0px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background:#DDDDDD;
} 
.thrColFixHdr #footer p {
  margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
  padding: 5px 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
  font-size: 0.90em;
}
.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:0px;
    font-size: 1px;
    line-height: 0px;
}
a.topnav{
	color: #FFF;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-decoration: none;
}
a:hover.topnav{
	color: #FFF;
	text-decoration: none;
	background-color: #009D6F;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
a:visited.topnav{
	color: #FFF;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-decoration: none;
}
