﻿.textcentergreen
{
	font-family: Tahoma;
	background-color: green;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: white;
	text-align:center;
}
.textleft
{
	font-family: Tahoma;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: black;
	text-align:left;
}

.textright
{
	font-family: Tahoma;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: black;
	text-align:right;
}
.textleftu
{
	font-family: Tahoma;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: black;
	text-align:left;
	text-decoration:underline;
}

.textrightu
{
	font-family: Tahoma;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: black;
	text-align:right;
	text-decoration:underline;
}
.error
{
	font-family:Verdana,arial,helvetica;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	TEXT-ALIGN: center
	background-color: #C0C3FF;
	border: 3px solid #0A00FF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.success
{
	background-color:Green;
	font-family:Verdana,arial,helvetica;
	font-weight:bold;
	font-size:10pt;
	color:White;
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	TEXT-ALIGN: center
}
.reportheading

{
	font-family: Tahoma;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: black;
	text-align:center;
}
.textcenter
{
	font-family: Tahoma;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: white;
	background-color: Green;
	text-align:center;
}

/* NEW CODE */

#PromoNote, #Additionals
{
background-color: Yellow;
padding: 10px;
font-weight: bold;
text-align: center;    
}

.FilterIcon {
position: relative;
top: 3px;
}

.Filter_Image {
width: 160px;
margin-right: 2px;
margin-bottom: 5px;
}

.margin-right-none {
margin-right: 0px;
}
.cert_valid {
background-color: #02DC00;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
margin-bottom: 5px;

}
.cert_invalid {
background-color: #DC0000;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
margin-bottom: 5px;

}
#lblMessage {
background-color: #C3FFFE;
}
.fail_red {
    background-color: #ff7474;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    font-weight: bold;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: 0px;
border: 1px solid gray;
display: none;
color: black;
text-decoration: none;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
display: block;
top: -210px; /*position where enlarged image should offset horizontally */
left: -50px;
}

.thumbnail.Sunday:hover span{ /*CSS for enlarged image on hover*/
display: block;
top: -210px; /*position where enlarged image should offset horizontally */
left: 0px;
}

.thumbnail.Monday:hover span{ /*CSS for enlarged image on hover*/
display: block;
top: -210px; /*position where enlarged image should offset horizontally */
left: 0px;
}

.thumbnail.Friday:hover span{ /*CSS for enlarged image on hover*/
display: block;
top: -210px; /*position where enlarged image should offset horizontally */
left: -100px;
}

.thumbnail.Saturday:hover span{ /*CSS for enlarged image on hover*/
display: block;
top: -210px; /*position where enlarged image should offset horizontally */
left: -100px;
}

