﻿body  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #f9f9f9;
    background-image: url(images/body-bg.png);
    background-repeat: repeat-x;
    margin: 8px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    overflow: scroll;
}
a img
{
    border: 0;
}

p {line-height: 140%}
li {line-height: 160%}

h1, h1 a:link, h1 a:visited{
    color: #35393c;
    font-size: 24px;
    font-weight: normal;
}
h2, h2 a{
    color: #41586b;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 5px;
}

h3
{
    margin-top: 25px;
    margin-bottom: 0px;
    color: #35393c;
    font-size: 14px;
}
h4{
    color: #41586b;
    font-size: 14px;
}
h6{
    color: black;
    font-size: 13px;
}
h6{
    color: #35393c;
    font-size: 12px;
}

a:link, a:visited {
    text-decoration: none;
    color: #5193cd;
}
a:hover, a:active {
    text-decoration: none;
    color: #41729d;
}

#container { 
    width: 976px;  
    background-image: url(images/container-bg.png);
    background-color: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    padding: 0;
} 
#header { 
    background-image: url(images/header-bg.png);
    padding: 0 10px 0 20px;  
    height: 124px;
    margin: 0px;
} 


.logo { margin: 9px 0 0 0; float: left;}
.forum-div {padding:20px; }	
#nav ul {
    background-image: url(images/nav-bg.png);
    list-style-type:none;
    margin: 0;
    padding: 0 0 0 32px;
    font-size: 13px;
    font-weight: bold;	
    float: left;
    width: 942px;
    color: #fff;
}
#nav li {
    float: left;		
    padding: 0px;
    text-align: center;
}
#nav-forum ul {
    background-image: url(images/nav-bg.png);
    list-style-type:none;
    display:inline;
    margin: 0;
    padding: 0 0 0 32px;
    font-size: 13px;
    font-weight: bold;	
    float: left;
    width: 942px;
    color: #fff;
}
#nav-forum li {
    padding: 0px;
    text-align: center;
    display: inline;
    float: left;
}
 li.menulinks{
    text-transform:uppercase;
}

#nav a, #nav-forum a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 24px;
    padding: 12px 14px 4px 14px;
}

#nav ul li a:hover, #nav-forum ul li a:hover {
background-image: url(images/nav-hover-bg.png);
background-repeat: repeat-x;
}

#nav ul li .current, #nav-forum ul li .current {
background: url(images/nav-current-bg.png) repeat-x;

}

#nav ul li .textlinks, #nav .textlinks a, #nav-forum ul li .textlinks, #nav-forum .textlinks a  {
font-size: 12px; font-weight: normal; background: none; display: block;
height: 24px; padding: 12px 10px 4px 10px; 
}
 #nav .textlinks a:hover, #nav-forum .textlinks a:hover {
font-size: 12px; font-weight: normal; background: none; display: block;
text-decoration: underline;
}
#nav ul li #loginlink, #nav #loginlink a,  #loginlink a:hover, #nav-forum ul li #loginlink, #nav-forum #loginlink a, #nav-forum #loginlink a:hover  {
padding: 12px 0px 0px 0px; width: 225px; text-align: right;
}
 #nav ul li #logoutlink, #nav #logoutlink a,  #logoutlink a:hover, #nav-forum ul li #logoutlink, #nav-forum #logoutlink a, #nav-forum  #logoutlink a:hover  {
padding: 12px 0px 0px 0px;
text-align: left;
}


ul.buttons { 
    list-style-type:none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    height: 22px;
    margin: 8px 8px 0 0;
}

ul.buttons li{  
    float: right;
    margin: 0px; /*when horizontal nav buttons have individual backgrounds, use this instead of display: inline and make the a tags display: block*/
    
}

.buttons a, .buttons a:visited {
    width: 90px;
    height: 22px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0 0 3px 10px;
    padding: 0;
    text-align: center;
    background-image: url(images/purchase-bg.png);
    background-repeat:no-repeat;
    border: none;
    font-size: 12px;
}

ul.buttons a:hover {
    width: 90px;
    height: 22px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0 0 3px 10px;
    padding: 0;
    text-align: center;
    background-image: url(images/purchase-bg-over.png);
    background-repeat:no-repeat;
    font-size: 12px;

}
.blog-button { }
.purchase-button {}

#sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 171px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    
    padding: 24px 0 0 0px;
    margin: 0 0 0 32px;
}
ul.leftnav  {
    list-style-type:none;
    margin-left: 0;
    padding-left: 0;
    font-size: 13px;
    font-weight: bold;
    border-right: solid 1px #ccc;
    min-height: 300px;
    }

ul.leftnav li ul {
    list-style-type:none;
    margin-left: 0;
    padding-left: 0;
    font-size: 13px;
    font-weight: normal;
    }
ul.leftnav li ul li 	
{
    margin-top: 0px;
    margin-bottom: 0px;
}
    

.leftnav  li{	
    background-image: url(images/sidebar-menu-bg.png);
    background-repeat:no-repeat;
    padding: 0;
    margin-left: 0;
    margin-top: 6px;
    margin-bottom: 6px;
}
.leftnav-top {
    background-image: url(images/sidebar-menu-top.png);
    background-repeat:no-repeat;
    text-transform: uppercase;
}
.leftnav-selected {
    background-image:url(images/sidebar-menu-hover.png);
    background-repeat:no-repeat;
    color: #666c71;
}
ul.leftnav a {
    text-decoration: none;
    display: block;
    width: 151px;
    padding: 7px 0 11px 26px;
    color: #757f8a;
}

ul.leftnav li ul li a
    {
       padding: 7px 0 11px 31px;
    }

ul.leftnav a:hover {
    background-image: url(images/sidebar-menu-hover.png);
    background-repeat:no-repeat;
}

#mainContent { 
    padding: 24px 50px 40px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    line-height: 140%;
    min-height: 550px;
} 

.interior-page
{
    margin: 43px 0 0 250px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}


#mainContent p
{
    margin-top: 4px;
    /*text-align: justify; */
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#content-bottom { 
    padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background-image: url(images/footer-bg.png);
    background-repeat:no-repeat;
    height: 16px;
}
#footer { 
    width: 920px; 
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    padding: 0 10px 0 20px; 
}
 
#footer p {
    font-size: 11px;
    color: #585e64;
    text-align:right;
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 34px 0 14px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a, #footer a:link, #footer a:visited  {
    font-size: 11px;
    color: #585e64;
    text-align:right;
    text-decoration: none;
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 34px 0 14px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:hover {
        text-decoration: underline;
}
/*homepage styles*/
#homepage #mainContent, #mainContent.exterior-page { 
    margin: 0px 0 0 0px;  /* No column down the left side of the page */
    padding: 24px 30px 40px 30px; 
} 
.left-column {
    position: relative;
    float: left;
    width: 438px;
    padding: 0 15px 0 0;
}
.left-column p, .left-column h1 { padding-left: 24px; padding-right: 16px;}

.right-column {
    position: relative;
    float: right;	
    width: 438px;
    margin: 0 0 0 15px;
}
.box { 
    background-image:url(images/box-top-bg.png);
}
.box2 { 
    background-image:url(images/box-top2-bg.png);
}
.box h1, .box2 h1{
padding-left: 24px;
padding-top: 10px;
margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.box2 h1 {
margin-bottom: 0px;
padding-bottom: 0px;
}
.box p, .box2 p {
padding-left: 34px;
padding-right: 34px;
padding-top: 10px;
color: #585e64;
}
.box2 p {
margin-top: 0;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 10px;
}
.small { font-size: 11px; line-height:normal;}

.box a, .box2 a { color: #585e64;}



/*forms*/

.table {
    border: solid 0px #d6d9dc;
    font-size: 12px;
}
.table td {
    padding: 8px;
    border-bottom: solid 1px #d6d9dc;
    border-right: solid 1px #d6d9dc;
    color:#52575b;
    text-align:center;
}
.table-label {
    text-align: left;
} 
.table-head {
    text-align: center;
}
.table th {
    color: #626a73;
    border-bottom: solid 1px #d6d9dc;
    border-right: solid 1px #d6d9dc;
    font-weight: bold;
    padding: 8px;
}

    

/* Purchase page */
.buy {
    width: 90px;
    height: 22px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 3px 0 3px 10px;
    padding: 0;
    text-align: center;
    border: none;
    font-size: 12px;
    background-image: url(images/purchase-bg.png);
    background-repeat:no-repeat;	
}
a.buy { color: #fff; }
a.buy:hover {
    background-image: url(images/purchase-bg-over.png);
    background-repeat:no-repeat;
    font-size: 12px;
    
}
    
.purchase-table {	
    background-image: url(images/purchase-table-bg.gif);
}

.purchase-table td
{
    border-bottom: solid 1px #D6D9DC;
}

td.license-control
{
    width: 60px;
    text-align: center;
    vertical-align: middle;
    
}

.license-price
{
    width: 100px;
    color: #0b3353;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 10px;
    text-align:right;
}

.license-text {
    overflow: auto;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-left: 1px;
}
tr.purchase-table-bottom 
{
    height: 2px;
}
tr.purchase-table-bottom td {
    background-image: url(images/purchase-table-bot.png);
    background-repeat:no-repeat;
    background-position:bottom;
    border-bottom: none;
}
tr.purchase-table-no-separator td {
    border-bottom: none;
}
.license-text h2
{
    margin-top: 18px;
    margin-bottom: 5px;
}

.price-bg {
    background-image: url(images/price-bg.png);
    background-repeat:repeat-x;
    background-position:bottom right;
    width: 110px;}

.license-price a { font-size: 12px; }
.license-subtitle
{
    margin: 0;
}

.license-expand
{
    cursor: pointer;
    color: #41586b;
    background-color: #ffffff;
    border: solid 1px #ccc;
    padding: 0 4px 0 4px;
    margin-top: 5px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 80px;
    background-image: url(images/show-detail-bg.png);
    background-repeat:no-repeat;
    background-position:right;
}

.license-text .expandable-section-content
{
    margin: 10px 0 0 0;
}

.license-text h2
{
    margin-bottom: 0;
}

.license-text p
{
    font-size: 9pt;
    margin: 0;
}

.license-text .expandable-section-content p, .license-text .expandable-section-content li
{
    font-size: 9pt;
    margin: 2px 0px 2px 0px;

}

.license-text .expandable-section-content ul
{
    margin-top: 2px;
}

.license-text .expandable-section-content h3
{
    font-size: 11pt;
    margin-top: 18px;
    margin-bottom: 0px;
}



/* Columns */

.body-column-container
{
    margin-top: -10px;
    overflow: auto;
    width: 100%

}

.body-column-left, .body-column-right
{
    width: 322px;
}

.body-column-left
{
    float: left;
}

.body-column-right
{
    float: right;
}

ul.body-column-left, ul.body-column-right
{
    padding-left: 15px;
    margin-left: 0px;
    margin-right: 0px;
}


/* Source code */
pre
{
    font-family: Consolas, Courier New;
    font-size: 10pt;
}

.code
{
    margin-bottom: 20px;
    padding: 0;
}

.code pre
{
    margin: 0;
}


/* Boxes (typically for images) */
.boxed
{
    border: solid 1px #d6d9dc;
    padding: 10px;
}

.figure
{
    text-align: center;
    
}

.figure img
{
    padding: 10px;
    border: solid 1px #d6d9dc;
}

.boxed .label
{
    border-top: solid 1px #d6d9dc;
    margin: 10px -10px -10px -10px;
    padding: 5px 10px 5px 10px;
    color: #41586b;
    
}

/*  Add-ins  */
.addin
{
    margin-bottom: 20px;

}

.all-addins .addin
{
    border: solid 1px #d6d9dc;
    padding: 10px 10px 10px 10px;
}

.addin-footer
{
    margin-top: -10px;
    color: Gray;
}	

.addin p
{
    margin: 0;
    font-size: 9.5pt;
}

.all-addins .favorite
{
    background-color: White;
}

.addin img
{
    float:right;
    margin-left: 10px;
    margin-bottom: 30px;
}

.addin h2
{
    margin-top: 0px;
}

/* Tags for review */
.please-review
{
    background-color: #FFFFCC;
}

/* ExpandableSection user control */
.expandable-section-image
{
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.expandable-section-header
{
        cursor: pointer;

}

.expandable-section-content
{
    margin-top: -5px;
    margin-left: 15px;
}

.hidden
{
    display: none;
}

.people-contact
{
    float: right;
    width: 100px;
    text-align: right;
}

/*Changes for new header layout*/
.header-content 
{
    float: right; 
    width: 600px; 
    text-align: right; 
    margin: 5px 11px 0 0; 
    padding: 0;
}

.header-content h1
{
    clear: both;
}

#login-menu ul {
    list-style-type:none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: normal;	
    float: right;
    width: auto;
    color: #737d86;
}

#login-menu li {
    float: left;		
    padding: 0px;
    text-align: center;
}

#login-menu
{
    color: #737d86;
    margin-top: 16px;
}

#login-menu form
{
    padding: 0;
}


#login-menu ul li .textlinks
{
    font-size: 12px; 
    font-weight: normal; 
    background: none; 
    display: block;
    height: 24px; 
    color: #737d86;
}

 #login-menu .textlinks a:hover, #login-menu .textlinks a 
 {
     margin: 0 3pt 0 3pt;
     color: #737d86;
}

#header h1 {
    font-size: 15px;
    color: #385e7f;
    font-weight: normal;
    float: right;
    text-align: right;
    margin: 0 8px 0 0; 
    padding: 21px 0px 0 0; 
    width: 350px;
}
/*forms*/
form {padding: 0; margin: 0}
input.search-box { 
    width: 80px;  
    padding: 2px 10px 2px 16px;
    margin: 0px 0 0 10px;
    border: solid 1px #d6d9dc;
    background-color: #ececed;
    color: #696c6e;
    font-size: 11px;
}
input.go-button {
    background-image: url(images/go.png);
    background-repeat:no-repeat;
    background-color: #fff;
    width: 9px;
    height: 18px;
    border: none;
    margin: 0;
    padding: 0;
    }
input.form-button {
    background-image: url(images/submit-bg.png);
    background-position: bottom;
    background-color: #868e95;
    border-color: #fff #767e85 #fff #767e85;
    border-style: outset;
    border-width: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
}

/*end header changes*/

/* Partners */

.partner-box
{
    border: solid 1px #d6d9dc;
    margin: 20px 0 20px 0;
}

.partner-box h2
{
    margin: 0;
    padding: 10px 5px 10px 5px;
    border-bottom: solid 1px #d6d9dc;
    font-size: 12px;
    text-transform: uppercase;
    
}

.partner-box div
{
    padding: 5px;
}

/* Edition Comparison */
em.hasFeature
{
    display:block;
    margin:0 auto;
    width:16px;
    height:14px;
    text-indent:-999px;
    overflow:hidden;
    background:transparent url(images/yes.gif) no-repeat 0 0
}

em.hasPartialFeature
{
    display:block;
    margin:0 auto;
    width:16px;
    height:14px;
    text-indent:-999px;
    overflow:hidden;
    background:transparent url(images/partialYes.gif) no-repeat 0 0
}



span.note,
span.info,
span.alert,
span.download,
span.tip {
    display: block;
}

div.note, span.note {
    margin: 10px 0px 10px 0px;
    padding: 5px 10px 5px 10px;
    background: #f4f5f6;
    border: 1px dotted #aab4be;
    text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip
 {
    margin: 10px 0px 10px 0px;
    padding: 12px 10px 7px 35px;
}

div.info h2,
div.alert h2,
div.download h2,
div.tip h2 {
    margin-top: 0px;
}

div.info, span.info {
    background: #f4f5f6 url(images/div_info.png) 3px 8px no-repeat;
    border: 1px dotted #aab4be;
}

div.alert, span.alert {
    background: #fff5eb url(images/div_alert.png) 3px 8px no-repeat;
    border: 1px dotted #ffb4a0;
}

div.download, span.download {
    background: #f5faeb url(images/div_download.png) 3px 8px no-repeat;
    border: 1px dotted #78be5a;
}

div.tip, span.tip 
{
    background: #fffdeb url(images/div_tip.png) 3px 8px no-repeat;
    border: 1px dotted #ffc864;
}

div.yellow-flag, div.green-flag, div.blue-flag
{
    margin: 10px 0px 10px 0px;
    padding: 12px 10px 7px 60px;
    min-height: 55px;
}

div.green-flag
{
    background: #f4f5f6 url(images/flag_green.png) 3px 8px no-repeat;
    border: 1px dotted #aab4be;
}

div.blue-flag
{
    background: #f4f5f6 url(images/flag_blue.png) 3px 8px no-repeat;
    border: 1px dotted #aab4be;
}


div.yellow-flag
{
    background: #fff5eb url(images/flag_yellow.png) 3px 8px no-repeat;
    border: 1px dotted #ffb4a0;
}

/*
 * highlighted quotations
 */

blockquote.quotation {
    margin: 10px 0px 10px 0px;
    padding: 10px 35px 10px 35px;
    border: none;
    background: url(images/blockquote_start.png) 0 0 no-repeat;
    text-align:justify;
}

blockquote.quotation p {
    margin: 0px -35px -10px 0px;
    padding: 0px 35px 10px 0px;
    background: url(images/blockquote_end.png) 100% 100% no-repeat;
}

blockquote.quotation-big {
    margin: 10px 0px 10px 0px;
    padding: 50px 50px 50px 50px;
    border: none;
    background: url(images/blockquote_big_start.png) 0 0 no-repeat;
    font-size: 130%;
    line-height: 100%;
    text-align: left;
}

blockquote.quotation-big p {
    margin: 0px -50px -50px 0px;
    padding: 0px 30px 50px 0px;
    background: url(images/blockquote_big_end.png) 100% 100% no-repeat;
}

.quotation-author
{
    margin-top: 10px;
    display: block;
    text-align: right;
    font-style: italic;
    
}

a.quotation-author
{
    color: inherit;
}

/*
 * highlighted emphasis
 */

em.box, em.file, em.directory {
    font-family: "Courier New", Courier, monospace;
    font-style: normal;
}

em.box { 
    padding: 0px 2px 0px 2px;
    background:#f4f5f6;
    border: 1px dotted #aab4be;
}

em.file { 
    padding: 0px 0px 0px 13px;
    background: transparent url(images/em_file.png) 0 1px no-repeat;
    color: #000000;
}

em.directory { 
    padding: 0px 0px 0px 16px;
    background: transparent url(images/em_directory.png) 0 1px no-repeat;
    color: #000000;
}

/*
 * unsorted lists
 */
 
ul.arrow, ul.arrow-big,
ul.checkbox, ul.checkbox-big,
ul.check, ul.check-big,
ul.star, ul.star-big,
ul.plus, ul.plus-big {
    margin: 10px 10px 10px 20px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li,
ul.plus li {
    margin: 10px 0px 10px 0px;
    padding: 7px 0px 6px 35px;
    font-weight: bold;
    line-height: 100%
}

ul.arrow-big li,
ul.checkbox-big li,
ul.check-big li,
ul.star-big li,
ul.plus-big li {
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 15px 60px;
    font-size: 200%;
    font-weight: bold;
}

ul.arrow li { background: url(images/list_arrow.png) 0 0 no-repeat; }
ul.arrow-big li { background: url(images/list_arrow_big.png) 0 0 no-repeat; }
ul.checkbox li { background: url(images/list_checkbox.png) 0 0 no-repeat; }
ul.checkbox-big li { background: url(images/list_checkbox_big.png) 0 0 no-repeat; }
ul.check li { background: url(images/list_check.png) 0 0 no-repeat; }
ul.check-big li { background: url(images/list_check_big.png) 0 0 no-repeat; }
ul.star li { background: url(images/list_star.png) 0 0 no-repeat; }
ul.star-big li { background: url(images/list_star_big.png) 0 0 no-repeat; }
ul.plus li { background: url(images/list_plus.png) 0 0 no-repeat; }
ul.plus-big li { background: url(images/list_plus_big.png) 0 0 no-repeat; }

ul.pros, ul.cons
{
        padding-left: 100px;
    min-height: 80px;
}
ul.pros
{
    background: transparent url(images/icons/thumb-up.png) 3px -5px no-repeat;

}

ul.cons
{
    background: transparent url(images/icons/thumb-down.png) 3px -5px no-repeat;
}

/*
 * ordered lists
 */
 
ol.disc, ol.disc-big {
    margin: 10px 10px 10px 20px;
    padding: 0px 0px 0px 15px;
}

ol.disc {
    padding: 0px 0px 0px 27px;
    background: url(images/list_disc.png) 0 0 repeat-y;
}

ol.disc li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 6px 12px;
    font-weight: bold;
    line-height: 28px;
}

ol.disc-big {
    padding: 0px 0px 0px 45px;
    font-size: 200%;
    background: url(images/list_disc_big.png) 0 0 repeat-y;
}

ol.disc-big li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 12px 20px;
    font-weight: bold;
    line-height: 45px;
}

/* Navigation blocks */

.navigation
{
    overflow: auto;
    width: 100%;
    display: block;
    margin: 20px 0 20px 0;
}

a.navigation
{
    color: inherit;
}

a.navigation:hover div
{
    border: 1px dotted #aab4be;
    padding: 4px;
}

.navigation div
{
    margin:0;
    padding: 5px;
}

.navigation h2
{
    margin-top: 0;
}

.navigation p
{
    margin-bottom: 0;
}

a.navigation p
{
    min-height: 40px; /* Ensure that the hover rectangle is large enough */
}

.navigation img
{
    float: left;
    border: 0;
    width: 75px;
    height: 75px;
    padding-right: 10px;
}


/* Introduction paragraph */

.introduction
{
    font-size: 12pt;
    font-style: italic;
    line-height: 170%;
}

/* General forms */

input.textbox
{
    padding: 2px;
    margin: 0;
    border: solid 1px #d6d9dc;
    color: #424446;
}

input.watermark
{
    padding: 2px;
    margin: 0;
    border: solid 1px #d6d9dc;
    color: #cccccc;
}


input.error
{
    border-color: Red;
}

.grey
{
    color: Gray;
}

.form tr
{
    vertical-align: top;
}


.required-star
{
    color: Red;
}

.validation-error
{
    color: Red;
}




.form-list tr td
{
    padding-top: 0  !important;
}

table.form tr td, .form tbody tr td
{
    padding-top: 10px;
    padding-right: 10px;
}

table.form tbody tr th, .form tr th
{
    text-align: left;
    padding-top: 30px;
    padding-right: 10px;
}


/* Popup */

.popup
{
    padding: 10px;
    border: solid 1px black;
    background-color: White;
}

/* Search engine */
.cse .gsc-control-cse, .gsc-control-cse
{
    background-color: Transparent !important;
    border: none;
}

hr
{
    margin: 0 -28px 0 -28px;
    border-top: dotted 1px gray;
}

/* Ajax validator */
.ajax__validatorcallout_popup_table tbody tr td, .ajax__validatorcallout_popup_table tr td
{
	padding-right: 0;
	padding-top: 0;
	line-height: normal;
}


#support 
{
    left: 0;
    position: fixed;
    top: 40%;
    width: 34px;
    height: 209px;
    background: url("images/support.png") no-repeat scroll 0 0 transparent;
}
#support a.support
{
    display: block;
    height: 100px;
}

#support a.livechat
{
    display: block;
    height: 100px;
}