
body {
	background-color: #ffffff;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif; 
	font-size: 16px; 
	color: #000000;
	margin: 0px;
	//background:url(http://www.redarmyfc.com/images/banner/krungsri_bg1.jpg) center top scroll no-repeat #6f5f5e !important;
	//background: url(http://www.redarmyfc.com/images/2012bg.jpg) center top scroll no-repeat #000000 !important;
}
td{
	text-align:left;
}
h1 {
	font-size: 16px; 
	font-weight: bold;
}
a:link, a:visited, a:active {  
		font-size: 16px; 
		color: #333333; 
		text-decoration: none;
		}
a:hover {
		font-size: 16px; 
		color: #d00303;
		text-decoration: none;
		}
#black a:link, #black a:visited, #black a:active {  
		font-size: 16px; 
		color: #000000; 
		text-decoration: none;
		}
#black a:hover { 
		font-size: 16px; 
		color: #d00303;
		text-decoration: none;
		}
#white a:link, #white a:visited, #white a:active {  
		font-size: 16px; 
		color: #ffffff; 
		text-decoration: none;
		}
#white a:hover { 
		font-size: 16px; 
		color: #d00303;
		text-decoration: none;
		}
#content a:link, #content a:visited, #content a:active {  
		font-size: 16px; 
		color: #333333; 
		text-decoration: none;
		}
#content a:hover { 
		font-size: 16px; 
		color: #d00303;
		text-decoration: none;
		}
.tablehover tr:hover {
		background-color:#fccdc7;
		}
#scrollbar { width: 346px; height: 450px; overflow-y: auto;}

#scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
 
#scrollbar::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 5px;
}
 
#scrollbar::-webkit-scrollbar-thumb {
    background-color: #333333;
    border-radius: 5px;
}

#scrollbar::-webkit-scrollbar-corner {
}


.navbarz {
    overflow: hidden;
    background-color: #333;
}

.navbarz a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdownz {
    float: left;
    overflow: hidden;
}

.dropdownz .dropbtnz {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbarz a:hover, .dropdownz:hover .dropbtnz {
    background-color: #ba0c12;
}

.dropdownz-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

.dropdownz-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdownz-content a:hover {
    background-color: #ddd;
}

.dropdownz:hover .dropdownz-content {
    display: block;
}

* {
  box-sizing: border-box;
}

.container2 {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}

.container2 img {vertical-align: middle;}

.container2 .content {
  text-align:center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0); 
  background: rgba(0, 0, 0, 0.5); 
  color: #ffffff;
  width: 40%;
  height: 100%;
  padding-top: 50px;
  font-size: 25px;
  font-weight:bold;
}
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1; 
  width: 100%;
  height:100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 16px;
  padding-top: 80px;
  text-align: center;
}

.container2:hover .overlay {
  opacity: 1;
}

.vertical-menu {
    width: 350px;
}

.vertical-menu a {
    //background-color: #eee;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.vertical-menu a:hover {
    background-color: #ccc;
}

.vertical-menu a.active {
    background-color: #ba0c12;
    color: white;
}