﻿/* Move down content because we have a fixed navbar that is 50px tall */

body {
    padding-top: 4px;
    padding-bottom: 4px;
    direction: ltr;
}

#master_container {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    height: 100%;
}

p {
    font-size: 16px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {

}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        margin: 12px auto;
        width: 960px;
        padding: 0;
        min-height: 600px;
    }
}
/*-----------------------------------------------------------------------------------------*/


#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgb(250,250,250); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
}

#menu {
    width: 960px;
    margin: 6px auto;
    border: 1px solid #ccc;
    border-radius: 6px;
}

    #menu:before,
    #menu:after {
        content: "";
        display: table;
    }

    #menu:after {
        clear: both;
    }

#menu {
    zoom: 1;
}

    #menu li {
        float: left;
        box-shadow: 0 0 1px #eee;
        position: relative;
    }

    #menu a {
        padding: 6px 12px;
        color: #333333;
        text-transform: uppercase;
        font: bold 16px Arial, Helvetica;
        text-decoration: none;
        text-shadow: 0 1px 0 #eee;
        font-size: 10pt;
    }

    #menu li ul li a {
    }

    #menu li li {
        margin: 0;
    }

    #menu li:hover > a {
        color: #0066FF;
    }

_html #menu li a:hover { /* IE6 only */
    color: #fafafa;
}

#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 1;
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    right: 150px;
    margin: 0 0 0 0;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #ccc, 0 2px 0 #eee;
}

    #menu ul li:last-child {
        box-shadow: none;
    }

#menu ul a {
    padding: 10px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

    #menu ul a:hover {
        text-decoration: none;
        color: #0066FF;
    }

#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

    #menu ul li:first-child > a:after {
        content: '';
        position: absolute;
        right: 40px;
        top: -6px;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #3778FA;
    }

#menu ul ul li:first-child a:after {
    right: -6px;
    top: 50%;
    margin-top: -6px;
    border-right: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #3778FA;
}

#menu ul ul li:first-child a:hover:after {
    border-left-color: #0299d3;
    border-bottom-color: transparent;
}

#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.nav ul li {
    display: table-cell;
    list-style-type: none;
    margin: 10px;
    vertical-align: middle;
}

    .nav ul li.sep {
        display: table-cell;
        list-style-type: none;
        margin: 10px;
        vertical-align: middle;
        color: #ccc;
    }


/* Prevent the slideshow from flashing on load */
#slides {
    position: relative;
    z-index: 0;
    width: 960px;
    visibility:hidden;
}
/* Show active item in the pagination */
.slidesjs-pagination .active {
    color: red;
}

.slide {
    width: 960px;
}

    .slide img {
        width: 960px;
    }

.caption {
    direction: ltr;
    text-align: center;
    z-index: 500;
    overflow: no-display;
    position: absolute;
    bottom: 0px;
    height: 60px;
    padding: 2px 20px 0 20px;
    background: #000;
    background: rgba(0,0,0,.4);
    filter: alpha(opacity=40);
    color: #fff;
    border-top: 1px solid #333;
    text-shadow: none;
    width: 960px;
}

    .caption h1 {
        font-weight: bold;
        font-size: 2em;
        line-height: 1;
        padding: 0;
        margin: 0;
    }

    .caption p {
        font-size: 1.4em;
        line-height: 1;
        padding: 0;
        margin: 0;
    }

.message {
    position: relative;
    margin: 8px;
    float: left;
    box-shadow: #CCCCCC 1px 2px 10px;
    padding: 0px 0px 0px 0px;
    /*border: 1px solid #1b75bb;*/
    background-color: rgba(245,245,245, 0.4);
    width: 48%;
    height: 490px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #36424a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.prod_ind {
    margin: 8px;
    float: right;
    box-shadow: #CCCCCC 1px 2px 10px;
    padding: 0px 0px 0px 0px;
    /*border: 1px solid #1b75bb;*/
    background-color: rgba(245,245,245, 0.4);
    position: relative;
    height: 380px;
    width: 320px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #36424a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.prod_ind_wide {
    float: left;
    margin: 12px;
    font-size: 12pt;
}

.message h2, .prod_ind h2 {
    margin: 8px 0px 8px 0px;
    box-shadow: #CCCCCC 1px 2px 10px;
    background: #3366FF;
    color: #FFFFFF;
    padding: 12px 0 12px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    text-align: center;
    border: 0px solid #FF0000;
    background: -webkit-gradient(linear, left top, left bottom, from(#2979D6), to(#1E599E));
    background: -moz-linear-gradient(top, #2979D6, #1E599E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2979D6', endColorstr='#1E599E');
}

.prod_ind h3 {
    margin: 8px 0px 8px 0px;
    box-shadow: #CCCCCC 1px 2px 10px;
    background: rgba(255, 255, 0, 0.74);
    color: black;
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    border: 0px solid #FF0000;
    position: absolute;
    top: 180px;
    left: 0;
}

.message h3 {
    margin: 8px 0px 8px 0px;
    box-shadow: #CCCCCC 1px 2px 10px;
    background: rgba(255, 255, 0, 0.74);
    color: black;
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    border: 0px solid #FF0000;
    position: absolute;
    bottom: 160px;
    left: 0;
    z-index: 500;
}

.prod_ind img {
    padding: 0 34px 0 34px;
}

.prod_ind ul {
    margin: 0;
    padding: 0;
    margin-right: 22px;
}

.message ul {
    margin: 0;
    padding: 0;
    margin-right: 22px;
    height: 220px;
}

.imageDiv {
    text-align: left;
}

.message .imageDiv img {
    height: 140px;
    position: relative;
    bottom: 15px;
    left: 10px;
}


.mGrid {
    width: 98%;
    margin: 0 0 0 0;
    border: 0px solid #FFFFFF;
    border-collapse: collapse;
    color: #000000;
    text-align: center;
    background-color: #FFFFFF;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #000000;
    }

    .mGrid th {
        text-align: center;
        padding: 4px 2px;
        color: #666666; /*background: #424242 url('../t_css/grd_head.png') repeat-x top;*/
        border: solid 1px #c1c1c1;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    }

    .mGrid tr:hover {
        color: #000;
        background: rgb(244,248,252); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjhmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2YxZjZmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWY0ZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(244,248,252,1) 0%, rgba(241,246,251,1) 44%, rgba(238,244,250,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,248,252,1)), color-stop(44%,rgba(241,246,251,1)), color-stop(100%,rgba(238,244,250,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(244,248,252,1) 0%,rgba(241,246,251,1) 44%,rgba(238,244,250,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(244,248,252,1) 0%,rgba(241,246,251,1) 44%,rgba(238,244,250,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(244,248,252,1) 0%,rgba(241,246,251,1) 44%,rgba(238,244,250,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(244,248,252,1) 0%,rgba(241,246,251,1) 44%,rgba(238,244,250,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fc', endColorstr='#eef4fa',GradientType=0 ); /* IE6-8 */
    }

.left {
    text-align: left;
}


.message_h {
    position: relative;
    font-size: 16pt;
    line-height: 1;
    width: 70%;
    float: left;
    margin: 0 auto;
    margin-top: 8px;
    padding: 25px 25px 25px 25px;
    float: left;
    color: rgba(0,0,0,.8);
}

    .message_h span {
        font-size: 12pt;
    }

    .message_h p strong {
        float: left;
        padding: 0;
        margin: 0;
        margin-left: 12px;
        line-height: 1;
    }


    .message_h img {
        float: right;
        height: 120px;
        margin: 0;
        padding: 0;
    }

    .message_h:hover {
    }

.clearFix {
    clear: both;
}

header {
    width: 400px;
    margin: 0 auto;
}

section {
    width: 400px;
    margin: 0 auto;
    padding: 10px;
}

footer {
    color: #CCC;
    width: 400px;
    margin: 0 auto;
    padding: 0px;
}

address {
    border: thin;
    border-width: thin;
    width: 250px;
    margin: 20px;
    padding: 24px;
    float: right;
    height: 150px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 3px 9px 30px rgba(50, 50, 50, 0.34);
    -moz-box-shadow: 3px 9px 30px rgba(50, 50, 50, 0.34);
    box-shadow: 3px 9px 30px rgba(50, 50, 50, 0.34);
}

    address p {
        float: left;
        width: calc(100% + 24px);
        text-align: center;
        padding: 6px 12px 6px 12px;
        margin: -12px -12px -12px -12px;
        font-size: 12pt;
        color: rgb(255, 255, 255);
        border: thin;
        box-shadow: 1px 1px 5px #888;
        background: rgb(73,155,234);
        background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1)));
        background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
        background: -o-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
        background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
        background: linear-gradient(to bottom, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );
    }

    address div.address_body {
        padding-top: 30px;
    }

.newsDiv {
    text-align: center;
    position: relative;
    height: 145px;
    margin-top: 24px;
    margin-right: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 15px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius: 15px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-radius: 15px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .newsDiv h1 {
        text-align: center;
        font-size: 16pt;
        margin: 0;
        margin-bottom: 24px;
        padding: 6px;
    }

    .newsDiv p {
        padding: 10px;
        font-size: 12pt;
    }

    .newsDiv h1 a {
        width: 100%;
        float: left;
        text-align: center;
        padding: 6px 12px 6px 12px;
        font-size: 12pt;
        color: #fff;
        border: thin;
        box-shadow: 1px 1px 5px #888;
background: #6572ff; /* Old browsers */
background: -moz-linear-gradient(top,  #6572ff 0%, #1d46ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6572ff), color-stop(100%,#1d46ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6572ff 0%,#1d46ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6572ff 0%,#1d46ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6572ff 0%,#1d46ff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6572ff 0%,#1d46ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6572ff', endColorstr='#1d46ff',GradientType=0 ); /* IE6-9 */





    }


.footerwrapper {
    border-top: solid;
    border-top-color: #3778FA;
    border-top-width: 8px;
    -webkit-box-shadow: 0px -6px 24px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -6px 24px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -6px 24px rgba(0, 0, 0, 0.4);
}

.inset {
    padding: 24px;
    width: 100%;
    background: #222;
}

    .inset h1 {
        text-align: center;
        font-family: "League-   Gothic", Courier;
        font-size: 18px;
        color: #eee;
        font-weight: bold;
    }

    .inset a {
        text-align: center;
        font-family: "League-   Gothic", Courier;
        font-size: 20px;
        color: #3778FA;
        font-weight: bold;
    }

.register {
    padding: 12px;
}

    .register a {
        text-decoration: none;
        padding: 4px;
        color: black;
    }

        .register a:hover {
            background-color: yellow;
        }

.cycle-slideshow {
    height: 100%;
    width: 285px;
}

.more_details {
    font-size: 12pt;
    direction: ltr;
    margin: 10px;
    margin-right: 0;
    filter: alpha(opacity = 50);
}

    .more_details a {
        text-decoration: none;
        color: black;
        width: 100%;
        height: 100%;
        filter: alpha(opacity = 50);
        padding: 4px;
        background: rgb(246,246,246);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2RlZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(233,233,233,1) 50%, rgba(222,222,222,1) 51%, rgba(241,241,241,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(50%,rgba(233,233,233,1)), color-stop(51%,rgba(222,222,222,1)), color-stop(100%,rgba(241,241,241,1)));
        background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(233,233,233,1) 50%,rgba(222,222,222,1) 51%,rgba(241,241,241,1) 100%);
        background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(233,233,233,1) 50%,rgba(222,222,222,1) 51%,rgba(241,241,241,1) 100%);
        background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(233,233,233,1) 50%,rgba(222,222,222,1) 51%,rgba(241,241,241,1) 100%);
        background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(233,233,233,1) 50%,rgba(222,222,222,1) 51%,rgba(241,241,241,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f1f1f1',GradientType=0 );
    }

#dist {
    height: 600px;
    font-size: 16pt;
}

    #dist img {
        margin: 0;
        padding: 0;
    }

#connection_message, #session_timeout_message, #data_update_message {
    visibility: hidden;
}

.css-button {
    color: #000;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #DDD;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEE));
    background: -moz-linear-gradient(0% 90% 90deg, #EEE, #FFF);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 17px;
}

    .css-button:hover {
        color: #fff;
        border-color: #3278BE;
        background: #4195DD;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4195DD), to(#003C82));
        background: -moz-linear-gradient(0% 90% 90deg, #003C82, #4195DD);
    }

    .css-button:active {
        background: #4195DD;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003C82), to(#4195DD));
        background: -moz-linear-gradient(0% 90% 90deg, #4195DD, #003C82);
    }

    .css-button.notransitions {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

.pre_plans_panel {
    border-style: solid;
    border-width: 0px 2px 2px 2px;
    border-color: #CCCCCC;
    float: right;
    width:98%;
    background-color: #FFFFFF;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 0px;
    margin-bottom: 12px;
    margin-left: 8px;

}

    .pre_plans_panel h2 {
        padding: 6px;
        margin: 0px;
        text-align: center;
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        background-image: url('../t_css/bar01.png');
        background-repeat: repeat-y repeat-x;
    }

    .pre_plans_panel .blue {
        padding: 4px 0px 4px 0px;
        margin: 0px;
        text-align: center;
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        background-repeat: repeat-x;
    }

.inner_box {
    /*border: 1px solid #CCCCCC;*/
    direction: ltr;
    padding: 4px 4px 4px 4px; /*background-color: rgb(255, 204, 255);*/
    margin: 12px;
    display: block;
    position: static;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 42%;
    color: #000000;
}

.contact_us {
    padding: 2px 0px 2px 0px;
    background-color: rgba(245,245,245, 0.4);
    width: 272px;
    margin: 2px 6px 6px 6px;
    position: static;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #36424a;
}

    .contact_us p {
        padding: 2px;
        margin: 2px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: right;
    }

    .contact_us a {
        padding: 2px;
        margin: 2px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: right;
        color: #0033CC;
    }

    .contact_us h2 {
        color: #333333;
        margin: 0px;
        background: rgba(192, 192, 192, 0.41);
        padding: 4px 6px 4px 0px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: right;
        color: #333333;
        font-size: smaller;
    }


#tabs li a {
    outline-color: transparent;
}

.pre_plans_panel .blue {
    padding: 4px 0px 4px 0px;
    margin: 0px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    background-repeat: repeat-x;
}

   
.ui-tabs { direction: ltr; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li.ui-state-default {float: left; }
.ui-tabs .ui-tabs-nav li a {
    float: left;
    font-size: 12px;
}

.ui-dialog-osx {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px; border-width: 0 8px 8px 8px;
}

input[type="checkbox"] {
    margin-left:4px;
}

.tabs_container{
    height:300px;
}
.tabs_container div textarea {
}

.class_button {
    margin:4px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.class_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.class_button:active {
	position:relative;
	top:1px;
}
.class_button_grid {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #E2E2E2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #003399;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    padding: 2px;
    text-shadow: 1px 1px 0px #ffffff;
    width: 60px;
}.class_button_grid:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.class_button_grid:active {
	position:relative;
	top:1px;
}
 .purple_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #e6cafc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e6cafc;
	box-shadow:inset 0px 1px 0px 0px #e6cafc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c579ff), color-stop(1, #a341ee) );
	background:-moz-linear-gradient( center top, #c579ff 5%, #a341ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c579ff', endColorstr='#a341ee');
	background-color:#c579ff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #a946f5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #8628ce;
}.purple_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a341ee), color-stop(1, #c579ff) );
	background:-moz-linear-gradient( center top, #a341ee 5%, #c579ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a341ee', endColorstr='#c579ff');
	background-color:#a341ee;
}.purple_button:active {
	position:relative;
	top:1px;
}

#product_details {
    height:80px;
    margin: 0;
    padding: 8px;
    margin: 12px;
    border: solid;
    border-width: 1px;
    border-color: #ccc;
    background-color: rgba(246,246,246,1);
    -moz-box-shadow: 1px 0 15px -7px #000;
    -webkit-box-shadow: 1px 0 15px -7px #000;
    box-shadow: 1px 0 15px -7px #000;
}  #product_details p{
     margin:0;
     padding:0;
 }

   #control_panel_right input[type='submit'] {

       margin:1px;
   }
