/****************************************************************************

Theme Name: Professionally Green

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: 0px;
	
	/* Set the background */
	BACKGROUND: url("/files/professionally_green_body_background.gif") repeat-x scroll left 39px #FCFAE6;
    
    /* Set the default font styling */
    FONT-FAMILY: Arial,Helvetica,sans-serif;
	FONT-SIZE: .88em;
	color: #3D3C2C;
    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: #3D3C2C;
    text-decoration: underline;
}

a:hover,
a:focus 
{
    color: #75C700;
}

address {}

b {
    margin: 0em;
    padding: 0em;
}

blockquote 
{
    padding: .5em .75em;
    background-repeat: repeat-x;
    background: #CECCA7;
}

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 
{
    margin: 0em 0em 1em 0em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 1.25em;
}

h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 115%; }
h6 { font-size: 100%; }

hr 
{
	background-color: #CECCA7; /* used by Mozilla and Opera */
	color: #CECCA7; /* used by IE */
	border: 1px;  /* define border and height for Opera */
	height: 1px;  /* define border and height for Opera */
}

img,
a img
{
    border: none;
    text-decoration: none;
}

input 
{
    margin: 0em;
    border: 1px solid #DCDAC2;
    FONT-FAMILY: Arial, Verdana, sans-serif;
    padding: .25em;
    vertical-align: top;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

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: 778px;
	margin: 0em auto 1em auto;
    padding: .65em;
}

/****************************************************************************
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: 550px;
	margin: 0em auto 1em auto;
    padding: .65em;
}

/****************************************************************************
Site Top Styling
*****************************************************************************/

#site-top-border
{
    height: 22px;
    margin-bottom: .5em;
}

#site-top-border #site-tools
{
    font-size: 75%;
    width: 50%\9 !important; /* IE 8 Specific Styling */
}

#site-top-border #site-tools a {
    margin-right: 1em;
}

#site-top-border #site-search
{
    width: 50%\9 !important;
}

#site-top-border .search-query
{
    width: 140px;
    border: 1px solid #DCDAC2;
}

#site-top-border .search-submit 
{
    background: #75C700 url(/files/professionally_green_button_primary_background.png) top left repeat-x;
    padding: .168em .5em;
    padding: .25em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: 0.05em .25em; /* IE 7 Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2;
}

/****************************************************************************
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: 33%;
}

#mailer-border #site-header-border
{
    float: none;
    width: 100%;
    margin-top: 4.5em;
}

#site-header 
{
    height: 83px;
    margin-top: 1em;
}

#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;
    text-decoration: none;
}
 
/****************************************************************************
Site Menu Defaults  - defines the main site-wide common region used to display
the main menu.
*****************************************************************************/

#site-menu-border 
{
    float: right;
    width: 65%;
}

#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;
	width: 100px;
    height: 35px;
	padding: 61px 0px 0px 0px;
	/* margin-bottom: -1px;  required to prevent javascript menus from disappearing on hover for mozilla */
 	
 	background: #F4F1DD url(/files/professionally_green_menu_item_background.gif) top left no-repeat;
 	color: #2E4E00;
	font-weight: normal;
    text-decoration: none;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-align: center;
}

#site-menu ul.software_menu li.on,
#site-menu ul.software_menu li a:hover,
#site-menu ul.software_menu li a:focus,
#site-menu ul.software_menu li.current a 
{
	background: url(/files/professionally_green_menu_item_background_hover.gif) no-repeat scroll 100% 0 #FCFAE6;
}

#site-menu ul.software_menu li ul 
{
    position: absolute;
    visibility: hidden;
    top: 50px;
    left: 0;
    width: 140px;
    z-index: 2;
    
    -moz-box-shadow: 0px 0px 20px #CECCA7;
    box-shadow: 0px 0px 20px #CECCA7;
    -webkit-box-shadow: 0px 0px 20px #CECCA7;
    background: none #FFFFFF;
    border: 1px solid #DCDAC2;
    margin: 0em 0em 1em 0em;
    padding: 0em;
}

#site-menu ul.software_menu li ul li 
{
    /*May need to take out block level for IE*/
    padding: 0em;
    margin: 0;
    width: 140px;  /* fix width of menu items */
    font-size: 85%;
}

#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: 120px;
    font-size: 85%;
    font-weight: normal;
    line-height: 1.4em;
    background-image: none;
    background-color: #fff;
    padding: 1em;
    text-align: left;
    height: auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#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
{
    background: none #FCFAE6;
    color: #75C700;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

#site-menu ul.software_menu li ul li.current a
{
    color: #3D3C2C;
}

#site-menu ul.software_menu li ul li.current a:hover,
#site-menu ul.software_menu li ul li.current a:focus 
{
    color: #75C700;
}

/***************************************************************************/
/* 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-border 
{
    clear: both;
    padding: 3.25em 0em 0em 0em;
    margin: 0em;
}

#mailer-border #area-border
{
    clear: both;
    padding: 0em;
    margin: 0em 0em 1em 0em;
}

/****************************************************************************
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 { margin: 0em 0em 2em 0em; }

/* styling for the ad region container */
#area-header .software_ad_region_dynamic
{
    width: 775px; /* 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: 775px; /* 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.
*/
#area-header .software_ad_region_dynamic .item
{
    width: 774px;
    height: 250px;
    padding-right: 1px;
    BACKGROUND: url("/files/professionally_green_body_background.gif") repeat-x scroll left -100px #FCFAE6\9;
}

#area-header .image-primary,
#area-header .image-left-primary,
#area-header .image-right-primary
{
    background-color: #fff;
    -moz-box-shadow: 0px 0px 20px #CECCA7;
    box-shadow: 0px 0px 20px #CECCA7;
    -webkit-box-shadow: 0px 0px 20px #CECCA7;
}

#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;
}

/****************************************************************************
Page Border Defaults - defines the border around all "page" content areas.
*****************************************************************************/

#page-border {}

/****************************************************************************
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 
{
    width: 65% !important;
    padding: .65em;
    margin: 0em 0em 2em 0em;
    background: #fff;
    border: 1px solid #DCDAC2;
    
    /* CSS3 Box Shadow */
    -moz-box-shadow: 0px 0px 20px #CECCA7;
    box-shadow: 0px 0px 20px #CECCA7;
    -webkit-box-shadow: 0px 0px 20px #CECCA7;
}

.one-column #content-border 
{
    width: auto !important;
}

.two-column-sidebar-left #content-border,
.two-column-sidebar-right #content-border
{
    min-height: 385px;
}

.email-one-column #mailer-border #content-border
{
    width: auto !important;
}

.email-two-column-sidebar-right #mailer-border #content-border {}

/****************************************************************************
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.
*****************************************************************************/

#page-content
{
    background: #FCFAE6;
    padding: 1em;
}

.two-column-sidebar-left #page-content,
.two-column-sidebar-right #page-content
{
    min-height: 367px;
}

.three-column-sidebar-left #page-content
{
    border-right: 1px solid #DCDAC2;
}

/* styling for the ad region container */
#page-content .software_ad_region_dynamic
{
    width: 485px; /* 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-content .software_ad_region_dynamic .items_container
{
    width: 485px; /* 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: 484px;
    height: 250px;
    padding-left: 1px;
}

/****************************************************************************
Sidebar - defines the page's sidebar area.
*****************************************************************************/

.three-column-sidebar-left #sidebar-border 
{
    width: 30% !important;
    margin-bottom: 2em;
}

#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 
{
    padding: 1em;
    margin: 0em 0em 1em 0em;
    background: #fff;
    border: 1px solid #DCDAC2;
    
    /* CSS3 Box Shadow */
    -moz-box-shadow: 0px 0px 20px #CECCA7;
    box-shadow: 0px 0px 20px #CECCA7;
    -webkit-box-shadow: 0px 0px 20px #CECCA7;
}

/****************************************************************************
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
{
    padding: 1em !important;
}

.email-two-column-sidebar-right #mailer-border #page-sidebar 
{
    padding: 1em;
    margin: 0em 0em 1em 0em;
    background: #fff;
    border: 1px solid #DCDAC2;
    
    /* CSS3 Box Shadow */
    -moz-box-shadow: 0px 0px 20px #CECCA7;
    box-shadow: 0px 0px 20px #CECCA7;
    -webkit-box-shadow: 0px 0px 20px #CECCA7;
}

/****************************************************************************
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
{
    display: block;
    width: 524px;
    margin: 0em 0em 0em 18em;
    padding: 0 !important;
}

.one-column #page-footer
{
    width: 100% !important;
    margin: 0em;
}

.two-column-sidebar-right #page-footer {
    margin: 0em;
}

.email-one-column #mailer-border #page-footer
{
    width: auto !important;
    margin: 0em;
}

.email-two-column-sidebar-right #mailer-border #page-footer
{
    width: 69% !important;
    margin: 0em;
}

/****************************************************************************
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
{
    display: block;
    width: 524px;
    margin: 0em 0em 0em 18em;
    padding: 0 !important;
}

.one-column #area-footer
{
    width: 100% !important;
    margin: 0em;
}

.two-column-sidebar-right #area-footer 
{
    margin: 0em;
}

.email-one-column #mailer-border #area-footer
{
    width: auto !important;
    margin: 0em;
}

.email-two-column-sidebar-right #mailer-border #area-footer
{
    width: 69% !important;
    margin: 0em;
}

/****************************************************************************
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
{
    width: 524px;
    margin: 0em 0em 0em 18em;
    background: #B0AD93;
    -moz-box-shadow: 0px 0px 20px #CECCA7;
    box-shadow: 0px 0px 20px #CECCA7;
    -webkit-box-shadow: 0px 0px 20px #CECCA7;
}

.one-column #site-footer-border
{
    width: 100% !important;
    margin: 0em;
}

.two-column-sidebar-right #site-footer-border
{
    margin-left: 0em;
}

.email-one-column #mailer-border #site-footer-border
{
    width: auto !important;
    margin: 0em;
}

.email-two-column-sidebar-right #mailer-border #site-footer-border
{
    width: 69% !important;
    margin: 0em;
}

#site-footer
{
    padding: 1.65em;
    margin: 0em;
    
    color: #FCFAE6;
    font-size: 85%;
}

#site-footer a
{
    color: #FCFAE6;
    text-decoration: none;
}

#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{}
.heading-text{}
/*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: 1px solid #DCDAC2;
	background: #CECCA7;
	padding: 10px;
}

img.image-secondary 
{
    border: 1px solid #DCDAC2;
	background: none;
	padding: 5px;
}

img.image-left-primary 
{
    border: 1px solid #DCDAC2;
	background: #CECCA7;
	padding: 10px;
	margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 20px;
	float: left;
}

img.image-left-secondary 
{
    border: 1px solid #DCDAC2;
	background: none;
	padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 10px;
    float: left;
}

img.image-right-primary 
{
    border: 1px solid #DCDAC2;
	background: #CECCA7;
	padding: 10px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 0px;
    float: right;
}

img.image-right-secondary 
{
    border: 1px solid #DCDAC2;
	background: none;
	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 
{
    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 #75C700;
    border-top: 1px solid #75C700;
    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 #75C700;
    border-top: 1px solid #75C700;
    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 #75c700;
    border-top: 1px solid #75c700;
	background: transparent url(/files/professionally_green_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: #75C700 url(/files/professionally_green_button_primary_background.png) top left repeat-x;
    padding: .275em 0.5em;
    padding: .375em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .21em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2;
	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: #75C700 url(/files/professionally_green_button_primary_background.png) top left repeat-x;
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2;
	font-size: 80%;
    padding: .275em 0.5em;
    padding: .375em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .21em .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/professionally_green_button_secondary_background.png) top left repeat-x;
    padding: .275em 0.5em;
    padding: .375em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .21em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2;
	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/professionally_green_button_secondary_background.png) top left repeat-x;
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2;
	font-size: 80%;
    padding: .275em 0.5em;
    padding: .375em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .21em .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: 0em 1.5em 0em 0em;
	margin: 0em;
	
	font-size: 100%;
    text-decoration: underline;
    text-align: right;
    
    background: transparent url(/files/professionally_green_arrow3.gif) right 9px no-repeat;
    color: #3D3C2C;
}

a.link-menu-item:hover,
a.link-menu-item:focus
{
    text-decoration: none;
}

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;
	background: none;
}

a.link-content-more:hover,
a.link-content-more:focus 
{
	color: #75C700;
}

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;
}

.heading-text {
    font-size: 225%;
    color: #333;
    padding: 1.25em 0em 0em 0em;
    margin: 0em;
    font-weight: bold;
    background-color: transparent;
}

/****************************************************************************
/* 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: #75C700;
}

.software_hr 
{
    BORDER-TOP-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
    BORDER-BOTTOM-WIDTH: 0px;
    COLOR: #75C700;
    HEIGHT: 1px;
    BACKGROUND-COLOR: #75C700;
    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: #75C700 url(/files/professionally_green_button_primary_background.png) top left repeat-x;
    padding: .275em 0.5em;
    padding: .375em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .21em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2;
    font-weight: bold;
    font-size: 85%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

.software_input_submit_primary,
a.software_input_submit_primary:link,
a.software_input_submit_primary:visited,
a.software_input_submit_primary:active 
{
    background: #75C700 url(/files/professionally_green_button_primary_background.png) top left repeat-x;
    padding: .275em 0.5em;
    padding: .375em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .21em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2;
    font-weight: bold;
    font-size: 85%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

.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/professionally_green_button_secondary_background.png) top left repeat-x;
    padding: .275em 0.5em;
    padding: .375em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .21em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2;
    font-weight: bold;
    font-size: 85%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

.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: #75C700 url(/files/professionally_green_button_primary_background.png) top left repeat-x;
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2;
    font-weight: bold;
    padding: .275em 0.5em;
    padding: .375em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .21em .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;
}

.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/professionally_green_button_secondary_background.png) top left repeat-x;
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2;
    font-weight: bold;
    font-size: 80%;
    padding: .275em 0.5em;
    padding: .375em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .21em .5em; /* IE Bug Fix: this is not a mistake */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

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: #75C700 url(/files/professionally_green_button_primary_background.png) top left repeat-x;
    padding: .275em 0.5em;
    padding: .375em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .21em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2;
    font-size: 85%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

a.software_button_primary:hover,
a.software_button_primary:focus 
{
    border: 1px solid #3D3C2C;
}

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/professionally_green_button_secondary_background.png) top left repeat-x;
    padding: .275em 0.5em;
    padding: .375em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .21em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2;
    font-size: 85%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

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/professionally_green_button_secondary_background.png) top left repeat-x;
    padding: .35em 0.5em;
    padding: .375em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .35em .5em; /* IE Bug Fix: this is not a mistake */
    font-weight: bold;
    color: #fff;
    border: 1px solid #DCDAC2;
    font-size: 85%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

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/professionally_green_button_secondary_background.png) top left repeat-x;
    padding: .275em 0.5em;
    padding: .375em .5em\9; /* IE Bug Fix: this is not a mistake */
    *padding: .21em .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;
}

/* Legend and Fieldset are browser functions used to wrap messages like Special Offers.*/
.software_legend 
{
    color: #75C700;
    font-weight: bold;
}

.software_fieldset 
{
	 border: 1px solid #DCDAC2;
}

/* Text fields on forms use this style*/
.software_input_text,
.software_input_password
{
    border: 1px solid #DCDAC2;
    padding: .25em;
}

/* picklists use this style*/
.software_select 
{
	 border: 1px solid #DCDAC2;
     padding: .25em;
     
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
}

/* Text area fields on forms use this style*/
.software_textarea 
{
	 border: 1px solid #DCDAC2;
     padding: .25em;
     
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
}

table .software_textarea {
    width: 360px;
}

/* Custom Form Page Types */
.software_office_use_only 
{
    color: #75C700;
    font-weight: bold;
}

/* 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: 1px solid #DCDAC2;
    vertical-align: top;
}

.software_monthly_calendar th 
{
    width: 14%;
    background-color: #75C700;
    color: #fff;
}

.software_monthly_calendar td.inactive 
{
    background-color: #FCFAE6;
}

.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: #75C700;
    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: #75C700;
}

.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 #75C700;
    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 #75C700;
    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: #75C700;
}

.software_pagination a:hover
{
    border: 1px solid;
    color: #75C700;
}

.software_pagination .current
{
	 font-weight: bold;
}

.software_pagination .number
{
}

.software_pagination a.previous,
.software_pagination a.next
{
    border: 1px solid;
    font-weight: bold;
    color: #75C700;
}

.software_pagination span.previous,
.software_pagination span.next
{
    border: 1px solid #CACAC0;
    color: #CACAC0;
}

.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 
{
    padding: 0em;
    margin: 0 1.45em 3em 0;
}

.software_catalog .item 
{
    width: 164px;
    margin: 0em 0em 2em 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 
{
    width: 545px;
}

.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: 610px;
}

.commerce_catalog .software_catalog .featured_and_new_item_table .item {}

.commerce_catalog .software_catalog .item_table .item 
{
    padding: 0em;
    margin: 0 2.63em 2em 0;
}

.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;
    background-color: #FCFAE6\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 .35em;
    background-color: #fff;
    border: 1px dotted;
    text-decoration: none;
}

/* styling for the current menu item */
.software_ad_region_dynamic ul.menu a.current
{
    border: 1px solid;
}

.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_login_region 
{
    margin: 1em 0em;
    background: #EBE9D7;
    padding: 1em;
    border: 1px solid #B0AD93;
    -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;
}

.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;
}
