﻿body
{
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 3px;
    padding: 0px;
    background: url(../../images/body_bg.png) left top repeat;
}
div.wrapper
{
    width:100%;
    margin:0 auto;
}


.error
{
    
	color: Red;
	font-weight:bold;
	padding-top:10px;
}

.error:first-letter
{
    text-transform: capitalize;
}

#divResult,div.insert
{
     width:100%;
   margin:0 auto; 
}
.center
{
    text-align:center;
	margin:0 auto;
}

.modalProgress
{
    position: fixed;
    top: 50%;
    left: 50%;
    position: fixed;
	
}

div.loadingText
{
    font-weight:bold;
}
 table 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;
}



div.paging
{
    width:98%;
   margin:3px auto; 
   clear: both;
}


table.center
{
    font-size: 12px;
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: hide;
}

table.center td,table.center th
{
	white-space: nowrap;
	text-indent: 2px;
	vertical-align: middle;
	empty-cells: hide;
	border-collapse: collapse;
	width: auto;
	white-space: nowrap;
	border-spacing: 0px;
}



table.search
{
    width: 98%;
    border-collapse: collapse;
    margin:0 auto;
    
}
table.search tr
{
	line-height:20px;
}
/* Zebra striping */
table.search tr:nth-of-type(odd)
{
    background: #eee;
}
table.search th
{
    background: #1d6b9c;
    color: white;
    font-weight: bold;
}
table.search td, table.search th
{
    padding: 5px;
    border: 1px solid #ccc;
    text-align: left;
    white-space:normal;
    text-align:justify;
    
}



input[type=radio]
{
    width: 30px;
}


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;
     width: 187px;
    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: 55px;
    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: 55px;
    height: 23px;
}

td.payLeft, td.left
{
    width: 40%;
}

td.payRight, td.right
{
    width: 60%;
}

span.left
{
    
}

span.right
{
    
}


.left
{
    text-align: left;
    font-weight: bold;
}

.center
{
    text-align: center;
}

a.viewtext
{
    text-align: center;
    color: Blue;
    font-weight: bold;
    text-decoration:none;
}

span.PageLeft
{
    
text-align: left;
float: left;

font-weight: bold;
width: 30%;
}

span.PageRight
{
     

font-weight: bold;
width: 30%;
float: right;
padding: 0px;
text-align: right;
}

span.PageCenter
{
     

font-weight: bold;
line-height: 22px;
display: inline;
float: left;
width: 40%;
}

/* Page Numbers */
.pages
{
    font: 83%/1.4 arial, helvetica, sans-serif;
    padding: 1em;
    margin: 1em 0; /* clear: left; */
    font-size: 85%; /* width: 846px; */
    margin: 0 auto; /* height: 60px; */
    float: right;
}

.pages a, .pages span
{
    color: #003366;
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current
{
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.pages a
{
    border: 1px solid #9AAFE5;
    text-decoration: none;
}

.pages a:hover
{
    border-color: #2E6AB1;
}

.pages a.nextprev
{
    font-weight: bold;
}

.pages span.nextprev
{
    color: #666;
}

.pages span.nextprev
{
    border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev-next
{
    float: right;
}



#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")
}