
body {
	background: #ebf4fb;
    font-family: Calibri;
	font-size: 12pt;	
}


.WaterMark {
	color: grey; 
	font-style: italic;
}

#lblWelcome {
	font-size: 16pt;
}

.header {
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 115px;
	font-size: 16pt;
	text-align: left;
}


.RowName {
	vertical-align: bottom;
	text-align: right;
	padding-left: 0px;
	padding-right: 10px;
	vertical-align:top; 
	padding-top:10px
}

.RowNameLeft {
	vertical-align: bottom;
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
	vertical-align:top; 
	padding-top:10px
}

.RowNameNormal {
	padding-top:10px;
	padding-left: 0px;
	padding-right: 10px;
}

label 
{
	margin-right: 5px;
	margin-top: 10px;
	padding-left: 5px;
}

input[type="checkbox"] {
	margin-right: 5px;
	margin-top: 10px;
	padding-left: 5px;
}

input[type="radio"] {
	margin-right: 5px;
	margin-top: 10px;
	padding-left: 5px;
}

input[type="text"] {
	width: 120px;
	height: 18px;
	margin-right: 5px;
	margin-top: 10px;
	padding-left: 5px;
	border: 1px solid rgba(183,200,500,.75);
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 2px rgba(183,200,500,.5);
	-webkit-box-shadow: inset 0 0 2px rgba(183,200,500,.5);
	box-shadow: inset inset 0 0 2px rgba(183,200,500,.5);
	-webkit-transition: 1s linear;
	-moz-transition: 1s linear;
	-o-transition: 1s linear;
	-ms-transition: 1s linear;
	transition: 1s linear;
    font-size: 12pt;
}

input[type="text"]:focus {
	width: 120px;
	height: 18px;
	padding-left: 5px;
	outline: none;
	border: 1px solid rgba(51,67,183,.5);
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 3px rgba(183,200,500,.75);
	-webkit-box-shadow: inset 0 0 3px rgba(183,200,500,.75);
	box-shadow: inset inset 0 0 3px rgba(183,200,500,.75);
}

select  {
	margin-right: 5px;
	margin-top: 10px;
	padding-left: 5px;
	border: 1px solid rgba(183,200,500,.75);
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 2px rgba(183,200,500,.5);
	-webkit-box-shadow: inset 0 0 2px rgba(183,200,500,.5);
	box-shadow: inset inset 0 0 2px rgba(183,200,500,.5);
	-webkit-transition: 1s linear;
	-moz-transition: 1s linear;
	-o-transition: 1s linear;
	-ms-transition: 1s linear;
	transition: 1s linear;
    font-size: 12pt;
}

textarea  {
	margin-right: 5px;
	margin-top: 10px;
	padding-left: 5px;
	border: 1px solid rgba(183,200,500,.75);
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 2px rgba(183,200,500,.5);
	-webkit-box-shadow: inset 0 0 2px rgba(183,200,500,.5);
	box-shadow: inset inset 0 0 2px rgba(183,200,500,.5);
	-webkit-transition: 1s linear;
	-moz-transition: 1s linear;
	-o-transition: 1s linear;
	-ms-transition: 1s linear;
	transition: 1s linear;
    font-size: 12pt;
}

textarea :focus {
	padding-left: 5px;
	outline: none;
	border: 1px solid rgba(51,67,183,.5);
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 3px rgba(183,200,500,.75);
	-webkit-box-shadow: inset 0 0 3px rgba(183,200,500,.75);
	box-shadow: inset inset 0 0 3px rgba(183,200,500,.75);
}



#wrapper {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	background: white;
	border: 1px solid rgba(51,67,183,.25);
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.25);
	box-shadow: inset inset 0 0 3px rgba(0,0,0,0.25);
}

.instructions {
	text-align: left;
}

.Validator {
	color: red; 
	font-weight: bolder;
}

save {
	width: 78px;
	height: 38px;
	background: url('../images/save.png') bottom;
	text-indent: -99999px;
}

save:hover {
	background-position: 0 0;
}

cancel {
	width: 78px;
	height: 38px;
	background: url('../images/cancel.png') bottom;
	text-indent: -99999px;
}

cancel:hover {
	background-position: 0 0;
}

#footer {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: white;
	border: 1px solid rgba(51,67,183,.25);
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.25);
	box-shadow: inset inset 0 0 3px rgba(0,0,0,0.25);
}

.mGrid { background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; }
.mGrid td { padding: 2px; border: solid 1px #c1c1c1; }
.mGrid th { padding: 4px 2px; color: #fff; background: rgb(50, 68, 181) repeat-x top; border-left: solid 1px #525252; font-size: 0.9em; }
.mGrid th a { color: #fff; text-decoration: underline}
	    
.mGrid .alt { background: #fcfcfc url(../Images/grd_alt.png) repeat-x top; }
        
.mGrid .pgr {background: rgb(50, 68, 181) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }

.mGrid .edt {background: #D6DBF5 repeat-x top; }
.mGrid .edt table { margin: 5px 0; }
.mGrid .edt td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #000000; line-height: 12px; }   
.mGrid .edt a { color: #666; text-decoration: none; }
.mGrid .edt a:hover { color: #000; text-decoration: none; }





 .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=90);
        opacity: 0.8;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        border-width: 3px;
        border-style: solid;
        border-color: black;
        padding-top: 10px;
        padding-left: 10px;
        width: 300px;
        height: 140px;
    }


 table.radioWithProperWrap input
 {    
      float: left;
 }

 table.radioWithProperWrap label
 {    
      margin-left: 25px;
      display: block;
 }

  table.CheckboxWithProperWrap input
 {    
      float: left;
 }
  table.CheckboxWithProperWrap label
 {    
      margin-left: 25px;
      display: block;
 }

