﻿
#wrapper {
    min-height: 740px;
    padding: 20px 0 0 0;
}

#content {
    min-width: 1200px;
    width: min-content;
    min-height: 740px;
    background: #ffffff;
    margin: 0 auto 25px auto;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 26px 7px #000b23;
    border: 2px solid #082157;
}

#main {
    width: 997px;
    margin: auto; 
}

h2 {
    font-family: Tahoma;
    font-size: 24pt;
    color: black;
}

.standartTable {
    margin: auto;
    min-width: 400px;
    border:0px;
    border-collapse: collapse;
}

.standartTable td{
    padding: 10px;
}

.standartHeaderRow {
    background-color: #F2E8C9;
}

.standartOddRow {
    background-color: #F0DC82;
}

.standartEvenRow {
    background-color: #FFFACD;
}

.expiringRow {
    background-color: #FF7373;
}

.standartText {
    font-family: Tahoma;
    font-size: 12pt;
    color: black;
}

    .standartText a {
        color: blue;
        text-decoration: none;
    }

    .standartText a:hover {
        color: blue;
        text-decoration: underline;
    }

.error {
    font-family: Tahoma;
    font-size: 16pt;
    color: red;
}

.navigationLink {
    font-family: Tahoma;
    font-size: 16pt;
    color: black;
}

    .navigationLink a {
        color: blue;
        text-decoration: none;
    }

    .navigationLink a:hover {
        color: blue;
        text-decoration: underline;
    }


.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-family: Tahoma;
    font-size: 16pt;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
    background-color: white;
}
    .roundedButton {
	    border: 0px solid #ccc;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
        box-shadow: 2px 2px 3px #666;
        font-family: Tahoma;
        font-size: 16pt;
        background-color: white;
    }
    input.rounded:focus {
	    border-color: #339933;
    }

.img_arrow {
    margin-bottom: -3px;
}