/****************************************************************************
BODY wraps the entire browser window and defines the "master" defaults for
background image or color as well as the default fonts, colors, links, and hover
behavior for all content.

These values will be inherited by the content areas but overridden by the
"default format" classes used for each content area as well as the
"custom format" classes used by website content editors.
*****************************************************************************/
BODY {
    PADDING: 0px;
    MARGIN: 0px;
    background: #FFF url(/files/body_background.png) top center no-repeat;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
    FONT-SIZE: .875em; /* approx 14 px */
    color: #7B7B7B;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.25em;
}

BODY.mailer {
    background: #FFF url(/files/body_background_mailer.png) top center no-repeat;
}

/****************************************************************************
Set all the HTML tags to their default values as necessary.

WARNING: Setting an HTML tag at this level means that it will be displayed
this way in the WYSIWYG Editor (example <h1> tag).  Also, don't define
defaults for <a> tags here if you want to change the font color, size, etc,
within each content area.
****************************************************************************/

h1,h2,h3,h4,h5,h6 {
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 0em 0em 1em 0em;
    padding: 0em;
    color: #CC3333;
    font-weight: normal;
    line-height: 1.25em;
}

h1 { font-size: 190%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
h4 { font-size: 115%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }

/* PRE seems to be smaller than all other font faces so make it larger across all content areas */
pre {
    font-size: larger;
}

/* default input field styles */
input {
     border: 1px solid #cccccc;
}

select {
     border: 1px solid #cccccc;
}

ul {
    list-style-type: disc;
    list-style-position: inside;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
}

hr {
    background-color: #CACAC0; /* used by Mozilla and Opera */
    color: #CACAC0; /* used by IE */
    border: 1px;  /* define border and height for Opera */
    height: 1px;  /* define border and height for Opera */
    clear: both;
}

blockquote {
    padding: .5em;
    marign: 0em 0em 1em 0em;
    border: 1px solid;
    background: transparent;
    color: #145284;
    display: block;
}

blockquote p {
    border: 1px solid #145284;
    padding: .5em;
}

address,pre {}

p {
    padding: 0em;
    margin: 0em 0em 1em 0em;
}

blockquote,ul,ol {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

a {
    color: #003366;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a img {
    border: none;
    text-decoration: none;
}

a:hover img,
a:focus img {
    border-bottom: none;
}

/****************************************************************************
Site Border wraps all content containers for the document ans shoudl be the
only container that specifies an exact WIDTH in pixels.  All other child
containers should be defined in the software's Page Style, or as a percentage.
(Do not remove any selectors from this container or add colors and styles.)
*****************************************************************************/

#site-border {
    WIDTH: 950px;
    margin: 0em auto;
}

/****************************************************************************
Mailer Border wraps all content containers for emailed documents and be the
only container that specifies an exact WIDTH in pixels.  All other child
containers should be defined in the software's Page Style, or as a percentage.

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

.mailer #site-border {
    WIDTH: 550px;
    margin: 0em auto;
}

/*used for all menus */
ul.software_menu, .software_menu ul
{
    padding: 0em;
    margin: 0em;
    list-style-type: none;
}

/* Styling for secondary menu */

#site-top-border #secondary-menu {
    height: 50px;
}

#site-top-border #secondary-menu ul.software_menu li {
    float: left; /* necessary for IE 6 */
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 3;
}

#site-top-border #secondary-menu ul.software_menu li a {
    display: block;
    padding: 16px 10px;
    /* margin-bottom: -1px;  required to prevent javascript menus from disappearing on hover for mozilla */
     color: #FFF;
    font-weight: normal;
    text-decoration: none;
    font-size: 115%;
}

#site-top-border #secondary-menu ul.software_menu li.on a,
#site-top-border #secondary-menu ul.software_menu li a:hover {
    color: #336699;
    background-color: #fff;
}

#site-top-border #secondary-menu ul.software_menu li ul {
    position: absolute;
    visibility: hidden;
    top: 50px;
    left: 0;
    width: 185px;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    border-bottom: 1px solid #336699;
    z-index: 4;
}

#site-top-border #secondary-menu ul.software_menu li ul li {
    padding: 0em;
    margin: 0em;
    background-image: none;
    width: 185px;  /* fix width of menu items */
}

#site-top-border #secondary-menu ul.software_menu li ul li a {
    display: block;
    /* the width and the padding for this a element must match the width for the li above
    in order to fix an IE 6 issue where the pop-up menu will disappear */
    padding: 6px;
    width: 173px;
    background-color: #fff;
    color: #336699;
    font-size: 85%;
    font-weight: normal;
    line-height: 1.4em;
}

#site-top-border #secondary-menu ul.software_menu li ul li a:hover,
#site-top-border #secondary-menu ul.software_menu li ul li a:focus {
    background-color: #336699;
    color: #fff;
}

/* Styling for header and main menu */

#site-header-border {
    margin: 0em;
    padding: 0em;
}

#site-header-border #site-logo {
    float: left;
    width: 443px;
    margin: 0em;
    padding: 0em;
}

.mailer #site-header-border #site-logo {
    width: 100%;
}

#site-header-border #site-menu {
    float: right;
    width: 500px;
    margin: 0em;
    padding: 0em 1px 0em 0em;
    background: transparent url(/files/menu_background.png) top right no-repeat;
}

#site-header-border #site-menu ul.software_menu li {
    float: left; /* necessary for IE 6 */
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
}

#site-header-border #site-menu ul.software_menu li a {
    width: 101px;
    display: block;
    padding: 45px 12px;
    /* margin-bottom: -1px;  required to prevent javascript menus from disappearing on hover for mozilla */
     background: transparent url(/files/menu_item_background.png) top left no-repeat;
     color: #41506D;
    font-weight: bold;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 110%;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.025em;
}

#site-header-border #site-menu ul.software_menu li.on a,
#site-header-border #site-menu ul.software_menu li a:hover {
    color: #D56600;
    background: transparent url(/files/menu_item_background_hover.png) top left no-repeat;
}

#site-header-border #site-menu ul.software_menu li ul {
    position: absolute;
    visibility: hidden;
    top: 50px;
    left: 0px;
    width: auto;
    margin: 0em;
    background-color: transparent;
    background-image: none;
    border: 1px solid #336699;
    z-index: 4;
}

#site-header-border #site-menu ul.software_menu li ul li {
    padding: 0em;
    margin: 0em;
    background-color: transparent;
    background-image: none;
    width: auto;  /* fix width of menu items */
}

#site-header-border #site-menu ul.software_menu li ul li a {
    padding: .5em !important;
    background-color: #fff !important;
    background-image: none !important;
    color: #41506D !important;
    font-size: 85% !important;
    font-weight: normal !important;
    text-align: left !important;
}

#site-header-border #site-menu ul.software_menu li ul li a:hover,
#site-header-border #site-menu ul.software_menu li ul li a:hover a:focus {
    background-color: #336699 !important;
    color: #fff !important;
}

/****************************************************************************
Page Border Defaults - defines the border around all content areas.
*****************************************************************************/

#page-border {
    background-color: #EBEBEB;
    border-left: 1px solid #fff;
    border-right: 2px solid #fff;
}

.mailer #page-border {
    border-left: none;
}

#page-border .left-content-border {
    float: left;
    width: 260px;
    padding: 0em;
}

.interior-two-columns #page-border .left-content-border {
    border-right: 1px solid #fff;
}

.mailer #page-border .content-border {
    background: #fff url(/files/interior_content_background.jpg) top left no-repeat;
    padding: 2em 0em 0em 0em;
}

#page-border .left-content-border .language-selection {
    /*margin: -1px 0px 0px 0px;*/
    height: 17px;
    background-color: #fff;
}

#page-border .left-content-border .language-selection a {
    color: #7F7772;
    margin: 0px 0px 0px 15px;
    text-decoration: none;
    font-family: Georgia,"Times New Roman",Times,serif;
}

#page-border .left-content-border .site-search {
    height: 20px;
    overflow: hidden;
    padding: .68em 1em;
    background: transparent url(/files/search_background.png) top left repeat-y;
    border-bottom: 1px solid #fff;
}

#page-border .left-content-border .site-search form {
    padding: 0em;
    margin: 0em;
}

#page-border .left-content-border .site-search form label {
    color: #fff;
    width: 70px;
    font-size: 140%;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin-right: 10px;
    vertical-align: middle;
}

#page-border .left-content-border .site-search form .search-query {
    width: 120px;
    vertical-align: middle;
    margin-right: 5px;
}

#page-border .left-content-border .site-search form .search-submit {
    width: 20px;
    height: 17px;
    background: transparent url(/files/search_submit_background.png) top left no-repeat;
    border: none;
    padding: 0em;
    cursor: pointer;
    vertical-align: middle;
}

#page-border .left-content-border .static-ad-area {
    height: 200px;
    overflow: hidden;
    position: relative;
}

#page-border .left-content-border .static-ad-area p {
    margin: 0em;
}

#page-border .left-content-border .content {
    font-size: 85%;
}

#page-border .left-content-border .sidebar-menu .heading {
    color: #fff;
    font-size: 130%;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-align: center;
    padding: .6em;
    border-bottom: 1px solid #fff;
    background: #7b8795 url(/files/sidebar_menu_heading_background.jpg) top left repeat-y;
}

#page-border .left-content-border .sidebar-menu ul.software_menu {
    margin: 0em;
    padding: 10px 5px;
    background: #dcdcdc url(/files/sidebar_menu_background.jpg) top left repeat-x;
}

#page-border .left-content-border .sidebar-menu ul.software_menu li {
    list-style-type: none;
}

#page-border .left-content-border .sidebar-menu ul.software_menu li a {
    display: block;
    padding: 3px 5px 3px 10px;
    margin: 0em;
    font-size: 85%;
}

#page-border .left-content-border .sidebar-menu ul.software_menu li a:hover,
#page-border .left-content-border .sidebar-menu ul.software_menu li a:focus {
    color: #CC3333;
    background-color: #fff;
}

#page-border .left-content-border .sidebar-menu ul.software_menu li ul li {
    margin-left: 1em;
}

#page-border .right-content-border {
    float: right;
    width: 687px;
    background-color: #FFF;
}

#page-border .content-border {
    background-color: #FFF;
}

.interior-two-columns #page-border .right-content-border {
    width: 686px;
}

#page-border .right-content-border .dynamic-ad-area {

}

#page-border .right-content-border .dynamic-ad-area .software_ad_region_dynamic
{
    width: 687px; /* this should probably match the width for the ads_container selector below */
    position: relative; /* set this to relative if the ad region menu is absolutely positioned */
    border-right: 1px solid #fff;
}

.interior-two-columns #page-border .right-content-border .dynamic-ad-area .software_ad_region_dynamic
{
    width: 686px;
}

#page-border .right-content-border .dynamic-ad-area .software_ad_region_dynamic .items_container
{
    width: 687px; /* this is the width of the scrolling area. this should probably match the width for the ad region container above */
    height: 257px; /* this is the height of the scrolling area */
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.interior-two-columns #page-border .right-content-border .dynamic-ad-area .software_ad_region_dynamic .items_container
{
    width: 686px;
}

#page-border .right-content-border .dynamic-ad-area .software_ad_region_dynamic .item
{
    width: 687px;
    height: 257px;
}

.interior-two-columns #page-border .right-content-border .dynamic-ad-area .software_ad_region_dynamic .item
{
    width: 686px;
}

#page-border .right-content-border .content {
    margin: 0em 0em 1em 0em;
    padding: 2em 0em 0em 2em;
}

.interior-two-columns #page-border .right-content-border .content {
    padding: 2em 1em 0em 2em;
    background: transparent url(/files/interior_content_background.jpg) top left no-repeat;
}

#page-border .right-content-border .content .left-content {
    float: left;
    width: 480px;
    background-color: transparent;
}

#page-border .right-content-border .content .right-content {
    float: right;
    width: 164px;
    padding: 0em;
    background-color: transparent;
}

/* styling for the ad region container */
#page-border .right-content-border .content .right-content .software_ad_region_dynamic
{
    width: 164px; /* this should probably match the width for the ads_container selector below */
    position: relative; /* set this to relative if the ad region menu is absolutely positioned */
}

/* styling for the ads container */
#page-border .right-content-border .content .right-content .software_ad_region_dynamic .items_container
{
    width: 164px; /* this is the width of the scrolling area. this should probably match the width for the ad region container above */
    height: 250px; /* this is the height of the scrolling area */
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

/*
styling for ads
The height, width, and padding below need to work with the values entered above.
For example, if these values are set too small, then the content might not take up enough space,
and if the values are too large, then the content might be cropped.
*/
#page-border .right-content-border .content .right-content .software_ad_region_dynamic .item
{
    width: 163px;
    height: 250px;
    padding-left: 1px;
}

/****************************************************************************
Site Footer Defaults - defines the bottom site-wide common content region.

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

#site-footer {
    margin: 2em 0em 0em 0em !important;
    padding: 0em !important;
}

#site-footer table {
    border-collapse:collapse;
}

#site-footer table td {
    padding: 0em 1em 1em 0em;
}

/****************************************************************************
"Custom Formats" are selected by site editors wne creating content using the
software's WYSIWYG Editor and will override the default styles defined in the
content area's class (above).

The <custom_format> (comment) tags below is read by the software to create
the styles that will appear in the "Custom Formats" drop down menu
in the WYSIWYG Editor, ans made available to Site Editors.
WARNING: Be sure that the <custom format> and </custom_format> comments are
spelled correctly and appear around the styles you want to make available
to the WYSIWYG Editor or they will be ignored.
*****************************************************************************/
/*Step 1, define the class names and make them visible to the WYSIWYG pick list*/
/*DO NOT REMOVE OR ALTER THE NEXT COMMENT LINE */
/* <custom_formats> */
.image-left-primary{}
.image-left-secondary{}
.image-right-primary{}
.image-right-secondary{}
.link-button-primary-large{}
.link-button-primary-small{}
.link-button-secondary-large{}
.link-button-secondary-small{}
.link-content-more{}
.link-menu-item{}
.paragraph-indent{}
.paragraph-no-margins{}
.paragraph-no-top-margin{}
.paragraph-no-bottom-margin{}
.text-annotate{}
.text-box-example{}
.text-box-notice{}
.text-box-primary{}
.text-box-secondary{}
.text-box-warning{}
.text-fine-print{}
.text-highlighter{}
.text-quote{}
.ad_img{}
.ad_text{}
.content{}
.no-wrap{}
.underlined-text{}
.welcome_blurb{}
.sarif_text{}
.side_margins{}
.spacer-dashed{}
/*DO NOT REMOVE OR ALTER THE NEXT COMMENT LINE */
/* </custom_formats> */

/* Step 2, now actually override the default styles by referencing the HTML tags
 directly (wildcarding won't do!)*/

img.image-left-primary {
    border: 1px solid #C6C6C6;
    background: transparent;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 20px;
    float: left;
}
img.image-left-secondary {
    border: none;
    background: transparent;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 10px;
    float: left;
}
img.image-right-primary {
    border: 1px solid #C6C6C6;
    background: transparent;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 0px;
    float: right;
}
img.image-right-secondary {
    border: none;
    background: transparent;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 0px;
    float: right;
}
td.text-annotate, p.text-annotate, span.text-annotate {
    color: #525F65;
    font-size: 8pt;
    text-decoration: none;
    background-color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    BORDER: #3C4549 1px solid;
    line-height: 1.4em;
}
td.text-fine-print, p.text-fine-print, span.text-fine-print{
    font-size: 75%;
    text-decoration: none;
    line-height: 100%;
}
td.text-box-primary, p.text-box-primary, span.text-box-primary {
    background-color: transparent;
    border-bottom: 1px solid #CACAC0;
    border-top: 1px solid #CACAC0;
    margin: 10px 0pt;
    padding: .5em .5em;
}
td.text-box-secondary, p.text-box-secondary, span.text-box-secondary {
    background-color: transparent;
    border-bottom: 1px solid #CACAC0;
    border-top: 1px solid #CACAC0;
    margin: 10px 0pt;
    padding: .5em .5em;
}
td.text-box-warning, p.text-box-warning, span.text-box-warning {
    color: red;
    background-color: white;
    line-height: 1.4em;
    text-decoration: none;
    padding: 10px;
    border: 1px solid red;
}
td.text-box-notice, p.text-box-notice, span.text-box-notice {
    color: #666666;
    background-color: white;
    line-height: 1.4em;
    text-decoration: none;
    padding: 10px;
    border: 1px solid;
    margin: .5em 0em;
}
td.text-box-example, p.text-box-example, span.text-box-example {
    font-family: courier;
    line-height: 1.4em;
    word-spacing: normal;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid #CACAC0;
    border-top: 1px solid #CACAC0;
    margin: 10px 0pt;
    padding: .5em .5em;
}
td.text-highlighter, p.text-highlighter, span.text-highlighter {
    color: black;
    background-color: yellow;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
td.text-quote, p.text-quote, span.text-quote {
    font-size: 150%;
    font-family: georgia, sans-serif;
    margin: 0px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-color: transparent;
    border-bottom: 1px solid #CACAC0;
    border-top: 1px solid #CACAC0;
    background: transparent url(/files/open-quote.gif) top left no-repeat;
}
td.paragraph-indent, p.paragraph-indent {
    text-indent: 5%;    
}
a.link-button-primary-large,
a.link-button-primary-large:link,
a.link-button-primary-large:visited,
a.link-button-primary-large:active {
    BORDER: #145284 1px solid;
    COLOR: #FFF;
    BACKGROUND-COLOR: #145284;
    font-weight: bold;
    font-size: 95%;
    PADDING: 4px 10px;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a.link-button-primary-large:hover,
a.link-button-primary-large:focus {
    BACKGROUND-COLOR: #CC3333;
    color: #fff;
}
a.link-button-primary-small,
a.link-button-primary-small:link,
a.link-button-primary-small:visited,
a.link-button-primary-small:active {
    BORDER: #1452841px solid;
    COLOR: #FFF;
    BACKGROUND-COLOR: #145284;
    font-weight: bold;
    font-size: 80%;
    PADDING: 3px 7px;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a.link-button-primary-small:hover,
a.link-button-primary-small:focus {
    BACKGROUND-COLOR: #CC3333;
    color: #fff;
}
a.link-button-secondary-large,
a.link-button-secondary-large:link,
a.link-button-secondary-large:visited,
a.link-button-secondary-large:active {
    BORDER: 1px solid;
    COLOR: #145284;
    BACKGROUND-COLOR: #fff;
    font-weight: bold;
    font-size: 95%;
    PADDING: 4px 10px;
    text-decoration: none;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a.link-button-secondary-large:hover,
a.link-button-secondary-large:focus {
    BACKGROUND-COLOR: #CC3333;
    color: #fff;
}
a.link-button-secondary-small,
a.link-button-secondary-small:link,
a.link-button-secondary-small:visited,
a.link-button-secondary-small:active {
    BORDER: 1px solid;
    COLOR: #145284;
    BACKGROUND-COLOR: #fff;
    font-weight: bold;
    font-size: 80%;
    PADDING: 3px 7px;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a.link-button-secondary-small:hover,
a.link-button-secondary-small:focus {
    BACKGROUND-COLOR: #CC3333;
    color: #fff;
}
li.link-menu-item,
p.link-menu-item,
a.link-menu-item {
    margin: 0px; /* nullify this tag of editor wraps menu <a> tags with span tags */
    padding: 0px;
    font-size: 100%;
    display: block;
    padding: 5px 0px 2px 4px;
    text-decoration: none;
    line-height: 1.6 em; /* fixed for <a> tag to prevent IE 6 from adding extra line */
    width: 90%; /* 100% won't allow all floating areas to fit correctly */
    /* note: colors and background need to be set in the class.div tags in each content area */
}
a.link-content-more,
a.link-content-more:link,
a.link-content-more:visited,
a.link-content-more:active {
    margin: 0px;
    padding: 0px;
    font-size: 75%;
    border: 1px solid;
    padding: 1px 4px 1px 4px;
    text-decoration: none;
    color: #145284;
    background: #ffffff;
}
a.link-content-more:hover,
a.link-content-more:focus {
    border: 1px solid #666666;
}
p.paragraph-no-margins{
    margin-top: 0px;
    margin-bottom: 0px;
}
p.paragraph-no-top-margin{
  margin-top: 0px;
}
p.paragraph-no-bottom-margin{
  margin-bottom: 0px;
}

.ad_img {
    z-index: 0px;
}

.ad_text {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1px;
    text-align: center;
    padding: .6em 0em;
    background-color: #fff;
    
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 130%;
    color: #000;
    text-decoration: none;
    
    /* Opacity trick for all browsers */
    filter:alpha(opacity=75);
    -moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75;
}

a.ad_text:hover,
a.ad_text:focus {
    /* Opacity trick for all browsers */
    filter:alpha(opacity=85);
    -moz-opacity: .85;
    -khtml-opacity: .85;
    opacity: .85;
    
    text-decoration: none;
}

.content {
    padding: 1em;
    font-size: 90%;
    
}

.no-wrap{
    white-space: nowrap;
}

.underlined-text {
    border-bottom: 1px solid;
    padding-bottom: .25em;
}

.welcome_blurb {
    line-height: 1.2em;
}

.sarif_text,
a.sarif_text {
    FONT-FAMILY: Georgia,"Times New Roman",serif;
}

.side_margins {
    padding-left: .65em;
    padding-right: .65em;
}

.spacer-dashed {
    border-top: 1px dashed #BABABA;
    clear: both;
    display: block;
}

/****************************************************************************
/* WYSIWYG Editor Defaults - In order to keep page editing consistent across
themes, these values "override" the theme's colors so that editing is always
in black on white.  This section should not be edited.
*****************************************************************************/
.mceContentBody,
.mceContentBody .image-left-primary,
.mceContentBody .image-left-secondary,
.mceContentBody .image-right-primary,
.mceContentBody .image-right-secondary,
.mceContentBody .link-button-primary-large,
.mceContentBody .link-button-primary-small,
.mceContentBody .link-button-secondary-large,
.mceContentBody .link-button-secondary-small,
.mceContentBody .link-content-more,
.mceContentBody .link-menu-item,
.mceContentBody .paragraph-indent,
.mceContentBody .paragraph-no-margins,
.mceContentBody .paragraph-no-top-margin,
.mceContentBody .paragraph-no-bottom-margin,
.mceContentBody .text-annotate,
.mceContentBody .text-box-example,
.mceContentBody .text-box-notice,
.mceContentBody .text-box-primary,
.mceContentBody .text-box-secondary,
.mceContentBody .text-box-warning,
.mceContentBody .text-fine-print,
.mceContentBody .text-highlighter,
.mceContentBody .text-quote
 {
    font-size: 90% !important;
    font-family: arial, sans-serif !important;
    background: none !important;
    background-color: white !important;
    border-color: black !important;
     color: black !important;
}
/****************************************************************************
*****************************************************************************
*****************************************************************************
Internal Software Defaults - these styles are referenced within the software
and exposed here so you can contol the look and feel of the database
information displayed by the software based on the specific needs of the
different Page Types.

WARNING: Do not change the declared names below or an internal software
default will be used that may not look good with your design.
*****************************************************************************/

.software_highlight {
    color: #145284;
}
.software_hr {
    BORDER-TOP-WIDTH: 0px;
     BORDER-LEFT-WIDTH: 0px;
     BORDER-BOTTOM-WIDTH: 0px;
     COLOR: #145284;
     HEIGHT: 1px;
     BACKGROUND-COLOR: #145284;
     BORDER-RIGHT-WIDTH: 0px;
}
.software_input_radio {
    BORDER-TOP-WIDTH: 0px;
     BORDER-LEFT-WIDTH: 0px;
     BORDER-BOTTOM-WIDTH: 0px;
     BORDER-RIGHT-WIDTH: 0px;
}
.software_input_checkbox {
    BORDER-TOP-WIDTH: 0px;
     BORDER-LEFT-WIDTH: 0px;
     BORDER-BOTTOM-WIDTH: 0px;
     BORDER-RIGHT-WIDTH: 0px;
}

.software_input_submit {
    BORDER: #1452841px solid;
    COLOR: #FFF;
    BACKGROUND-COLOR: #145284;
    font-weight: bold;
    padding: 6px 15px;
    color: #fff;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.software_input_submit_primary,
a.software_input_submit_primary:link,
a.software_input_submit_primary:visited,
a.software_input_submit_primary:active {
    BORDER: #145284 1px solid;
    COLOR: #FFF;
    BACKGROUND-COLOR: #145284;
    font-weight: bold;
    padding: 4px 10px;
    color: #fff;
    font-size: 85%;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.software_input_submit_secondary,
a.software_input_submit_secondary:link,
a.software_input_submit_secondary:visited,
a.software_input_submit_secondary:active {
    BORDER: 1px solid;
    COLOR: #145284;
    BACKGROUND-COLOR: #fff;
    font-weight: bold;
    font-size: 85%;
    PADDING: 4px 10px;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.software_input_submit_small_primary,
a.software_input_submit_small_primary:link,
a.software_input_submit_small_primary:visited,
a.software_input_submit_small_primary:active {
    BORDER: #145284 1px solid;
    COLOR: #FFF;
    BACKGROUND-COLOR: #145284;
    font-weight: bold;
    padding: 1px 3px;
    color: #fff;
    font-size: 80%;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.software_input_submit_secondary_small,
a.software_input_submit_secondary_small:link,
a.software_input_submit_secondary_small:visited,
a.software_input_submit_secondary_small:active {
    BORDER: 1px solid;
    COLOR: #145284;
    BACKGROUND-COLOR: #fff;
    font-weight: bold;
    font-size: 80%;
    PADDING: 1px 3px;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

a.software_button_primary,
a.software_button_primary:link,
a.software_button_primary:visited,
a.software_button_primary:active {
    line-height: normal;
    display: inline-block;
    BORDER: #145284 1px solid;
    COLOR: #FFF;
    BACKGROUND-COLOR: #145284;
    font-weight: bold;
    PADDING: 5px 10px;
    font-weight: bold;
    font-size: 90%;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

a.software_button_primary:hover,
a.software_button_primary:focus {
    BACKGROUND-COLOR: #CC3333;
    color: #fff;
}

a.software_button_secondary,
a.software_button_secondary:link,
a.software_button_secondary:visited,
a.software_button_secondary:active {
    display: inline-block;
    line-height: normal;
    BORDER: 1px solid;
    COLOR: #145284;
    BACKGROUND-COLOR: #fff;
    PADDING: 5px 10px;
    font-weight: bold;
    font-size: 90%;
    vertical-align: top;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a.software_button_secondary:hover,
a.software_button_secondary:focus {
    BACKGROUND-COLOR: #CC3333;
    color: #fff;
}
a.software_button_small_secondary,
a.software_button_small_secondary:link,
a.software_button_small_secondary:visited,
a.software_button_small_secondary:active {
    display: inline-block;
    line-height: normal;
    BORDER: 1px solid;
    COLOR: #145284;
    BACKGROUND-COLOR: #fff;
    font-weight: bold;
    PADDING: 3px 7px; /*add 1px to a button top/bottom padding to match input */
    font-size: 80%;
    vertical-align: top;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a.software_button_small_secondary:hover,
a.software_button_small_secondary:focus {
    BACKGROUND-COLOR: #CC3333;
    color: #fff;
}

.software_photo_gallery a:hover {
    padding: 0 !important;
    margin: 0 !important;
}

input.software_input_submit_small_secondary {
    display: inline-block;
    line-height: normal;
    BORDER: 1px solid;
    COLOR: #145284;
    BACKGROUND-COLOR: #fff;
    font-weight: bold;
    padding: 2px 3px;
    font-size: 80%;
    vertical-align: top;
    FONT-FAMILY: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* Legend and Fieldset are browser functions used to wrap messages like Special Offers.*/
.software_legend {
    color: #145284;
    font-weight: bold;
}
.software_fieldset {
     border: 1px solid #dedede;
}
/* Text fields on forms use this style*/
.software_input_text {
     border: 1px solid #145284;
}
/* picklists use this style*/
.software_select {
     border: 1px solid #145284;
}
/* Text area fields on forms use this style*/
.software_textarea {
     border: 1px solid #145284;
}
/* Custom Form Page Types */
.software_office_use_only {
    background-color: #145284;
}
/* Calendar (Page Types) use these styles */
.software_monthly_calendar {
    width: 100%;
    border-collapse: collapse;
}
.software_monthly_calendar a:link,
.software_monthly_calendar a:visited {
    text-decoration: none;
    border: none;   
    line-height: 1.2em;
}
.software_monthly_calendar td, .software_monthly_calendar th {
    line-height: 12px;
    padding: 2px;
    background-color: #fff;
    border: #666666 1px solid;
    vertical-align: top;

}
.software_monthly_calendar th {
    width: 14%;
    background-color: #145284;
    color: #fff;
}
.software_monthly_calendar td.inactive {
    background-color: #dedede;
}
.software_monthly_calendar a:hover {
    padding-top: 0px;
     padding-bottom: 0px;
}
.software_photo_gallery
{
    text-align: center;
    margin-top: 1em;
}

.software_photo_gallery .slideshow
{
    text-align: right;
    margin-bottom: 0.5em;
}

.software_photo_gallery span
{
    border: none;
    background: none;
    padding: 0;
}

.software_photo_gallery .slideshow .active
{
    font-weight: bold;
    border: 1px solid;
    background: #145284;
    color: #fff;
    padding: 0.25em;
}

.software_photo_gallery table
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.software_photo_gallery td
{
    padding: .5em;
    text-align: center;
}

.software_photo_gallery .previous, .software_photo_gallery .next
{
    border: 1px solid ;
    background: #145284;
    padding: 0.25em;
    color: #fff;
}

.software_photo_gallery .thumbnail
{
    border: 1px solid #dedede;
    background: transparent;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 10px;
}

.software_photo_gallery .current_thumbnail
{
    border: 1px solid #145284;
    background: transparent;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 10px;
}

.software_photo_gallery .thumbnail_label
{
    
}

.software_photo_gallery .current_thumbnail_label
{
    font-weight: bold;
}

.software_photo_gallery .photo
{
    border: 1px solid #145284;
    background-color: transparent;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 20px;
}

.software_photo_gallery a,
.software_photo_gallery a:link,
.software_photo_gallery a:visited,
.software_photo_gallery a:active
{
    border: none;
}
.software_photo_gallery a[target ="_blank"] {
    padding-right: 0;
    background: none;
}
.software_photo_gallery .caption
{
    
}
.software_pagination
{
    margin-top: 1em;
    margin-bottom: 1em;
    text-decoration: none;
    color: #525F65;
    background: white;
}
.software_pagination a,
.software_pagination span
{
    padding: 0.2em 0.4em !important;
    margin-left: 0.1em;
    margin-right: 0.1em;
    color: #4E4E4E !important;
    border: none;
    text-decoration: none;
    font-style: normal;
    border: 1px solid #145284;
}
.software_pagination a
{
}
.software_pagination a:hover
{
    border: 1px solid #CC3333;
    background-color: #CC3333;
    color: #fff;
}
.software_pagination .current
{
     font-weight: bold;
}
.software_pagination .number
{
}
.software_pagination a.previous,
.software_pagination a.next
{
    border: 1px solid #145284;
    font-weight: bold;
    color: #145284;
}
.software_pagination span.previous,
.software_pagination span.next
{
    border: 1px solid #dedede;
    color: #dedede;
}

.software_translation form {
    text-align: right;
    margin: .01em 0em;
    padding: 0.5em 0em;
}

.software_catalog,
.software_catalog .featured_and_new_item_table,
.software_catalog .item_table {
    /*width: 100%;*/
    border-collapse: collapse;
}

.software_catalog .featured_and_new_item_table {
    width: 100%;
}

.software_catalog table td {
    vertical-align: top;
}

.software_catalog table td .image,
.software_catalog table td .image a {
    border: none;
    text-decoration: none;
}

.software_catalog .heading,
.software_catalog .search_heading {
    font-weight: bold;
    font-size: 125%;
    margin-bottom: .5em;
}

.software_catalog .item_table {
}

.software_catalog .item_table .item {
    margin-top: .5em;
    margin-bottom: .5em;
    padding: 0em 1.1em 0em 1.1em;
}

.software_catalog .item {
    width: 164px;
    margin: 0em 0em 1em 0em;
    text-align: center;
}

.software_catalog .item .image {
    border: 2px solid #CACAC0;
    padding: 5px;
}

.software_catalog .item .short_description {
}

.software_catalog .featured_and_new_item_table {
    width: 100%;
    margin: 0em 0em 1em 0em;
}

.software_catalog .featured_and_new_item_table td {
}

.software_catalog .featured_and_new_item_table .top_item {
    padding-right: 1em;
}

.software_catalog .featured_and_new_item_table .top_item .full_description {
    margin: 0em 0em;
}

.software_catalog .featured_and_new_item_table .top_item .more_detail a {
    font-weight: normal;
}

.commerce_catalog .software_catalog .featured_and_new_item_table .top_item {
    padding-right: 3.5em;
}

.commerce_catalog .software_catalog .featured_and_new_item_table .item {
    margin-right: 3.25em;
}

.commerce_catalog .software_catalog .item_table .item {
    margin-top: .5em;
    margin-bottom: .5em;
    padding: 0em 1.625em 0em 1.625em;
}

.commerce_catalog .software_catalog .item {
    width: 114px;
}

.software_catalog_search_results
{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.software_catalog_search_results .item
{
    margin-bottom: 1.5em;
}

.software_catalog_search_results .item .image
{
    margin-bottom: .25em;
}

.software_catalog_search_results .item .short_description
{
    margin-bottom: .25em;
}

.software_catalog_search_results .item .short_description a
{
    font-weight: bold;
}

/* styling for the ad region container */
.software_ad_region_dynamic
{
    width: 555px; /* this should probably match the width for the ads_container selector below */
    position: relative; /* set this to relative if the ad region menu is absolutely positioned */
}

/* styling for the ads container */
.software_ad_region_dynamic .items_container
{
    width: 555px; /* this is the width of the scrolling area. this should probably match the width for the ad region container above */
    height: 250px; /* this is the height of the scrolling area */
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

/*
styling for ads
The height, width, and padding below need to work with the values entered above.
For example, if these values are set too small, then the content might not take up enough space,
and if the values are too large, then the content might be cropped.
*/
.software_ad_region_dynamic .item
{
    width: 554px;
    height: 250px;
    padding-left: 1px;
}

/* styling for the ad region menu */
.software_ad_region_dynamic ul.menu
{
    list-style: none;
    padding: .25em 0em;
    margin: 0em;
    position: absolute; /* set the menu so that it is absolutely positioned on top of the ad region */
    bottom: .5em; /* set the location of the absolutely positioned menu, starting from the bottom */
    right: 0em; /* set the location of the absolutely positioned menu, starting from the right */
    z-index: 1; /* you might need to set this so that the menu items are clickable in Firefox */
}

/* styling for the menu items */
.software_ad_region_dynamic ul.menu li
{
    list-style-type: none;
    margin-right: .5em;
    display: inline;
}

/* styling for the menu item links */
.software_ad_region_dynamic ul.menu a
{
    padding: .25em .35em;
    background-color: #fff;
    border: 1px solid;
    text-decoration: none;
    color: #15689C;
    
    /* Opacity trick for all browsers */
    filter:alpha(opacity=75);
    -moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75;
}

.software_ad_region_dynamic ul.menu a:hover,
.software_ad_region_dynamic ul.menu a:focus {
    /* Opacity trick for all browsers */
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* styling for the current menu item */
.software_ad_region_dynamic ul.menu a.current
{
    color: #D5212C;
}

.software_ad_region_dynamic h1,
.software_ad_region_dynamic h2,
.software_ad_region_dynamic h3,
.software_ad_region_dynamic h4,
.software_ad_region_dynamic h5,
.software_ad_region_dynamic h6 {
    margin: .15em 0em;
}

/* styling for the comments and add comment form headers */
.comments_heading,
.add_comment_heading
{
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0em .5em 0em;
}

/* styling for the comment container */
.comment
{
    margin: 0em 0em 1em 0em;
    padding: 1em;
    border: 1px solid #CACAC0;
}

/* styling for the comment name */
.comment .name
{
    font-weight: bold;
}

/* styling for the comment date and time */
.comment .date_and_time
{
    font-size: .75em;
    font-style: italic;
}

/* styling for the comment notice */
.comment .notice
{
    color: red;
}

.software_cart_region {
    padding: 0em;
    text-align: left;
    display: inline;
}

.software_cart_region .items {
    display: inline;
    padding: 0em;
}

.software_cart_region .subtotal {
    display: inline;
    padding: 0em 0em 0em 0.5em;
}

.software_rss_link
{
    text-align: right;
    margin-top: 1em;
    margin-bottom: 1em;
}

.software_icalendar_link
{
    margin-top: 1em;
    margin-bottom: 1em;
}

.software_discounted_price
{
    color: #990000;
    font-weight: bold;
}

.watcher_container
{
    margin: 2em 0em .5em 0em;
}

.watcher_count
{
    font-size: 1em;
    font-weight: bold;
    margin: 0em 0em .5em 0em;
}

.watcher_question
{
    margin: 0em 0em .5em 0em;
}

.software_menu_sequence
{
    padding: 0em;
    margin: 0em 0em 1em 0em;
    text-align: right;
}

.software_menu_sequence .previous,
.software_menu_sequence .next
{
    padding: .5em;
    margin: 0em;
}

.software_menu_sequence a.previous:hover,
.software_menu_sequence a.previous:focus,
.software_menu_sequence a.next:hover,
.software_menu_sequence a.next:focus
{
    text-decoration: none;
}

.software_photo_gallery_album .heading
{
    font-size: 125%;
    font-weight: bold;
    margin-bottom: .5em;
}

.software_photo_gallery_album table
{
    border-collapse: collapse;
    margin-bottom: 1em;
}

.software_photo_gallery_album table td
{
    width: 100px;
    text-align: center;
}

.software_photo_gallery_album table td.album
{
    padding: 1em;
}

.software_photo_gallery_album table td.photo
{
    padding: .5em;
}

.software_photo_gallery_album .image
{
    cursor: pointer;
}

.software_photo_gallery_album .album .image
{
    display: block;
    border: 1px solid #333333;
    background: #EAEAEA;
    padding: 5px;
    position: relative;
    z-index: 3;
}

.software_photo_gallery_album .album .image_hover
{
    background: #333333;
    border: 1px solid #EAEAEA;
}

.software_photo_gallery_album .album .thumbnail
{
    margin-bottom: 1em;
}

.software_photo_gallery_album .album_frame
{
    position: absolute;
    border: 1px solid #333333;
    background: #EAEAEA;
}

.software_photo_gallery_album #album_frame_1
{
    top: 1px;
    left: 1px;
    z-index: 2;
}

.software_photo_gallery_album #album_frame_2
{
    top: 4px;
    left: 4px;
    z-index: 1;
}

.software_photo_gallery_album .album .name
{
    font-weight: bold;
}

.software_photo_gallery_album .photo .image
{
    border: 1px solid #EAEAEA;
    padding: 5px;
}

.software_photo_gallery_album .photo .image_hover
{
    border: 1px solid #333333;
}

.software_badge
{
    padding: .1em .3em;
    border: 1px solid #48832A;
    font-size: 60%;
    font-weight: bold;
    font-style: normal;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.software_error,
.software_notice
{
    margin-bottom: 1.5em;
    padding: 1em;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.software_error
{
    background-color: #fdd5ce;
    border: 2px solid red;
    color: red;
}

.software_notice
{
    background-color: #edfced;
    border: 1px solid #428221;
    color: #428221;
}

.software_error .description,
.software_notice .description
{
    font-size: 110%;
    font-weight: bold;
}

.software_error .icon,
.software_notice .icon
{
    float: left;
    margin-right: .75em;
}

.software_error ul,
.software_notice ul
{
    margin-top: 1em !important;
    margin-bottom: 0em !important;
}
