﻿/* File Created: June 2, 2014 */

*::-moz-selection
{
    background: none repeat scroll 0% 0% #F8701B;
    color: White;
}

body
{
    background-position: center center;
    margin: 0px;
    padding: 0px;
    color: #1d1d1d;
    font-family: Arial, Century Gothic, Segoe UI;
    font-size: 13px;
    background: #383636;
    background-image: url('../Images/site_bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

.wrapper
{
    width: 1000px;
    height: auto;
    min-height: 400px;
    background: transparent;
    color: #555;
    margin: auto;
    overflow: hidden;
    cursor: default;
}

.wrapper .header
{
    width: inherit;
    height: 140px;
    background: #f4f4f1;
    border-bottom: 2px solid #F8701B;
}

.wrapper .header .logo
{
    width: auto;
    height: auto;
    float: left;
    margin: 10px;
}

.wrapper .header .top1
{
    width: auto;
    height: auto;
    float: right;
    font-size: 11px;
    margin: 5px 30px 0px 0px;
    padding: 3px;
}

.wrapper .header .top1 img
{
    width: 20px;
    height: 20px;
}

.wrapper .header .links
{
    width: auto;
    height: auto;
    float: right;
    margin: 40px 0px 10px 0px;
    font-family: Arial;
    font-weight: normal;
}

.wrapper .slide_show
{
    width: 1000px;
    height: 317px;
    float: left;
    margin: -10px 10px 0 -10px;
    border-top: 4px solid #504c4c;
    border-bottom: 4px solid #504c4c;
}

.wrapper .main_content
{
    width: 980px;
    height: auto;
    min-height: 300px;
    background: white;
    border-bottom: 1px solid #c6c6c6;
    padding: 10px;
    float: left;
}

.wrapper .main_content_left
{
    width: 450px;
    height: auto;
    min-height: 300px;
    padding: 10px;
    float: left;
}

.wrapper .main_content_right
{
    width: 450px;
    height: auto;
    min-height: 300px;
    padding: 10px;
    float: right;
}

.wrapper .main_three_col
{
    width: 300px;
    height: auto;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

.wrapper .middle_belt
{
    width: inherit;
    height: 250px;
    background: #95d4ff;
}

.wrapper .footer
{
    width: 100%;
    min-height: 160px;
    padding: 20px;
    background: #f4f4f1;
    border-bottom: 4px solid dimgray;
    float: left;
    font-size: 14px;
}

.wrapper .footer .footer_contact_details
{
    width: 900px;
    height: auto;
    margin: 0px auto;
}

.wrapper .footer .footer_bottom
{
    width: 100%;
    padding: 10px 0px;
    margin: 0px -20px -20px -20px;
    border-top: 1px solid #e3e3e7;
    background: white;
    float: left;
    font-size: 12px;
    text-align: center;
}

.wrapper .hbs_desc
{
    width: 950px;
    height: auto;
    background: white;
    padding: 20px;
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px dashed #f4f4f1;
}

.wrapper .hbs_desc .hbs_desc_left
{
    width: 400px;
    font-size: 30px;
    line-height: 35px;
    float: left;
}

.wrapper .hbs_desc .hbs_desc_left2
{
    color: gray;
    font-size: 16px;
    float: left;
}

.wrapper .hbs_desc .hbs_desc_details
{
    width: 450px;
    color: dimgray;
    line-height: 20px;
    font-size: 13px;
    float: right;
}

.wrapper .free_content
{
    width: 950px;
    height: auto;
    float: left;
    padding: 10px;
}

/*-------------------------------*/

a
{
    color: Orange;
}

a:hover
{
    color: #F8701B;
    text-decoration: none;
}

h1
{
    margin: 5px 0px 10px 0px;
    padding: 2px;
    font-family: Segoe UI;
    font-size: 25px;
    font-weight: lighter;
    color: Black;
}

h2
{
    margin: 5px 0px 10px 0px;
    padding: 2px;
    font-family: Segoe UI;
    font-size: 20px;
    font-weight: lighter;
    border-bottom: 1px solid #c6c6c6;
    color: #F8701B;
}

h2:hover
{
    color: inherit;
    transition: all 0.30s ease-in;
}

h3
{
    margin: -4px 0px 2px 0px;
}

p
{
    line-height: 22px;
    padding: 0px 0px 10px 0px;
    margin: 1px 0px;
    text-align: justify;
}

ul
{
    margin-top: 0px;
}

ul li
{
    padding: 6px 0px 3px 4px;
    margin-left: -20px;
}

.course_list a
{
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: #3e3c3c;
}

.course_list a:hover
{
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: #F8701B;
}

.blue_list ul
{
    height: 22px;
    color: Gray;
}

.blue_list li
{
    background-position: center center;
    list-style-type: none;
    list-style-image: url('../Images/list.png');
    padding: 6px 0px 3px 4px;
    margin-left: 0px;
    list-style-position: outside;
    margin-left: -20px;
}

.msglabel
{
    background-position: left center;
    font-size: 13px;
    padding: 5px 10px 5px 40px;
    text-align: left;
    background-color: rgba(204, 204, 204, 0.2);
    border: 1px solid rgb(185, 206, 223);
    border-radius: 3px;
    background-image: url('../Images/info_icon.png');
    background-repeat: no-repeat;
    min-width: 500px;
    width: 90%;
    float: left;
    margin-bottom: 10px;
}


/*----------------------------*/
input[type="text"], input[type="password"], textarea
{
    margin-bottom: 0px;
    color: black;
    font: inherit;
    background-color: white;
    border: 1px solid gray;
    border-radius: 3px;
    padding: 6px 5px;
    margin-left: 0px;
    margin-top: 4px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
    background: #f1f4f4;
    border: 1px solid #333;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
    transition: all 0.50s ease-out;
}

input[type="submit"], input[type="reset"]
{
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(204, 204, 204) 100%) repeat 0% 0% rgb(229, 229, 229);
    border: 1px solid rgb(170, 170, 170);
    font: bold 13px/18px sans-serif;
    text-shadow: 0px 1px rgb(255, 255, 255);
    padding: 6px;
    color: rgb(85, 85, 85);
    cursor: pointer;
    margin: 3px 2px;
}

h3.top_product_title
{
    width: 132px;
    font-size: 14px;
    font-weight: bold;
    color: #277a9c;
    margin-bottom: 8px;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(204, 204, 204) 100%) repeat 0% 0% #F8701B;
    padding: 4px 2px;
    text-shadow: 1px 0px 0px white;
}

.top_product_section
{
    width: 130px;
    height: 140px;
    float: left;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background: white;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 90px 2px 2px 0px;
    box-shadow: 1px 1px 4px 1px lightgray;
    text-align: center;
    margin: 5px;
    overflow: hidden;
}

.top_product_section:hover
{
    box-shadow: 0px 1px 2px 3px #bab9b9;
    color: Black;
    transition: all 0.30s ease-out;
}

.top_product_section:hover > a > h3.top_product_title
{
    box-shadow: 0px 1px 2px 3px #bab9b9;
    color: #F8701B;
    transition: all 0.30s ease-out;
    cursor: pointer;
    text-shadow: 1px 0px 0px gray;
}

/*-------BLOG ARTICLE AREA-------------*/

.blogpage_content
{
    width: 650px;
    height: auto;
    float: left;
    padding: 5px;
    overflow-x: hidden;
    ocerflow-y: scroll;
}

.blogpage_sidebar
{
    width: 300px;
    height: auto;
    float: right;
    padding: 5px;
}

.blogpage_social_fn
{
    border: 1px dashed #CCCCCC;
    width: 90%;
    height: auto;
    padding: 5px;
    margin: 5px 0px;
    float: left;
    background-color: #FFFFCC;
}

.blogpage_article_title
{
    font-family: Segoe UI;
    font-size: 16px;
    color: #2969a6;
}

.blogpage_row
{
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.blog_article
{
    float: left;
    padding: 10px;
}

.blog_article_header
{
    border-bottom: 1px dashed gray;
    float: left;
    padding: 5px 3px 1px 4px;
    width: 99%;
    margin-bottom: 5px;
}

.blog_title_text
{
    font-size: 16px;
    font-weight: bold;
}

.blog_article_details
{
    margin-top: 4px;
    font-size: 13px;
    font-color: gray;
    text-shadow: 1px 1px 0px white;
    width: inherit;
}

.blog_article_body
{
    padding: 2px;
}

.homepage_article_title
{
    font-family: Segoe UI;
    font-size: 13px;
    font-weight: bold;
    color: #2969a6;
}

/*---------SiBASE ACCOUNTING----------*/
.product_components_table
{
    background: linear-gradient(white 0%, rgb(229, 229, 229) 100%) repeat 0% 0% rgb(229, 229, 229) no-repeat;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
    color: black;
    padding: 2px;
    box-shadow: 1px 0px 2px 3px lightgray;
    border-radius: 5px;
    margin-bottom: 5px;
}

.product_components_table tr td
{
    border-bottom: 1px solid gainsboro;
    padding: 4px;
}

.product_components_table .product_table_header
{
    padding: 8px 10px;
    border-bottom: 2px solid gray; /*background: linear-gradient(gray 0%, transparent 100%) repeat 0% 0% rgb(229, 229, 229);*/
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #444242;
    text-shadow: 1px 1px white;
}

.product_components_table .product_table_header .pricetag
{
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px red;
    font-family: Century Gothic;
}

.product_edition_title
{
    font-size: 15px;
    font-weight: bold;
}

.product_components_table .sibase_basic_col
{
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

.product_components_table .sibase_std_col
{
    text-align: center;
    font-weight: bold;
}

.product_components_table .sibase_entp_col
{
    text-align: center;
    font-weight: bold;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}
