body{
	background:url(../img/vecto.png);
  background-repeat: no-repeat;
  background-size: 150% 150%;
   
}
#header{
    
    width: 1020px;
    height: 150px;
    margin : auto;
    margin-bottom: 10px;
}
#admin_menu{
    width: 1020px;
    margin: auto;
    background-color: #aaaaaa;
    margin-bottom: 5px;
}
#top_menu{
    /*display: none;*/
}
#content{
    /*background-color: pink;*/
    width: 1020px;
    min-height: 400px;
    margin: auto;
    /*vertical-align: top;*/
}
#content-left{
    background-color: #aaaaaa;
}
#content-right{
    padding: 10px 14px;
    background-color:#aaaaaa;
    vertical-align: top;
    width: 72%;
    min-height: 400px;
    float: right;
}
#footer{

    width: 1200px;
    height: 130px;
    margin: auto;
    clear: both;
    text-align: center;
    color: white;
    padding: 8px 0px;
}
.clear{clear:both; line-height:0; height:3px; font-size: 1px}
.modalTable
{
    background-color: #ececea;
    /*width: 100%;*/
}
.modalTable th{
    background-color: #4C8BFC;
    height: 30px;
    color: white;
    font-weight: bold;
    font-size: 11pt;
}
.btn{
    background-color: #3085D6;
    margin: 0;
    font-weight: bold;
    font-size: 10pt;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 0;
}
.btn:hover{
    /*background-color: dodgerblue;*/
    opacity: 0.8;
    cursor: pointer;
}
a{
    text-decoration: none;
    color: dodgerblue;
}
a:hover{
    text-decoration: underline;
    color: red;
}
legend{
    font-size: 12pt;
    color: dodgerblue;
    font-weight: bold;
}
.req{
    color: red;

}
.tb_menu{
    width: 100%;
    /*border : 1px #447de5 solid;*/
}
.tb_menu tr{

}
.tb_menu tr th{
    background-color: #447DE5;
    height: 50px;
    color: white;
    font-size: 12pt;
    font-weight: bold;
}
.tb_menu tr td{
    border-bottom : 1px #447de5 solid;
    padding: 5px 30px;
}
.tb_menu tr td a {
    font-size: 11pt;
    cursor: pointer;
    color: #447DE5;
}
.tb_menu tr td:hover{
    background-color: wheat;
    color: dodgerblue;
    font-weight: bold;
}
div.icon{
    background-color: menu;
    border-radius: 10px;
    width: 120px;
    height: 120px;
    float: left;
    margin: 15px 15px 15px 15px;
    /*line-height: 120px;*/
    opacity:0.5;
    filter:alpha(opacity=50);
    cursor: pointer;
}
div.icon:hover{
    opacity:1.0;
    filter:alpha(opacity=100);
}
#nav{
    padding: 10px 30px;
}
.add_data,.edit_data{
    padding: 0px 100px;
}
.disable_a {
    pointer-events: none;
    cursor: default;
}
.list{
    border-bottom: 1px dashed darkturquoise;
    margin: 5px 25px 0px 0px;
    padding: 0px 0px 3px 25px;
}
.list a{
    font-size: 10pt;    
}
.more{
    background-color: #f8f8f8;
    border-bottom: 1px dotted blueviolet;
    border-top: 1px dotted blueviolet;
    text-align: right;
    margin: 5px 25px 0px 0px;
    padding: 3px 15px 3px 0px;
}
.more a {
    font-weight: bold;
    font-size: 11px;
    color: #bbbbbb;
}
.box{
    background-color: #cceeff;
    border-radius: 5px;
    border:solid 3px;
    color: dodgerblue;
    padding: 10px 20px 10px 25px;
}
.red{
    background-color: #ffcdcd;
    color: red;
}
.green{
    background-color: #adfbd5;
    color: green;
}
.orange{
    background-color: #faebd1;
    color: orange;
}
.title{
    padding-top: 25px;
    min-width: 5px;
    font-weight: bold;
    font-size: 16px;
    color: dodgerblue;
    height: 35px;

}
.title div{
    padding-bottom: 1px;
    border-bottom: 3px solid dodgerblue;
    position: absolute;
}
.tb_search tr:hover{
    background-color: pink;
}