/* --- document styles --- */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 24px;
	display: inline;
	color: #2A337A;
}

h2 {
	font-size: 18px;
	display: inline;
	color: #2A337A;
}

h3 {
	font-size: 16px;
	display: inline;
}

h4 {
	font-size: 14px;
	display: inline;
}

h5 {
	font-size: 12px;
	display: inline;
}

.size36 {
	font-size: 36px;
}

.size30 {
	font-size: 30px;
}

.size24 {
	font-size: 24px;
}

.size18 {
	font-size: 18px;
}

.size15 {
	font-size: 15px;
}

.size14 {
	font-size: 14px;
}

.size12 {
	font-size: 12px;
}

.size11 {
	font-size: 11px;
}

.size10 {
	font-size: 10px;
}

.size9 {
	font-size: 9px;
}

.footer {
	font-size: 11px;
	color: #333;
}

.footer a {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

.footer li {
	list-style-type: square;
}

td {
	font-size: 12px;
}

hr {
	height: 0px;
	padding: 0px;
	margin: 0px;
	background-color: black;
	border: 1px solid black;
}

hr.white {
	height: 0px;
	padding: 0px;
	margin: 0px;
	background-color: white;
	border: 1px solid white;
}

img {
	vertical-align: bottom;
	border: 0px;
}


td.productsListPad {
	padding: 10px 20px 10px 0px;
}

td.productsmenuitem {
	padding: 5px;
	border: 0px;
	font: 11px helvetica, arial, sans-serif;
}

td.productsPad {
	background-color: #fff;
	padding: 1px 7px 1px 7px;
	border: 0px;
	font: 10px helvetica, arial, sans-serif;
}

td.productsNopad {
	background-color: #fff;
	padding: 0px;
	border: 0px;
	font: 10px helvetica, arial, sans-serif;
}

th.calc-headings {
	font: bold 11px helvetica, arial, sans-serif;
	margin: 0px;
	border: 0px;
	background-color: #688DC6;
	text-align: center;
	padding: 3px;
	color: white;
}

td.calc-header {
	background-color: #5B77A3;
	font: bold 14px helvetica, arial, sans-serif;
	padding: 3px;
	color: white;
}

td.calc-known {
	background-color: #AAAAAA;
	text-align: center;
	padding: 3px;
	font: bold 11px helvetica, arial, sans-serif;
}

td.calc-body {
	background-color: #CCCCCC;
	text-align: center;
	padding: 3px;
}

td.black {
	color: #ffffff;
	background-color: #000000;
	font: bold 11px helvetica, arial, sans-serif;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	padding: 2px;
}

td.black-incl{
	color: #ffffff;
	background-color: #000000;
	font: bold 11px helvetica, arial, sans-serif;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
	height: 22px;
	width: 11%;
}

td.ltgrey {
	color: #000000;
	background-color: #eeeeee;
	font: 11px Helvetica, Arial, sans-serif, serif;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	height: 22px;
	padding: 2px;
}

td.dkgrey {
	color: #000000;
	background-color: #cccccc;
	font: 11px Helvetica, Arial, sans-serif, serif;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	height: 22px;
	padding: 2px;
}

td.dkgrey-incl {
	color: #000000;
	background-color: #cccccc;
	font: 11px Helvetica, Arial, sans-serif, serif;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	height: 22px;
	text-align: center;
	width: 11%;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: black;
}

a:active {
	color: black;
}

a:hover {
	color: #5B77A3;
}

a.productLinksHeading {
	color: white;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.productLinksHeading:visited {
	color: white;
}

a.productLinksHeading:active {
	color: white;
}

a.productLinksHeading:hover {
	color: #00296A;
}

a.productLinksItem {
	color: white;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.productLinksItem:visited {
	color: white;
}

a.productLinksItem:active {
	color: white;
}

a.productLinksItem:hover {
	color: #00296A;
}

a.menuLinks {
	color: white;
}

a.menuLinks:visited {
	color: white;
}

a.menuLinks:active {
	color: white;
}

a.menuLinks:hover {
	color: #CCDDFF;
}
a.links{
  color: #054894;
	font-size:14px;
	font-weight:bold;
	}
a.links:hover{
	color: #639AD7;
	font-weight:bold;
}
a.links:visited{
 color: #054894;
 font-weight:bold;
}
a.links:active{
 color: #054894;
 font-weight:bold;
}

input.xlarge {
    width: 250px;
    border: 1px solid black;
    background-color: #EEEEEE;
    font: 10px helvetica, arial, sans-serif;
}

input.large {
    width: 175px;
    border: 1px solid black;
    background-color: #EEEEEE;
    font: 10px helvetica, arial, sans-serif;
}

input.medium {
    width: 100px;
    border: 1px solid black;
    background-color: #EEEEEE;
    font: 10px helvetica, arial, sans-serif;
}

input.small {
    width: 65px;
    border: 1px solid black;
    background-color: #EEEEEE;
    font: 10px helvetica, arial, sans-serif;
}

input {
    font: 10px helvetica, arial, sans-serif;
}

input.checkbox {
    width: 14px;
    border: 0px;
    background-color: transparent;
}

textarea {
    width: 250px;
    height: 100px;
    border: 1px solid black;
    background-color: #EEEEEE;
    font: 10px helvetica, arial, sans-serif;
}

textarea.small {
    width: 200px;
    height: 50px;
    border: 1px solid black;
    background-color: #EEEEEE;
    font: 10px helvetica, arial, sans-serif;
}

/* --- div class styles --- */

.menus {
    position: absolute;
    top: 77px;
    width: 200px;
    border: 1px solid black;
    background-color: #CCDDFF;
    layer-background-color: #CCDDFF;
    visibility: hidden;
    padding: 5px;
    font: 11px helvetica, arial, sans-serif;
    color: black;
    text-decoration: none;
    text-align: left;
	z-index: 50;
}

.newmenus {
    visibility: hidden;
	position: absolute;
	width: 200px;
	top: 0;
	left: 0;
    z-index: 100;
}

.newmenus table {
	border-color: #fff #666 #666 #fff;
	border-width: 1px;
	border-style: solid;
}

.newmenus td {
	background-color: #cdf;
	padding: 5px;
    font: 11px helvetica, arial, sans-serif;
    color: black;
    text-decoration: none;
    text-align: left;
    border-bottom: solid 1px #A3B5D9;
}

.newermenus {
    display: none;
	position: absolute;
	width: 200px;
	top: 0;
	left: 0;
    z-index: 100;
}

.newermenus table {
	border-color: #fff #666 #666 #fff;
	border-width: 1px;
	border-style: solid;
}

.newermenus td {
	background-color: #cdf;
	padding: 5px;
    font: 11px helvetica, arial, sans-serif;
    color: black;
    text-decoration: none;
    text-align: left;
    border-bottom: solid 1px #A3B5D9;
}


.productmenus {
	position: absolute;
	left: 193px;
	background-color: #688DC6;
	layer-background-color: #688DC6;
	visibility: hidden;
	font: 11px Helvetica, Arial, Geneva, sans-serif;
	color: black;
	text-decoration: none;
	text-align: left;
}

/* --- span class styles --- */

.bold {
	font-weight: bold;
}

.h2 {
    font: bold 20px helvetica, arial, sans-serif;
    color: #2A337A;
	text-align: left;
}

.h3 {
    font: bold 14px helvetica, arial, sans-serif;
    color: #2A337A;
	text-align: left;
}

.h4 {
	font: bold 14px helvetica, arial, sans-serif;
}

.h5 {
	font: bold 11px helvetica, arial, sans-serif;
	font-weight: bold;
}

.tinytext {
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	font-size: 9px;
}

.productLinksText {
	color: white;
	font-size: 10px;
	font-weight: normal;
}

.wrapper {
	position: relative;
	text-align: left;
}

.padding {
	padding: 3px 10px 3px 10px;
}

.menuBar {
	background-color: black;
	position: absolute;
	left: 223px;
	top: 61px;
	width: 547px;
	font: bold 11px helvetica, arial, sans-serif;
	color: white;
}

.leftBox {
	width: 192px;
	background-color: #688DC6;
	color: white;
}

.rightBox {
	width: 236px;
	background-color: #688DC6;
	color: black;
}

.rightBox-large {
	background-color: white;
	color: black;
	text-align: justify;
}

.boxheader {
	font: bold 11px helvetica, arial, sans-serif;
	color: white;
	background-color: #5B77A3;
	height: 20px;
}

.boxfooter {
	position: absolute;
	background-color: #5B77A3;
	bottom: 0px;
	height: 25px;
}

.pageHeader {
	background-color: #D3D4D7;
}
.pageHeader-table {
	background-color: #D3D4D7;
	width: 100%;
}

.pageHeader-small {
	background-color: #D3D4D7;
}

.pagePadding {
	padding: 10px 20px 10px 20px;
}

/* FLOWCHART STYLES */

.circle {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/circleSmall2.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: center center;
	position: absolute;
	height: 55px;
	width: 65px;
	text-align: center;


}
.cirtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	padding: 8px 2px 2px;
	height: 50px;
	width: 65px;
	position: relative;
	font-weight: bold;

}
.box {
	background-color: #688CC6;
	text-align: center;
	width: 80px;
	border: 1pt solid #688CC6;
	position: absolute;
	height: 40px;
	padding-right: 2px;
	padding-left: 2px;
}

.hline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333300;
	position: absolute;

}
.vline {
	border-left-width: 1px;
	border-left-style: solid;
	position: absolute;
	border-left-color: #000000;
	}
.boxtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	position: relative;
	height: 40px;
	width: 70px;
	line-height: 12px;
	vertical-align: 50%;
	font-weight: bold;
	color: #FFFFFF;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}

.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 600px;
}

.r-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5px;
}

.r-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5px;
	background-color: #D3D4D7;
}

.flow {
	position: relative;
	margin-top: 100px;
	height: 450px;
}

.size12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}

.commentLow {
	background-color: #FFFFCC;
	border: 1px solid black;
	color: black;
	font: 10px verdana, arial, sans-serif;
	padding: 10px;
}

.comment {
	visibility: hidden;
	position: absolute;
	background-color: #FFFFCC;
	border: 1px solid black;
	color: black;
	font: 10px verdana, arial, sans-serif;
	padding: 10px;
}

.menuLinks {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.newMenuLinks {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 0 10px 0 10px;
	cursor: pointer;
}

.menuLabelOff {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 0 10px 0 10px;
	cursor: pointer;
}

.menuLabelOn {
	background-color: #666;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 0 10px 0 10px;
	cursor: pointer;
}

#applicationdataform h2 {
    clear: both;
    margin: 25px 0;
}

#applicationdataform p {
    clear: both;
    margin: 0;
    padding: 6px 0;
}

#applicationdataform p.button {
    padding-left: 125px;
}

#applicationdataform p#pulleys {
    padding-left: 255px;
}

#applicationdataform h3 {
    color: #2A337A;
    padding-left: 125px;
}

#applicationdataform input[type="text"] {
    background-color: #f6f6f6;
    border: 1px solid #000000;
    padding: 2px;
}

#applicationdataform select {
    background-color: #f6f6f6;
    border: 1px solid #000000;
}

#applicationdataform label {
    display: block;
    float: left;
    font-weight: bold;
    padding: 2px 5px 0 0;
    text-align: right;
    width: 250px;
}

#applicationdataform label.inline {
    display: inline;
    float: none;
    padding: 2px 0 0 0;
    width: auto;
}

#applicationdataform input.longfield {
    width: 200px;
}

#applicationdataform input.shortfield {
    width: 50px;
}

#applicationdataform textarea {
    background-color: #f6f6f6;
    height: 200px;
    width: 500px;
}

#applicationdataform sup {
    color: #ff0000;
    font-weight: bold;
}

#errormessage
{
    background-color: #FFE7E7;
    border: 3px solid #CC0033;
    color: #000000;
    margin: 0 auto 20px;
    padding: 10px;
    width: 90%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#errormessage img
{
    float: left;
    margin: 10px 20px 10px 10px;
}

#errormessage h2
{
    font-size: 13pt;
    margin: 3px;
}

#errormessage ul
{
    list-style-position: inside;
    list-style-type: none;
    margin-left: 32px;
}

#errormessage ul li
{
    margin: 5px 0;
}

#descriptions
{
    background-color: #F6F6F6;
    height: 80px;
    overflow: hidden;
    width: 780px;
}

#descriptions p
{
    padding: 0;
}

#descriptions p span.type
{
    background-color: #688DC6;
    color: #ffffff;
    display: block;
    float: left;
    font-weight: bold;
    height: 80px;
    margin-right: 20px;
    padding: 10px;
    width: 100px;
}

#descriptions p span.desc
{
    height: 80px;
    padding: 10px;
}

