﻿*
{
    margin: 0px;
    padding: 0px;
}

html
{
    padding: 0px;
    margin: 0px;
}

h1, h2, h3
{
    border-width: 1px;
    border-color: #E0E0E0;
    padding: 0px;
    margin: 2px 0px 5px 0px;
    width: auto; /*color: #333333;*/
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    border-bottom-style: dotted;
    color: #660033;
}

b
{
    color: #333333;
}

body
{
    padding: 0px;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    background-color: #fff;
    color: #333333;
}

.wrapper
{
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    /*max-width:1000px;*/
    min-width: 800px;
    background-color: #FDFDFD;
}

.onprint
{
    display: none;
    height: auto !important;
}

header, .header
{
    width: 100%;
    min-width: 800px;
    height: 110px;
    padding: 0px; /*background-color: #F2F2F2;*/
    background-color: #660033;
}

    header table, .header table
    {
        margin: 0 auto;
        width: auto;
    }
/*
.logo
{
    -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

    .logo:hover
    {
        -moz-transform: scale(1) rotate(90deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transform: scale(1) rotate(90deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(90deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(90deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(90deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
    }
*/
.mmmut
{
    -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

    .mmmut:hover
    {
        -moz-transform: scale(1.2) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transform: scale(1.2) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1.2) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1.2) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1.2) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
    }

.news
{
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .5);
    width: 100%;
    background-color: #fff;
    position: relative;
}

footer, .footer
{
    width: 100%;
    min-width: 800px;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #F2F2F2;
    color: #000000;
    font-weight: normal;
    /*z-index: 100;
    position: fixed;
    bottom: 0px;
    -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, .3);*/
}

nav, .nav
{
    width: 100%;
    z-index: 1001;
    min-width: 800px;
    padding: 0px;
    background-color: #F4F4F4;
}

    .nav li a
    {
        text-decoration: none;
        color: #FFFFFF;
        text-shadow: 1px 1px 2px #777;
        filter: dropshadow(color=#777, offx=1, offy=1);
    }

        .nav li a:hover
        {
            color: #FFFFFF;
        }

    .nav li
    {
        position: relative;
        float: left;
        width: auto;
        list-style-type: none;
        margin-left: 5px;
        padding-left: 3px;
        padding-right: 3px;
        margin-top: 3px;
        margin-bottom: 4px;
        color: #000000;
        font-size: 14px;
        background: #05abe0; /* Old browsers */
        background: -moz-linear-gradient(45deg, #05abe0 0%, #32c3ef 60%, #4ed3fc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#05abe0), color-stop(60%,#32c3ef), color-stop(100%,#4ed3fc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(45deg, #05abe0 0%,#32c3ef 60%,#4ed3fc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(45deg, #05abe0 0%,#32c3ef 60%,#4ed3fc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(45deg, #05abe0 0%,#32c3ef 60%,#4ed3fc 100%); /* IE10+ */
        background: linear-gradient(45deg, #05abe0 0%,#32c3ef 60%,#4ed3fc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#4ed3fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5);
        -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5);
    }

        .nav li:hover
        {
            background: #6bba70; /* Old browsers */
            background: -moz-linear-gradient(top, #6bba70 0%, #6bba70 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bba70), color-stop(100%,#6bba70)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* IE10+ */
            background: linear-gradient(top, #6bba70 0%,#6bba70 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bba70', endColorstr='#6bba70',GradientType=0 ); /* IE6-9 */
        }

ul.sideLink
{
    padding: 0px;
    margin: 0px;
}

    ul.sideLink li
    {
        width: auto;
        list-style-type: none;
        margin-left: 5px;
        padding-left: 3px;
        padding-right: 3px;
        margin-top: 3px;
        margin-bottom: 4px;
        color: #000000;
        font-size: 14px;
        background: #05abe0; /* Old browsers */
        background: -moz-linear-gradient(45deg, #05abe0 0%, #32c3ef 60%, #4ed3fc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#05abe0), color-stop(60%,#32c3ef), color-stop(100%,#4ed3fc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(45deg, #05abe0 0%,#32c3ef 60%,#4ed3fc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(45deg, #05abe0 0%,#32c3ef 60%,#4ed3fc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(45deg, #05abe0 0%,#32c3ef 60%,#4ed3fc 100%); /* IE10+ */
        background: linear-gradient(45deg, #05abe0 0%,#32c3ef 60%,#4ed3fc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#4ed3fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5);
        -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5);
    }

        ul.sideLink li:hover
        {
            background: #6bba70; /* Old browsers */
            background: -moz-linear-gradient(top, #6bba70 0%, #6bba70 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bba70), color-stop(100%,#6bba70)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* IE10+ */
            background: linear-gradient(top, #6bba70 0%,#6bba70 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bba70', endColorstr='#6bba70',GradientType=0 ); /* IE6-9 */
        }

        ul.sideLink li a
        {
            text-decoration: none;
            color: #FFFFFF;
            text-shadow: 1px 1px 2px #777;
            filter: dropshadow(color=#777, offx=1, offy=1);
        }

            ul.sideLink li a:hover
            {
                color: #FFFFFF;
            }

.maroonbg
{
    background: #cf0404 !important; /* Old browsers */
    background: -moz-linear-gradient(45deg, #cf0404 0%, #ff3019 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#cf0404), color-stop(100%,#ff3019)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #cf0404 0%,#ff3019 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #cf0404 0%,#ff3019 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #cf0404 0%,#ff3019 100%) !important; /* IE10+ */
    background: linear-gradient(45deg, #cf0404 0%,#ff3019 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .maroonbg:hover
    {
        background: #ffaf4b !important; /* Old browsers */
        background: -moz-linear-gradient(45deg, #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(45deg, #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(45deg, #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(45deg, #ffaf4b 0%,#ff920a 100%); /* IE10+ */
        background: linear-gradient(45deg, #ffaf4b 0%,#ff920a 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }


.aLink
{
    /**/
    width: auto;
    list-style-type: none;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5);
    text-decoration: none;
    text-shadow: 1px 1px 2px #777;
    background: #FF33CC; /* Old browsers */
    background: -moz-linear-gradient(45deg, #FF33CC 0%, #660033 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#FF33CC), color-stop(100%,#660033)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #FF33CC 0%,#660033 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #FF33CC 0%,#660033 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #FF33CC 0%,#660033 100%); /* IE10+ */
    background: linear-gradient(45deg, #FF33CC 0%,#660033 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#FF33CC', endColorstr= '#660033',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.aLinkBtn
{
    /**/
    width: auto;
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5);
    text-decoration: none;
    text-shadow: 1px 1px 2px #777;
    background: #2d95e5; /* Old browsers */
    background: -moz-linear-gradient(45deg, #2d95e5 0%, #386baa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#2d95e5), color-stop(100%,#386baa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #2d95e5 0%,#386baa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #2d95e5 0%,#386baa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #2d95e5 0%,#386baa 100%); /* IE10+ */
    background: linear-gradient(45deg, #2d95e5 0%,#386baa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#2d95e5', endColorstr= '#386baa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    .aLinkBtn:hover
    {
        background: #6bba70; /* Old browsers */
        background: -moz-linear-gradient(top, #6bba70 0%, #6bba70 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bba70), color-stop(100%,#6bba70)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* IE10+ */
        background: linear-gradient(top, #6bba70 0%,#6bba70 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bba70', endColorstr='#6bba70',GradientType=0 ); /* IE6-9 */
    }

.info
{
    font-family: Calibri;
    font-size: 11px;
    color: #CC0000;
    display: block;
}

.content
{
    width: 100%;
    min-width: 800px;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
}

    .content .content-left
    {
        position: relative;
        float: left;
        width: 25%;
    }

    .content .content-right
    {
        position: relative;
        float: right;
        width: 73%;
        margin-left: 5px;
    }

.frm
{
    border: 1px solid #Fff;
    width: auto;
    padding-left: 0px;
    margin: 0 auto;
    background-color: #Fff;
}

    .frm table
    {
        border-collapse: collapse !important;
    }

    .frm input[type='text'], .frm textarea, .frm input[type='password']
    {
        border: 1px solid #CCC;
        background-color: #FFF;
        padding: 3px;
        width: 99%;
        color: #000000;
        text-align: left;
        position: relative;
        margin-bottom: 3px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
    }

    .frm .eml
    {
        text-transform: none !important;
    }

    .frm select
    {
        border: 1px solid #CCC;
        background-color: #FFF;
        padding: 2px;
        width: 100%;
        color: #000000;
        text-align: left;
        position: relative;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    top: 0px;
    left: 0px;
}

    .frm input[type='text']:focus, .frm textarea:focus, .frm input[type='password']:focus
    {
        border: 1px solid #CCC;
        /* background-color: #FFFF66;*/
        padding: 3px;
        width: 99%;
        color: #000000;
        text-align: left;
        position: relative;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

    .frm select:focus
    {
        border: 1px solid #CCC;
        /*background-color: #FFFF66;*/
        padding: 2px;
        width: 100%;
        color: #000;
        text-align: left;
        position: relative;
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .frm option
    {
        border-bottom-style: solid;
        border-width: 1px;
        border-color: #000000;
        text-align: center;
        padding: 0px;
        /*background-color: #FFFF99;*/
        position: relative;
    }

        .frm option:last-child
        {
            border-bottom-style: none;
        }

    .frm input[type='button'], .frm input[type='submit']
    {
        text-align: center;
        vertical-align: middle;
        padding: 3px 6px;
        /*background-color: #CCCCCC;
        color: #000000;*/
        text-decoration: none;
        font-weight: normal;
        font-style: normal !important;
        border: 0px solid #000000;
        color: #FFF;
        background: #05abe0; /* Old browsers */
        background: -moz-linear-gradient(45deg, #05abe0 0%, #32c3ef 60%, #4ed3fc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#05abe0), color-stop(60%,#32c3ef), color-stop(100%,#4ed3fc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(45deg, #05abe0 0%,#32c3ef 60%,#4ed3fc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(45deg, #05abe0 0%,#32c3ef 60%,#4ed3fc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(45deg, #05abe0 0%,#32c3ef 60%,#4ed3fc 100%); /* IE10+ */
        background: linear-gradient(45deg, #05abe0 0%,#32c3ef 60%,#4ed3fc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#4ed3fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        -webkit-transition: background 500ms linear;
        -moz-transition: background 500ms linear;
        -o-transition: background 500ms linear;
        transition: background 500ms linear;
        /*-webkit-box-shadow: 1px 1px 2px 0 #444;
        box-shadow: 1px 1px 2px 0 #444;
        -webkit-border-radius: 3px;
        border-radius: 3px; */
        font-weight: bold;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        text-shadow: 1px 1px 1px #777; /*text shadow*/
    }

        .frm input[type='button']:hover, .frm input[type='submit']:hover
        {
            color: #000;
            text-decoration: none;
            background: #6bba70; /* Old browsers */
            background: -moz-linear-gradient(top, #6bba70 0%, #6bba70 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bba70), color-stop(100%,#6bba70)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* IE10+ */
            background: linear-gradient(top, #6bba70 0%,#6bba70 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bba70', endColorstr='#6bba70',GradientType=0 ); /* IE6-9 */
            -webkit-transition: background 500ms linear;
            -moz-transition: background 500ms linear;
            -o-transition: background 500ms linear;
            transition: background 500ms linear;
            font-weight: bold;
        }

    .frm td
    {
        padding: 3px;
    }

    .frm tr:nth-child(2n+1)
    {
        background-color: #FDFDFD;
    }

    .frm table table tr:nth-child(2n+1)
    {
        background-color: #FFF;
    }

.clearfix
{
    clear: both;
}

.div-scroll
{
    overflow: auto;
    width: 100%;
    min-width: 800px;
    padding-top: 5px;
}

.wait
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #000000;
    padding: 10px;
    position: fixed;
    z-index: 1000;
    width: 10%;
    min-width: 100px;
    top: 35%;
    left: 45%;
    color: #000000;
    text-shadow: 1px 1px 2px #888;
    box-shadow: #888 2px 2px 5px; /*display:none;*/
    border-radius: 5px;
}

.err, .error
{
    color: #FF0000 !important;
    /*display: block !important;*/
}

.er
{
    background-color: #FFECEC;
    border: 1px solid #FF3300;
}

.log
{
    background-color: #FFFFE6;
    position: fixed;
    width: 20%;
    z-index: 2000;
    top: 25%;
    right: 0px;
    left: 0px;
    display: none;
}

.shadow
{
    text-shadow: 1px 1px 2px #888;
}

.btn
{
    text-align: center;
    vertical-align: middle;
    padding: 3px 6px;
    background-color: #CCCCCC;
    width: 100px;
    color: #000000;
}

    .btn:focus
    {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus
    {
        color: #FFFFFF;
        text-decoration: none;
    }

    .btn:active, .btn.active
    {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }
/*---------Gridview Table-------------*/
.gridTbl
{
    width: 100%;
}

    .gridTbl td
    {
        border-width: 1px;
        border-color: #CCCCCC;
        text-align: left;
        padding-top: 2px;
        padding-bottom: 2px;
        border-bottom-style: solid;
    }

    .gridTbl tr:last-child > td
    {
        border-style: none;
    }

    .gridTbl th
    {
        border-width: 1px;
        border-color: #E6E6E6;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #000000;
        border-top-style: solid;
        background-color: #F7F7F7;
    }

.pager tr:last-child > td > a
{
    text-decoration: none;
    text-align: center;
    background-color: #E6E6E6;
    border: 1px solid #000000;
    padding: 2px 6px 2px 6px;
    margin-right: 3px;
    position: relative;
    width: auto;
}

.pager tr:last-child > td > span
{
    text-decoration: none;
    text-align: center;
    background-color: #FFFF66;
    border: 1px solid #000000;
    padding: 2px 6px 2px 6px;
    margin-right: 3px;
    position: relative;
    width: auto;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

/*** Validate ***/
label.error
{
    background-position: url('alert.png') no-repeat;
    padding: 4px 4px 4px 20px;
    background: url('alert.png') no-repeat;
    color: #FF0000 !important;
    display: block;
    /*float: left;
    font: 10px verdana;*/
    height: 13px;
    margin: 4px;
}

label.valid
{
    background-position: url('accept.png') no-repeat;
    background: url('accept.png') no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}

#sec-b li
{
    list-style-position: inside !important;
    left: 2px !important;
    margin-bottom: 5px !important;
}


#dialog-overlay
{
    /* set it to fill the whil screen */
    width: 100%;
    height: 100%; /* transparency for different browsers */
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #CCCCCC; /* make sure it appear behind the dialog box but above everything else */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000; /* hide it by default */
    display: none;
}


#dialog-box
{
    /* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* css3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #Fff; /* styling of the dialog box, i have a fixed dimension for this demo */
    width: auto; /* make sure it has the highest z-index */
    position: absolute;
    z-index: 5000; /* hide it by default */
    display: none;
}

    #dialog-box .dialog-content
    {
        /* style the content */
        text-align: left;
        padding: 10px;
        margin: 13px;
        color: #000000;
        font-family: arial;
        font-size: 11px;
    }


        /* extra styling */


        #dialog-box .dialog-content ul
        {
            margin: 10px 0 10px 20px;
            padding: 0;
            height: auto;
        }

@media print
{
    .noprint
    {
        display: none;
        height: 0 !important;
    }

    .onprint
    {
        display: block;
        height: auto !important;
    }

    .wrapper
    {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@page
{
    size: auto; /* auto is the current printer page size */
    margin: 3mm; /* this affects the margin in the printer settings */
}


.w_ul
{
    padding: 0px;
    margin: 0px;
    list-style-position: inside;
    list-style-type: none;
}

    .w_ul li
    {
        padding: 5px;
        /*border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #808080;*/
        background: #FF33CC; /* Old browsers */
        background: -moz-linear-gradient(45deg, #FF33CC 0%, #660033 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#FF33CC), color-stop(100%,#660033)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(45deg, #FF33CC 0%,#660033 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(45deg, #FF33CC 0%,#660033 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(45deg, #FF33CC 0%,#660033 100%); /* IE10+ */
        background: linear-gradient(45deg, #FF33CC 0%,#660033 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF33CC', endColorstr='#660033',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        margin-top: 3px;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

        .w_ul li a
        {
            color: #FFFFFF;
            text-decoration: none;
            -webkit-transition: all 400ms ease-in-out;
            -moz-transition: all 400ms ease-in-out;
            -ms-transition: all 400ms ease-in-out;
            -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
            text-shadow: 0 0 2px #050505;
        }

            .w_ul li a:hover
            {
                text-decoration: underline;
                font-weight: bold;
            }

.w_tsh
{
    text-shadow: 0 0 2px #050505;
}

.round:hover
{
    -webkit-animation: clockwise 4s linear infinite;
    -animation: clockwise 4s linear infinite;
}

/***************Admit card design***********************/
.wrapper_admitcard
{
    padding: 0px;
    margin: 0 auto;
    width: 100%;
    border: 0px solid #000000;
}
.wrapper_admitcard table
{
    border-color: #000000;
    border-collapse: collapse;
}
    .wrapper_admitcard .bg
{
    background-color: #000000;
    color: #FFFFFF;
}
    .wrapper_admitcard .center
{
    text-align: center;
    margin: 0 auto;
}
    .wrapper_admitcard td
    {
        padding-left:3px;
    }

