body {
	font-family:'Open Sans', Helvetica;
	font-size:12px;
	text-align:left;
	color:#000000;
	background-color:#FFFFFF;
	width:960px;
	margin-top:1em;
	padding-left:12px;
}


/* Headers */

h1,h2,h3,h4,h5,h6 {
	font-family:'Montserrat', Sans-Serif;
	font-weight:none;
	text-transform:uppercase;
	margin-top:0px;
	width:inherit;
}
h1 {
	font-size:48px;
	margin-top:24px;
	margin-bottom:24px;
}
h2 {
	font-size:24px;
	margin-top:24px;
	margin-bottom:24px;
}
h3 {
	font-size:14px;
	margin-top:14px;
	margin-bottom:14px;
}
h3.indexpage {
	font-size:14px;
	margin-top:14px;
	margin-bottom:14px;
	text-align:center;
	white-space:nowrap;
}



.domain {
	color:#000000;
}
.application {
	color:#009900;
}
.menu {
	display:block;
	font-size:12px;
}

/* Table objects */

table, tr, th, td {
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	text-align:inherit;
	overflow:auto;
	white-space:nowrap;
	border:1px dotted #009900;
	border-collapse:collapse;
	padding:3px;
}
table {
	width:100%;
	margin-top:12px;
	margin-bottom:12px;
}
th {
	font-weight:bold;
	font-size:14px;
	color:inherit;
	background-color:rgba(0,153,0,0.5);
}
th.amount {
	text-align:right;
}
td.amount {
	text-align:right;
}

td.amountneg {
	text-align:right;
	color:#FF0000;
}


/* Form objects */

form, input, select, textarea {
	font-family:inherit;
	color:inherit;
	font-size:inherit;
	width:inherit;
	height:18px;
	display:block;
}
form {
	height:auto;
	margin-top:48px;
	margin-bottom:48px;
}
input {
	margin-bottom:12px;
	width:480px;
	border:1px dotted rgba(0,153,0,0.5);
	-moz-border-radius:4px;
	border-radius:4px;
}
input[type=submit] {
	margin-bottom:12px;
	width:240px;
	border:1px dotted rgba(0,153,0,1);
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:rgba(0,153,0,0.5);
	color:inherit;
	height:36px;
}
input[type=checkbox], input[type=radio] {
	margin-bottom:0px;
}
input[type=checkbox]:not(old), input[type=radio]:not(old) {
	width:2em;
	margin-left:2em;
	padding:0;
	font-size:1em;
	xopacity:0;
}
input[type=checkbox]:not(old) + label, input[type=radio]:not(old) + label {
	display:inline-block;
	margin-left:0em;
	line-height:1.5em;
}
input[type=checkbox]:not(old) + label > span, input[type=radio]:not(old) + label > span {
	display:inline-block;
	width:0.875em;
	height:0.875em;
	margin:0.25em 0.5em 0.25em 0.25em;
	border:0.0625em solid #009900;
	border-radius:0.25em;
	background:#FFFFFF;
	background-image:-moz-linear-gradient(rgba(0,153,0,0.5),rgba(0,153,0,1));
	background-image:-ms-linear-gradient(rgba(0,153,0,0.5),rgba(0,153,0,1));
	background-image:-o-linear-gradient(rgba(0,153,0,0.5),rgba(0,153,0,1));
	background-image:-webkit-linear-gradient(rgba(0,153,0,0.5),rgba(0,153,0,1));
	background-image:linear-gradient(rgba(0,153,0,0.5),rgba(0,153,0,1));
	vertical-align:bottom;
}
input[type=checkbox]:not(old):checked + label > span, input[type=radio]:not(old):checked + label > span {
	background-image:-moz-linear-gradient(rgba(0,153,0,1),rgba(0,153,0,0.5));
	background-image:-ms-linear-gradient(rgba(0,153,0,1),rgba(0,153,0,0.5));
	background-image:-o-linear-gradient(rgba(0,153,0,1),rgba(0,153,0,0.5));
	background-image:-webkit-linear-gradient(rgba(0,153,0,1),rgba(0,153,0,0.5));
	background-image:linear-gradient(rgba(0,153,0,1),rgba(0,153,0,0.5));
}
input[type=checkbox]:not(old):checked + label > span:before {
	content:'✓';
	display:block;
	width:1em;
	color:rgb(153,204,102);
	font-size:0.875em;
	font-family:Arial;
	line-height:1em;
	text-align:center;
	text-shadow:0 0 0.0714em rgb(115,153,77);
	font-weight:bold;
}
input[type=radio]:not(old):checked +  label > span > span {
	display:block;
	width:0.5em;
	height:0.5em;
	margin:0.125em;
	border:0.0625em solid rgb(115,153,77);
	border-radius:0.125em;
	background:rgb(153,204,102);
	background-image:-moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
	background-image:-ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
	background-image:-o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
	background-image:-webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
	background-image:linear-gradient(rgb(179,217,140),rgb(153,204,102));
}
select {
	margin-bottom:12px;
	width:480px;
	border:1px dotted rgba(0,153,0,0.5);
	-moz-border-radius:4px;
	border-radius:4px;
}
textarea {
	margin-bottom:12px;
	width:480px;
	height:120px;
	border:1px dotted rgba(0,153,0,0.5);
	-moz-border-radius:4px;
	border-radius:4px;
}

.squaredThree {
	width: 20px;	
	margin: 20px auto;
	position: relative;
}

.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredThree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredThree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}




/* Links */

a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#009900;
}


code {
	display:block;
	font-family:'Space Mono',monospace;
	font-size:10px;
	overflow:auto;
	white-space:pre;
	width:946px;
	color:inherit;
	background-color:rgb(0,153,0,0.1);
	border:1px dotted #009900;
	padding:6px;
}

fieldset {
	color:inherit;
	border:1px dotted rgba(0,153,0,1);
	width:98%;
	margin:0px;
	background-color:rgba(0,153,0,0.1);
	-moz-border-radius:4px;
	border-radius:4px;
}
legend {
	color:rgba(0,153,0,1);
	padding:8px;
}

footer {
	font-size:inherit;
	color:rgba(0,153,0,0.5);
	text-align:center;
	border-top:1px dotted rgba(0,153,0,0.5);
	margin-top:48px;
	margin-bottom:48px;
	padding-top:12px;
	width:inherit;
}

p {
	margin-top:24px;
	margin-bottom:24px;
	width:95%;
}
