﻿@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');

html
{
    height: 100%;
    margin: 0;
    background-color: #FFFFFF;
}

body
{
    /*font:font:14px/1.5 Arial, Helvetica, sans-serif;*/
    font-family: 'Lucida Calligraphy' , 'Lucida Sans Typewriter' , monaco, 'Bitstream Vera Sans Mono' , monospace padding:0;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
}
.menu
{
    text-align: center;
    padding-top: 25px;
    margin-bottom: 200px;
}

.menu img
{
    opacity: 0.4;
    margin: 20px auto;
}

.menu h1
{
    margin-top: 0;
    font: normal 32px/1.5 'Open Sans' , sans-serif;
    color: #3F71AE;
    padding-bottom: 16px;
}

.menu h2
{
    color: #F05283;
}

.menu h2 a
{
    color: inherit;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #F05283;
    padding: 10px 15px;
    border-radius: 3px;
    font: bold 14px/1 'Open Sans' , sans-serif;
    text-transform: uppercase;
}

.menu h2 a:hover
{
    background-color: #F05283;
    transition: 0.2s;
    color: #fff;
}

.menu ul
{
    max-width: 600px;
    margin: 60px auto 0;
}

.menu ul a
{
    text-decoration: none;
    color: #FFF;
    text-align: left;
    background-color: #B9C1CA;
    padding: 10px 16px;
    border-radius: 2px;
    opacity: 0.8;
    font-size: 16px;
    display: inline-block;
    margin: 4px;
    line-height: 1;
    outline: none;
    transition: 0.2s ease;
}

.menu ul li a.active
{
    background-color: #66B650;
    pointer-events: none;
}

.menu ul li a:hover
{
    opacity: 1;
}

.menu ul
{
    list-style: none;
    padding: 0;
}

.menu ul li
{
    display: inline-block;
}
.title
{
    float: left;
    text-align: left;
    width: 100%;
    border-bottom: 1px dotted #527a7a;
    margin-top: -15px;
    font-size: large;
    font-weight: bold;
    padding: 10px;
}
.space10
{
    margin-top: 10px;
}
.space20
{
    margin-top: 20px;
}
.space30
{
    margin-top: 30px;
}
.lbl
{
    padding-top: 10px;
    font-weight: bold;
    font-size: 13px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    text-align: right;
}
.lbl1
{
    padding-top: 10px;
    font-weight: bold;
    font-size: 16px;
    font-family: Georgia, "Times New Roman" , Times, serif;
}
select
{
    background-color: #f2f2f2;
    border: 1px solid #999;
    height: 40px;
    width: 220px;
    padding: 3px 5px 2px 5px;
    font-family: Georgia, "Times New Roman" , Times, serif;
}
.noselect
{
    background-color: #f2f2f2;
    border: 1px solid #999;
    height: 30px;
    width: 100px;
    padding: 0px;
    font-size: 12px;
    font-family: Times New Roman;
}

@media (max-height:800px)
{
    .menu
    {
        padding-top: 40px;
    }
}

/* -- ads -- */

@media (max-width: 1200px)
{
    #bsaHolder
    {
        display: none;
    }
}

.tz-link
{
    text-decoration: none;
    color: #fff !important;
    font: bold 36px Arial,Helvetica,sans-serif !important;
}

.tz-link span
{
    color: #da431c;
}
footer
{
    position: fixed;
    bottom: 0;
}

@media (max-height:800px)
{
    footer
    {
        position: static;
    }
    header
    {
        padding-top: 40px;
    }
}
.wrapper
{
    min-height: 100%;
    position: relative;
}
@media only screen and (min-width: 320px)
{
    .column
    {
        width: 100%;
    }
}
@media only screen and (min-width: 786px)
{
    .column
    {
        width: 50%;
    }
}
/* ----------------------------------------------Table Start------------------------------------- */
.table
{
    display: block;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 115%;
    overflow: auto;
    width: 100%;
}

th
{
    background-color: rgb(112, 196, 105);
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    font-family: Georgia, "Times New Roman" , Times, serif;
}
td
{
    /* background-color: rgb(238, 238, 238);*/
    color: rgb(111, 111, 111);
    padding: 5px 10px;
    text-align: center;
}
/* ----------------------------------------------Table End------------------------------------- */

/* ----------------------------------------------GridView Start------------------------------------- */
.Gdv th
{
    background-color: rgb(112, 196, 105);
    color: white;
    font-weight: bold;
    padding: 5px 5px;
    text-align: center;
    font-family: Georgia, "Times New Roman" , Times, serif;
}
.Gdv td
{
    /* background-color: rgb(238, 238, 238);*/
    color: rgb(111, 111, 111);
    padding: 5px 5px;
    text-align: center;
}
/* ----------------------------------------------GridView End------------------------------------- */
input[type="text"]
{
    padding: 8px;
    border: solid 1px gainsboro;
    -webkit-transition: box-shadow 0.3s, border 0.3s;
    -moz-transition: box-shadow 0.3s, border 0.3s;
    -o-transition: box-shadow 0.3s, border 0.3s;
    transition: box-shadow 0.3s, border 0.3s;
}
input:focus
{
    border: solid 1px #707070;
    -webkit-box-shadow: 0 0 5px 1px #969696;
    -moz-box-shadow: 0 0 5px 1px #969696;
    box-shadow: 0 0 5px 1px #969696;
    background: #c6d9ec;
    font-weight: bold;
}
.btn, .btn:link, .btn:visited
{
    color: #fff;
    background-color: #666;
    border: 2px solid #fff;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
    -moz-box-shadow: 0 0 2px 2px #ccc;
    -webkit-box-shadow: 0 0 2px 2px #ccc;
    box-shadow: 0 0 2px 2px #ccc;
    cursor: pointer;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-weight: bold;
}

.btn:hover
{
    color: #000;
}
.center
{
    margin: 0 auto;
    width: 70%;
}
.noresize
{
    resize: none;
}
.modal-header1
{
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #0480be;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.divSpace
{
    margin-top: 5px;
}
.lnk
{
    color: inherit;
}

.lnk:active
{
}

.lnk:visited
{
    color: #ffa300;
}

.lnk:hover
{
    color: #ffa300;
}
.green
{
    color: Green;
}
