﻿
body {
    background-color: #f7e6e6;
    font-family: Consolas;
}

.page {
    width: 1100px;
    background-color: #f7e6e6;
    border-radius: 10px;
    margin: 0 auto;
    height: 900px;
    border: 2px solid red;
}


.header {
    width: 1100px;
    height: 78px;
    background-color: red;
}

.menu_ver {
    width: 230px;
    height: 500px;
    background-color: red;
    font-family: Consolas;
    font-size: 17px;
    color: white;
    float: left;
}

.menu_ver ul {
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.menu_ver ul li {
    width: 230px;
    height: 40px;
    border-bottom: solid 1px #fff;
    padding: 0px;
    list-style: none;
    line-height: 40px;
    text-decoration: none;
}

.menu_ver ul li a {
    color: white;
    text-decoration: none;
    display: block;
}

.menu_ver ul li a:hover {
    height: 40px;
    background: #f48024;
    border-bottom: solid 1px #fff;
    padding-left: 0px;
    list-style: none;
    display: block;
    text-decoration: none;
}

.left {
    width: 230px;
    float: left;
    height: 500px;
}

.content {
    /*border: 2px solid red;*/
    border-width: thin;
    width: 850px;
    height: 500px;
    float: left;
    margin-left: 10px;
}

.content1 {
    border-style: solid;
    border-color: inherit;
    background-color: aliceblue;
    border-width: thin;
    width: 390px;
    height: 303px;
    left: 400px;
    margin-left: 490px;
    margin-top: 50px;
}

#div-nov {
    width: 15px;
    border: 2px solid brown;
    text-align: center;
}

.td1 {
width:250px;
height:78px;
color:white;
font-family:Consolas;
font-size:20px;

}

.td2 {
width:600px;
height:78px;
color:white;
font-family:Consolas;
font-size:20px;
text-align:center;
}

.td3 {
width:300px;
height:78px;
color:white;
font-family:Consolas;
font-size:20px;
text-align:center;
}

.titlesub {
    background-color: #f48024;
    font-family: Consolas;
    font-size: 21px;
    text-align: center;
    color: white;
    width: 100%;
    border-radius: 5px;
    /*height: 35px;*/
    padding:3px 0 3px 0px;
}

/*-----------------------*/

.logdiv {
    width: 310px;
    height: 430px;
    margin: 0 auto;
    margin-top: 100px;
    border-radius: 10px;
    border: solid 2px #f48024;
}

.tdlog {
    width: 300px;
    height: 30px;
    line-height: 30px;
    color: red;
    font-size: 18px;
    padding-left: 10px;
}

.titlesub2 {
    background-color: #f48024;
    font-family: Consolas;
    font-size: 27px;
    line-height:40px;
    text-align: center;
    color: white;
    width: 307px;
    height: 40px;
    border: solid 2px #f48024;
    border-radius: 7px 7px 0px 0px;
    margin-top: -2px;
    display: block;
    MARGIN-LEFT: -3PX;
}

.prog {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 250px;
    text-align: center;
}

.divRep{
    font-family:Consolas;
    font-size:14px;
}

.divRep tr td{
        padding:10px 0px 10px 5px;
    }
.divRep tr:nth-child(odd) 
{
    background-color: #f8a8a8;
}

.divRep tr th
{
    background-color:red; 
    color:white !important; 
    text-align:center; 
    font-weight:bold;
    font-size:16px;
    padding:10px 0px 10px 5px;
}

.divForm
{    
    font-family:Consolas;
    font-size:14px;
}

.divForm input{
    width:200px;
    height:20px;
}

.divForm tr td{
        padding:10px 0px 10px 5px;
    }