
body {
  width: 1000px;
  height: 700px;
  border: 1px solid #999999 ;
  color: #000000;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-family: "ProximaNova", "ProximaNovaSemibold", Georgia;
  -webkit-backface-visibility:hidden;
}

header {
  height: 70px;  
   background-color:#007193
}
footer{
background-color: #007193;
    height: 20px;
    position: absolute;
    top: 680px;
    width: 1000px;
}
#vi_title {
    color: #ffffff;
    font-family: "ProximaNovaSemibold";
    font-size: 24px;
    line-height: 24px;
    padding: 10px;
	}
#vi_subtitle{
padding-bottom:10px;
font-size:18px;
color:#FFFFFF;
font-family: "ProximaNovaSemibold";
width:100%;
text-align:center;
}
.vi_print {
    background-image: url("../img/print.png");
    background-repeat: no-repeat;
    cursor: pointer;
	left:900px;
    height: 50px;   
    width: 50px;
	position:absolute;
	top:10px;
}
.vi_container{
height:610px;


}
#con_activity{
height:510px;

overflow-y:scroll;
position: absolute;
  top: 70px;
    width: 960px;
  
   border: 1px solid #cccccc;
   padding-left:40px;

}

#qua_activity{
height:510px;

overflow-y:scroll;
position: absolute;
  top: 70px;
    width: 960px;
  
   border: 1px solid #cccccc;
   padding-left:40px;

}

.btn {
  -moz-user-select: none;
  background: #3498db;
  background-image: -webkit-linear-gradient(top,#3498db, #2681bd);
  background-image: -moz-linear-gradient(top,#3498db, #2681bd);
  background-image: -ms-linear-gradient(top,#3498db, #2681bd);
  background-image: -o-linear-gradient(top,#3498db, #2681bd);
  background-image: linear-gradient(top,#3498db, #2681bd);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  height:44px;
  margin-right:10px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 1px 1px 0px #616161
  -webkit-box-shadow:0px 1px 0px #d1d1d1;
  -moz-box-shadow: 0px 1px 0px #d1d1d1;
  box-shadow: 0px 1px 0px #d1d1d1;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  -moz-user-select: none;
}


.btn_white {
  -moz-user-select: none;
  background: #3498db;
  background-image: -webkit-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: -moz-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: -ms-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: -o-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: linear-gradient(top,#ffffff, #e1e1d2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  height:44px;
  margin-right:10px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 1px 1px 0px #616161
  -webkit-box-shadow:0px 1px 0px #d1d1d1;
  -moz-box-shadow: 0px 1px 0px #d1d1d1;
  box-shadow: 0px 1px 0px #d1d1d1;
  font-family: Arial;
  color: #000000;
  text-decoration: none;
  -moz-user-select: none;
}
.btn_inactive {
  
  background: #b2b2b2;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  height:44px;
  margin-right:10px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 1px 1px 0px #616161
-webkit-box-shadow:0px 1px 0px #d1d1d1;
  -moz-box-shadow: 0px 1px 0px #d1d1d1;
  box-shadow: 0px 1px 0px #d1d1d1;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  -moz-user-select: none;
}
.btn_white:hover {
  background: #FFFFFF;
  background-image: -webkit-linear-gradient(top,# #e1e1d2, #ffffff);
  background-image: -moz-linear-gradient(top,# #e1e1d2, #ffffff);
  background-image: -ms-linear-gradient(top,# #e1e1d2, #ffffff);
  background-image: -o-linear-gradient(top,# #e1e1d2, #ffffff);
  background-image: linear-gradient(top,# #e1e1d2, #ffffff);
  text-decoration: none;
   color: #000000;
}
.btn_white:focus {
  background:  #FFFFFF;
   background-image: -webkit-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: -moz-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: -ms-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: -o-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: linear-gradient(top,#ffffff, #e1e1d2);
  text-decoration: none;
   color: #000000;
}
.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top,#3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top,#3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top,#3cb0fd, #3498db);
  background-image: -o-linear-gradient(top,#3cb0fd, #3498db);
  background-image: linear-gradient(top,#3cb0fd, #3498db);
  text-decoration: none;
   color: #ffffff;
}
.btn:focus {
  background:  #3498db;
   background-image: -webkit-linear-gradient(top,#3498db, #2681bd);
  background-image: -moz-linear-gradient(top,#3498db, #2681bd);
  background-image: -ms-linear-gradient(top,#3498db, #2681bd);
  background-image: -o-linear-gradient(top,#3498db, #2681bd);
  background-image: linear-gradient(top,#3498db, #2681bd);
  text-decoration: none;
   color: #ffffff;
}






/* For Popup*/
.VI_popup {
	position:absolute;
	left:150px;
	top:80px;
	background-color:#fff;
	width: 800px;
	height: 580px;
	border: 1px solid #7f7f7f;
}

.VI_popup_title {  
	width: 800px;
	height: 40px;
	color: #FFFFFF;
	font-family: "ProximaNovaSemibold";
	font-size: 18px;
	float: left;
	line-height: 40px;
	padding-left: 30px;
	background-color: #007193
}

.VI_popup_exit {
	border-left: 1px solid #FFFFFF;
	box-sizing: initial;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	height: 22px;
	font-size: 18px;
	line-height: 25px;
	margin: 10px;
	padding: 0;
	text-align: center;
	width: 25px;
	position:relative;
	top:-45px;
}
#con_activity{
	border: 1px solid #cccccc;
	height: 500px;
	left: 10px;
	overflow-y: scroll;
	padding-left: 40px;
	position: absolute;
	top: 50px;
	
	font-size:14px;
	color:#333;
	line-height: 20px;
	width:780px;
	
}
#qua_activity{
	border: 1px solid #cccccc;
	height: 500px;
	left: 10px;
	overflow-y: scroll;
	padding-left: 40px;
	position: absolute;
	top: 50px;
	
	font-size:14px;
	color:#333;
	line-height: 20px;
	width:780px;
	
}
/* For Popup*/


#VI_con, #VI_qua{
	z-index: 200;
}