/****************************************************************************

Theme Name: Dark Circle

You are free to modify this theme file to change the appearance of your website.
If you need help customizing this theme or creating a brand new theme for your
website, please let us know and we can send you an estimate.

****************************************************************************/

/****************************************************************************
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 
{
    /* Remove default padding and margin added to the page by the browser */
    PADDING: 0px;
    MARGIN: 0em;
    
    /* Set the background */
    background: #F4F4F4;
    
    /* Set the default font styling */
    FONT-FAMILY: "Trebuchet MS",Arial,Helvetica,sans-serif;
    FONT-SIZE: .79em;
    color: #666666;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5em;
}

/****************************************************************************
Set 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).
****************************************************************************/

a 
{
    color: #542153;
    text-decoration: none;
    font-style: italic;
}

a:hover,
a:focus 
{
    text-decoration: underline;
}

address {}

b {
    margin: 0em;
    padding: 0em;
}

blockquote 
{
    padding: .5em .75em;
    background-repeat: repeat-x;
    background: #999;
}

blockquote p {
    padding: .5em .75em;
    margin: 0em;
    background: #fff;
}

blockquote,ul,ol 
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

h1,h2,h3,h4,h5,h6 
{
    padding: 0em;
    margin: 0em 0em .5em 0em;
    line-height: 1.25em;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #444444;
}

h1 { font-size: 260%; }
h2 { font-size: 225%; }
h3 { font-size: 190%; }
h4 { font-size: 175%; }
h5 { font-size: 150%; }
h6 { font-size: 125%; }

hr 
{
    background-color: #4e1355; /* used by Mozilla and Opera */
    color: #4e1355; /* used by IE */
    border: 2px;  /* define border and height for Opera */
    height: 2px;  /* define border and height for Opera */
}

img,
a img
{
    border: none;
    text-decoration: none;
}

input 
{
    margin: 0em;
    border: 1px solid #7D9B3D;
    FONT-FAMILY: "Trebuchet MS",Arial,Helvetica,sans-serif;
    vertical-align: top;

    /* CSS3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

p {
    margin: 0em 0em 1em 0em;
}

pre 
{
    font-size: larger;
}

select 
{
     border: 1px solid #cccccc;
}

ol 
{
    list-style-type: decimal; 
    list-style-position: inside;
}

ul 
{
    list-style-type: disc; 
    list-style-position: inside;
}

/****************************************************************************
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: 100%;
    margin: 0em auto 0em auto;
    padding: 2em 0em 0em 0em;
    background: #fff url(/files/dark_circle_site_border_background2.png) center -1px no-repeat;
}

/****************************************************************************
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-border 
{
    WIDTH: 100%;
    margin: 0em auto 0em auto;
    padding: 1em 0em 0em 0em;
    background: #000 url(/files/dark_circle_site_border_background2-mailer.png) center -1px no-repeat;
}

/****************************************************************************
Site Top Styling
*****************************************************************************/

#site-top-border
{
    WIDTH: 900px;
    margin: 0em auto 2em auto;
    color: #fff;
}

#mailer-border #site-top-border
{
    width: 550px;
}

#site-top-border a 
{
    color: #fff;
    font-style: normal;
}

#site-top-border a:hover,
#site-top-border a:focus
{
    color: #fff;
}

#site-top-border #site-tools
{
    width: 50%\9 !important; /* IE 8 Specific Styling */
}

#site-top-border #site-search
{
    width: 50%\9 !important;
}

#site-top-border #site-tools a {
    margin-right: 1em;
}

#site-top-border .search-query
{
    width: 140px;
    margin: 0em;
    padding: .25em;
    font-style: italic;
    
    color: #7D9B3D;
}

#site-top-border .search-submit 
{
    background: #7D9B3D url(/files/dark_circle_button_primary_background.png) top left repeat-x;
    padding: .168em .5em;
    padding: .25em .5em\9; /* IE 8 Bug Fix: this is not a mistake */
    *padding: 0.05em .25em; /* IE 7 Bug Fix: this is not a mistake */
    margin: 0em;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

#site-header-and-menu-border 
{
    WIDTH: 900px;
    margin: 0em auto 75px auto;
}

#mailer-border #site-header-and-menu-border
{
    width: 550px;
}

/****************************************************************************
Site Header Defaults - defines site-wide common header 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-header-border 
{
    float: left;
    width: 35%;
    margin: 0em 0em 2em 0em;
    background: transparent url(/files/dark_circle_menu_background.png) top left repeat-y;
}

#mailer-border #site-header-border
{
    float: none;
    width: 100%;
    margin-top: 4.5em;
    background: none;
}

#site-header
{
    color: #fff;
    padding: 1em 1em 1em 2em;
}

#site-header h1,
#site-header h2,
#site-header h3,
#site-header h4,
#site-header h5,
#site-header h6,
#site-header h1 a,
#site-header h2 a,
#site-header h3 a,
#site-header h4 a,
#site-header h5 a,
#site-header h6 a
{
    margin: 0em;
    font-weight: normal;
    font-style: normal;
    color: #fff;
}

/****************************************************************************
Site Menu Defaults  - defines the main site-wide common region used to display
the main menu.
*****************************************************************************/

#site-menu-border 
{
    float: right;
    width: 65%;
    margin: 0em 0em 2em 0em;
    background: transparent url(/files/dark_circle_menu_background.png) top right repeat-y;
}

#site-menu 
{
    WIDTH: 100%; /* must have this for IE */
    padding: 0em;
    margin: 1px 0em 0em 0em;
}

/****************************************************************************
Each menu region must have the following styles defined which are used by the
software's javascript that controls the menu "fly-outs" and "drop-downs" that
are invoked using the <menu></menu> tags in Page Styles.
*****************************************************************************/

/*used for all menus */
ul.software_menu, .software_menu ul
{
    padding: 0em;
    margin: 0em;
    list-style-type: none;
}

/***************************************************************************/
/* Style definition for the menu region inside of the "site-menu" area. */
/***************************************************************************/
#site-menu ul.software_menu li 
{
    float: left; /* necessary for IE 6 */
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
}

#site-menu ul.software_menu li a
{
    display: block;
    padding: 1.325em 0em;
    /* margin-bottom: -1px;  required to prevent javascript menus from disappearing on hover for mozilla */
    width: 95px;
    max-height: 17px;
    text-align: center;
    font-style: normal;
    color: #fff;
    font-size: 125%;
    text-decoration: none;
    
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

#site-menu ul.software_menu li.current a {}

#site-menu ul.software_menu li.on a,
#site-menu ul.software_menu li a:hover,
#site-menu ul.software_menu li a:focus 
{
    border-color: #ffffff;
}

#site-menu ul.software_menu li.on a
{
    border-bottom: none;
}

#site-menu ul.software_menu li ul 
{
    position: absolute;
    visibility: hidden;
    top: 50px;
    left: 0;
    width: auto;
    z-index: 2;
    
    background: #333;
    margin: 0em 0em 1em 0em;
    padding: 0em;
    border: 2px solid #fff;
    
    /* Opacity trick for all browsers */
    filter:alpha(opacity=75);
    -moz-opacity:.75;
    -khtml-opacity: .75;
    opacity: .75;
    
    /* CSS3 Border Radius */
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#site-menu ul.software_menu li ul li 
{
    /*May need to take out block level for IE*/
    padding: 0em;
    margin: 0;
    width: auto;  /* fix width of menu items */
    background: none;
}

#site-menu ul.software_menu li ul li a:link,
#site-menu ul.software_menu li ul li a:visited,
#site-menu ul.software_menu li ul li a:active 
{
    width: 150px;
    font-size: 100%;
    background: transparent none;
    padding: 1em 2em;
    text-align: left;
    border-top: none;
}

#site-menu ul.software_menu li ul li a:hover,
#site-menu ul.software_menu li ul li a:focus,
#site-menu ul.software_menu li ul li.current a 
{
    font-style: italic;
    font-weight: bold;
    border-top: none;
}

#site-menu ul.software_menu li ul li.on
{
    background: none;
}

#site-menu ul.software_menu li ul li ul li {}

/***************************************************************************/
/* Style definition for the menu region named "site-map". */
/***************************************************************************/
ul#software_menu_site-map.software_menu li 
{
}

ul#software_menu_site-map.software_menu li a 
{
}

ul#software_menu_site-map.software_menu li.on,
ul#software_menu_site-map.software_menu li a:hover 
{
}

ul#software_menu_site-map.software_menu li ul 
{
    padding-left: 20px;
}

ul#software_menu_site-map.software_menu li ul li a 
{
}

/***************************************************************************/
/* Style definition for the menu region named "accordion_menu". */
/***************************************************************************/

#software_menu_accordion_menu 
{
    padding: 0em 0em 1em 0em;
}

#software_menu_accordion_menu.software_menu li 
{
    list-style-type: none;
}

#software_menu_accordion_menu.software_menu li ul li 
{
    margin-left: 1em;
}

/****************************************************************************
Area Border Defaults - this area surrounds the main content of the page
****************************************************************************/

/****************************************************************************
Area Header Defaults - defines the area header 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.
*****************************************************************************/
#area-header-border
{
    clear: both;
    WIDTH: 900px;
    padding: 0em;
    margin: 0em auto;
}

#mailer-border #area-header-border
{
    width: 550px;
}

#area-header
{
    overflow: hidden;
    margin: 0em 0em 0em 0em;
    padding: 2em;
    *padding: 2em; /* IE7 Bug Fix */
    border: 1px solid #858585;
    background: transparent url(/files/dark_circle_area_header_background.png) top left repeat-x;
    color: #fff;
    
    /* CSS3 Border Radius */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#area-header h1,
#area-header h2,
#area-header h3,
#area-header h4,
#area-header h5,
#area-header h6
{
    color: #542153;
    font-weight: normal;
    margin: 0em;
}

#area-header h1 { font-size: 225%; }
#area-header h2 { font-size: 200%; }
#area-header h3 { font-size: 175%; }
#area-header h4 { font-size: 150%; }
#area-header h5 { font-size: 125%; }
#area-header h6 { font-size: 100%; }

#area-header p
{
    margin: 1em 0em 0em 0em;
    color:#000000;
}

#area-header img.image-primary,
#area-header img.image-secondary,
#area-header img.image-left-primary,
#area-header img.image-left-secondary,
#area-header img.image-right-primary,
#area-header img.image-right-secondary
{
    border: 2px solid #333333;
    background: #000000;
    
    -moz-box-shadow: 0px 0px 20px #555;
    box-shadow: 0px 0px 20px #555;
    -webkit-box-shadow: 0px 0px 20px #555;
}

/* styling for the ad region container */
#area-header .software_ad_region_dynamic
{
    width: 855px; /* 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 */
    margin: 0em;
}

/* styling for the ads container */
#area-header .software_ad_region_dynamic .items_container
{
    width: 855px; /* this is the width of the scrolling area. this should probably match the width for the ad region container above */
    height: 350px; /* 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.
*/
#area-header .software_ad_region_dynamic .item
{
    width: 854px;
    height: 500px;
    padding-right: 1px;
    background: none\9;
}

/* styling for the menu item links */
#area-header .software_ad_region_dynamic ul.menu a
{
    padding: .25em .5em;
    background-color: transparent;
    border: 1px solid;
    text-decoration: none;
    color: #999;
}

#area-header .software_ad_region_dynamic ul.menu a:hover,
#area-header .software_ad_region_dynamic ul.menu a:focus
{
    color: #542153;
}

#area-header .software_ad_region_dynamic ul.menu a.current
{
    color: #000;
}

#area-header .software_ad_region_dynamic .item .image-left-primary {
    margin-left: 15px;
}

#area-header .software_ad_region_dynamic .item .image-right-primary {
    margin-right: 15px;
}

#area-header .software_ad_region_dynamic h1,
#area-header .software_ad_region_dynamic h2,
#area-header .software_ad_region_dynamic h3,
#area-header .software_ad_region_dynamic h4,
#area-header .software_ad_region_dynamic h5,
#area-header .software_ad_region_dynamic h6 {}

/****************************************************************************
Page Border Defaults - defines the border around all "page" content areas.
*****************************************************************************/

#page-wrapper
{
    background: #fff url("/files/dark_circle_page_wrapper_background2.png") left top repeat-x;
    padding: 2em 0em;
}

#page-border
{
    clear: both;
    WIDTH: 900px;
    margin: 0em auto;
    padding: 0em;
}

#mailer-border #page-border 
{
    width: 550px;
}

/****************************************************************************
Page Header Defaults - defines the the top-most page 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.
*****************************************************************************/

#page-header {}

/****************************************************************************
Content Border - defines the page's main content area.
*****************************************************************************/

#content-border {}

.one-column #content-border {}

.two-column-sidebar-left #content-border,
.two-column-sidebar-right #content-border 
{
    width: 545px !important;
}

.three-column-sidebar-left #content-border
{
    width: 675px !important;
}

.email-one-column #mailer-border #content-border {}

.email-two-column-sidebar-right #mailer-border #content-border
{
    width: 313px !important;
}

/****************************************************************************
Page Content - defines the structure around the main content and system areas.
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.
*****************************************************************************/

.three-column-sidebar-left #page-content 
{
    width: 445px !important;
}

#page-content {}

.two-column-sidebar-left #page-content,
.two-column-sidebar-right #page-content {}

.three-column-sidebar-left #page-content {}

/* styling for the ad region container */
#page-content .software_ad_region_dynamic
{
    width: 540px; /* 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 */
    margin: 0em 0em 2em 0em;
}

/* styling for the ads container */
#page-content .software_ad_region_dynamic .items_container
{
    width: 540px; /* 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-content .software_ad_region_dynamic .item
{
    width: 539px;
    height: 250px;
    padding-left: 1px;
}

/****************************************************************************
Sidebar - defines the page's sidebar area.
*****************************************************************************/

#sidebar-border
{
    background: #FFF url(/files/dark_circle_sidebar_background.png) bottom left repeat-x;
    padding: 2em;
    border: 1px solid #DDDDDD;
    
    /* CSS3 border radius */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0em;
    
    -moz-box-shadow: 0px 0px 20px #dedede;
    box-shadow: 0px 0px 20px #dedede;
    -webkit-box-shadow: 0px 0px 20px #dedede;
}

.two-column-sidebar-right #sidebar-border,
.two-column-sidebar-left #sidebar-border
{
    width: 200px !important;
}

.three-column-sidebar-left #sidebar-border
{
    width: 150px !important;
}

#sidebar-border h1,
#sidebar-border h2,
#sidebar-border h3,
#sidebar-border h4,
#sidebar-border h5,
#sidebar-border h6 
{
    margin: 0em 0em .5em 0em;
}

/****************************************************************************
Area Sidebar - defines the page's common area menus and content.

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.
*****************************************************************************/

 #area-sidebar {}

/****************************************************************************
Page Sidebar - defines the page specific menus and content.

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.
*****************************************************************************/

#page-sidebar {}

.three-column-sidebar-left #page-sidebar {}

.email-two-column-sidebar-right #mailer-border #page-sidebar {}

/****************************************************************************
Page Content Footer Defaults - defines the the bottom page 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.
*****************************************************************************/

#page-footer {}

.one-column #page-footer {}

.two-column-sidebar-right #page-footer {}

.email-one-column #mailer-border #page-footer {}

.email-two-column-sidebar-right #mailer-border #page-footer {}

/****************************************************************************
Area Footer Defaults - defines the the bottom 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.
*****************************************************************************/

#area-footer-border
{
    background: #fff;
    padding: .01em 0em;
}

#area-footer
{
    clear: both;
    WIDTH: 900px;
    padding: 0em;
    margin: 0em auto;
}

.one-column #area-footer {}

.two-column-sidebar-right #area-footer {}

.email-one-column #mailer-border #area-footer {}

.email-two-column-sidebar-right #mailer-border #area-footer {}

/****************************************************************************
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-border 
{
    background: #F4F4F4 url(/files/dark_circle_site_footer_background.png) top left repeat-x;
    min-height: 190px;
}

.one-column #site-footer-border {}

.two-column-sidebar-right #site-footer-border {}

.email-one-column #mailer-border #site-footer-border {}

.email-two-column-sidebar-right #mailer-border #site-footer-border {}

#site-footer
{
    WIDTH: 900px;
    margin: 0em auto;
    padding: 2em 0em 2em 0em;
}

#mailer-border #site-footer
{
    width: 550px;
}

#site-footer a 
{
    color: #736357;
    font-style: normal;
}

#site-footer a:hover,
#site-footer a:focus
{
    text-decoration: underline;
}

/****************************************************************************
"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-primary{}
.image-secondary{}
.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-primary
{
    border: 2px solid #542153;
    background: transparent;
    padding: 10px;
}

img.image-secondary 
{
    border: 2px solid #542153;
    background: transparent;
    padding: .5em;
}

img.image-left-primary 
{
    border: 2px solid #542153;
    background: transparent;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 20px;
    float: left;
}

img.image-left-secondary 
{
    border: 2px solid #542153;
    background: transparent;
    padding: .5em;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 10px;
    float: left;
}

img.image-right-primary 
{
    border: 2px solid #542153;
    background: transparent;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 0px;
    float: right;
}

img.image-right-secondary 
{
    border: 2px solid #542153;
    background: transparent;
    padding: .5em;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 0px;
    float: right;
}

td.text-annotate, p.text-annotate, span.text-annotate 
{
    font-size: 8pt;
    text-decoration: none;
    background-color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    BORDER: 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: 1.5em;
}

td.text-box-primary, p.text-box-primary, span.text-box-primary 
{
    background-color: transparent;
    border-bottom: 1px solid #542153;
    border-top: 1px solid #542153;
    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 #542153;
    border-top: 1px solid #542153;
    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;
}

.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 #542153;
    border-top: 1px solid #542153;
    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,"Times New Roman",Times,serif;
    margin: 40px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-color: transparent;
    border-bottom: 1px solid #542153;
    border-top: 1px solid #542153;
    background: transparent url(/files/dark_circle_quote.png) 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 
{
    background: #542153 url(/files/dark_circle_button_primary_background.png) top left repeat-x;
    padding: 0.43em 0.5em;
    padding: .53em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .3em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #542153;
    font-size: 95%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

a.link-button-primary-large:hover,
a.link-button-primary-large:focus 
{
    border: 1px solid #3D3C2C;
}

a.link-button-primary-small,
a.link-button-primary-small:link,
a.link-button-primary-small:visited,
a.link-button-primary-small:active 
{
    background: #542153 url(/files/dark_circle_button_primary_background.png) top left repeat-x;
    font-weight: bold;
    color: #fff;
    border: 1px solid #542153;
    font-size: 80%;
    padding: 0.43em 0.5em;
    padding: .53em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .3em .5em; /* IE Bug Fix: this is not a mistake */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

a.link-button-primary-small:hover,
a.link-button-primary-small:focus 
{
    border: 1px solid #3D3C2C;
}

a.link-button-secondary-large,
a.link-button-secondary-large:link,
a.link-button-secondary-large:visited,
a.link-button-secondary-large:active 
{
    background: #C0C0C0 url(/files/dark_circle_button_secondary_background.png) top left repeat-x;
    padding: 0.43em 0.5em;
    padding: .53em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .3em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2 !important;
    font-size: 95%;
    text-decoration: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

a.link-button-secondary-large:hover,
a.link-button-secondary-large:focus 
{
    border: 1px solid #3D3C2C;
}

a.link-button-secondary-small,
a.link-button-secondary-small:link,
a.link-button-secondary-small:visited,
a.link-button-secondary-small:active 
{
    background: #C0C0C0 url(/files/dark_circle_button_secondary_background.png) top left repeat-x;
    font-weight: bold;
    color: #fff;
    border: 1px solid #542153;
    font-size: 80%;
    padding: 0.43em 0.5em;
    padding: .53em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .3em .5em; /* IE Bug Fix: this is not a mistake */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

a.link-button-secondary-small:hover,
a.link-button-secondary-small:focus 
{
    border: 1px solid #3D3C2C;
}

li.link-menu-item,
p.link-menu-item,
a.link-menu-item 
{
    width: 90%; /* 100% won't allow all floating areas to fit correctly */
    display: block;
    padding: 1em;
    margin: 0em 0em 1em 0em;
    
    font-size: 100%;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #542153;
    
    border: 1px solid;
    background: #BEBEBE url(/files/dark_circle_grey_gradient_background.png) top left repeat-x;
}

a.link-menu-item:hover,
a.link-menu-item:focus
{
    color: #7D9B3D;
}

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: 90%;
    padding: .25em 1em;
    text-decoration: none;
    background: none;
    background-color: #4F1119;
    color: #fff;
    
    /* CSS3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a.link-content-more:hover,
a.link-content-more:focus 
{
    background-color: #542153;
}

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;
}

/****************************************************************************
/* 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-primary,
.mceContentBody .image-secondary,
.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,
.mceContentBody a,
.mceContentBody td.mceVisualAid
 {
    font-size: 90% !important;
    font-family: arial, sans-serif !important;
    font-style: normal;
    background: none !important;
    background-color: white !important;
    border-color: black !important;
    color: black !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.mceContentBody a,
.mceContentBody a:hover,
.mceContentBody a:focus
{
    text-decoration: underline;
}

/****************************************************************************
*****************************************************************************
*****************************************************************************
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: #542153;
}

.software_hr 
{
    BORDER-TOP-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
    BORDER-BOTTOM-WIDTH: 0px;
    COLOR: #7D9B3D;
    HEIGHT: 1px;
    BACKGROUND-COLOR: #542153;
    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,
.more_detail a 
{
    background: #542153 url(/files/dark_circle_button_primary_background.png) top left repeat-x;
    padding: 0.43em 0.5em;
    padding: .53em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .3em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #542153;
    font-weight: bold;
    font-size: 85%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
}

.software_input_submit_primary,
a.software_input_submit_primary:link,
a.software_input_submit_primary:visited,
a.software_input_submit_primary:active 
{
    background: #7D9B3D url(/files/dark_circle_button_primary_background.png) top left repeat-x;
    padding: 0.43em 0.5em;
    padding: .53em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .3em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #542153;
    font-weight: bold;
    font-size: 85%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
}

.software_input_submit_secondary,
a.software_input_submit_secondary:link,
a.software_input_submit_secondary:visited,
a.software_input_submit_secondary:active 
{
    background: #C0C0C0 url(/files/dark_circle_button_secondary_background.png) top left repeat-x;
    padding: 0.43em 0.5em;
    padding: .53em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .3em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #7D9B3D;
    font-weight: bold;
    font-size: 85%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
}

.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 
{
    background: #542153 url(/files/dark_circle_button_primary_background.png) top left repeat-x;
    font-weight: bold;
    color: #fff;
    border: 1px solid #542153;
    font-weight: bold;
    padding: 0.43em 0.5em;
    padding: .53em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .3em .5em; /* IE Bug Fix: this is not a mistake */
    color: #fff;
    font-size: 80%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
}

.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 
{
    background: #C0C0C0 url(/files/dark_circle_button_secondary_background.png) top left repeat-x;
    font-weight: bold;
    color: #fff;
    border: 1px solid #542153;
    font-weight: bold;
    font-size: 80%;
    padding: 0.43em 0.5em;
    padding: .53em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .3em .5em; /* IE Bug Fix: this is not a mistake */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
}

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;
    background: #542153 url(/files/dark_circle_button_primary_background.png) top left repeat-x;
    padding: 0.43em 0.5em;
    padding: .53em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .3em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #542153;
    font-size: 85%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
}

a.software_button_primary:hover,
a.software_button_primary:focus 
{
    border: 1px solid #3D3C2C;
    color: #fff !important;
}

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;
    background: #C0C0C0 url(/files/dark_circle_button_secondary_background.png) top left repeat-x;
    padding: 0.43em 0.5em;
    padding: .53em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .3em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #542153;
    font-size: 85%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
}

a.software_button_secondary:hover,
a.software_button_secondary:focus 
{
    border: 1px solid #3D3C2C;
}

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;
    background: #C0C0C0 url(/files/dark_circle_button_secondary_background.png) top left repeat-x;
    padding: 0.53em 0.5em;
    padding: .53em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .47em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #542153;
    font-size: 85%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
}

a.software_button_small_secondary:hover,
a.software_button_small_secondary:focus 
{
    border: 1px solid #3D3C2C;
}

.software_photo_gallery a:hover 
{
    padding: 0 !important;
    margin: 0 !important;
}

input.software_input_submit_small_secondary 
{
    display: inline-block;
    line-height: normal;
    background: #C0C0C0 url(/files/dark_circle_button_secondary_background.png) top left repeat-x;
    padding: 0.43em 0.5em;
    padding: .53em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .3em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    font-size: 85%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
}

/* Legend and Fieldset are browser functions used to wrap messages like Special Offers.*/
.software_legend 
{
    color: #542153;
    font-weight: bold;
}

.software_fieldset 
{
     border: 1px solid #999;
}

/* Text fields on forms use this style*/
.software_input_text,
.software_input_password
{
    border: 1px solid #542153;
    padding: .25em;
}

/* picklists use this style*/
.software_select 
{
     border: 1px solid #542153;
     padding: .25em;
     
     /* CSS3 border radius */
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

/* Text area fields on forms use this style*/
.software_textarea 
{
     border: 1px solid #542153;
     padding: .25em;
     /* CSS3 border radius */
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

table .software_textarea {
    width: 360px;
}

/* Custom Form Page Types */
.software_office_use_only 
{
    color: #542153;
    font-weight: bold;
}

/* Calendar (Page Types) use these styles */
.software_monthly_calendar 
{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
}

.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: 1em;
    background-color: #fff;
    vertical-align: top;
}

.software_monthly_calendar th 
{
    width: 14%;
    background-color: #542153;
    color: #fff;
    background: #542153 url(/files/dark_circle_button_primary_background.png) top left repeat-x;
}

.software_monthly_calendar td.inactive 
{
    background-color: #EAEAEA;
}

.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: #542153;
    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;
    padding: 0.25em;
    color: #542153;
}

.software_photo_gallery .thumbnail
{
    border: 1px solid #3D3C2C;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 10px;
}

.software_photo_gallery .current_thumbnail
{
    border: 1px solid #542153;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 10px;
}

.software_photo_gallery .current_thumbnail_label
{
    font-weight: bold;
}

.software_photo_gallery .photo
{
    border: 1px solid #542153;
    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 .caption
{
}

.software_pagination
{
    margin-top: 1em;
    margin-bottom: 1em;
    text-decoration: none;
}

.software_pagination a,
.software_pagination span
{
    padding: 0.2em 0.4em !important;
    margin-left: 0.1em;
    margin-right: 0.1em;
    border: none;
    text-decoration: none;
    font-style: normal;
    border: 1px solid;
}

.software_pagination a
{
    color: #542153;
}

.software_pagination a:hover
{
    border: 1px solid;
    color: #542153;
}

.software_pagination .current
{
     font-weight: bold;
}

.software_pagination .number
{
}

.software_pagination a.previous,
.software_pagination a.next
{
    border: 1px solid;
    font-weight: bold;
    color: #542153;
}

.software_pagination span.previous,
.software_pagination span.next
{
    border: 1px solid #999;
    color: #999;
}

.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 
{
    border-collapse: collapse;
}

.software_catalog .item 
{
    width: 164px;
    margin: 0 0em 2em 0;
    text-align: center;
}

.software_catalog .item_table .item 
{
    padding: 0em;
    margin-right:7em;
}

.software_catalog .item .image 
{
    border: 2px solid #999;
    padding: 5px;
}

.software_catalog .item .short_description {}

.software_catalog .featured_and_new_item_table 
{
    width: 100%;
    margin: 0em 0em 2em 0em;
}

.software_catalog .featured_and_new_item_table td {}

.software_catalog .featured_and_new_item_table .top_item 
{
    padding-right: 1em;
    width: 719px;
}

.software_catalog .featured_and_new_item_table .top_item .full_description 
{
    margin: 0em 0em;
}

.more_detail {
    margin: 1em 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 
{
    width: 770px;
}

.commerce_catalog .software_catalog .item 
{
    width: 114px;
}

.commerce_catalog .software_catalog .featured_and_new_item_table .item {}

.commerce_catalog .software_catalog .item_table .item 
{
    margin-right:7.2em;
}

.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: 350px; /* 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: 350px;
    padding-left: 1px;
    background: #fff\9;
}

/* 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;
    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 .5em;
    background-color: #fff;
    border: 1px solid;
    text-decoration: none;
    color: #999;
}

.software_ad_region_dynamic ul.menu a:hover,
.software_ad_region_dynamic ul.menu a:focus
{
    color: #542153;
}

/* styling for the current menu item */
.software_ad_region_dynamic ul.menu a.current
{
    font-weight: bold;
    color: #542153;
}

.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 #999;
}

/* 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_login_region 
{
    margin: 1em 0em;
    background: #BEBEBE url(/files/dark_circle_login_background.png) top left repeat-x;
    padding: 1em;
    border: 1px solid #999;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.software_login_region input
{
    margin: 0em .25em .5em 0em;
}

.software_discounted_price
{
    color: #990000;
    font-weight: bold;
}

.software_form_view_directory th
{
    white-space: nowrap;
}

.software_form_view_directory th,
.software_form_view_directory td
{
    text-align: left;
    vertical-align: top;
    padding: 0em 1em 0em 0em;
}

.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_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;
}
