BODY
{ 
	FONT-SIZE: 10pt;
	MARGIN: 0pt;
	COLOR: #00bbf2; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: #ffffff 
}

TD 
{ 
	FONT-SIZE: 10pt; 
	COLOR: #0486ad; 
	FONT-FAMILY: Verdana 
} 

TABLE 
{ 
	FONT-SIZE: 10pt; 
	/*COLOR: #00bbf2;*/ 
	FONT-FAMILY: Verdana;
	border-color: white;


} 

TH 
{
	FONT-SIZE: 10pt;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #00bbf2;
	
} 

A 
{
	FONT-SIZE: 10pt;
	COLOR: #0486ad;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: none;
	font-weight: bold;
} 

HR 
{ 
	COLOR: #00bbf2 
} 

INPUT 
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	COLOR: #0486ad; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: #ffffff;
} 

OPTION 
{ 
	FONT-SIZE: 10pt; 
	COLOR: #0486ad; 
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #ffffff;
} 

H3 
{ 
	MARGIN: 5px 0px; 
	COLOR: #00bbf2; 
	FONT-FAMILY: Arial 
}
	 
H4 
{ 
	MARGIN: 10px 0px; 
	COLOR: #00bbf2; 
	FONT-FAMILY: Arial; 
} 

FORM 
{ 
	MARGIN: 0px;
} 

TD.head 
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #00bbf2;
	/*padding: 10px 10px;*/

	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
} 

TD.body 
{ 
	FONT-SIZE: 10pt; 
	COLOR: #00bbf2; 
	FONT-FAMILY: Verdana;
	
} 

TD.left 
{ 
	FONT-SIZE: 10pt; 
	COLOR: #66CCFF; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: #449CB9; 
} 

.Logged_In_Time
{
	FONT-SIZE: 8pt; 
	FONT-FAMILY: Verdana;
	/*FONT-WEIGHT: bold;*/
	COLOR: #ffffff;
	/*BACKGROUND-COLOR: #00bbf2;*/

}
TD.tbl1,TH.tbl1 
{

	padding-left: 10px;
	padding-top : 5px;
}

.tbl2
{
	padding-left: 10px;
	padding-top : 5px;
	background-color: #eef6fc;/*#d6e0f5;*//*#c4ea71;*/	
}

.tbl3
{
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	background-color: #828587;/*: linear-gradient(180deg,#00bbf2,#2863a9,#336caf,#F7971C);*/
	padding-left: 10px;
	padding-top : 5px;

	
}
input[type=submit], button
{
	background-color: #828587;
	border: 0px solid #222;
    color: #ffffff;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 2px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
    height: 25px;
    border-radius: 5px;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 6px 8px 0 rgba(0,0,0,0.19);
}

.button2:hover {
    
    background-color: #0486ad;
    border: 0px #f5a74c solid;
    color: #00354a;
    text-align: center;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 6px 8px 0 rgba(0,0,0,0.19);
}

.button2:active {
  background-color: #00bbf2;
  box-shadow: 0 2px #666;
  transform: translateY(4px);
  transform: translateY(-4px);
}

/* Start of stylesheet for image modal for Product List*/
body {font-family: Arial, Helvetica, sans-serif;}

/*#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}*/

/*#myImg:hover {opacity: 0.7;}*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: auto;
  max-width: 700px;
}

/* Caption of Modal Image */
/*#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}*/

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
 /* End of stylesheet for image modal for Product List*/