/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Font-Face */

/* #Site Styles
================================================== */
.header {
    background: url("../img/header-bg.png") repeat-x scroll 0 0 #00C2F4;
    margin-top: -8px;
    padding-top: 15px;
    width: 100%;
}

.egovlogo {
    background: url("../img/ETX logo ag yazi.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 90px;
    margin-right: 30px;
    width: 160px;
    background-size: 160px auto;
    margin-top: 35px;
}

.gerb {
    background: url("../images/mincom_logo_az.svg") no-repeat scroll 0 0 transparent;
    float: right;
    height: 76px;
    width: 190px;
    background-size: 190px auto;
    margin-top: 35px;
}

.header .header-title {
    float: left;
    text-align: center;
    width: 700px;
}

.header h1 {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: bold;
    line-height: 34px;
}

.header h2 {
    color: #FFFFFF;
    font-size: 23px;
    line-height: 30px;
}


/* #TOP NAVIGATION */
.nav {
    background: #000040;
}

    .nav ul#nav {
        margin: 0;
    }

    .nav ul.drop a {
        display: block;
        color: #fff;
        text-decoration: none;
    }

    .nav ul.drop, ul.drop li, ul.drop ul {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #fff;
    }

    .nav ul li {
        border-right: 1px solid #fff;
        font-family: "segoeui","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 18px;
    }

    .nav ul.drop {
        position: relative;
        z-index: 597;
        float: left;
    }

        .nav ul.drop li {
            float: left;
            line-height: 1.3em;
            vertical-align: middle;
            zoom: 1;
            padding: 10px 20px;
        }

            .nav ul.drop li.hover, ul.drop li:hover {
                position: relative;
                z-index: 599;
                cursor: default;
                background: #1C5A98;
            }

        .nav ul.drop ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 598;
            width: 250px;
            background: #888;
        }

            .nav ul.drop ul li {
                float: none;
                font-size: 16px;
            }

    .nav ul ul ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .nav ul.drop ul ul {
        top: -2px;
        left: 100%;
    }

    .nav ul.drop li:hover > ul {
        visibility: visible
    }

.login {
    background: url("../img/login.png") no-repeat scroll 0 0 transparent;
    font-family: "segoeui","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    height: 100px;
    line-height: 90px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -20px;
    width: 100px;
}

    .login a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .login a:hover {
            text-decoration: underline
        }
/* #Page Styles
================================================== */

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just 
create a "fonts" fot-style: normal; }g


    /* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}



.container {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 0;
}

    .container .column,
    .container .columns {
        float: left;
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
    }

.row {
    margin-bottom: 20px;
}








dl {
    max-width: 600px;
}

.none {
    display: none;
}

input[type=checkbox] {
    margin-left: 20px;
}

textarea {
    height: 80px;
    width: 280px;
}



#calendar {
}

#calendar_wrap {
    padding: 20px;
}

#calendar table {
    width: 100%;
}

#calendar tbody td {
    text-align: center;
}

#calendar #next {
    text-align: right;
}

input[type=button], input[type=submit] {
    text-align: center;
    -moz-box-shadow: inset 0px 0px 0px 0px #858185;
    -webkit-box-shadow: inset 0px 0px 0px 0px #858185;
    box-shadow: inset 0px 0px 0px 0px #858185;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83b4fc), color-stop(1, #224a8f) );
    background: -moz-linear-gradient( center top, #83b4fc 5%, #224a8f 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83b4fc', endColorstr='#224a8f');
    background-color: #83b4fc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px #dedede;
    display: inline-block;
    color: #f7f7f7;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px;
}

    input[type=button]:hover, input[type=submit]:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #224a8f), color-stop(1, #83b4fc) );
        background: -moz-linear-gradient( center top, #224a8f 5%, #83b4fc 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#224a8f', endColorstr='#83b4fc');
        background-color: #224a8f;
    }

    input[type=button]:active, input[type=submit]:active {
        position: relative;
        top: 1px;
    }

.grid2 {
    border-style: solid;
    border-color: #BBBBBB;
}

    .grid2 td, .grid2 th, .grid2 table {
        padding: 5px;
        text-align: center;
        border-width: 0px !important;
    }

        .grid2 td input[type=text] {
            margin-left: 0px;
        }

        .grid2 td input[type=submit] {
            float: right;
        }

td {
    vertical-align: top;
}

.table1 td {
    min-width: 150px;
}


.grid td {
    padding-top: 10px;
    vertical-align: top !important;
    min-width: 100px;
    word-wrap: break-word;
    vertical-align: middle;
}

.gridd td {
    padding-top: 10px;
    vertical-align: top !important;
    word-wrap: break-word;
    vertical-align: middle;
}

.grid1 td {
    background: #bdbdbd;
}

.grid th {
    background: #224a8f;
    border-color: White;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83b4fc), color-stop(3, #224a8f) );
    background: -moz-linear-gradient( center top, #83b4fc 3%, #224a8f 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83b4fc', endColorstr='#224a8f');
    color: White;
    height: 50px;
    padding: 3px;
}

.gridd th {
    background: #224a8f;
    border-color: White;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83b4fc), color-stop(3, #224a8f) );
    background: -moz-linear-gradient( center top, #83b4fc 3%, #224a8f 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83b4fc', endColorstr='#224a8f');
    color: White;
    height: 50px;
    padding: 3px;
}

.grid td input {
    margin-left: 15px;
}

#page {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    height: 49px;
}

#page-bgtop {
    padding: 20px px;
}

#page-bgbtm {
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #32639A;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 1.6em;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}
