@charset "UTF-8";

/* h1 style is for footers ONLY. This is for SEO purposes */

h1 { 

		color: #666;

		font-size: 11px;

		line-height: normal;

		font-weight: normal;

		padding: 0px;

		margin: 0px;

		text-align: center;

}

h2 {

		font-size:14px;

		font-weight:bold;

		font-family: Verdana, Arial, Helvetica, sans-serif;

		color: #cc0000;

		padding-top: 0px;

		padding-bottom: 0px;

		margin-top: 10px;

		margin-bottom: 0px;

}

h3 {

		font-size:12px;

		font-weight:bold;

		font-family: Verdana, Arial, Helvetica, sans-serif;

		color: #cc0000;

		padding-bottom: 0px;

		margin-bottom: 0px;

		padding-top: 0px;

		margin-top: 0px;

}

h4 {

		font-size:11px;

		font-weight:bold;

		font-family: Verdana, Arial, Helvetica, sans-serif;

		color: #787878;

		padding-bottom: 0px;

		margin-bottom: 0px;

}

h6 {

		font-size:11px;

		font-weight:bold;

		font-family: Verdana, Arial, Helvetica, sans-serif;

		color: #CC0000;

		margin-bottom: 0px;

}

p {

	padding-bottom: 5px;

	margin-bottom: 5px;

	padding-top: 0px;

	margin-top: 3px;

}

.styleTabbedHeader {

	font-size: 18px;

	color: #CC0000;

	font-weight: bold;		

}

a:link {

	color:#cc0000;

	font-size: 1.1em;

	font-weight:400;

	font-family: arial, helvetica, sans-serif;

	text-decoration: underline;

}

a:visited {

	color:#cc0000;

	font-size:1.1em;

	font-weight:400;

	font-family:arial, helvetica, sans-serif;

	text-decoration: underline;

}

a:hover {

	color: #666666;

	font-size:1.1em;

	font-weight:400;

	font-family:arial, helvetica, sans-serif;

	text-decoration: underline;

}

a:active {

	color:#cc0000;

	font-size:1.1em;

	font-weight:400;

	font-family:arial, helvetica, sans-serif;

	text-decoration: none;

}

#header a:link {

	color: #666666;

}

#header a:visited {

	color: #666666;

}

#header a:hover {

	color: #cc0000;

}

#header a:active {

	color: #666666;

}

#footer a:link {

	color: #666666;

}

#footer a:visited {

	color: #666666;

}

#footer a:hover {

	color: #cc0000;

}

#footer a:active {

	color: #666666;

}

a img {

	  border: none;

}

ul {

	margin-left: 0.05em;

	padding-left: 1.25em;

	list-style-image: url(../images/appliance_bullet.png);

	margin-top: 2px;

	padding-top: 2px;

}

body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #FFFFFF;

	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: #444444;

	font-size: 12px;

	font-weight:normal;

}

#logo table td{

	height: 70px;

}

#subnav table td {

	text-align: center;

	vertical-align: middle;

	height: 40px;

}

#subnav a:link img {

	text-decoration: none;

}

#subnav a:link {

	font-size: 11px;

	font-weight: bold;

	text-decoration: underline;

	color: #666666;

}

#subnav a:visited {

	font-size: 11px;

	font-weight: bold;

	text-decoration: underline;

	color: #666666;

}

#subnav a:hover {

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

	color: #666666;

}

#subnav a:active {

	font-size: 11px;

	font-weight: bold;

	text-decoration: underline;

	color: #666666;

}

#subnav .qmmc {

	text-align: left;

}

#subnav .qmmc ul {

	padding-bottom: 2px;

}

#subnav .qmmc ul li {

	padding-top: 0px;

}

#subnav #qm0>ul {

	position: relative;

	left: -20px;

}

#subnav #qm0 ul {	

	padding: 2px 0px 5px 0px;

}

.oneColFixCtrHdr #container {

	width: 780px; /* the auto margins (in conjunction with a width) center the page */

	border: 0px;

	text-align: left;

	background-image: url(../images/chain_with_red_link_inside2.jpg);

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	background-repeat: no-repeat;

	font-weight: normal;

}

.oneColFixCtrHdr #header {

	font-size:9px;

}

.oneColFixCtrHdr #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 */

}

.oneColFixCtrHdr #navigation {

	padding-top: 5px;

	padding-right: 0px;

	padding-bottom: 10px;

	padding-left: 15px;

	width:575px;

	font-size:11px;

}



.oneColFixCtrHdr #mainContent {

	padding-right: 20px;

	padding-left: 20px;

	padding-top: 35px;

	padding-bottom: 10px;

	font-weight: normal;

}

.oneColFixCtrHdr #footer {

	background:#FFFFFF;

	font-size:9px;

	padding-top: 0px;

	padding-right: 10px;

	padding-bottom: 10px;

	padding-left: 0px;

	vertical-align: top;

}

.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

#search {

	float: right;

	width: 190px;

	padding-top: 20px;

	padding-bottom: 10px;

	padding-left: 0px;

	text-align: right;





}

/* Begin Styles Added by Natalie */



#ContentFooter  {

	margin-top: 0px;

	padding-top: 0px;

	margin-bottom: 0px;

	padding-bottom: 10px;

	text-align: center;

}

#PlatformBackupTable td {

	padding: 10px;

}

.p  {

		font-weight:normal

}

.pretty-table caption

{

  caption-side: bottom;

  font-size: 0.9em;

  font-style: italic;

  text-align: right;

  padding: 0.5em 0;

}



.pretty-table th, .pretty-table td

{

	border: 0px dotted #666;

	padding: 0em;

	text-align: left;

	color: #FFF;

}



.pretty-table th[scope=col]

{

  color: #000;

  background-color: #8fadcc;

  text-transform: uppercase;

  font-size: 0.9em;

  border-bottom: 2px solid #333;

  border-right: 2px solid #333;

}



.pretty-table th+th[scope=col]

{

  color: #fff;

  background-color: #7d98b3;

  border-right: 1px dotted #666;

}



.pretty-table th[scope=row]

{

  background-color: #b8cfe5;

  border-right: 2px solid #333;

}



.pretty-table tr.alt th, .pretty-table tr.alt td

{

  color: #666;

}



/* End Styles Added by Natalie */


