﻿body {
	font-family:Tahoma;
	font-size:x-large;
}

a {
	display: block;
/*	width: 96%;*/
	text-align: center;
	color: #fff;
	background: #82bb14;
/*	border: 1px solid #82bb14; */
/*	text-shadow: 1px 1px 1px #538c01; */
	font-weight: bold;
	font-size: large;
	padding: 15px 8px;
	text-decoration: none;
	margin: 4px 1px;
}




.orangeborder {
	border: 1px solid orange !important;
}

.fieldVal{
	font-weight:bold;
}

.bluebold {
	font-weight:bold;
  color:blue;
}

.field_caption {
	font-weight:bold;
	color:green;
}
	a:hover {
		color: #fff;
		background: #8dcf00;
	/*	border: 1px solid #8dcf00; 
		text-shadow: 1px 1px 1px #538c01; */
		font-weight: normal;
		font-size: large;
	}

input[type="submit"] {
	width: 99%;
	font-size: large;
	background: #82bb14;
	color: black;
	background: #82bb14;
	border: 1px solid #82bb14;
	/*text-shadow: 1px 1px 1px #538c01; */
	font-weight: bold;
	padding: 15px 8px;
	margin: 4px 0px;
	margin-right: 16px;
}
input[type="text"] {
	width: 132px;
}
table {
  border-collapse:collapse;
}
td {
  border:1px solid gray;
}
.b-container{
    width:80%;
    height:100%;
    background-color: #ccc;
    margin:0px auto;
    padding:10px;
    font-size:30px;
    color: #fff;
}
.b-popup{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:auto;
    position:fixed;
    top:0px;
}
  .b-popup .b-popup-content {
    margin: 100px auto 0px auto;
    width: 80%;
    padding: 15px;
    background-color: #fefefe;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #000;
  }

.b-popup-content p {
  font-size:large;
}
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }