﻿body {
  text-align: center;
}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}


th
{
    font-family:Verdana;
    text-decoration:underline;
    font-weight:bold;
    background-color:#C0C0C0;
}

td
{
    font-family:Verdana;
}

p
{
    text-justify:distribute;
}

.label {
    font-family:Verdana;
    font-size:12px;
}
a img {
    border: none;
}

.labelTitle {
    font-family:Verdana;
	font-size:xx-large;
}

.labelTitleUnderline {
    font-family:Verdana;
    font-size:12px;
    text-decoration:underline;
    font-weight:bold;
}

.labelTitleReport {
    font-family:Verdana;
    font-size:x-large;
    background-color: #B0C4DE;
}

.dropdownlist {
    font-family:Verdana;
    font-size:12px;
}

.hyperlink {
    font-family:Verdana;
    text-decoration:underline;
    color:black;
    font-size:12px;
}

.hyperlinkNoDecoration {
    font-family:Verdana;
    text-decoration:underline;
    color:black;
    font-size:12px;
	text-decoration:none;
}

.hyperlinkLarge {
    font-family:Verdana;
    text-decoration:none;
    color:black;
    font-size:x-large;
}

.error {
    font-family:Verdana;
    font-size:12px;
    color:red;
}

.watermark {
    font-family:Verdana;
    color:gray;
}

.textbox {
    font-family:Verdana;
	background: white;
	border: 1px solid;
	border-radius: 5px;
	color: #666;
	float: left;
	padding: 3px 5px;
    font-size:12px;
}

.textbox:focus {
    font-family:Verdana;
	background: white;
	border: 1px solid;
	border-radius: 5px;
	color: #666;
	float: left;
	padding: 3px 5px;
    font-size:12px;
} 

.textboxMultiline {
    font-family:Verdana;
	width: 300px;
	height: 100px;
    font-size:12px;
}

.checkbox
{
    padding-left:20px;
    height:15px; 
    display:inline-block;
    line-height:15px;
    background-repeat:no-repeat;
	background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
}

.button 
{
    font-weight:bold;  
    font-size:12px;
	padding: 5px 10px;
}

.button:hover {
    font-weight:bold;  
    font-size:12px;
	padding: 5px 10px;
	color: #1910f3; 
}


#pagebackground 
{
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%;
}
     
#content 
{
    position:relative; 
    z-index:1; 
    padding:10px;
    /* This line will center div tag */
    margin: 0 auto;
    /* Set width of the div to 500 pixels */
    width: 1300px;
    /* Get text-align back to left after centered before */
    text-align: left;

    /*box-shadow: 10px 10px 5px #888888; */
    /*border:2px solid; */
    /*border-radius:5px; */
}

.modalBackground 
{
    background-color:Olive; 
    filter:alpha(opacity=70);
    opacity:0.7; 
} 

.modalPopup 
{
    background-color:#ffffdd; 
    border-width:3px; 
    border-style:solid; 
    border-color:Gray; 
    padding:3px; 
    width:250px; 
}

.TDCell1
{
	background-color: white;
}

.TDCell2
{
	background-color: #E0E0E0;
}

.TDCell3
{
	background-color: #FFFF00;
}

.TDCell4
{
	background-color: #FF8080;
}

.TDCell5
{
	background-color: #66FF66;
}

.TDCell6
{
    background-color: #FFDFF8;
}

.TDCellWarning
{
	background-color: yellow;
}

.TDCellError
{
	background-color: red;
}

.PanelPopup
{
	background-color: white;
}

.TDCellBorderSidesLeft
{
    border-right-style: solid; 
    border-width:thin;
}

.TDCellBorderSidesRight
{
    border-left-style: solid; 
    border-width:thin;
}

.TDCellBorderSides
{
    border-left-style: solid; 
    border-right-style: solid; 
    border-width:thin;
}

.TDCellReport
{
    background-color: lightgray;
}

.TDCellReport2
{
    background-color: gray;
}

div.center {   margin-left: auto;   margin-right: auto;   width: 8em; }
