﻿body 
{

}

.bluelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #348a9d;
	text-decoration: underline;
}
.blacklinksbold
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
    text-decoration:none;	
}
.table-border 
{
	border: 1px solid #d6d5d5;
}
.modalBackground 
{
	background-color: #6D7B8D; /* Blue Slate Gray */
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-height:100%;
	min-width: 100%;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity: 0.5;
}
.modalBackground1 
{
	position:relative;
	float:left;
	/*top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;*/
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity: 0.5;
}


.modalPopup 
{
    background-color:#FFFFFF;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    z-index:1000;
}
.LabelHeadings 
{
	font-weight: bold;
}
.InfoLabelHeadings 
{
	font-weight: bold;
	font-size:medium;
}
.InfoLabelBold 
{
	font-weight: bold;
}

