
body { font-size: 10pt; font-family: Arial, Helvetica, Sans-Serif }

.banner {
    /*background: url(../../images/background.jpg);*/ 
    padding: 10px;
}

.bannerImage {    
    max-height:none;
    border: none;
   
}

.footer {
    /*background: url(../../images/background.jpg);*/ 
    border-top: solid 1px #c0c0c0;
}

/*Modalpopup Background */
.modalBackground 
{
	background-color:#000;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* popup calender adjustments */
.ajax__calendar_container { width: 186px !important }
.ajax__calendar_body { width: 186px !important }


.editbox { background-color: #e3e3e3; border: 1px solid #3d3d3d; padding: 4px; }
.editbox .label { color: #3d3d3d }
.header { font-variant: small-caps; font-family: verdana; font-weight: bold; font-size: 14px; color: #0078ae }
.label { color: #fff }

/*Text box watermark*/
.watermarked
{
	height:18px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF; 
	font-style:italic; 
	font-weight:lighter;
	color: Red;
}

/*Copyright that appears at the bottom of every page*/
.copyright
{
    font-family:Arial; 
    font-size:12px; 
    font-weight:bold;
    color:#292929; 
    vertical-align:bottom;
    padding-bottom:auto;   
}

/*Rounded table borders*/
.roundBorders
{
    box-shadow: 0 0 5px 5px #888;    
    /*box-shadow: 5px 5px 5px black;*/
    border-radius: 5px;
    /*border: 1px solid #006699;*/
}

/*Close modal pop up image*/
.closeImage
{
    float:right;
    position:absolute;
    left:975px;
    top:-10px;
}

/* global centering of table columns */
table.grid-view tr { text-align:center }

/* mouse over grid rows */
.row-mouse-over { background-color:#C1CDCD !important}
.row-mouse-out { background-color:#F8F8FF }
.row-mouse-out-alt { background-color:#FFFFFF }