
.Main-Body{
  
}
.Main-Content{
  font-family:Cambria;
  margin:0% 10% 0% 10%;  
}

.title h3 {
  text-align: center;
  background: #99FF99;
  height:30px;
  padding:10px;
}

.error-msg{
    height: 30px;    
    color:red;
    vertical-align:top;
}

.unsuccessmsg{
	color:#FF3300;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; 
	font-size:22px;
	font-weight:bold;
}
.successmsg{
	color:#009900;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; 
	font-size:22px;
	font-weight:bold;
}

/*input:read-only { 
    background-color:#D7D7D7;
}*/
.textreadamount{
background:transparent;		    
}

.textboxread{
border:none;
background:transparent;	
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.myButton:active {
	position:relative;
	top:1px;
}

table.blueTable {
	border: 1px solid #1C6EA4;
	background-color: #EEEEEE;
	min-width:400px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-top:5px;
}
table.blueTable td, table.blueTable th {
	border: 1px solid #AAAAAA;
	padding: 3px 2px;
}
table.blueTable tbody td {
	font-size: 12px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
	background: #1C6EA4;
	background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	border-bottom: 2px solid #444444;

}
table.blueTable thead th {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
	border-left: none;
}

table.fieldTable {
	border: 1px solid #1C6EA4;
	background-color: #EEEEEE;
	min-width:100px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table.fieldTable td, table.fieldTable th {
	border: 1px dotted black;
	padding: 3px 2px;
}
table.fieldTable td {
	font-size: 13px;
}

