/*
 * Copyright (c) 2011. Forumsee.
 */

#related h2 {
    border-bottom: 4px solid #0366A7;
}

#related {
}

#relatedVideos h2 {
    border-bottom: 4px solid #0366A7;
}

.menuWrap {
    background-color: #111111;
}

.menuItem {
    color: white;
    background-color: #666666;
    font-size: 12px;
    border-right: 1px solid #444444;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.bigLink {
    color: #0366A7;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    font-family: arial, sans-serif;
}

.bigLink:visited {
    color: #0366A7;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    font-family: arial, sans-serif;
}

.bigLink:hover {
    color: #0366A7;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    font-family: arial, sans-serif;
}

.menuItem a {
    color: white;
    text-decoration: none;
}

.menuItem a:hover {
    color: white;
    text-decoration: underline;
}

.menuItem a:visited {
    color: white;
    text-decoration: none;
}

.menuItemSelected {
    padding-left: 8px;
    padding-right: 10px;
    background-color: #ffffff;
    color: #444444;
    font-weight: bold;
    font-size: 12px;
}

.menuItemSelected a {
    color: #444444;
    text-decoration: none;
    font-weight: bold;
}

.menuItemSelected a:hover {
    color: #444444;
    font-weight: bold;
    text-decoration: underline;
}

.menuItemSelected a:visited {
    color: #444444;
    font-weight: bold;
    text-decoration: none;
}

.roundedCorners {
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;

}

.readResponsesLink {
    color: #2C3281;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.readResponsesLink:visited {
    color: #2C3281;
    text-decoration: none;
    font-weight: bold;
}

.readResponsesLink:hover {
    color: #2C3281;
    text-decoration: underline;
    font-weight: bold;
}

.menuOptionSelected {
    font-weight: bold;
    border-bottom: 1px dotted #cccccc;
}

.menuOptionSelected a {
    text-decoration: none;
    color: #2c3281;
}

.menuOptionSelected a:visited {
    color: #2c3281;
    text-decoration: none;
}

.menuOptionSelected a:hover {
    text-decoration: underline;
    color: #2c3281;
}

.menuOption {
    border-bottom: 1px dotted #cccccc;
}

.menuOption a {
    text-decoration: none;
    color: #2c3281;
}

.menuOption a:visited {
    color: #2c3281;
    text-decoration: none;
}

.menuOption a:hover {
    text-decoration: underline;
    color: #2c3281;
}

.topWrap {
    background-color: #111111;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #ffffff;
}

.topWrap a:visited {
    text-decoration: none;
    color: #dddddd;
    font-weight: bold;
}

.topWrap a {
    text-decoration: none;
    color: #dddddd;
    font-weight: bold;
}

.topWrap a:hover {
    text-decoration: underline;
    color: white;
    font-weight: bold;
}

.pathWrap {
    padding-top: 2px;
    padding-bottom: 2px;
    height: 25px;
    font: 12px Georgia, "Times New Roman", Times, serif;
}

.pathWrap a {
    text-decoration: underline;
    color: #888888;
    font-weight: bold;
}

.pathWrap a:visited {
    text-decoration: underline;
    color: #888888;
    font-weight: bold;
}

.pathWrap b {
    color: #888888;
    font-weight: bolder;

}

.bottomWrap {
    width: 100%;
}

.bottomDiv {
    color: #cccccc;
    text-align: left;
    width: 980px;
    background-color: #444444;
    padding: 0 5px 5px 4px;

}

.bottomDiv a {
    text-decoration: none;
    color: #cccccc;
    font-weight: normal;
}

.bottomDiv a:visited {
    text-decoration: none;
    color: #cccccc;
    font-weight: normal;
}

.bottomDiv a:hover {
    text-decoration: underline;
    color: #dddddd;
    font-weight: normal;
}

.headerDiv {
    padding-top: 0px;
    padding-bottom: 5px;
}

.messageSource {
    color: #555555;
}

#search {
    background: url("/images/search-box-bg.png") no-repeat scroll left top transparent;
    display: block;
    height: 30px;
    right: 1px;
    width: 279px;
    padding-top: 0px;
    padding-left: 2px;
}

#search #searchInputDiv {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

#searchInput {
    border: 0px solid #66BC29;
    font-size: 12px;
    height: 15px;
    background: url("/images/magnifying_glass.gif") no-repeat scroll right 0 #FFFFFF;
    font-size: 12px;
    height: 15px;
    padding: 5px 18px 2px 2px !important;
    width: 182px !important;
    margin: 0;
    color: #888888;
}

#searchsubmit {
    background: none repeat scroll 0 0 #66BC29;
    border: 0 none;
    color: #FFFFFF;
    outline: medium none;
    font-weight: bold;
    width: 60px;
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

body {
    font-size: 12px;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #CCCBBC;

}

p {
    margin: 0;
    padding: 0;
}

a, a:visited {
    color: #0000aa;
    text-decoration: underline;
}

li {
    padding-top: 5px;
    padding-bottom: 5px;
}

ul {
    list-style: square;
}

a:hover {
    color: #D78407;
    text-decoration: underline;
}

h2 {
    font-size: 18px;
    margin: 0px;
    padding: 0;
    text-align: left;
    font-weight: normal;
    color: #333333;
    font-family: Georgia, serif;
}

.underline {
    border-bottom: 4px solid #0366A7;
}

h1 {
    font-size: 32px;
    line-height: 1em;
    margin: 0px;
    padding: 0;
    text-align: left;
    font-weight: normal;
    color: #282828;
    font-family: Georgia, serif;

}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #777777;
    font-size: 12px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
}

div#container {
    margin: 0px auto;
    text-align: left;
    width: 980px;
    background: /*url("/images/bg_left.png")*/ repeat-y scroll -13px 0 white;
    padding: 0 2px 0px 2px;
}

div#header {
    background-color: #ffffff;
    padding: 0px;
    width: 920px;
    color: #888888;
}

#Header a {
    text-decoration: none;
}

.indexItem a {
    text-decoration: none;
}

.indexItem a:visited {
    text-decoration: none;
}

.categoryGroup {
    padding-bottom: 0px;
    padding-top: 10px;
    width: 100%;
    color: #333;
}

.categoryitem {
    color: black;
    padding-top: 7px;
    padding-bottom: 1px;
    padding-left: 0px;
    font-size: 12px;
}

.categoryitem a {
    text-decoration: none;
    color: #2c3281;
}

.categoryitem a:visited {
    text-decoration: none;
    color: #2c3281;
}

.categoryitem a:hover {
    text-decoration: underline;
    color: #2c3281;
}

.rootcategoryitem {
    color: black;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 4px solid #0366A7;
}

.rootcategoryitem a {
    text-decoration: none;
    color: #2c3281;
}

.rootcategoryitem a:visited {
    text-decoration: none;
    color: #2c3281;
}

.rootcategoryitem a:hover {
    text-decoration: underline;
    color: #2c3281;
}

.borderRight {
    border-right: solid 1px #ADD2E2;
    height: 1px;
}

.borderLeft {
    border-left: solid 1px #ADD2E2;
}

.borderTop {
    border-top: solid 1px #ADD2E2;
}

.borderAll {
    border: solid 1px #ADD2E2;
}

.borderBottom {
    border-bottom: solid 1px #ADD2E2;
}

div#searcherPortal form {
    margin: 0;
    padding-left: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}

div#footer {
    background: white;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #777777;
}

div#footer a {
    color: #777777;
    font-weight: normal;
}

.notab {
    border-bottom: solid 1px #99C0E9;
    width: 10px;
}

.tablink {
    color: #2c3281;
    border-bottom: 0px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.tablink:visited {
    color: #2c3281;
    border-bottom: 0px;
    font-size: 12px;
    text-decoration: none;
}

.tablink:hover {
    font-size: 12px;
    color: #2c3281;
    text-decoration: underline;
}

.tablinkSelected {
    color: #2c3281;
    border-bottom: 0px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.tablinkSelected:visited {
    color: #2c3281;
    border-bottom: 0px;
    font-size: 12px;
    text-decoration: none;
}

.tablinkSelected:hover {
    font-size: 12px;
    color: #2c3281;
    text-decoration: underline;
}

.lightBackground {
    background: #E5EFFA;
}

.smallTxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555555;
}

.smallTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #777777;
    border-bottom: 1px solid #cccccc
}

.formLabelOk {
    color: #000000;
}

.formLabelError {
    color: red;
    font-weight: bold;
}

.formErrorMessage {
    color: #cc0000;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 32px;
    border: 0px solid #CCCCCC;
}

.formInfoMessage {
    background: url("/images/icons/info_32.gif") no-repeat #ffffff 5px;
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    padding-left: 50px;
    padding-right: 10px;
    padding-top: 10px;
    height: 32px;
    border: 0px solid #CCCCCC;
}

.formTitle {
    border-bottom: 2px solid #CCCCCC;
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    padding-top: 15px;
}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

div#regularContent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

hr {
    color: #CCCCCC;
    line-height: 1px;
    width: 80%;
    text-align: center;
}

form {
    margin: 0px;
    padding: 0px;
}

div#contactForm {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: white;
}

div#contactForm table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.productTable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: white;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div#path {
    padding-top: 0px;
    padding-bottom: 10px;
}

div#path a {
    color: #555555;
    text-decoration: underline;
}

div#path b {
    color: #555555;
}

.topHeaderTitle {
    font-size: 16px;
    background: #555555;
    color: #ffffff;
    margin: 0pt;
    padding-top: 0pt;
    padding-left: 4px;
    padding-right: 0pt;
    padding-bottom: 0pt;
    font-size: 16px;
    font-variant: small-caps;
    font-family: Verdana, sans-serif;
}

.topMenuAction {
    text-align: left;
    padding-left: 12px;
    font-size: 14px;
    background: #555555;
}

.topMenuLink:hover {
    color: white;
    background-color: #506CC9;
    text-decoration: none;
}

.tabSelected {
    background: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.tabOption {
    background: #CCCCCC;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.clear {
    overflow: hidden;
    width: 100%;
}

.tableHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: white;
    background: #5DABEB;
    height: 30px;
}

.veryBig {
    color: #555555;
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1em;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
}

.notSoBig {
    color: #888888;
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
}

.highlighted {
    background-color: #ffff99;
    color: black;
}

.lightBackground {
    background: #F6F7F9;
}

.msgLink {
}

.msgLink a {
    color: #0366A7;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold
}

.msgLink a:visited {
    color: #0366A7;
    text-decoration: none;
    font-size: 14px;;
    font-weight: bold
}

.msgLink a:hover {
    text-decoration: underline;
    font-size: 14px;;
    font-weight: bold
}

.secondaryLink {
    padding-bottom: 5px;
}

.secondaryLink a {
    color: #000088;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold
}

.secondaryLink a:visited {
    color: #000088;
    text-decoration: none;
    font-size: 12px;;
    font-weight: bold
}

.secondaryLink a:hover {
    text-decoration: underline;
    font-size: 12px;;
    font-weight: bold
}

.categoryLink {
    padding-bottom: 5px;
}

.categoryLink a {
    color: blue;
    text-decoration: none;
    font-size: 12px;
}

.categoryLink a:visited {
    color: blue;
    text-decoration: none;
    font-size: 12px;
}

.categoryLink a:hover {
    text-decoration: underline;
    font-size: 12px;
}

.msgDate {
    background-color: #E0EAF1;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    color: #0366A7;
    font-size: 90%;
    line-height: 2.4;
    margin: 0px 0px 0px 0px;
    padding: 5px 6px;
    text-decoration: none;
    white-space: nowrap;
}

.msgSource {
    color: #333333;
}

.msgSummary {
    background: white;
    padding-bottom: 8px;
    padding-top: 4px;
    padding-left: 0px;
    font-size: 14px;
}

.msgSummary a {
    color: #0366A7;
    text-decoration: none;
}

.msgSummary a:hover {
    color: blue;
    text-decoration: underline;
}

.msgSummary a:visited {
    color: #0366A7;
    text-decoration: none;
}

.msgBlock {
}

.messageAction {
    cursor: pointer;
    font-size: 12px;
    height: auto !important;
    padding: 5px;
    -moz-box-shadow: 0 0 1px #F6F7F9;
    position: relative !important;
    background-color: #FFFFFF;
    background-position: left bottom;
    background-repeat: repeat-x;
    border-color: #C4D1DB #C4D1DB #9EB7CD;
    border-left: 1px solid #C4D1DB;
    border-right: 1px solid #C4D1DB;
    border-style: solid;
    border-width: 1px;
    color: #3F4856;
    font-weight: normal;
    width: 140px;
    text-decoration: none;
}

.searchButton {
    cursor: pointer;
    font-size: 13px;
    height: auto !important;
    padding: 3px 5px !important;
    -moz-box-shadow: 0 0 1px #F6F7F9;
    position: relative !important;
    background-color: #FFFFFF;
    background-position: left bottom;
    background-repeat: repeat-x;
    border-color: #C4D1DB #C4D1DB #9EB7CD;
    border-left: 1px solid #C4D1DB;
    border-right: 1px solid #C4D1DB;
    border-style: solid;
    border-width: 1px;
    color: #3F4856;
    font-weight: bold;
    text-shadow: 0 1px 1px #FFFFFF;
}

.searchButton:active {
    cursor: pointer;
    font-size: 13px;
    height: auto !important;
    padding: 3px 5px !important;
    -moz-box-shadow: 0 0 1px #F6F7F9;
    left: 1px !important;
    position: relative !important;
    top: 1px !important;
    background-color: #FFFFFF;
    background-position: left bottom;
    background-repeat: repeat-x;
    border-color: #C4D1DB #C4D1DB #9EB7CD;
    border-left: 1px solid #C4D1DB;
    border-right: 1px solid #C4D1DB;
    border-style: solid;
    border-width: 1px;
    color: #3F4856;
    font-weight: bold;
    text-shadow: 0 1px 1px #FFFFFF;
}

.searchInput {
    cursor: text;
    font-size: 13px;
    height: auto !important;
    padding: 3px 5px !important;
    -moz-box-shadow: 0 0 1px #F6F7F9;
    left: 1px !important;
    position: relative !important;
    top: 1px !important;
    background-color: #FFFFFF;
    background-position: left bottom;
    background-repeat: repeat-x;
    border-color: #C4D1DB #C4D1DB #9EB7CD;
    border-left: 1px solid #C4D1DB;
    border-right: 1px solid #C4D1DB;
    border-style: solid;
    border-width: 1px;
    color: #3F4856;
}

.searchSelect {
    width: 130px;
    cursor: pointer;
    font-size: 13px;
    height: auto !important;
    padding: 3px 5px !important;
    -moz-box-shadow: 0 0 1px #F6F7F9;
    left: 1px !important;
    position: relative !important;
    top: 1px !important;
    background-color: #FFFFFF;
    background-position: left bottom;
    background-repeat: repeat-x;
    border-color: #C4D1DB #C4D1DB #9EB7CD;
    border-left: 1px solid #C4D1DB;
    border-right: 1px solid #C4D1DB;
    border-style: solid;
    border-width: 1px;
    color: #3F4856;
    cursor: pointer;
}

.tagLink {
    background-color: #E0EAF1;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    color: #0366A7;
    font-size: 90%;
    line-height: 2.4;
    margin: 0px 0px 0px 0px;
    padding: 5px 6px;
    text-decoration: none;
    white-space: nowrap;
}

.tagLink:visited {
    background-color: #E0EAF1;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    color: #0366A7;
    font-size: 90%;
    line-height: 2.4;
    margin: 0px 0px 0px 0px;
    padding: 5px 6px;
    text-decoration: none;
    white-space: nowrap;
}

.tagLink:hover {
    background-color: #3E6D8E;
    border-bottom: 1px solid #37607D;
    border-right: 1px solid #37607D;
    color: #E0EAF1;
    text-decoration: none;
}

.tagLinkHighlight {
    background-color: #ffff99;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    color: black;
    font-size: 90%;
    line-height: 2.4;
    margin: 2px 2px 2px 0;
    padding: 5px 6px;
    text-decoration: none;
    white-space: nowrap;
}

.tagLinkHighlight:visited {
    background-color: #ffff99;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    color: black;
    font-size: 90%;
    line-height: 2.4;
    margin: 2px 2px 2px 0;
    padding: 5px 6px;
    text-decoration: none;
    white-space: nowrap;
}

.tagLinkHighlight:hover {
    background-color: #3E6D8E;
    border-bottom: 1px solid #37607D;
    border-right: 1px solid #37607D;
    color: #E0EAF1;
    text-decoration: none;
}

.pages {
    border: 1px solid #CCCCCC;
    background-color: #F6F7F9;
    color: #808185;
    display: block;
    float: left;
    margin-right: 3px;
    padding: 4px 4px 3px;
    text-decoration: none;
}

.pages a {
    text-decoration: none;
    color: #3F4856;
    font-weight: bold;
}

.pagesCurrent {
    background-color: #3E6D8E;
    border: 1px solid #3E6D8E;
    color: #FFFFFF;
    font-weight: bold;
    float: left;
}

.messageLink {
    text-decoration: none;
    padding: 3px;
    color: #0366A7
}

#messageLabels {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.messageLink:visited {
    text-decoration: none;
    padding: 3px;
    color: #0366A7
}

.messageLink:hover {
    text-decoration: none;
    color: white;
    background-color: #0366A7;;
    padding: 3px;
}

.articleItem {
    border-bottom: 1px dotted #A9A9A9;
    padding-top: 6px;
    font-size: 14px;
}

.articleSummary {
    color: #282828;
    font-size: 14px;
}

.articleItem a {
    color: #0366A7;
    text-decoration: none;
    font-size: 14px;
}

.articleItem a:visited {
    color: #0366A7;
    text-decoration: none;
    font-size: 14px;
}

.articleItem a:hover {
    text-decoration: underline;
    font-size: 14px;
}

.homeNumber {
    color: #555555;
    font-weight: bold;
}

#privacyThing {
    position: absolute;
    display: block;
    min-width: 100px;
    width: 100%;
    position: absolute;
    height: 50px;
    bottom: 0;
    padding: 0px;
}

#privacyThingInner {
    position: relative;
    padding: 4px;
    background-color: #eeeeee;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #dddddd;
    height: 40px;
    padding-top: 10px
}