html {
     background-color: #202020;
	 
    -ms-scrollbar-arrow-color: #787878;
    -ms-scrollbar-base-color: #787878;
    -ms-scrollbar-face-color: #c5bd98;
    -ms-scrollbar-highlight-color: #000000;
    -ms-scrollbar-shadow-color: #111; 
	 
}

input, select, textarea{
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;	
}

p {
    text-align:justify;
}

body {
   
    margin:0;
    color:#fff;
    font-family: 'Segoe UI', sans-serif;
    overflow-y: auto;

}

::-webkit-scrollbar {
    width:10px;
    height:10px;
    
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment  {
 height: 10px;
 width: 5px;
 display: block;
 background-color: transparent;
 }

::-webkit-scrollbar-track-piece  {
 background-color: transparent;
 -webkit-border-radius: 6px;
 }

::-webkit-scrollbar-thumb:vertical {
 height: 5px;
 background-color: #787878;
  -webkit-border-radius: 6px;
  border:1px solid #000;
 
 }

::-webkit-scrollbar-thumb:horizontal {
 height: 5px;
 background-color: #787878;
  -webkit-border-radius: 6px;
 
 }



h5, h2 {
    background-color:#282828;
    border: 1px solid #434343;
    border-radius:20px;
    width:100%;
    font-size:20px;
    color:#fff;
    text-align:center;
}

h1, h3, h4, h6 {
    text-align:center;
}

    h5:hover {
        color: #808080;
        -webkit-transition: color .15s;
        -moz-transition: color .15s;
        -o-transition: color .15s;
        transition: color .15s;
    }

a {
    text-decoration: none;
 
}


#logo {
	width: 975px;
	height:80px;
	background-image:url(top_control.jpg);
    background-size:cover;
   
}

/******MENU*****/
/*top right bottom left*/

#cssmenu ul {margin: 0;padding: 0;}
#cssmenu li { margin: 0; padding: 0;}
#cssmenu a { margin: 0; padding: 0}
#cssmenu ul {list-style: none;}
#cssmenu a {text-decoration: none;}
#cssmenu {
    
    height: 25px;
    background-color:#434343;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
  

}

#cssmenu > ul > li {
    float: left;
    margin-left: 125px;
    margin-top: 4px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color:#282828;

    
}

#cssmenu > ul > li > a {
    color: #fff;
    font-family: Verdana, 'Lucida Grande';
    font-size: 15px;
    line-height: 15px;
    padding: 15px 15px;
-webkit-transition: color .15s;
   -moz-transition: color .15s;
     -o-transition: color .15s;
        transition: color .15s;
}

#cssmenu > ul > li > a:hover {

	color: #808080;
	
}

#top_menu {
    position:fixed;
    z-index: 100;
    padding: 0;
    height:100px;
    
}

#main {
    height: auto;
     padding: 0 0 0 0; 
     margin: 0 auto 0 auto;  
     border: none; 
     width: 100%;

}

#centerDoc {
position: absolute; 
display:flexbox;
margin-top:100px;
margin-left:2px;
width: 960px;
padding: 5px 5px 5px 5px;
border: none;
}

.module {
	width: 100%;
}


