﻿/* DEFAULTS
----------------------------------------------------------*/
.beta_corner
{
    background-position: left top;
    background: url( '../images/public_beta.png' ) top left no-repeat;
    display: block;
    height: 90px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -999em;
    top: 0;
    width: 100px;
}

body
{
    background-position: 0px -120px;
    background-color: #FFFFFF;
    background-image: url( '../images/body_bg_sliver.png' );
    background-repeat: repeat-x;
    font-size: 12px;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}


img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

h2
{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

h3
{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

h4
{
    font-size: 14px;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    width: 1100px;
    margin: -60px auto 0px auto;
}


.header
{
    background-image: url( '../images/body_top_blue_bar_sliver.png' );
    background-repeat: repeat-x;
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 46px;
}

.header_center
{
    width: 1100px;
    margin: 0px auto;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    margin-top: 80px;
    padding: 0px 12px;
    min-height: 420px;
}

.main .top
{
    background-image: url( '../images/page_main_top_complete.png' );
    background-repeat: no-repeat;
    width: 100%;
    height: 119px;
}

.main .middle
{
    background-image: url( '../images/page_main_middle.png' );
    background-repeat: repeat-y;
    width: 100%;
    min-height: 487px; /*border:1px solid green;*/
}

.main .middle .content
{
    /* margin: 12px 8px 8px 30px;*/
    padding-left: 45px;
}

.main .bottom
{

    margin-top: -10px;
    background-image: url( '../images/page_main_bottom.png' );
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    width: 100%;
    background-image: url( '../images/body_footer_bg_sliver.png' );
    background-repeat: repeat-x;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    margin-bottom: 0px;
    text-align: center;
    line-height: normal;
}

.footer_main
{
    background-image: url( '../images/body_footer_bg_center.png' );
    background-repeat: no-repeat;
    margin: 0px auto;
    margin-top: -8px;
    text-align: center; /* height: 228px;      width:1440px;*/
    width: 1024px;
    padding-top: 40px;
    margin-bottom: 0px;
}

.footer_btn
{
    float: left;
    background-image: url( '../images/btn_Footer.png' );
    background-repeat: no-repeat;
    width: 166px;
    height: 40px;
    margin-right: 10px;
    padding-top: 12px;
}

.footer_btn a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.footer_section
{
    float: left;
    width: 300px;
    color: #f8d9b4;
}


.footer_section .headline
{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.footer_section td
{
    text-align: left;
}

.footer_section a
{
    color: #f8d9b4;
    text-decoration: none;
}

.footer_bottom_row
{
    clear: both;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 0px;
}

.footer_bottom_row td
{
    padding-right: 20px;
}

.footer_bottom_row a
{
    color: #ffffff;
    text-decoration: none;
}

.partner_logo
{
    padding-right: 10px;
}
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    margin-top: 15px;
    margin-left: 40px;
}

.title a
{
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}



.bold
{
    font-weight: bold;
}


.featured_product_services
{
    background-image: url( '../images/featured_products_services_v2.png' );
    background-repeat: no-repeat;
    height: 628px;
    width: 680px;
    margin-left: -10px;
    padding: 20px 10px 10px 5px; /*  border:1px solid red;*/
}

.featured_product_text
{
    clear: both;
    margin-left: -10px;
    padding-top: 5px;
    padding-left: 20px;
    width: 640px;
    height: 70px;
    color: #ffffff; /*border:1px solid green;*/
}
.featured_product_text h2
{
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.featured_product_navigation
{
    /*width: 650px;*/
    padding-top: 15px;
    padding-left: 10px;
}

.featured_product_navigation img
{
    margin-right: 10px;
}
.studio_news
{
    background-image: url( '../images/bg_studio_news.png' );
    background-repeat: no-repeat;
    width: 360px;
    height: 300px;
    margin-left: -30px; /* border:1px solid green;*/
}

.studio_calendar
{
    background-image: url( '../images/bg_studio_calendar.png' );
    background-repeat: no-repeat;
    width: 406px;
    height: 184px;
    margin-left: -30px;
}

.studio_calendar a
{
    color: #346fae;
    font-size: 12px;
    font-family: verdana;
    text-decoration: none;
}

.studio_calendar_items
{
    padding-top: 70px;
    padding-left: 30px;
}

.event_subtitle
{
    font-family: Verdana;
    font-size: 11px;
    font-style: italic;
    color: #808080;
}

.PlatformSearchResults
{
    width: 900px;
    padding: 5px;
}

.PlatformResultsLabel
{
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #C0C0C0;
}

.PlatformSearchResult
{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.PlatformSearchLink
{
    font-family: Verdana;
    font-size: 14px;
    color: #0000FF;
    margin-bottom: 3px;
}

.PlatformMatchText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #006600;
}

.ask_the_web_dr
{
    margin-left: -30px;
}

.btn_send_a_file
{
    margin-top: -3px;
    margin-left: -30px;
}

.current_date_time
{
    color: #3f88bf;
    font-family: verdana;
    font-size: 18px;
    padding-left: 120px;
    padding-top: 25px;
}

.social_network_icons
{
    float: right;
    text-align: right;
    margin-top: -50px;
    margin-right: 80px;
}
.social_network_icons a
{
    margin-right: 10px;
    text-decoration: none;
}

.navigation
{
    padding-top: 25px;
}

.navigation_left
{
    float: left;
    width: 300px;
    padding-left: 60px;
}

.navigation a
{
    color: #ffffff;
    font: font-size: 22px;
    text-decoration: none;
    margin-right: 10px;
    font-family: verdana;
    font-size: 18px;
}

.navigation_right
{
    float: right;
    width: 300px;
    margin-right: 40px;
}

.news_headline
{
    color: #3c3a3a;
    margin-bottom: 0px;
}

.rss_icon
{
    padding-left: 15px;
    padding-top: 15px;
}

.news_headline
{
    margin-top: -5px;
    padding-left: 25px;
}

.news_article
{
    padding-left: 25px;
    width: 290px;
}

.watermarked
{
    color: #C0C0C0;
    font-style: italic;
}

.error_text
{
    color: #CC0066;
    font-style: italic;
}



/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable
{
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 660px;
    height: 90px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items
{
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div
{
    float: left;
}


.blog_categories
{
    background-image: url( '../images/blog_categories.png' );
    background-repeat: no-repeat;
    width: 250px;
    height: 300px;
    padding-top: 60px;
    padding-left: 20px;
}

.blog_categories td
{
    font-family: verdana;
    font-size: 12px;
    height: 20px;
}

.newsandblogs_toc
{
    width: 725px;
    color: #333333;
    margin-right: 10px;
}

.newsandblogs_toc h1
{
    font-size: 24px;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}



.newsandblogs_toc_seperator
{
    width: 100%;
    height: 10px;
    border-bottom: 2px solid #666666;
    margin-bottom: 10px;
}

.newsandblogs_toc_image
{
    width: 150px;
}

.newsandblogs
{
    margin-top: -20px;
    font-size: 14px;
}
.newsandblogs h1
{
    font-size: 24px;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

.newsandblogs h2
{
    font-size: 16px;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

.InDashDisplay
{
    width: 990px;
}


.recaptcha_wrapper
{
    margin-top: -5px;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table
{
    background-color: #F5BE7A; /*reCaptcha widget background color*/
    background-position: left top;
}


#recaptcha_table
{
    border-color: #000000 !important; /*reCaptcha widget border color*/
}

#recaptcha_response_field
{
    border-color: #000 !important; /*Text input field border color*/
    background-color: #ffffff !important; /*Text input field background color*/
}


table .xanadu_table_form
{
    width: 100%;
}
.xanadu_table_form th
{
    width: 120px;
    padding: 4px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    font-weight: bold;
}

.xanadu_table_form td
{
    padding: 4px;
    vertical-align: top;
}


.xanadu_table_form_th
{
    font-weight: bold;
    font-size: 12px;
    width: 120px;
    padding: 4px;
    text-align: left;
}

.xanadu_table_form_td
{
    padding: 4px;
}

.xanadu_table_form caption
{
    font-size: 14px;
    color: #ffffff;
    padding: 2px 0px 2px 0px;
    text-align: left;
    width: 100%;
    text-indent: 4px; /*border: 1px solid #000000;*/
    background-color: #629dce;
}

.request_proposal
{
    background-image: url( '../images/request_a_propsal_bg.png' );
    background-repeat: no-repeat;
    width: 500px;
    height: 740px;
    padding-top: 60px;
    padding-left: 20px;
}

.proposal_form_field
{
    width: 200px;
}

.blank_required_field
{
    background-color: #FFCCFF;
}


.online_bill_pay
{
    background-image: url( '../images/online_bill_pay_bg.png' );
    background-repeat: no-repeat;
    width: 500px;
    height: 600px;
    padding-top: 60px;
    padding-left: 20px;
}

.bill_pay_reciept_holder
{
    background-image: url( '../images/online_bill_pay_receipt_bg.png' );
    background-repeat: no-repeat;
    text-align: left; /*border:1px solid #696969; */
    width: 960px;
    padding-left: 20px;
    padding-top: 50px;
    margin-left: -5px;
    padding-bottom: 5px;
}

.ask_the_web_dr_holder
{
    background-image: url( '../images/ask_web_dr_bg.png' );
    background-repeat: no-repeat;
    text-align: left;
    width: 520px;
    height: 250px;
    padding-left: 150px;
    padding-top: 190px;
    margin-left: -5px;
    padding-bottom: 5px;
}

.ask_the_web_dr_holder .ask_the_web_dr_edit
{
    height: 38px;
    width: 390px;
    color: #696969;
    font-size: 20px;
}

.subnavigation
{
    background-image: url( '../images/sub_navigation_menu_bg.png' );
    background-repeat: no-repeat;
    text-align: left;
    width: 285px;
    height: 400px;
    padding-left: 20px;
    padding-top: 55px;
    margin-left: -5px;
    padding-bottom: 5px;
}

.subnavigation td
{
    font-family: verdana;
    font-size: 12px;
    height: 25px;
}

.subnavigation a
{
    color: #346fae;
    font-size: 12px;
    font-family: verdana;
    text-decoration: none;
}

.saas_subnavigation
{
    background-image: url( '../images/saas_sub_navigation_menu_bg.png' );
    background-repeat: no-repeat;
    text-align: left;
    width: 285px;
    height: 400px;
    padding-left: 20px;
    padding-top: 55px;
    margin-left: -5px;
    padding-bottom: 5px;
}

.saas_subnavigation_long
{
    background-image: url( '../images/saas_sub_navigation_menu_bg_lg.png' );
    background-repeat: no-repeat;
    text-align: left;
    width: 285px;
    height: 500px;
    padding-left: 20px;
    padding-top: 55px;
    margin-left: -5px;
    padding-bottom: 5px;
}

.contact_form
{
    background-image: url( '../images/bg_contact_form.png' );
    background-repeat: no-repeat;
    text-align: left;
    width: 500px;
    height: 570px;
    padding-left: 20px;
    padding-top: 75px;
    margin-left: -5px;
    padding-bottom: 5px;
}

.about_subnavigation
{
    background-image: url( '../images/about_sub_navigation_menu_bg.png' );
    background-repeat: no-repeat;
    text-align: left;
    width: 285px;
    height: 310px;
    padding-left: 20px;
    padding-top: 75px;
    margin-left: -5px;
    padding-bottom: 5px;
}

.testimonials
{
    background-position: left top;
    text-align: left;
    background-image: url('../images/quotes_top.png');
    background-repeat: no-repeat;
    margin-bottom:20px;
    width: 225px;
    padding-top:18px;
    margin-left:20px;
}

.testimonials .innerquote
{
    margin-top:-4px;
    width: 203px;
    padding: 10px;
    line-height: 22px;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    background-color: #ECFFF2;
 }


.blog_archives
{
    /*border:1px solid red;*/
    clear:both;
    width:250px;
    padding-top:40px;
}

.blog_archives h2
{
    text-indent: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
    
}

.blog_archive_holder
{
    color: #346fae;
    font-size: 14px;
    font-family: verdana;
    padding-left: 20px;
    width: 250px;
    line-height: 22px;
    
}

.blog_archive_holder .archive_item
{
    width: 200px;
    height: 22px;
    padding-bottom: 5px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

.blog_archive_holder .archive_item a
{
    text-decoration: none;
}

.blog_tag_cloud
{
    margin-top: -50px;
    width:200px;
/*    border:1px solid green;*/
    
}

.blog_tag_cloud h2
{
    text-indent: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.blog_tag_words
{
    color: #226ba8;
    font-size: 12px;
    font-family: verdana;
    padding-left: 20px;
    width: 220px; 
    /*border:1px solid green;*/
    
}

.TagCloud
{
    background-color: #f7f7f7;
    padding: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0px;
    margin-bottom: 16px;
    margin-top: 16px;
    color: #999999;
    list-style-type: none;
}

.SidebarTagCloud
{
    line-height: 20px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.TagCloud li, #sidebar-a .SidebarTagCloud li
{
    border-width: 0px;
}

.Tag1, .Tag2, .Tag3, .Tag4, .Tag5, .Tag6
{
    margin: 0px;
    padding: 0px;
    display: inline;
    float: left;
}

.Tag1 a:link, .Tag1 a:visited, .Tag1 a:active
{
    margin-right: 6px;
    text-decoration: none;
    color: #04a;
    font-size: 20px;
    font-weight: 900;
}

.Tag2 a:link, .Tag2 a:visited, .Tag2 a:active
{
    margin-right: 6px;
    text-decoration: none;
    color: #05b;
    font-size: 18px;
    font-weight: 800;
}

.Tag3 a:link, .Tag3 a:visited, .Tag3 a:active
{
    margin-right: 6px;
    text-decoration: none;
    color: #06c;
    font-size: 16px;
    font-weight: 600;
}

.Tag4 a:link, .Tag4 a:visited, .Tag4 a:active
{
    margin-right: 6px;
    text-decoration: none;
    color: #17d;
    font-size: 14px;
    font-weight: 500;
}

.Tag5 a:link, .Tag5 a:visited, .Tag5 a:active
{
    margin-right: 6px;
    text-decoration: none;
    color: #28e;
    font-size: 12px;
    font-weight: 300;
}

.Tag6 a:link, .Tag6 a:visited, .Tag6 a:active
{
    margin-right: 6px;
    text-decoration: none;
    color: #39f;
    font-size: 10px;
    font-weight: 200;
}

.Tag1 a:hover, .Tag2 a:hover, .Tag3 a:hover, .Tag4 a:hover, .Tag5 a:hover, .Tag6 a:hover
{
    text-decoration: underline;
}

#sidebar-a .SidebarTagCloud a:link, #sidebar-a .SidebarTagCloud a:active, #sidebar-a .SidebarTagCloud a:visited
{
    display: inline;
    margin: auto;
    border-style: none;
    border-width: 0px;
    padding: auto;
}

#sidebar-a .SidebarTagCloud a:hover
{
    background-color: Transparent;
    text-decoration: underline;
}

.signup_form
{
    padding-top: 20px;
}

.featured_professional_tag_line
{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    margin-top: -190px;
    margin-left: 180px;
}

.professionals_services
{
    margin-left: -20px;
}

.hosting_ad_add_buttons
{
    position: absolute;
    z-index: 9;
    bottom: 100px;
}

.shopping_cart_info
{
    float: right;
    width: 320px;
}

.your_shopping_cart
{
    /*background-image: url( '../images/your_shopping_cart_bg.png' );     background-repeat: no-repeat;*/
    width: 904px; /*height:400px;*/
    padding: 60px 10px 10px 10px;
}

.hosting_detail_order table th
{
    background-color: #397bb6;
    color: #ffffff;
    height: 18px;
}

.summary
{
    font-weight: bold;
}

.summary_amount
{
    font-weight: bold;
}

.SideCart table th
{
    background-color: #397bb6;
    color: #ffffff;
    height: 18px;
}

.platform_module_item
{
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 200px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
}

.empty_cell
{
    padding: 5px;
    width: 200px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
}

.module_title
{
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

.module_short_description
{
    text-align: left;
    height: 90px;
}

.module_bullets
{
    text-align: left;
    height: 140px;
}

.price
{
    font-weight: bold;
    font-size: 12px;
    font-variant: small-caps;
}

.platform_modules_sub_navigation_menu_bg
{
    background-image: url( '../images/platform_modules_sub_navigation_menu_bg.png' );
    background-repeat: no-repeat;
    text-align: left;
    width: 285px;
    height: 400px;
    padding-left: 20px;
    padding-top: 55px;
    margin-left: -5px;
    padding-bottom: 5px;
}

.platform_modules_sub_navigation_menu_bg td
{
    font-family: verdana;
    font-size: 12px;
    height: 25px;
}

.platform_modules_sub_navigation_menu_bg a
{
    color: #346fae;
    font-size: 12px;
    font-family: verdana;
    text-decoration: none;
}

.platform_module_large_description
{
    border: 1px solid #CCCCCC;
    padding: 10px;
    width: 580px;
    margin-top: 10px;
}

.product_short_headlines
{
    width: 270px;
    height: 125px;
    vertical-align: top;
}

.product_options_holder
{
    background-position: bottom;
    background-image: url( '../images/product_options_bg.png' );
    background-repeat: repeat-x;
    width: 300px;
    height: 89px;
    padding-bottom: 50px;
}

.worksafe_option_holder
{
    height: 69px;
}

.realestate_options_holder
{
    height: 73px;
}
.product_option_space
{
    height: 100px;
}

.your_shopping_cart_top
{
    background-image: url( '../images/your_shopping_cart_top.png' );
    background-repeat: no-repeat;
    width: 894px;
    height: 56px;
    margin-bottom: 0px;
}

.your_shopping_cart_middle
{
    background-image: url( '../images/your_shopping_cart_primary_middle.png' );
    background-repeat: repeat;
    width: 894px;
    margin-top: -2px;
}

.your_shopping_cart_tp_bg
{
    background-image: url( '../images/your_shopping_cart_tp_bg.png' );
    background-repeat: no-repeat;
    width: 894px;
    min-height: 300px;
}


.your_shopping_cart_bottom
{
    background-image: url( '../images/your_shopping_cart_bottom.png' );
    background-repeat: no-repeat;
    width: 894px;
    height: 32px;
}

.account_information_form
{
    padding-top: 70px;
    padding-left: 20px;
    background-image: url( '../images/account_infromation_bg.png' );
    background-repeat: no-repeat;
    width: 540px;
    height: 440px;
}

.right_side_call_to_action
{
    border: 2px solid #CCCCCC;
    background-color: #FF6600;
    color: #FFFFFF;
    float: right;
    width: 300px;
    padding: 5px 10px 10px 10px;
    margin: 5px;
}

.right_side_call_to_action h2
{
    color: #FFFFFF;
}

.right_side_call_to_action a
{
    color: #FFFFFF;
}

.member_organizations
{
    padding: 10px;
    width: 285px;
    margin: 0px auto;
    margin-top: -170px;
    margin-bottom: 0px;
    text-align: center;
}


.shopping_cart_item_row
{
    border-bottom: 1px solid gray;
    border-bottom-color: #CCCCCC;
}


.property_information_form
{
    padding-top: 70px;
    padding-left: 20px;
    background-image: url( '../images/property_information_bg.png' );
    background-repeat: no-repeat;
    width: 540px;
    height: 440px;
}

.WebDR_Q
{
    height: 25px;
    color: #003399;
    font-weight: bold;
    font-size: 16px;
}

.WebDR_A
{
    height: 25px;
    color: #000000;
    font-weight: bold;
    line-height:25px;
    width:500px;
}

.WebDR_A a
{
    color: #009900;
    font-weight: bold;
}

.standard_ad_holder
{
    margin: -60px 0px 0px -10px;
    background-image: url( '../images/standard_ad_bg.png' );
    background-repeat: repeat-x;
    width: 650px;
    height: 620px;
}

.bill_pay_document
{
    margin-top: -20px;
}


.BorderedImage
{
    border: 1px solid black;
}

.thin_page_border
{
    width: 950px;
    padding: 10px;
    border: 1px solid #C0C0C0;
}

.seperator
{
   margin-top:5px;
   border-bottom: 2px solid #C0C0C0;
   margin-bottom:5px;
}

.calloutbox
{
  border:1px solid #C0C0C0;
  padding:5px 10px 5px 10px;
  float:right;
  width:320px;
  
}

.calloutbox h2
{
 text-align:center;
}

.external_credit
{
    font-size:9px;
    font-style:italic;
}

.code_box
{
    border: 1px solid #C0C0C0;
    padding: 5px 10px 5px 10px;
    width: 520px;
    line-height:22px;
    background-color: #DFDFDF;
}

.foot_note
{
    font-size: 11px;
    font-style: italic;
    font-family: 'Times New Roman' , Times, serif;
}

/* jQuery lightBox plugin - Gallery style */
 
div.template_gallery
{
    background-color: #333333;
    height:500px;
    width:980px;
    padding-top:20px;
    margin-top:30px;
    text-align:center;
    color:#ffffff;
}


div.template_gallery #gallery ul
{
    list-style: none;

}


div.template_gallery #gallery li
{
    display: inline;
    width:150px;
    float:left;
    margin-bottom:10px;
    text-align:center;
}


/*============PLATFORM SEARCH ======================*/


div.platform_search
{
    float:right;
    text-align: left;
    position: relative;
    margin-top: 0px;
    margin-right:50px;
    width:170px;
    
}

div.platform_search div.searchbox input
{
    color: #8d8269;
    border: none;
    outline: none;
    height: 16px;
    width: 150px;
    margin-top:5px;
    margin-left:5px;
    /*border:1px solid red;    */
}

div.platform_search div.searchbox
{
    background-image: url('../images/platform_search/search_field.png');
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-left: 5px;
    width: 169px;
    height: 35px;
}



div.platform_search div.searchbox .search-close
{
    background-image: url('../../Images/platform_search/close_icon.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: absolute;
    left: 145px;
    top: 8px;
    z-index: 10;
    display: none;
}

#search_loading
{
    display: none;
}

div.platform_search div.searchbox .search-loader
{
    background-image: url('../../Images/platform_search/loader_icon.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: absolute;
    left: 145px;
    top: 8px;
    z-index: 10;
}

/* resultbox */
div.platform_search div.resultbox
{
    display: block;
    padding: 5px;
    position: absolute;
    left: -180px;
    top: 25px;
    z-index: 10;
    width: 400px;
    
}

div.platform_search div.resultbox div.seperator
{
    height: 3px;
    border-bottom: 1px dotted #CCCCCC;
    text-align: center;
    width: 98%;
}


div.platform_search div.resultbox-bg
{
    border-left: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
    background: #FAFAFA;
    border-right-color: #999999;
    border-left-color: #999999;
    text-align: left;
}



div.platform_search div.resultbox-b
{
    height: 25px;
    /*border-bottom: 1px solid #999999;*/
    color: #FFFFFF;
    text-align: right;
    font-weight: bold;
    background-image: url('../images/platform_search/search_header_bar.png');
    background-repeat: repeat-x;
    margin-top:-8px;
    padding-top:3px;
    padding-right:10px;
}


div.platform_search div.resultbox-b a:link, div.platform_search div.resultbox-b a:visited, div.platform_search div.resultbox-b a:hover
{
    color: #ffffff;
    text-decoration: none;
}


div.platform_search h3.search-header
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    height: 25px;
    text-align: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    text-indent: 4px;
    border: 1px solid #CCCCCC;
    font-weight: bold;
    background-image: url('../images/platform_search/search_header_bar.png');
    background-repeat: repeat-x;
}



div.platform_search .resultbox-bg a
{
    padding: 5px 10px 5px 10px;
    background: #FAFAFA;
    display: block;
    font-size: 90%;
    line-height: 140%;
    overflow: hidden;
}

div.platform_search .search-categories a
{
    min-height: 45px;
}

div.platform_search .search-results a
{
    min-height: 30px;
}

div.platform_search .resultbox-bg a:hover
{
    background: #E6E7E8;
}

div.platform_search .resultbox-bg a:link, div.platform_search .resultbox-bg a:visited, div.platform_search .resultbox-bg a:hover
{
    color: #646464;
    text-decoration: none;
}

div.platform_search .resultbox-bg a h3
{
    margin: 0px;
    font-size: 100%;
    color: #323232;
    line-height: 140%;
    font-weight: bold;
}

div.platform_search .resultbox-bg img
{
    margin-right: 10px;
    float: left;
}

.search_table th
{
    background-color: #f5f5f5;
    color: #8d8269;
    font-size: 14px;
    text-align: left;
    text-indent: 4px;
    border: 1px solid #CCCCCC;
    font-weight: bold;
    height: 20px;
}
