﻿@import url('drops.css');

html {
	overflow: -moz-scrollbars-vertical;
}
body {
    background-image: url('../../images/content_tile_xy.gif');
	padding: 0px;
	margin: 0px;
	min-width: 780px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body.no-left-menu .left-menu
{
	display: none;
}
body.no-left-menu .inner-container 
{
	border: 1px solid white;
	padding: 1px;
	background-image: none;
	background-color: #7f7f7f;
}
body.no-left-menu .content-area 
{
	background-image: none;
	background-color: white;
	padding: 0px;
	margin: 0px;
}
body.no-left-menu .content
{
	background-image: none;
	margin-left: 0px;
	padding: 0px;
}
body.no-left-menu .content-area-footer 
{
	display: none;	
}
.outer-container {
	background: transparent url('../../images/subbody_tile_right.gif') repeat-y right top;
    padding-right: 20px;
    padding-bottom: 5px;
}
* html .outer-container {
    width: 780px;
    width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1218 ? "1200px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 780 ? "780px" : "auto"));
}
.header {
    position: relative;
	background: transparent url('../../images/header-background.jpg') no-repeat left top;
	margin: 0px;
	overflow: auto;
}
* html .header {
    height: 1%;
}
.utility-buttons {
    float: right;
	list-style-type: none;
	margin: 0px 2px 0px 0px;
	padding: 0px;
}
.utility-buttons li {
    margin: 2px 2px 3px 2px;
}
.utility-buttons img {
    border-width: 0;
}
.top-menu {
    clear: right;
	margin: 0;
	padding: 0;
	padding-left: 230px;
	padding-bottom: 1px;
	padding-top: 50px;
	list-style-type: none;
	overflow: auto;
}
.top-menu li {
    position: relative;
	border-right: 1px solid black;
}
.top-menu li {
	float: left;
}
.top-menu li.first {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: black;
}
.top-menu a {
	float: left;
	padding: 4px 6px 3px 6px;
	background: #e5e5e5 url('../../images/top-menu-item-background.gif') repeat-x left top;
	font-size: 11px;
	color: black;
	text-decoration: none;
	white-space: nowrap;
}
.top-menu a:hover, .top-menu li.active a {
    background: #b9bbdc url('../../images/top-menu-item-active-background.gif') repeat-x left top;
    color: #3333CC;
}
.top-menu li.active a {
    color: black !important;
}
.breadcrumb-trail {
    clear: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 213px;
    font-size: 10px;
    overflow: auto;
}
* html .breadcrumb-trail {
    height: 1%;
}
.breadcrumb-trail li {
    float: left;
    background: transparent url('../../images/breadcrumb-trail-separator.gif') no-repeat right 0.6em;
    padding: 0px 10px 0px 4px;
}
.breadcrumb-trail li.last {
    background-image: none;
    padding-right: 0px;
}
.breadcrumb-trail li, .breadcrumb-trail a {
    color: black;
}
.breadcrumb-trail a, .breadcrumb-trail span {
    float: left;
    padding: 1px;
}
.breadcrumb-trail a:hover {
    color: #336699;
}
.inner-container {
	background: transparent url('../../images/content-area-background.gif') repeat-y left;
    margin: 4px 7px;
}
.content-area {
	background: transparent url('../../images/top-left-content-border.gif') no-repeat left top;
	overflow: auto;
}
* html .content-area {
    height: 1%;
}
.left-menu {
	margin: 2px 0px 2px 2px;
	padding: 0px;
	float: left;
	width: 161px;
	list-style-type: none;
    overflow: auto;
}
.left-menu a {
    display: block;
    padding: 2px 5px 2px 12px;
    background-color: #eaeaea;
    border-bottom: 1px solid white;
    color: #373c3f;
    font-size: 10px;
    text-decoration: none;
    outline-style: none;
}
.left-menu a:hover, .left-menu a.active {
    background-color: #b9bbdc !important;
}
* html .left-menu {
    margin-left: 1px;
    height: 1%;
}
* html .left-menu li {
    height: 1%;
    overflow: auto;
    float: left;
}
* html .left-menu a {
    float: left;
    width: 144px;
}
.left-menu ul {
    padding: 0px;
    margin: 0px;
}
.left-menu li.opened a {
    background-color: #cecee0;
}
.left-menu ul a {
   padding-left: 24px;
}
* html .left-menu ul a {
    width: 132px;
}
.content {
	padding: 2px 2px 2px 0px;
	background: transparent url('../../images/content-background-grey.gif') no-repeat right top;
	margin-left: 172px;
	overflow: visible;
}
.content h1 {
	margin: 0px;
	margin-bottom: 10px;
	background-color: #fff8d2;
	color: #ee1d30;
	font-size: 14px;
	padding: 8px 10px;
	border-bottom: 1px solid #999999;
}
.content 
{
	padding-bottom: 10px;
}
.content p 
{
	margin: 0px 10px 10px 10px;
}
.content h2, .content h3
{
	margin: 0px 10px 8px 10px;
	font-size: 1em;
}
* html .content {
    margin-left: 169px;
    height: 1%;
}
table.vertical-bars td
{
    border: 1px solid gray;
    border-width: 1px;
}
table.bigger-font td, table.bigger-font th
{
    font-size: 10px !important;
}
table.centered-cells td, table.centered-cells th
{
    text-align: center !important;
}
table.specifications 
{
    background-color: White;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
table.specifications caption, table.specifications th 
{
    color: White;
    background-color: Red;
}

table.specifications caption 
{
    text-align: left;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
table.specifications th, table.specifications td
{
    padding: 4px 8px;
    vertical-align: top;
    text-align: left;
    font-size: 8px;
}
table.specifications td 
{
    border-bottom: 1px solid gray;
}
.content-area-footer {
	background-image: url('../../images/bottom-left-content-border.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.content-area-footer .inner {
    background: transparent url('../../images/bottom-right-content-border.gif') no-repeat right top;
    height: 2px;
}
.footer {
    border: 1px solid #fdfdfd;
    background-color: #7f7f7f;
    margin: 4px 7px;
    padding: 1px;
}
.footer .inner {
    background-color: white;
    font-size: 10px;
    text-align: center;
    padding: 5px;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 0px;
}
.left 
{
    float: left;
}
img.left 
{
    margin-right: 5px;
    margin-bottom: 5px;
}