﻿html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background: black; /*background-image: url('../art/frontpage/multi_line_black.svg');*/
    font-family: Helvetica Neue, Arial, Liberation Sans, FreeSans, sans-serif;
    color: #333;
    font-size: small;
    background-repeat: repeat;
}

.header_outer
{
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid #333;
    background-image: url('../art/frontpage/bg_main.gif');
}
.header_container
{
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
.header_left
{
    float: left;
    width: 50%;
    text-align: left;
}
.header_right
{
    float: left;
    width: 50%;
}
.div_footer
{
    margin-top: 10px;
    float: left;
    width: 100%;
    color: White;
}

.seper
{
    float: left;
    margin: 0px 7px 0px 7px;
    text-align: center;
    float: left;
}
.lft
{
    float: left;
}
.fontnormal
{
    font-weight: normal;
    font-size: small;
}

.hundo
{
    width: 95%;
    margin-bottom: 0px;
}
.outer
{
    background: #FFF;
    min-height: 500px;
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
    box-shadow: 0px 0px 3px inset;
    padding-bottom: 20px;
}

.container
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/*.pagetitle{float:left;padding-top:10px; padding-bottom:10px; font-size:30px; font-weight:bold;}*/
.pagetitle
{
    float: left;
    border-bottom: 1px solid #555;
    width: 90%;
    margin-top: 10px;
    font-size: 30px;
}
.pagedescription
{
    float: left;
    width: 99%;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 12px;
    font-weight: normal;
}
.SpanTitle2
{
    color: #78b842;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    float: left;
    width: 120px;
}
.SpanTitle3
{
    width: 600px;
    float: left;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.greenwrap
{
    margin: 10px;
    float: left;
    width: 90%;
}


.lightgrayborder
{
    width: 90%;
    float: left;
    border-bottom: 1px solid #efefef;
    margin-top: 10px;
}

.hurdlescript
{
    float: left;
    margin: 5px;
    width: 90%;
}

.examp
{
    margin: 5px;
    float: left;
    width: 100%;
}

.examp1
{
    width: 20px;
    float: left;
}
.examp2
{
    float: left;
    width: 110px;
}
.examp3
{
    float: left;
    margin-left: 10px;
    width: 500px;
}


.goldbutton
{
    /*-webkit-border-radius: 4px;*/
    box-shadow: 0px 2px 2px black;
    float: left;
    width: 400px;
    margin-left: 45px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid black;
    text-decoration: none;
    background: #00CCFF;
    color: White;
    text-align: center;
    font-size: 20px;
}


.goldbutton:hover
{
    background: #1BA1E2;
    text-decoration: none;
}

.greenbutton
{
    /*-webkit-border-radius: 4px;*/
    box-shadow: 0px 2px 2px black;
    float: left;
    width: 400px;
    margin-left: 45px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid black;
    text-decoration: none;
    background: green;
    color: White;
    text-align: center;
    font-size: 20px;
font-weight:normal;
}


.greenbutton:hover
{
    background: darkgreen;
    text-decoration: none;
}

.smshadow
{
    box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2); /* old browsers */
    background: -moz-linear-gradient(top,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,214,94,1)), color-stop(100%,rgba(254,191,4,1))); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* ie10+ */
    background: linear-gradient(to bottom,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* ie6-9 */
}


.footershade
{
}

.subtabtitle
{
    float: left;
    width: 95%;
    border-top: 1px solid #999;
    margin-top: 15px;
    padding-top: 5px;
    font-size: 20px;
}
.subtabdescription
{
    font-size: small;
    width: 700px;
    margin-top: 5px;
    padding-bottom: 10px;
}

.backtotop
{
    background: #efefef;
    width: 90%;
    float: left;
    text-align: center;
    cursor: pointer;
}




/*from internet*/

#back-top
{
    position: fixed;
    bottom: 30px;
    margin-left: 85%;
}

#back-top a
{
    width: 108px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb; /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover
{
    color: #000;
}


#back-top a:hover span
{
    background-color: #777;
}

#back-top span
{
    width: 108px;
    height: 108px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../art/up-arrow.png) no-repeat center center; /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

/*from internet*/

#back-left
{
    position: fixed;
    bottom: 30px;
    margin-left: 10%;
}

#back-left a
{
    width: 108px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb; /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-left a:hover
{
    color: #000;
}


#back-left a:hover span
{
    background-color: #777;
}

#back-left span
{
    width: 108px;
    height: 108px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../art/up-arrow.png) no-repeat center center; /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

