<style type="text/css">
<!--

.InputError
	{
	background-color:#FFD700;
	bgColor:#FFD700;
	border:1px solid #A2A8F9;
	padding:3px;
	margin-right:4px;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	}

.tdHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	height:28px;
	background-color:#006;
	color:#FFF;
	padding-top:3px;
	padding-left:5px;
	border-radius: 5px;
}



.TextField {
	background-image:url(images/grad.jpg);
	background-repeat:repeat-x;
	border:1px solid #A2A8F9;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:6px;
	font-family:Arial, Helvetica, sans-serif;
}

.FieldLabels{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006;
	vertical-align:middle;
	padding-left:15px;
	margin-bottom:12px;
}

.FieldLabelsNoSpace{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006;
	vertical-align:middle;
	margin-bottom:12px;
}












.HideTR { display:none;}
.ShowTR { display:table-row;}
.HideTable { display:none;}
.ShowTable { display:table;}
.HideImg { display:none;}
.ShowImg { display:inline;}



input[type=checkbox].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
							padding-left:32px;
							font:Arial, Helvetica, sans-serif;
							height:27px; 
							display:inline-block;
							line-height:27px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:14px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox + label.css-label.chk {
							background-position: 0 -27px;
						}
						label.css-label {
				background-image:url(https://beta.easyappsonline.com/images/checkbox.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}








        .EAOButtons {
	        -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	        -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	        box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	        background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	        background-color:#79bbff;
	        -webkit-border-top-left-radius:9px;
	        -moz-border-radius-topleft:9px;
	        border-top-left-radius:9px;
	        -webkit-border-top-right-radius:9px;
	        -moz-border-radius-topright:9px;
	        border-top-right-radius:9px;
	        -webkit-border-bottom-right-radius:9px;
	        -moz-border-radius-bottomright:9px;
	        border-bottom-right-radius:9px;
	        -webkit-border-bottom-left-radius:9px;
	        -moz-border-radius-bottomleft:9px;
	        border-bottom-left-radius:9px;
	        text-indent:0;
	        border:1px solid #84bbf3;
	        display:inline-block;
	        color:#ffffff;
	        font-family:Arial;
	        font-size:11px;
	        font-weight:bold;
	        font-style:normal;
	        height:24px;
	        line-height:20px;
	        width:136px;
	        text-decoration:none;
	        text-align:center;
	        text-shadow:1px 1px 0px #528ecc;
        }
        .EAOButtons:hover {
	        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	        background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	        background-color:#378de5;
        }.EAOButtons:active {
	        position:relative;
	        top:1px;
        }

        .EAOTable {
	        margin:0px;padding:0px;
	        width:100%;
	        box-shadow: 10px 10px 5px #888888;
	        border:1px solid #ffffff;
	
	        -moz-border-radius-bottomleft:0px;
	        -webkit-border-bottom-left-radius:0px;
	        border-bottom-left-radius:0px;
	
	        -moz-border-radius-bottomright:0px;
	        -webkit-border-bottom-right-radius:0px;
	        border-bottom-right-radius:0px;
	
	        -moz-border-radius-topright:0px;
	        -webkit-border-top-right-radius:0px;
	        border-top-right-radius:0px;
	
	        -moz-border-radius-topleft:0px;
	        -webkit-border-top-left-radius:0px;
	        border-top-left-radius:0px;
        }.EAOTable table{
            border-collapse: collapse;
                border-spacing: 0;
	        width:100%;
	        height:100%;
	        margin:0px;padding:0px;
        }.EAOTable tr:last-child td:last-child {
	        -moz-border-radius-bottomright:0px;
	        -webkit-border-bottom-right-radius:0px;
	        border-bottom-right-radius:0px;
        }
        .EAOTable table tr:first-child td:first-child {
	        -moz-border-radius-topleft:0px;
	        -webkit-border-top-left-radius:0px;
	        border-top-left-radius:0px;
        }
        .EAOTable table tr:first-child td:last-child {
	        -moz-border-radius-topright:0px;
	        -webkit-border-top-right-radius:0px;
	        border-top-right-radius:0px;
        }.EAOTable tr:last-child td:first-child{
	        -moz-border-radius-bottomleft:0px;
	        -webkit-border-bottom-left-radius:0px;
	        border-bottom-left-radius:0px;
        }.EAOTable tr:hover td{
	        background-color:#ffffff;
		

        }
        .EAOTable td{
	        vertical-align:middle;
		        background:-o-linear-gradient(bottom, #d3d3d3 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d3d3d3), color-stop(1, #ffffff) ); 
	        background:-moz-linear-gradient( center top, #d3d3d3 5%, #ffffff 100% );
	        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3d3d3", endColorstr="#ffffff");	background: -o-linear-gradient(top,#d3d3d3,ffffff);

	        background-color:#d3d3d3;

	        border:1px solid #ffffff;
	        border-width:0px 1px 1px 0px;
	        text-align:left;
	        padding:7px;
	        font-size:10px;
	        font-family:Arial;
	        font-weight:normal;
	        color:#000000;
        }.EAOTable tr:last-child td{
	        border-width:0px 1px 0px 0px;
        }.EAOTable tr td:last-child{
	        border-width:0px 0px 1px 0px;
        }.EAOTable tr:last-child td:last-child{
	        border-width:0px 0px 0px 0px;
        }
        .EAOTable tr:first-child td{
		    background:-o-linear-gradient(bottom, #003366 5%, #003f7f 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003366), color-stop(1, #003f7f) );
	        background:-moz-linear-gradient( center top, #003366 5%, #003f7f 100% );
	        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#003366", endColorstr="#003f7f");	background: -o-linear-gradient(top,#003366,003f7f);

	        background-color:#003366;
	        border:0px solid #ffffff;
	        text-align:center;
	        border-width:0px 0px 1px 1px;
	        font-size:14px;
	        font-family:Arial;
	        font-weight:bold;
	        color:#ffffff;
        }
        .EAOTable tr:first-child:hover td{
	        background:-o-linear-gradient(bottom, #003366 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003366), color-stop(1, #003f7f) );
	        background:-moz-linear-gradient( center top, #003366 5%, #003f7f 100% );
	        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#003366", endColorstr="#003f7f");	background: -o-linear-gradient(top,#003366,003f7f);

	        background-color:#003366;
        }
        .EAOTable tr:first-child td:first-child{
	        border-width:0px 0px 1px 0px;
        }
        .EAOTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
	text-align: right;
        }

        .HeaderCell{
		    background:-o-linear-gradient(bottom, #003366 5%, #003f7f 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003366), color-stop(1, #003f7f) );
	        background:-moz-linear-gradient( center top, #003366 5%, #003f7f 100% );
	        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#003366", endColorstr="#003f7f");	background: -o-linear-gradient(top,#003366,003f7f);

	        background-color:#003366;
	        border:0px solid #ffffff;
	        text-align:center;
	        border-width:0px 0px 1px 1px;
	        font-size:14px;
	        font-family:Arial;
	        font-weight:bold;
	        color:#ffffff;
        }















-->
</style>