/****************************************************************************
*****************************************************************************
*****************************************************************************
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: black;
}
.software_hr {
    BORDER-TOP-WIDTH: 0px;
     BORDER-LEFT-WIDTH: 0px;
     BORDER-BOTTOM-WIDTH: 0px;
     COLOR: #eeeeee;
     HEIGHT: 1px;
     BACKGROUND-COLOR: #eeeeee;
     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 {
    PADDING-RIGHT: 2px;
     PADDING-LEFT: 2px;
     PADDING-BOTTOM: 2px;
     COLOR: #2B88AA;
     PADDING-TOP: 2px;
    BACKGROUND-COLOR: #f5f5f5;
    BORDER: #cccccc 1px solid;
}
.software_input_submit_primary {
    BORDER: #cccccc 1px solid;
     PADDING: 4px 10px;
     COLOR: #09774f;
    BACKGROUND-COLOR: #F5F5F5;
     font-weight: bold;
     font-size: 95%;
}
.software_input_submit_secondary {
    BORDER: #cccccc 1px solid;
     PADDING: 4px 10px;
     COLOR: #65747D;
    BACKGROUND-COLOR: #ffffff;
     font-weight: bold;
     font-size: 95%;
}
.software_input_submit_small_primary {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 1px 3px;
     COLOR: #BFC6C9;
    BACKGROUND-COLOR: #65747D;
     font-weight: bold;
     font-size: 90%;
}
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: #cccccc 1px solid;
    PADDING: 4px 10px;
     COLOR: #2B88AA;
    BACKGROUND-COLOR: #f5f5f5;
     font-weight: bold;
     font-size: 95%;
}
a.software_button_primary:hover,
a.software_button_primary:focus {
    line-height: normal;
    display: inline-block;
     BORDER: #cccccc 1px solid;
     COLOR: #DE1F2D;
    BACKGROUND-COLOR: white;
     font-weight: bold;
}
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-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 4px 10px;
    COLOR: #65747D;
    BACKGROUND-COLOR: white;
    font-weight: bold;
    font-size: 95%;
}
a.software_button_secondary:hover,
a.software_button_secondary:focus {
    display: inline-block;
    line-height: normal;
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    COLOR: #65747D;
    BACKGROUND-COLOR: #BFC6C9;
    font-weight: bold;
}
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;
    BORDER: #cccccc 1px solid;
    PADDING: 3px 7px;

     COLOR: #65747D;
    BACKGROUND-COLOR: white;
     font-weight: bold;
     font-size: 75%;
     line-height: normal;
}
a.software_button_small_secondary:hover,
a.software_button_small_secondary:focus {
    display: inline-block;
     BORDER: #cccccc 1px solid;
     COLOR: #DE1F2D;
    BACKGROUND-COLOR: #f5f5f5;
     font-weight: bold;
}

.software_photo_gallery a:hover {
    padding: 0 !important;
    margin: 0 !important;
}

input.software_input_submit_small_secondary {
    display: inline-block;
    line-height: normal;
    BORDER: #cccccc 1px solid;
     _background-color: red;
     background-color: white;
      COLOR: #65747D;
     padding: 1.5px 3px;
     font-size: 75%;
     font-weight: bold;
}
/* File upload fields use this style*/
.software_input_file {
    BORDER: #cccccc 1px solid;
    PADDING: 1px 3px;
    COLOR: #323232;
    BACKGROUND-COLOR: #FAFAFA;
    font-weight: bold;
    font-size: 80%;
}
/* Legend and Fieldset are browser functions used to wrap messages like Special Offers.*/
.software_legend {
    color: gray;
    font-weight: bold;
}
.software_fieldset {
     border: 1px solid #cccccc;
}
/* Text fields on forms use this style*/
.software_input_text {
     border: 1px solid #cccccc;
     background-color: #FAFAFA;
}
/* picklists use this style*/
.software_select {
     border: 1px solid #cccccc;
    BACKGROUND-COLOR: #FAFAFA;
}
/* Text area fields on forms use this style*/
.software_textarea {
     background-color: #FAFAFA;
     border: 1px solid #cccccc;
}
/* Custom Form Page Types */
.software_office_use_only {
    background-color: #cccccc;
}
/* Special text box decoration */
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 #cccccc;
    padding: 1px 4px 1px 4px;
    text-decoration: none;
    color: #323232;
    background: #ffffff;
}
a.link-content-more:hover,
a.link-content-more:focus {
    border: 1px solid #323232;
}
/* Software defaults */
.software_pagination
{
    margin-top: 1em;
    margin-bottom: 1em;
     text-decoration: none;
    COLOR: #09774F;
    background: white;
}
.software_pagination a,
.software_pagination span
{
    padding: 0.2em 0.4em !important;
    margin-left: 0.1em;
    margin-right: 0.1em;
    COLOR: #09774F;
    border: 1px solid #323232;
     text-decoration: none;
     font-style: normal;
}
.software_pagination a
{
    BORDER: #cccccc 1px solid;
     COLOR: #09774F;
}
.software_pagination a:hover
{
    BORDER: #cccccc 1px solid;
     COLOR: #DE1F2D;
}
.software_pagination .current
{
     font-weight: bold;
}
.software_pagination .number
{
}
.software_pagination a.previous,
.software_pagination a.next
{
    font-weight: bold;
}
.software_pagination span.previous,
.software_pagination span.next
{
    BORDER: #cccccc 1px solid;
    COLOR: #09774F;
     display: none;
}

/****************************************************************************
"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{}
/*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 #09774F;
     background-color: transparent;
     padding: 10px;
     margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 20px;
     float: left;
}
img.image-left-secondary {
    border: 1px solid #cccccc;
     background-color: transparent;
     padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 10px;
    float: left;
}
img.image-right-primary {
    border: 1px solid #09774F;
     background: transparent;
     padding: 10px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 0px;
    float: right;
}
img.image-right-secondary {
    border: 1px solid #cccccc;
     background: transparent;
     padding: 5px;
    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 {
   border-bottom: 1px solid #09774F;
   border-top: 1px solid #09774F;
   border-right: 1px solid #09774f;
   border-left: 1px solid #09774f;
   color: #09774F;
   margin: 10px 0pt;
   padding: 10px;
    font-size: 90%;
}
td.text-box-secondary, p.text-box-secondary, span.text-box-secondary {
   background: #f5f5f5 none repeat scroll 0%;
   border-bottom: 1px solid #E6E6E6;
   border-top: 1px solid #E6E6E6;
   color: #323232;
   margin: 10px 0pt;
   padding: 10px;
    font-size: 90%;
}
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;
    font-size: 90%;
}
td.text-box-notice, p.text-box-notice, span.text-box-notice {
    color: #787878;
   background-color: white;
    line-height: 1.4em;
    text-decoration: none;
    padding: 10px;
    border: 1px solid;
    font-size: 90%;
}
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;
    color: #323232;
   background-color: #F5F5F5;
    border-top: 1px solid #323232;
   border-bottom: 1px solid #323232;
    padding: 10px;
}
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-family: georgia, sans-serif;
    margin: 0px 0px 0px 2em;
    padding: 0.2em 0.7em;
   border-left: 1px solid #787878;
   color: #787878;
}

a.link-button-primary-large,
a.link-button-primary-large:link,
a.link-button-primary-large:visited,
a.link-button-primary-large:active {
    BORDER: #cccccc 1px solid;
    PADDING: 4px 10px;
     COLOR: #09774f;
    BACKGROUND-COLOR: #f5f5f5;
     font-weight: bold;
     font-size: 95%;
}
a.link-button-primary-large:hover,
a.link-button-primary-large:focus {
     BORDER: #cccccc 1px solid;
     COLOR: #DE1F2D;
    BACKGROUND-COLOR: white;
     font-weight: bold;
}
a.link-button-primary-small,
a.link-button-primary-small:link,
a.link-button-primary-small:visited,
a.link-button-primary-small:active {
    BORDER: #cccccc 1px solid;
    PADDING: 3px 7px;
     COLOR: #003333;
    BACKGROUND-COLOR: #f5f5f5;
     font-weight: bold;
     font-size: 80%;
}
a.link-button-primary-small:hover,
a.link-button-primary-small:focus {
     BORDER: #CCCCCC 1px solid;
    COLOR: #DE1F2D;
    BACKGROUND-COLOR: white;
    font-weight: bold;
}
a.link-button-secondary-large,
a.link-button-secondary-large:link,
a.link-button-secondary-large:visited,
a.link-button-secondary-large:active {
    BORDER: #cccccc 1px solid;
    PADDING: 4px 10px;
     COLOR: #65747D;
    BACKGROUND-COLOR: white;
     font-weight: bold;
     font-size: 95%;
}
a.link-button-secondary-large:hover,
a.link-button-secondary-large:focus {
     BORDER: #cccccc 1px solid;
    COLOR: #DE1F2D;
    BACKGROUND-COLOR: #f5f5f5;
    font-weight: bold;
}
a.link-button-secondary-small,
a.link-button-secondary-small:link,
a.link-button-secondary-small:visited,
a.link-button-secondary-small:active {
    BORDER: #cccccc 1px solid;
    PADDING: 3px 7px;
     COLOR: #65747D;
    BACKGROUND-COLOR: white;
     font-weight: bold;
     font-size: 80%;
}
a.link-button-secondary-small:hover,
a.link-button-secondary-small:focus {
     BORDER: #cccccc 1px solid;
     COLOR: #DE1F2D;
    BACKGROUND-COLOR: #f5f5f5;
     font-weight: bold;
}
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 */
}

/* styling for the ad region container */
.software_ad_region_dynamic
{
    width: 500px; /* 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 .ads_container
{
    width: 500px; /* 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 .ad
{
    width: 460px;
    height: 210px;
    padding: 20px;
}

/* styling for the ad region menu */
.software_ad_region_dynamic ul.menu
{
    list-style: none;
    padding: 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;
    display: inline; /* set the menu items so they appear horizontally */
    margin-right: .5em;
}

/* styling for the menu item links */
.software_ad_region_dynamic ul.menu a
{
    padding: .25em;
}

/* styling for the current menu item */
.software_ad_region_dynamic ul.menu a.current
{
    background-color: #dddddd;
}

.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 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;
}

/* 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_rss_link
{
    text-align: right;
    margin-top: 1em;
    margin-bottom: 1em;
}

.software_icalendar_link
{
    margin-top: 1em;
    margin-bottom: 1em;
}

.software_tag_cloud a
{
    margin-right: .75em;
}

.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;
}