/*@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);*/
@import url(https://fonts.googleapis.com/css?family=Pontano+Sans);

.color1 {
    color: #f0140a;
}

/*red*/
.color2 {
    color: #555;
}

/*grey*/

.tabRow3 {
    background: #f9e8e9; /*light red*/
}

.tabRow0 {
    background: #fff;
}

.tabRow1 {
    background: #dedede;
}


body {
    color: #000;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 1em;

    background-color: #d5d5d5;
    background-image: url(http://artcue.com/gfx/backgradiend.png);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: center top;
    position: relative;
}

p, ul, li, table, tr, td, a {
    font-family: 'Pontano Sans', sans-serif;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    font-size: 1em;
    /*line-height: 1.1em;*/
}

p {
    margin-bottom: 15px;
}


h1 {
    color: #333;
    padding-top: 8px;
    padding-bottom: 5px;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    overflow: hidden;
    margin: 25px 0px 0px 0px;
}

h2 {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    overflow: hidden;
    margin: 15px 0px 0px 0px;
}

h3 {
    color: #333;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    overflow: hidden;
    margin: 0px;
}

span {
    top: 0px;
    display: inline-block;
    padding: 5px;
    padding-top: 0px;
    margin: 0px;
}

#swapSpan {
    position: fixed;
    top: 0px;
    right: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #000;
    background-color: #eee;
    padding:3px 5px;
}

A:ACTIVE, A:LINK, A:VISITED {
    color: #BB2520;
    text-decoration: none;
}

A:HOVER {
    text-decoration: underline;
}

.center {
    display: table;
    margin: 0 auto;
}

.centerscreen {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centertop {
    position: fixed;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.centerbottom {
    position: fixed;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.middleleft {
    position: fixed;
    top: 50%;
    left: 0px
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.notify {
    position: fixed;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 15;
}

.stick_top {
    position: fixed;
    top: 0px;
    width: 100%;
    margin-bottom: 50px;
}

.stick_bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-top: 50px;
}

fieldset {
    font-family: 'Pontano Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

legend {
    font-family: 'Pontano Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.hcolor {
    color: #FFF;
    background-color: #f0140a;
    padding: 5px 10px;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    overflow: hidden;
    margin: 0px;
}

sup {
    font-size: 7px
}

.bold {
    font-weight: 700;
}

#index {
    background: #f8f5ec;
}

#page {
    background: #fff;
    margin: 10px;
}

.framed {
    alignment-adjust: central;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0px;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;

    border-style: solid;
    border-width: 1px;
    bordercolor: #555;

    background-color: rgb(248, 248, 248);

    background-image: linear-gradient(bottom, rgb(212, 212, 212) 5%, rgb(248, 248, 248) 30%);
    background-image: -o-linear-gradient(bottom, rgb(212, 212, 212) 5%, rgb(248, 248, 248) 30%);
    background-image: -moz-linear-gradient(bottom, rgb(212, 212, 212) 5%, rgb(248, 248, 248) 30%);
    background-image: -webkit-linear-gradient(bottom, rgb(212, 212, 212) 5%, rgb(248, 248, 248) 30%);
    background-image: -ms-linear-gradient(bottom, rgb(212, 212, 212) 5%, rgb(248, 248, 248) 30%);

    -moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.12);

    behavior: url(ie-css3.htc); /* IE 6-8 */
}

.box {
    color: #555;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
    padding: 10px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #555;

    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    overflow: hidden;
}

.red {
    background: #FCCFD0;
    border-color: #f0140a;
    color: #f0140a;
}

.green {
    background: #C7EFCD;
    border-color: #008800;
    color: #008800;
}

.yellow {
    background: #fffcab;
    border-color: #88;
    color: #444;
}

.orange {
    background: #FFECD9;
    border-color: #888;
    color: #444;
}


hr {
    height: 1px;
    background: #ccc;
    border-style: none;
    color: #ccc;
    margin: 0px;
    width: 100%;
}

.grid {
    background: #c3a385;
}

.grid th {
    background: #f0140a;
    color: #fff;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #888;
    /*  	border: 1px solid #fff;*/
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
}

.grid td {
    color: #2d395a;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px 0px 0px 0px;
}


white {
    color: #fff;
}

img {
    border: 0px;
    vertical-align: middle;
}

/*  BUTTON DESIGN
------------------------ */
.button {
    border: 1px solid #ff444b;
    -webkit-box-shadow: #B4B5B5 2px 2px 2px;
    -moz-box-shadow: #B4B5B5 2px 2px 2px;
    box-shadow: #B4B5B5 2px 2px 2px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    color: #FFFFFF;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 1em;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    /*	text-shadow: 1px 1px 0 rgba(0,0,0,0.3); */
}

.gradRed {
    background-color: #f0140a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0140a), to(#a0140a));
    background-image: -webkit-linear-gradient(top, #f0140a, #a0140a);
    background-image: -moz-linear-gradient(top, #f0140a, #a0140a);
    background-image: -ms-linear-gradient(top, #f0140a, #a0140a);
    background-image: -o-linear-gradient(top, #f0140a, #a0140a);
    background-image: linear-gradient(to bottom, #f0140a, #a0140a);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f0140a, endColorstr=#a0140a);
}

.gradRed:hover {
    border: 1px solid #a0140a;
    background-color: #a0140a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a0140a), to(#f0140a));
    background-image: -webkit-linear-gradient(top, #a0140a, #f0140a);
    background-image: -moz-linear-gradient(top, #a0140a, #f0140a);
    background-image: -ms-linear-gradient(top, #a0140a, #f0140a);
    background-image: -o-linear-gradient(top, #a0140a, #f0140a);
    background-image: linear-gradient(to bottom, #a0140a, #f0140a);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a0140a, endColorstr=#f0140a);
}

.gradGrey {
    background-color: #dddddd;
    background-image: -moz-linear-gradient(0deg, #dddddd, #fefefe 90.0%);
    background-image: -webkit-linear-gradient(0deg, #dddddd, #efefef 90.0%);
    background-image: -o-linear-gradient(0deg, #dddddd, #efefef 90.0%);
    background-image: -ms-linear-gradient(0deg, #dddddd, #efefef 90.0%);
    background-image: linear-gradient(0deg, #dddddd, #efefef 90.0%)
}

.gradGreyDark {
    border: 1px solid #999999;
    background-color: #CCCCCC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#888888));
    background-image: -webkit-linear-gradient(top, #CCCCCC, #888888);
    background-image: -moz-linear-gradient(top, #CCCCCC, #888888);
    background-image: -ms-linear-gradient(top, #CCCCCC, #888888);
    background-image: -o-linear-gradient(top, #CCCCCC, #888888);
    background-image: linear-gradient(to bottom, #CCCCCC, #888888);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#CCCCCC, endColorstr=#888888);
}

.gradGreyDark:hover {
    border: 1px solid #999999;
    background-color: #AAAAAA;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#AAAAAA), to(#666666));
    background-image: -webkit-linear-gradient(top, #AAAAAA, #666666);
    background-image: -moz-linear-gradient(top, #AAAAAA, #666666);
    background-image: -ms-linear-gradient(top, #AAAAAA, #666666);
    background-image: -o-linear-gradient(top, #AAAAAA, #666666);
    background-image: linear-gradient(to bottom, #AAAAAA, #666666);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#AAAAAA, endColorstr=#666666);
}

.button_shine {
    font-family: 'Pontano Sans', sans-serif;
    font-size: 1em;
    color: #383838;
    padding: 10px 15px;
    background: -moz-linear-gradient(
            top,
            #ffffff 0%,
            #ffe2e3 50%,
            #e9a5a8 48%,
            #f0140a);
    background: -webkit-gradient(
            linear, left top, left bottom,
            from(#ffffff),
            color-stop(0.50, #ffe2e3),
            color-stop(0.48, #e9a5a8),
            to(#f0140a));
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #940000;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 2px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 2px rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1),
    0px 1px 0px rgba(255, 255, 255, 1);
}

.button_old {
    color: #fff;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-shadow: 1px 1px 0 #888;
    border: 1px solid #555;
    border-radius: 10px;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;

    background: #f0140a; /* Old browsers */
    background: linear-gradient(to bottom, #ffe2e3 5%, #e9a5a7 35%, #f0140a 55%); /* W3C */
    background: -moz-linear-gradient(top, #ffe2e3 5%, #e9a5a7 35%, #f0140a 55%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffe2e3), color-stop(35%, #e9a5a7), color-stop(55%, #f0140a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffe2e3 5%, #e9a5a7 35%, #f0140a 55%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffe2e3 5%, #e9a5a7 35%, #f0140a 55%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffe2e3 5%, #e9a5a7 35%, #f0140a 55%); /* IE10+ */
    behavior: url(ie-css3.htc); /* IE 6-8 */

}


.button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    color: #666;
    background: #e4ffa4;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeffef), to(#e4ffa4));
    background: -moz-linear-gradient(top, #eeffef, #e4ffa4);
    /*	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeffef', endColorstr='#e4ffa4');*/
    border-color: #555;
    behavior: url(ie-css3.htc); /* IE 6-8 */
/ / margin-top: 2 px;
}


.weak {
    background: #f8f5ec;
    color: #888;
    font-weight: normal;
    borderstyle: solid;
    border-color: #c3a385;
    border-width: 1px;
    padding-left: 4px;
    padding-right: 0px
}

#req {
    font-weight: bold;
}

#required {
    border-style: solid;
    border-width: 1px;
    border-color: #f0140a;
}

input[type=text], input[type=password], input[type=datefield], input[type=checkbox], input[type=search], select, textarea {
    color: #000;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 1em;
    font-weight: normal;
    /*	float:left;*/

    -webkit-box-shadow: inset 1px 1px 1px 1px #C2C2C2;
    -moz-box-shadow: inset 1px 1px 1px 1px #C2C2C2;
    -o-box-shadow: inset 1px 1px 1px 1px #C2C2C2;
    -ms-box-shadow: inset 1px 1px 1px 1px #C2C2C2;
    box-shadow: inset 1px 1px 1px 1px #C2C2C2;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    border-style: solid;
    border-width: 1px;
    border-color: #888888;

    padding: 2px;
    margin: 0px;
}


/*  MENU + BUTTON DESIGN
------------------------ */
.menubut {
    color: #fff;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 1px 2px 1px #555;
    border: 1px solid #fff;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;

    box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.2);

    /*    background: -webkit-gradient(linear, left top, left bottom, from(#eedbca), to(#dcbfa5) );
        background: -moz-linear-gradient(-90deg, #eedbca, #dcbfa5);
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eedbca', endColorstr='#dcbfa5');
    */
}


.greyinfo {
    font-size: 12px;
    color: #888;
}

