﻿
#progressBackgroundFilter {
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    padding:0;
    margin:0;
    background-color:#000;
    filter:alpha(opacity=50);
    opacity:0.5;
    z-index:1000;
}
#processMessage {
    padding:10px;
    width:12%;
    z-index:1001;
    background-color:#fff;
    border:solid 1px #000;
    font-weight:bold;
    text-align:center;
     position: fixed;
    top: 44%;
    left: 44%;
    text-align:center;
}

#progressBackgroundFilter
{
    position:fixed;
    height: expression(document.body.clientHeight + "px");
    width: expression(document.body.clientWidth + "px");
}
#processMessage {
    position:fixed;
    top: expression((document.body.clientHeight * .30) + "px")
}

#progressBackgroundFilter
{
    position:fixed;
    height: expression(document.documentElement.scrollTop + document.documentElement.clientHeight + "px");
    width: expression(document.body.clientWidth + "px");
}
#processMessage {
    position:fixed;
    top: expression(document.documentElement.scrollTop + (document.documentElement.clientHeight * .30) + "px")
}

.center
{
	text-align:center;
	margin:0 auto;
}


table td, th
{
	white-space: nowrap;
	text-align: left;
	text-indent: 2px;
	vertical-align: middle;
	empty-cells: hide;
	border-collapse: collapse;
	width: auto;
	white-space: nowrap;
	border-spacing: 0px;
    color:black;
}
.controlIndent
{
    width: 170px;
    height: 23px;
    border-radius: 3px;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 5px #CCC;
    text-indent: 2px;
}

.ListHeader, table caption, .caption
{
	padding: 0.3em 0.3em 0.3em 0.3em;
	color: #ffffff;
	background-color: #1d6b9c;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	height: 15px;
}

.gridView caption
{
	background-color: #1d6b9c;
	color: #fa9503;
}

.gridView
{
	border: none;
	width:100%;
}


.gridView td
{
	margin-top: 0;
	padding: 0;
	vertical-align: middle;
}
.gridView tr
{
	color: White;
	background-color: #df5015;
	text-align: center;
}

.gridView th
{
    color: #ffffff;
	background-color: #1d6b9c;
	
	border-right-color: #abb079;
	border-bottom-color: #abb079;
	text-align: center;
}
.gridView td
{
	border-bottom-color: #f0f2da;
	border-right-color: #f0f2da;
}



.gridView tr
{
	color: Black;
	background-color: #ffffff;
	text-align: left;
}
:link
{
	color: black;
	text-decoration: none;
}
:visited
{
	color: #ffffff;
	text-decoration: none;
}


.alternating
{
	background-color: #eeeeee;
}
.alternating td
{
	border-bottom: solid 1px blue;
}

.modalProgress
{
	position: fixed;
	top: 50%;
	left: 50%;
	padding:10px;
   
	
}


.error
{
	color: Red;
}

.green
{
	border-color: Green;
}

.red
{
	color: Red;
}

.validationSummary
{
}

.divOnline
{
	width: 1200px;
	margin: 0 auto;
}

th.left
{
	text-align: left;
}


.largeText
{
	width: 300px;
}

.smallText
{
	width: 100px;
}

.midText
{
	width: 130px;
}
input[type='submit']
{
    width: 110px;
    height: 30px;
    border: 2px solid white;
    background-color: #CCC;
    text-align: center;
}

input[type="text"]{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #D9D9D9 #D9D9D9 #D9D9D9;
    border-image: none;
    border-radius: 1px 1px 1px 1px;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
     height: 24px;
    margin: 0;
    padding:0 4px;
    
    color:#2E2E2E;
     *padding:4px 8px;
      *height:auto;
    
}

 input[type="text"]:hover, select:hover{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #A0A0A0 #B9B9B9 #B9B9B9;
    border-image: none;
    border-right: 1px solid #B9B9B9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
     color:#2E2E2E;
   
}

 input[type="text"]:focus {
    border: 1px solid #4D90FE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    outline: medium none;
    
    color:#2E2E2E;
}

select:focus {  border: 1px solid #4D90FE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    outline: medium none;
     
      margin: 0;
    padding: 0;
    width: 200px;
    height: 23px;
    color:#2E2E2E;}

select
{
   border-radius: 2px 2px 2px 2px;
   border:1px solid #D9D9D9;
   display: inline-block;
   padding:3px;
   font-size:12px;
   color:#2E2E2E;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
      
       margin: 0;
    padding: 0;
    width: 200px;
    height: 23px;
}



input[type='submit']
{
    width: 110px;
    height: 30px;
    border: 2px solid white;
    background-color: #CCC;
    text-align: center;
}

input[type="text"]{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #D9D9D9 #D9D9D9 #D9D9D9;
    border-image: none;
    border-radius: 1px 1px 1px 1px;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
     height: 24px;
    margin: 0;
    padding:0 4px;
    
    color:#2E2E2E;
     *padding:4px 8px;
      *height:auto;
    
}

 input[type="text"]:hover, select:hover{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #A0A0A0 #B9B9B9 #B9B9B9;
    border-image: none;
    border-right: 1px solid #B9B9B9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
     color:#2E2E2E;
   
}

 input[type="text"]:focus {
    border: 1px solid #4D90FE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    outline: medium none;
    
    color:#2E2E2E;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #097900 !important;
    border-color: #075e00 !important;
}
.btn-success {
    background-color: #0b9a00 !important;
    border-color: #097900 !important;
}
.btn-danger {
    background-color: red !important;
    border-color: red !important;
}