﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #888;
    font-size: 9pt;
}

div#outer
{
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e7e2d4;
}

div#header
{
    background-color: #000;
    color: #fff;
}

div#header a
{
    color: #fff;
}

div#header ul
{
    background: url(/images/master/header.jpg) no-repeat;
    height: 83px;
}

div#header ul li
{
    margin: 16px 0 0 2px;
    font-family: Kirsty;
    text-transform: lowercase;
}

div#header ul li.top
{
    font-size: 14pt;
    margin-right: 45px;
}

div#header ul li.bottom
{
    font-size: 12pt;
    margin-right: 50px;
}

div#header ul li:first-child, div#header ul li:first-child a
{
    float: left;
    width: 233px;
    height: 83px;
    margin: 0;
}

div#header ul li input.searchTextBox
{
    width: 100px;
}

div#header .siteMapPath
{
    padding-left: 10px;
    line-height: 20px;
    color: #ccc;
}

div#header span.login
{
    float: right;
    padding-right: 10px;
    line-height: 20px;
}

div#main
{
    clear: both;
}

div#footer
{
    clear: both;
    background-color: Black;
    color: #ccc;
    padding: 0 10px;
    line-height: 27px;
    text-align: center;
}

img
{
    border: none;
    display: inline-block;
    vertical-align: top;
}

a
{
    text-decoration: none;
}

a, a:visited
{
    color: #06a;
}

a:hover
{
    text-decoration: underline;
}

a.noHover:hover
{
    text-decoration: none;
}

.HEADLINE
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

A.HEADLINE:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    color: #000000;
}

TD.subcathead
{
    color: #FFFFFF;
    font-weight: bold;
}
.subcathead
{
    color: #FFFFFF;
    font-weight: bold;
}
.DoorPattern
{
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}
.SmallGrey
{
    color: #666666;
    font-size: 9px;
}
A.SmallGrey
{
    color: #666666;
    font-size: 9px;
    text-decoration: none;
}
A.SmallGrey:link
{
    color: #666666;
    font-size: 9px;
    text-decoration: none;
}
A.SmallGrey:visited
{
    color: #666666;
    font-size: 9px;
    text-decoration: none;
}
A.SmallGrey:active
{
    color: #66FFFF;
    font-size: 9px;
    text-decoration: none;
}
A.SmallGrey:hover
{
    color: #000000;
    font-size: 9px;
    text-decoration: underline;
}

.MedGrey
{
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}
A.MedGrey
{
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
A.MedGrey:link
{
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
A.MedGrey:visited
{
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
A.MedGrey:active
{
    color: #66FFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
A.MedGrey:hover
{
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

H1, H2, H3, H4, H5
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    color: #00467F;
}

H1
{
    font-family: Kirsty;
    font-size: 20pt;
    letter-spacing: 2px;
    margin-top: 0;
    color: #555;
    text-transform: lowercase;
    font-weight: normal;
    text-align: center;
}

H2
{
    font-size: 16px;
}

H3
{
    font-size: 14px;
}

H4
{
    font-size: 12px;
}

H5
{
    font-size: 12px;
    color: Black;
    margin: 0;
}

.curly
{
    padding-bottom: 30px;
    background: url(/images/curly.png) no-repeat bottom center;
}

input[type="text"], input[type="password"], textarea
{
    padding: 1px;
    border: solid 1px #444;
}

input[type="text"].watermarked
{
    background-color: #F0F8FF;
    color: #444;
}

.black
{
    color: #000;
}

.bold
{
    font-weight: bold;
}

.FormLabel, .PartListClearButton
{
    font-size: 8.25pt;
    font-family: Arial;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.center
{
    margin-left: auto;
    margin-right: auto;
}

.hidden
{
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

ul.compact, ul.compact li, ul.compact li *
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

legend, label
{
    color: #333;
}

fieldset
{
    border: none;
    border-top: 1px solid #caa;
    margin-bottom: 10px;
}

legend
{
	font-weight: bold;
}

label
{
    display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

fieldset ol
{
	margin: 0;
	padding: 0;
}

fieldset li
{
	list-style: none;
	padding: 5px;
	margin: 0;
}

fieldset li em
{
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

label {
    width: 120px;
}

fieldset input[type="submit"]
{
    margin-left: 123px;
}

fieldset textarea, fieldset input
{
    margin-right: 10px
}

.pageHeader
{
    padding-left: 310px;
    padding-right: 24px;
    background-repeat: no-repeat !important;
}

.pageContent
{
    padding: 0 24px 12px 24px;
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}