﻿
.reportHeader
{
	color: #FFFFFF;
	background-color: #6B696B;
	font-weight: bold;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #C0C0C0;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}
.modalPopupHeader
{
	background-color: Gray;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
}
.hidden
{
	display: none;
}

input[type="submit"] {
    cursor: pointer;
}
div.header
{
    font-size: 25px;
}
.header {
    
    font-size: 25px;
}
.width100 {
    width: 100%;
}
.alignLeftLabel {
    text-align: left;
    width: 150px;
}


.backgroundImg {
    
    background-size:100%;
    background-repeat:repeat-x;
    background-attachment:scroll;
    background: url(/bg-fade2.png) no-repeat center center fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   
}
.font {
    font-family: arial;
    }
    
.alignRight {
        float: right;
    }
    
.alignCenter {
        margin-left:auto;
        margin-right:auto;
    }

.HeaderMapping {
color: #FFFFFF;
background-color: #6B696B;
font-weight: bold;
}

.headerDownload {
    color: black;
    horiz-align: center;
    
}
.ddlwidth {
    width: 175px;
}

#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}   
.btnClearCache {
    background:none!important;
    border:none; 
    padding:0!important;
    font-family: arial;
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
    font-size: 17px!important;
    border-spacing: 2px;
}

.errorHeader
{
    font-size: 20px;
    font-weight: bold;
}

.errorFriendlyMessage
{
    font-size: 17px;
    font-weight: bold;
}
.errorMessage
{
    font-size: 16px;
    
}