﻿/*----------- DEFAULT ---------------------------------------------------------------------------------------- */
/*tr,th,td,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,fieldset,label,legend,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video*/

html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
    border: 0;
    margin: 0;
    padding: 0;
}

p {
    margin-top: 10px;
}

body {
    font-family: Arial;
    font-size: 15px;
    height: 100%;
    line-height: 1.6em;
}

input, button, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

button {
    box-sizing: content-box;
    moz-box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 0px;
}

h1 {
    font-size: 18px;
    border-bottom: 1px solid gray;
    display: block;
}

h2 {
    font-size: 16px;
    border-bottom: 1px solid gray;
    display: block;
}

h3 {
    font-size: 14px;
    border-bottom: 1px solid gray;
    display: block;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}


a, a:visited, a:active {
    color: #0000ff;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

img {
    border: 0px;
    vertical-align: middle;
}

hr {
    padding: 0px;
    margin: 0px;
}

ul {
    margin: 0px;
}

li {
    margin: 0px;
}
/*----------- END OF DEFAULT ------------------------------------------- */

/*----------- FORM ELEMENTS ------------------------------------------- */
button[disabled]:hover, button[disabled], input[type="reset"][disabled]:hover, input[type="reset"][disabled], input[type="button"][disabled]:hover, input[type="button"][disabled], select[disabled] > input[type="button"], select[disabled] > input[type="button"]:active, input[type="submit"][disabled]:active, input[type="submit"][disabled] {
    cursor: default;
    border-color: #d4d4d4;
    border-bottom-color: #d4d4d4;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    color: #D4D4D4;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
}


input[type=button].break, input[type=submit].break {
    margin-top: 5px;
}

input[type=button], input[type=submit] {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.3em 0.7em;
    border: 1px solid #d4d4d4;
    /* border: 1px solid #000000; */
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font: 12px;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
    font-weight: bold;
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #3072b3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
    margin-top: 5px;
}


    input[type=button]:hover, input[type=submit]:hover {
        border-color: #3FB53A;
        border-bottom-color: #30A02A;
        color: #fff;
        cursor: pointer;
        background-color: #314502;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5FDC59), to(#36B330));
        background-image: -moz-linear-gradient(#5FDC59, #36B330);
        background-image: -o-linear-gradient(#5FDC59, #36B330);
        background-image: linear-gradient(#5FDC59, #36B330);
    }

select {
    /* font-weight: bold; */
    padding: 0px 3px 0px 3px;
    font-size: 95%;
    border: 1px solid #000000;
}

option {
    background-color: #ffffc0;
}


fieldset {
    background: #fff;
    border: 1px solid #000;
    /*margin-top: 15px;*/
    padding: 0px 5px 5px 5px;
    position: relative;
}

legend {
    color: #000;
    font-weight: bold;
    padding: 0 10px;
    /*
  background: #fff;
  font-weight: bold;
  left: 10px;
  position: absolute;
  top: -.9em;
*/
}

input[type="text"], input[type="password"], select, textarea {
    border: 1px solid #000;
    /* background-color: #eee; */
    background-color: #ffffff;
    padding-left: 3px;
    font-size: 16px;
    height: 24px;
    width: 98%;
}

    input[type="text"][disabled], input[type="password"][disabled] {
        background-color: #eee;
    }

    input[type=text]:focus, input[type=password]:focus, textarea:focus {
        /* border: 1px solid #bbb; */
        background-color: #ffffc0;
    }

input[type="checkbox"] {
    padding: 0;
    margin: 0px;
}
/* IE */



/*----------- END FORM ELEMENTS ------------------------------------------- */

/*----------- TABLES ------------------------------------------- */
table {
    border-collapse: collapse;
    border-color: black;
    font: inherit;
    font-size: 100%;
}

    table.small-font th, table.stat td {
        font-size: 77%;
    }

    table.spacing0px td, table.spacing0 td {
        padding: 0;
        margin: 0;
        border-collapse: collapse;
    }

    table.spacing3px td, table.spacing3 td {
        padding: 3px;
    }

    table.spacing5px td, table.spacing5 td {
        padding: 5px;
    }

    table.spacing7px td, table.spacing7 td {
        padding: 5px;
    }

    table.spacing10px td, table.spacing10 td {
        padding: 10px;
    }


tr.black-background td, tr.black-background th {
    background: url('../../include/image/black_bg.gif');
    background-color: #000000;
    color: White;
    border-color: #000000;
}



tr.link-white td a {
    color: #FFFFFF;
}

tr.bold td {
    font-weight: bold;
}

td {
    padding: 0;
    border-color: black;
}




table.box, table.mike {
    background-color: #a9b8c2;
    border-color: black;
    border-collapse: separate;
    padding: 0px;
    border-spacing: 1px;
}

    table.box tr, table.mike tr {
        background-color: #fafafa;
    }

.box tr:hover {
    background-color: #ffff99;
    cursor: pointer;
}

table.border-black-1px {
    border: 1px solid black;
}


tr.header td, tr.header th {
    background-color: #e6e6e6;
    color: #444444;
    border-color: #ffffff;
}

tr.center td {
    text-align: center;
}

tr.right td {
    text-align: right;
}

tr.left td {
    text-align: left;
}
