body{
	background-color: #FABF8F;
}
.margin
{
	margin-bottom:15px;
}
.container
{
	text-align:center;
}
.box-draw
{
	border:1px solid #CCCCCC; 
	background-color:#E6E6FA;
	padding-bottom:15px;
	padding-top:15px;
	margin:15px;
	min-height:200px;
}
.header1 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px black;
	padding: 5px;
	background-color: #708090;
	color: white;
	border-radius: 0px;
	text-align:left;
	padding-left:15px;
}
.header
{
  overflow: hidden;                          
  background-color: #708090;
  color: white;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid white;
  float: center;
  text-align: center;
  font-weight:bold;
  margin-bottom:15px;
  font-size: 14px;
}
.page_main_title
{
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px #FFFFFF;
	padding:15px;
	font-size:18px;
	margin-bottom:0px;
}
.button {
	background-color:#708090;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	font-weight: bold;
	border-radius: 20px !important;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    margin-top:15px;
    display:inline-table;
}
.button:hover {
    box-shadow: 0px 0px 1px 0px #DC143C;
	background-color: 	white;
	color: #DC143C;
	border:1px solid #DC143C;
}
#bt1{float: left;}
#bt2{float: right;}
.btn1
{
	background-color:#0077CC;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 40px;
    cursor: pointer;
	font-weight:bold;
	margin-top:10px;
	width:31%;
	margin-left:1.3%;
	border:1px solid #FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	
}
.text {
    border: solid black;
    color: black;
    padding: 14px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
	font-weight:bold;
	margin-top:20px;
}
.select
{
	padding: 10px;
}
table, th, td 
{
    border: 2px solid black !important;
    border-collapse: collapse;
	color: black;
}
#th 
{
	text-align:center;
}
.date {
    border: solid black;
    color: black;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
	font-weight:bold;
	margin-top:10px;
}
.succes_msg
{
	padding:10px;
	width:100%;
	font-family:cambria;
	font-size:16px;
	color:#333333;
	background-color:#ADFF2F;
	margin-bottom:15px;
	border:1px solid green;
}
.failed_msg
{
	padding:10px;
	width:100%;
	font-family:cambria;
	font-size:16px;
	color:#333333;
	background-color:#FAEBD7;
	margin-bottom:15px;
	border:1px solid red;
}
.succes_short_msg
{
	background-color:#ADFF2F;
	height:15px;
	width:15px;
	float:left;
	border:1px solid #CCCCCC;
}
.failed_short_msg
{
	background-color:#FAEBD7;
	padding:15px;
	float:left;
	border:1px solid red;
}
.prt_border
{
    border:1px solid #333333;
}
.s_button
 {
	background-color:red !important;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	font-weight: bold;
	//border-radius: 20px !important;
    cursor: pointer;
   // -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    margin-top:15px;
    display:inline-table;
}

.s_button:hover {
    box-shadow: 0px 0px 1px 0px #DC143C;
	background-color: 	white;
	color: #F03C43;
	border:1px solid #DC143C;
}