/******************************************************************************/
/* Generic Styles Start */
/* begin with generic styles so that they can be overridden if needed by classes deeper in the stylesheet */
/******************************************************************************/
body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, p, blockquote, th, td, hr {
	margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
}

body {
    color: #000000;
    font: 77%/1.4em Tahoma; /* see http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html for px to % */
}

a {
    color: #578CCA;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    color: #065083;
    font-size: 153.9%;
    margin-bottom: 1em;
}

h2 {
    color: #065083;
    font-size: 123.1%;
}

h3 {
    font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h2, h3, p, fieldset {
    margin: 1em 0;
}

fieldset {
    padding: 5px;
}

legend {
    font-weight: bold;
    padding: 0 5px 4px;
}

blockquote, dl, ol, ul {
    margin: 1em;
}

dl dd {
    margin-left: 1em;
}

ol, ul {
    margin-left: 2em;
}

ol ol, ul ul {
    margin: 0.2em 2em;
}

ol {
    list-style: decimal outside;
}

ul {
    list-style: disc outside;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font: 100%;
    font-size: inherit;
    table-layout: fixed;
}

th, td {
    padding: 0.5em;
}

th {
    font-weight: bold;
    text-align: center;
}

img {
    border-width: 0;
}

hr {
    background-color: #065083;
    border-width: 0;
    height: 1px;
    margin: 1em auto;
    width: 80%;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* Layout Styles Start */
/******************************************************************************/
#page {
    background-color: #434A44;  /* footer background */
    margin: 0;                  /* fixed layout: margin: 0 auto; | fluid layout margin: 0; */
    min-height: 100%;           /* only needed if extending the footer background to fill the screen */
    min-width: 700px;           /* used for fluid layouts so that narrow browser widths doesn't squash up content */
    width: auto;                /* fixed layout: width: 760px; | fluid layout width: auto; */
}

#header .content {
    background-color: #FFFFFF;
    height: 52px;
    padding: 15px;
}

#logo {
    float: left;
    margin-top: 16px;
}

#slogan {
    float: left;
    margin: 16px 0 0 200px;
}

#top-nav {
    float: right;
}

#top-nav ul {
    list-style-type: none;
    margin: 0;
}

#top-nav li {
    display: inline;
    padding-left: 10px;
}

#search {
    clear: right;
    float: right;
    margin-top: 10px;
    min-width: 310px;
    text-align: right;
}

#breadcrumb {
    background-color: #FFFFFF;
    padding: 10px;
}

#main {
    background-color: #4E4E50;
    overflow: hidden;
    padding: 15px 235px;
}

#middle-column {
    float: left; /* needed since ie7 doesn't support display: inline-block; for inline elements */
    width: 100%;
}

#middle-column .content { /* needed since ie7/8 doesn't support box-sizing: border-box */
    background-color: #FFFFFF;
    border-radius: 8px;
    margin: 0 15px;
    padding: 20px;
}

#left-column {
    float: left; /* needed since ie7 doesn't support display: inline-block; for inline elements */
    margin-left: -220px;
    width: 220px;
}

#right-column {
    float: right; /* needed since ie7 doesn't support display: inline-block; for inline elements */
    margin-right: -220px;
    width: 220px;
}

#footer {
    color: #FFFFFF;
    font-size: 90%;
    padding: 15px 0;
    text-align: center;
}

#footer a {
    color: #FFFFFF;
}
/******************************************************************************/
/* Layout Styles End */
/******************************************************************************/

/******************************************************************************/
/* 1 Column Styles Start */
/******************************************************************************/
body.one-column-layout #left-column, body.one-column-layout #right-column {
    display: none;
}

body.one-column-layout #main {
    padding-left: 0;
    padding-right: 0;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column Styles Start */
/******************************************************************************/
body.two-column-layout #right-column {
    display: none;
}

body.two-column-layout #main {
    padding-right: 0;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Component Styles Start */
/******************************************************************************/
#main .component {
    color: #FFFFFF;
    margin-bottom: 1em;
}

.component a {
    color: #FFFFFF;
}

.component .header {
    font-size: 123.1%;
    font-weight: bold;
    height: 20px;
    padding: 10px;
}

.template1 .header {
    background: url(/Images/Template/ComponentHeader.jpg) no-repeat;
}

.template2 .header {
    background: url(/Images/Template/Component2Header.jpg) no-repeat;
}

.component .content {
    padding: 10px;
}
/******************************************************************************/
/* Component Styles End */
/******************************************************************************/

/******************************************************************************/
/* Top Menu Styles Start */
/******************************************************************************/
#header .menu {
    background-color: #076D9D;
    height: 38px;
}

#header .menu ul {
    list-style-type: none;
    margin: 0;
}

#header .menu ul li {
    float: left; /* needed since ie7 doesn't support display: inline-block; for inline elements */
    position: relative; /* drop down needs this */
    width: 100px; /* ie7 needs this for the drop down */
}

#header .menu ul li a {
    border-right: solid 1px #FFFFFF;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
}

#header .menu ul li a:hover {
    background-color: #0692BE;
}

#header .menu ul li.active > a {
    background-color: #0692BE;
}

#header .menu ul li.active > a:hover {
    cursor: text;
    text-decoration: none;
}

/* drop down styles start */
#header .menu ul ul {
    border-top: solid 1px #FFFFFF;
    display: none;
    position: absolute;
    z-index: 500;
}

#header .menu ul li:hover ul {
    display: block;
}

#header .menu ul ul li a {
    background-color: #0692BE;
    border: solid 1px #FFFFFF;
    border-top-width: 0;
    font-size: 90%;
    line-height: 1.4em;
    min-width: 150px;
    padding: 3px;
    text-align: left;
}
/* drop down styles end */
/******************************************************************************/
/* Top Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
#main .menu ul {
    list-style-type: none;
    margin: 0;
}

#main .menu ul li {
    background: url(/Images/Template/MainMenuItemDivide.jpg) repeat-x bottom;
}

#main .menu ul li a {
    background-image: url(/Images/Template/MainMenuArrow.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin: 0 10px;
    padding: 2px 0 6px 0;
    text-decoration: none;
    width: auto;
}

#main .menu ul li a:hover {
    text-decoration: underline;
}

#main .menu ul li.active > a {
    background-image: url(/Images/Template/MainMenuArrowActive.gif);
    background-repeat: no-repeat;
}

#main .menu ul li.active > a:hover {
    cursor: text;
    text-decoration: none;
}

/* identation styles start */
#main .menu ul li a {
    background-position: 0 center;
    padding-left: 15px;
}

#main .menu ul li li > a {
    background-position: 10px center;
    padding-left: 25px;
}

#main .menu ul li li li > a {
    background-position: 20px center;
    padding-left: 35px;
}

#main .menu ul li li li li > a {
    background-position: 30px center;
    padding-left: 45px;
}
/* identation styles end */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Box Styles Start */
/******************************************************************************/
.rounded-box .header {
    color: #FFFFFF;
    font-size: 108%;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0;
}

.rounded-box .top {
    background: #000000 url(/Images/Template/BoxTopRight.jpg) no-repeat top right;
}

.rounded-box .top div {
    background: url(/Images/Template/BoxTopLeft.jpg) no-repeat top left;
}

.rounded-box .top span {
    background-image: url(/Images/Template/BoxTopCenter.jpg);
    display: block;
    height: 13px;
    margin: 0 13px;
}

.rounded-box .content {
    background: #0692BE url(/Images/Template/BoxBackground.jpg) repeat-x;
    border-left: solid 1px #B6B6B7;
    border-right: solid 1px #B6B6B7;
    overflow: hidden;
    padding: 0 15px;
}

.rounded-box .bottom {
    background: #0692BE url(/Images/Template/BoxBottomRight.jpg) no-repeat bottom right;
}

.rounded-box .bottom div {
    background: url(/Images/Template/BoxBottomLeft.jpg) no-repeat bottom left;
}

.rounded-box .bottom span {
    border-bottom: solid 1px #B6B6B7;
    display: block;
    height: 12px;
    margin: 0 13px;
}
/******************************************************************************/
/* Box Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.active-button, .passive-button {
    background: #ECEBE6 url(/Images/Template/ButtonBackground.jpg) repeat-x;
    border: solid 1px #1D5284;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    padding: 1px 8px;
    text-decoration: none;
}

.article-date, .article-views {
    clear: left;
    color: #666666;
    float: left;
    font-size: 11px;
    height: 56px;
    padding-top: 8px;
    text-align: center;
    width: 55px;
}

.article-date {
    background: url(/Images/Template/DateBackground.jpg) no-repeat;
}

.article-views {
    background: url(/Images/Template/ViewsBackground.jpg) no-repeat;
}

.left .article-date, .left .article-views {
    margin: 0 8px 8px 0;
}

.right .article-date, .right .article-views {
    margin: 0 0 8px 8px;
}

.author {
    color: #999999;
    font-size: 90%;
    margin: 1em 0;
}

.bookmarks {
    margin: 1em 0;
    overflow: hidden;
    padding-top: 5px;
}

.calendar {
    font-size: 8pt;
}

.calendar-day {
    border: solid 1px E0E0E0;
    height: 80px;
    text-align: left;
    vertical-align: top;
    width: 14%;
}

.calendar-day-header {
    font-size: 7pt;
    font-weight: bold; 
}

.calendar-next-prev a {
    color: #FFFFFF !important;
}

.calendar-other-day {
    color: #999999;
}

.calendar-selected-day, .calendar-today-day {
     background-color: #333333;
     border: solid 1px #F64B22;
     color: #FFFFFF;
}

.calendar-weekend-day {
    background-color: #E6E6E6;
    height: 60px;
    width: 14%;
}

.calendar-title {
    background-color: #4E4E50;
    font-weight: bold;
}

.centered-list {
    list-style-type: none;
    margin: 0;
    text-align: center;
}

.centered-list li {
    display: inline;
}

.clear {
    overflow: hidden;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.comment {
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
    margin: 0.6em 0;
    padding: 5px;
}

.comment p:first-child {
    margin-top: 0;
}

.comment p:last-child {
    margin-bottom: 0;
}

#comments {
    margin: 1em 0;
}

#comments-top {
    background-color: #DDDDDD;
    height: 40px;
    margin: 1em 0;
}

.directory-item {
    border: solid 1px #DEDEDE;
    line-height: 28px;
    margin: 1em 0;
    padding: 3px;
}

.directory-item .telephone {
    background: url(/Images/Telephone.gif) no-repeat;
    color: #000000;
    float: right;
    font-weight: normal;
    padding-left: 35px;
}

.directory-item .header {
    background-color: #DEDEDE;
    height: 28px;
    margin-bottom: 3px;
    padding: 3px 5px;
}

.directory-item .content {
    padding: 5px;
}

.directory-item .content p:first-child {
    margin-top: 0;
}

.directory-item .content p:last-child {
    margin-bottom: 0;
}

.error {
    background: #F4E7EA url(/Images/Warning.gif) no-repeat 5px center;
    border: solid 1px #986265;
    margin: 1em 0;
    padding: 5px 5px 5px 40px;
}

.error ul {
    margin-left: 16px;
}

.help {
    display: inline;
}

.help .details {
    display: none;
    position: absolute;
    width: 355px;
    z-index: 999;
}

.help .details > .top {
    background: url(/Images/HelpTop.png) no-repeat top center;
    height: 28px;
}

.help .details > .middle {
    background: url(/Images/HelpBackground.png) repeat-y top center;
}

.help .details > .middle > .content {
    background: url(/Images/HelpArrow.png) no-repeat top left;
    margin-right: 30px;
    min-height: 53px;
    overflow: hidden;
    padding-left: 57px;
}

.help .details > .bottom {
    background: url(/Images/HelpBottom.png) no-repeat bottom center;
    height: 28px;
}

.hide {
    display: none;
}

.highlight {
    background-color: #FFFF66;
    color: #003399;
    font-weight: bold;
}

.item, .item2 {
    margin: 0.8em 0;
}

.item p:first-child, .item2 p:first-child {
    margin-top: 0;
}

.item p:last-child, .item2 p:last-child {
    margin-bottom: 0;
}

.modal-background {
    background-color: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modal-popup {
    background-color: #FFFFFF;
    border: solid 1px #000000;
    padding: 10px;
    width: 500px;
}

.modal-popup .header {
    font-size: 123.1%;
    font-weight: bold;
    margin-bottom: 1em;
}

.page-location {
    margin: 1em 0;
    text-align: center;
}

.page-navigation {
    margin: 1em 0;
}

.page-navigation a, .page-navigation .current {
    border: solid 1px #DDDDDD;
    line-height: 30px;
    padding: 5px 4px;
    text-decoration: none;
    vertical-align: text-top;
}

.page-navigation a:hover, .page-navigation .current {
    background-color: #EEEEEE;
}

.password-strength {
    border: solid 1px #000000;
    max-height: 18px;
    padding: 1px;
    vertical-align: middle;
    width: 200px;
}

.password-strength-average {
    background-color: Orange;
    color: Orange;
    max-height: 18px;
}

.password-strength-good {
    background-color: Green;
    color: Green;
    max-height: 18px;
}

.password-strength-text {
    background-color: White;
    margin: 2px 0 0 208px;
}

.password-strength-weak {
    background-color: Red;
    color: Red;
    max-height: 18px;
}

.pointer {
    cursor: pointer;
}

.popular-searches {
    border: solid 1px #000000;
    line-height: 30px;
    margin: 2em 100px;
    overflow: hidden;
    padding: 10px;
    word-wrap: break-word;
}

.product-image {
    border-width: 0;
    margin-right: 15px;
}

.product-price {
    font-size: 110%;
    font-weight: bold;
    line-height: 25px;
}

.product-title {
    font-size: 110%;
    font-weight: bold;
    line-height: 25px;
}

.rating {
    height: 20px;
    margin: 1em 0;
}

.rating-star {
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    height: 15px;
    margin-top: 2px;
    padding: 0;
    width: 13px;
}

.rating-star-default {
    cursor: default;
}

.rating-star-empty {
    background-image: url(/Images/EmptyStar.gif);
}

.rating-star-filled {
    background-image: url(/Images/FilledStar.gif);

}

.rating-star-saved {
    background-image: url(/Images/SavedStar.gif);
}

.response {
    background: #F8F8F9 url(/Images/Info.gif) no-repeat 5px center;
    border: solid 1px #0083C1;
    margin: 1em 0;
    padding: 5px 5px 5px 40px;
}

.tag-cloud-component {
    line-height: 1.8em;
    overflow: hidden;
    word-wrap: break-word;
}

/* Start styles used to set xx-small to xx-large font sizes of tags for small, medium and large */
.tag-cloud-component-tag1 {
    font-size: 80%;
}

.tag-cloud-component-tag2 {
    font-size: 90%;
}

.tag-cloud-component-tag3 {
    font-size: 100%;
}

.tag-cloud-component-tag4 {
    font-size: 110%;
}

.tag-cloud-component-tag5 {
    font-size: 120%;
}

.tag-cloud-component-tag6 {
    font-size: 140%;
}

.tag-cloud-component-tag7 {
    font-size: 160%;
}
/* End of tag cloud tag font sizes */

.text-box {
    border: solid 1px #809DB9;
    padding: 2px;
}

.wizard {
    width: 100%;
}

.wizard td {
    padding: 0;
}

.wizard td td {
    padding: 0.5em;
}

.word-wrap {
    overflow: hidden;
    word-wrap: break-word;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/* please duplicate all HTML tag styles to Wysiwyg.css */
/******************************************************************************/
.absmiddle {
    margin-bottom: 0.25em;
    vertical-align: middle;
}

.big-text {
    font-size: 110%;
}

.blue-text, .blue-text a {
    color: #0690BC;
    text-decoration: none;
}

.first {
    margin-top: 0;
}

.gray-text, .gray-text a {
    color: #999999;
    text-decoration: none;
}

.green-text, .green-text a {
    color: #009933;
    text-decoration: none;
}

.grid {
    margin: 1em 0;
    width: 100%;
}

.grid th, .grid td {
    border: solid 1px #E1E1E1;
}

.grid th {
    background-color: #EEEEEE;
}

.grid th a {
    color: #000000;
}

.grid th.none {
    background: none;
    border-width: 0;
    font-weight: normal;
}

.grid td td, .grid th th {
    border-width: 0;
}

.grid tr:hover {
    background-color: #EEEEEE;
}

.image-border {
    border: solid 1px #999999;
    margin: 5px;
    padding: 5px;
}

#left-column .image-border, #right-column .image-border {
    border: solid 1px #FFFFFF;
}

.last {
    margin-bottom: 0;
}

.left {
    float: left;
}

.quote {
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
    margin: 1em;
    padding: 5px;
}

.red-text, .red-text a {
    color: #FF0000;
    text-decoration: none;
}

.right {
    float: right;
}

.small-text {
    font-size: 90%;
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/
