@charset "UTF-8";

.hide {
    display: none;
}

/* HEADER STYLES*/
h1.pageHeader {
    text-align: left;
    width: 900px;
}

#subpage_header_logo {
   width: 990px;
   height: 52px;
   border: 0px none;
}

#subpage_header {
    background-color: #6d6e71;
    height: 85px;
}

#breadcrumbs {
    padding: 0 15px 10px 9px;
    color: #000;
}

#breadcrumbs a {
    color: #333;
    text-decoration: none;
}

#breadcrumbs a:hover {
    color: #333;
    text-decoration: underline;
}

#sub_nav {
    float: left;
    width: 450px;
    height: 22px;
    padding: 8px 0 0 15px;
    color: #fff;
}

#sub_nav a {
    color: #fff;
    text-decoration: underline;
}

#sub_nav a:hover {
    color: #ccc;
    text-decoration: underline;
}

/* === Login === */
#sign_in {
    color: #e7e7e7;
    width: 450px;
    height: 30px;
    padding: 4px 10px 0 0;
    font-size: 11px;
    float: right;
    text-align: right;
}

.LoginFailure {
    color: #cc3333;
    font-weight: bold;
    font-size: 108%;
    text-align: left;
}

.LoginStatus {
    color: White;
    padding-top: 2px;
    vertical-align: text-bottom;
}

a.LoginStatus {
    color: White;
    text-decoration: underline;
    padding: 0 2px 0 2px;
}

a.LoginStatus:hover {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 0;
}

.fields {
    height: 16px;
    width: 70px;
    font-size: 11px;
    vertical-align: top;
    background-color: #f7f7f7;
    border: none 0px;
}

#sign_in td {
    color: #ccc;
    font-size: 11px;
    padding-right: 0;
}

#divByline {
    width: 450px;
    height: 70px;
    padding: 15px 0 0 40px;
    font-size: 22px;
    color: #cc3333;
    line-height: 30px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
}

/*BODY CONTENT STYLES*/
#body_content {
    padding: 5px 0 15px 15px;
}

#subpage_body_content {
    padding: 10px 15px 5px 9px;
}

#divMainContent {
    width: 976px;
    height: 178px;
    float: left;
    overflow: auto;
    padding-right: 0;
    margin-right: 0;
}

#divSecondaryContent {
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}

#column_1,
#column_2,
#column_3,
#column_1_bot,
#column_2_bot,
#column_3_bot,
#column_4_bot {
    width: 242px;
    float: left;
}

#column_4 {
    width: 230px;
    float: left;
}

#subpage_column {
    padding: 5px 15px 15px 9px;
    float: left;
}

#column_1 h1,
#column_2 h1,
#column_3 h1 {
    margin: 0 0 4px 0;
    width: 224px;
    font-size: 13.5px;
    font-weight: normal;
    background-color: #6d6e71;
    color: #fff;
    padding: 3px 0 4px 10px;
}

#column_4 h1 {
    margin: 0 0 4px 0;
    width: 212px;
    font-size: 13.5px;
    font-weight: normal;
    background-color: #6d6e71;
    color: #fff;
    padding: 3px 0 4px 10px;
}

#column_1_bot h1,
#column_2_bot h1,
#column_3_bot h1,
#column_4_bot h1 {
    margin: 0 0 8px;
    width: 224px;
    font-size: 13.5px;
    font-weight: normal;
    background-color: #6d6e71;
    color: #fff;
    padding: 3px 0 4px 10px;
}

#column_1 h2,
#column_2 h2,
#column_3 h2,
#column_4 h2,
#column_1_bot h2,
#column_2_bot h2,
#column_3_bot h2,
#column_4_bot h2 {
    margin: 3px 0 5px 10px;
    font-size: 12.5px;
    font-weight: bold;
    color: #cc3333;
}

#column_1 p,
#column_2 p,
#column_3 p,
#column_4 p,
#column_1_bot p,
#column_2_bot p,
#column_3_bot p,
#column_4_bot p {
    padding: 0 15px 5px 10px;
    margin: 0;
}

#column_1 p a,
#column_2 p a,
#column_3 p a,
#column_4 p a,
#column_1 h2 a,
#column_2 h2 a,
#column_3 h2 a,
#column_4 h2 a,
#column_1 li a,
#column_2 li a,
#column_3 li a,
#column_4 li a,
#column_1_bot p a,
#column_2_bot p a,
#column_3_bot p a,
#column_4_bot p a,
#column_1_bot h2 a,
#column_2_bot h2 a,
#column_3_bot h2 a,
#column_4_bot h2 a,
#column_1_bot li a,
#column_2_bot li a,
#column_3_bot li a,
#column_4_bot li a,
#subpage_column p a,
#subpage_column li a {
    color: #cc3333;
    text-decoration: none;
}

#column_1 p a:hover,
#column_2 p a:hover,
#column_3 p a:hover,
#column_4 p a:hover,
#column_1 h2 a:hover,
#column_2 h2 a:hover,
#column_3 h2 a:hover,
#column_4 h2 a:hover,
#column_1 li a:hover,
#column_2 li a:hover,
#column_3 li a:hover,
#column_4 li a:hover,
#column_1_bot p a:hover,
#column_2_bot p a:hover,
#column_3_bot p a:hover,
#column_4_bot p a:hover,
#column_1_bot h2 a:hover,
#column_2_bot h2 a:hover,
#column_3_bot h2 a:hover,
#column_4_bot h2 a:hover,
#column_1_bot li a:hover,
#column_2_bot li a:hover,
#column_3_bot li a:hover,
#column_4_bot li a:hover,
#subpage_column p a:hover,
#subpage_column li a:hover {
    color: #903;
    text-decoration: underline;
}

#column_1 li,
#column_2 li,
#column_3 li,
#column_4 li,
#column_1_bot li,
#column_2_bot li,
#column_3_bot li,
#column_4_bot li {
    background-image: url(../../Image/bullet.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    list-style: none;
    padding: 0 15px 2px 10px;
    margin: 0;
}

#subpage_column li {
    background-image: none;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
    padding: 0 15px 2px 10px;
    margin: 0;
    font-family: arial;
    font-weight: normal;
    color: #000000;
    font-size: 11px;
}

#column_1 ul,
#column_2 ul,
#column_3 ul,
#column_4 ul,
#column_1_bot ul,
#column_2_bot ul,
#column_3_bot ul,
#column_4_bot ul,
#subpage_column ul {
    margin: 0;
    padding: 0 10px 5px 0;
}

/* SUBPAGES */
#subpage_column h1 {
    margin: 0;
    width: 224px;
    font-size: 15px;
    font-weight: normal;
    color: #007590;
    padding: 10px 0 0 0;
}

#subpage_column h2 {
    margin: 10px 0 3px 0;
    font-size: 12.5px;
    font-weight: bold;
    color: #cc3333;
    padding: 0;
}

#subpage_column h3 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: #666;
}

#subpage_column h4 {
    padding: 0;
    margin: 10px 0 3px 0;
    font-weight: bold;
    color: black;
    font-size: 12.5px;
}

#subpage_column p {
    padding: 3px 0 3px 0;
    margin: 0;
}

/* RedBooks 2.2 styles */
th.content {
    padding: 2px;
    font-weight: bold;
    background-color: #cc3333; /* #6d6e71 */
    color: #fff;
    vertical-align: middle;
}

tr.content {
    vertical-align: top;
    padding: 1px;
    background-color: #e6e6e6;
}

tr.contentAlt {
    vertical-align: top;
    padding: 1px;
    background-color: #f7f7f7;
    color: #000;
}

td.contentTopic {
    width: 35%;
}

td.contentDetail {
    width: 65%;
}

.footnote {
	text-align: right;
	padding-right: 10px;
	font-size: 9px;
	color: #007590;
}

.footnoteCenter {
	text-align: center;
	padding-top: 6px;
	font-size: 9px;
	color: #007590;
}

.footnoteAbove {
	text-align: center;
	padding-bottom: 6px;
	font-size: 9px;
	color: #cc3333;
}

span.label {
    font-weight: bold;
}

/* PAGE CONTENT */
#aspnetForm {
    margin: 0;
    padding: 0;
}

.validationVoice {
    color: #cc3333;
    font-weight: bold;
}

.required {
    color: #cc3333;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
}

.announce {
    font-size: 13.5px;
    font-weight: bold;
    color: #007590;
    padding: 2px;
}

.success {
    font-size: 14px;
    font-weight: bold;
    color: #007590;
    margin: 8px 0 2px 0;
    text-align: left;
}

#imgPrintPage {
    width: 14px;
    height: 13px;
    border: none;
    vertical-align: text-top;
    padding-right: 6px;
}

a, a:hover {
    color: Blue;
    text-decoration: underline;
}

/* Popular styles for forms */
.navButton {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    height: 24px;
    vertical-align: middle;
}

.navButtonDefault {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    vertical-align: middle;
}

