﻿body {
}

/*#barcode {font-weight: normal; font-style: normal; line-height:normal; font-family:sans-serif; font-size:8pt}*/

.Caption
{        	
	background-color:Teal;
	color:White;
	font-weight:bolder;
} 

.Label
{
	color:Teal;
	font-weight:bolder;
	font-size:small;
}  

.modal
{
    background-color: Gray;
    filter:alpha(opacity=40);
    opacity:0.7;
}
    
.rollover a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #E9E9E9;
	text-decoration: none;
}

.rollover a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	text-decoration: none;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #E9E9E9;
}

.rollover a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	border-top: thin solid #0099FF;
	border-right: thin solid #E9E9E9;
	border-bottom: thin solid #E9E9E9;
	border-left: thin solid #0099FF;
}

.rollover a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #E9E9E9;
	text-decoration: none;
}

    .reverse {
        TEXT-DECORATION: none;
        font-family: verdana,arial;
        font-size: 10pt;
        font-weight: bold;
        border-top: solid #000000;
        border-bottom: solid #000000;
        border-left: solid #000000;
        border-right: solid #000000;
    }

