﻿
/* CSS Document */
/*  */
a:link.buttonStyle, a:visited.buttonStyle, a:active.buttonStyle {
    color: #FFF;
    display: inline-block;
    background: #054826;
    padding: 5px 5%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px 10px 10px 0;
    text-align: center;
    text-decoration: none;
    width: auto;
    font-weight: bold;
}
a:hover.buttonStyle {
	background:#CC0000;}
.buttonStyle {
    color: #FFF;
    display: inline-block;
    background: #054826;
    padding: 5px 5%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px 10px 10px 0;
    text-align: center;
    text-decoration: none;
    width: auto;
    font-weight:bold;
}
.mainContentBox {
	display:block; 
	float:none;
	padding:20px 5px 10px 5px ;
	margin:10px 20px;
	color:#C00;
	background:#f1f1f1;
	border:#CCC 1px solid;
	border-radius:3px;
	-moz-border-radius:3px;
	
    }

.rcorners2 {
    border-radius: 25px;
    border: 2px double #212655;
    padding: 20px;
    max-width: 700px;
    background-color: white;
}

.imgLogo {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    width: 200px;
    margin: 5px;
}


.imgQr {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    width: 120px;
    margin: 5px;
}


.GridViewRowStyle
{
	  /*color: #474A4E;
  background-color:#EDE1D6;
  text-align: center;*/
	vertical-align:middle;
	border:0px solid #ffffff;
	border-width:0px;
	text-align:center;
	padding:2px;
	font-size:14px;
	font-family:Tahoma , sans-serif;
	font-weight:normal;
	color:#01618F;
    background-color:#ffffff;
}

.GridViewAlternateRowStyle
{
    vertical-align:middle;
	border:0px solid #ffffff;
	border-width:0px;
	text-align:center;
	padding:2px;
	font-size:14px;
	font-family:Tahoma , sans-serif;
	font-weight:normal;
	color:#01618F;
    background-color:#f1f1f1;
	/*background-color: #CCB09E;
	color: #474A4E;	
	text-align: center;*/
}

.GridViewHeaderStyle
{
	background-color:#666;
	text-align:center;
	border-width:0px;
	font-size:12px;
	font-family: 'Arial', sans-serif;
	color:#FFF;     
}
.GridViewHeaderStyle a 
{
    background-color:#666;
	text-align:center;
	border-width:0px;
	font-size:12px;
	font-family: 'Arial', sans-serif;
	color:#FFF;     
}
 

.GridViewLinkStyle
{
	font-family: Arial;
	font-size: 9pt;
	color: #1457CE;
	
}

.GridViewStyle
{
     border-spacing:5px;
	height:100%;
    margin:0px;
    padding:0px;
	width:100%;
	border:0;
	border-bottom:#D31522 2px solid;
	border-top:#D31522 2px solid;	
}



.paging a{
display:table; 
text-decoration: none;
display: block;
text-align: center;
color: #666;
padding:2px 8px;
font-size:12px;
background: #fff;
border-radius:4px;
float:right;
border:#CCC 1px solid;
margin: 5px 0 0 5px ;


}

.paging span{
display:table; 
text-decoration: none;
display: block;
text-align: center;
padding:2px 8px;
font-size:12px;
border-radius:4px;
float:right;
border:#CCC 1px solid;
margin: 5px 0 0 5px ;
background:#D31522; color:#FFF !important;
}




.textStyle {	
	padding:1%;	
	font-family: 'Arial', sans-serif;
	color:#666;
	font-size:14px;
	}







.clearer {

Clear: both;

Overflow: hidden;

Background-color:transparent;

Filter:alpha(opacity=0);

Opacity:0.0;

Height: 1px;

Margin: 1px 1px 1px 1px;

Max-height: 2px; 

} 

.modalBox {

Background-color : #f5f5f5;

Border-width: 1px;

Border-style: solid;

Border-color: #6980A4;

Padding: 3px;

}

.modalBackground {

Background-color: Gray;

Filter: alpha(opacity=50);

Opacity: 0.5;

}

.requiredFieldValidator
{
    font-size:20px;
    font-weight:bold;
}

.watermarked
{
    background-color:#F0F8FF;
    color:#808080;
    direction:ltr;
    text-align:center;
}


.infoBoxName {
    display: block;
    float: right;
    padding-right: 1%;
    padding-left: 9%;
    padding-top: 0%;
    padding-bottom: 7px;
    width: 40%;
    min-height: 32px;
    font-family: 'Arial', sans-serif;
    color: #272f7d;
    font-size: 14px;
    margin-top: -5px;
}

    .infoBoxName input {
        padding: 0px;
        width: 92%;
        font-family: 'Arial', sans-serif;
        color: #272f7d;
        font-size: 13px;
    }
