﻿html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

div#pageContent {
	width: 95%;
	margin: auto;
	text-align: left;
}

div#pageContent>div.instructions {
	/*background-color: #eee;
	border: 1px solid #ccc;*/
	padding: 10px;
	margin-bottom: 10px;
}

div#pageContent>div.instructions>p {
	margin-top: 0;
}

div#mainMenu {
	background: #8ac0e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #8ac0e9 0%, #75b3e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ac0e9), color-stop(100%,#75b3e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8ac0e9 0%,#75b3e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8ac0e9 0%,#75b3e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8ac0e9 0%,#75b3e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8ac0e9 0%,#75b3e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac0e9', endColorstr='#75b3e2',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 137px; 
	padding-top: 3px;
}

div#mainContent {
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: -10px;
	background-color: #fff; 
	border: 1px solid #9c9c9c; 
	padding: 20px 20px 40px 20px;
}

div#saveError, div#saveSuccess {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: 2px solid #fff;
	display: none;
	color: #fff;
	font-family: Arial, Sans-Serif;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 13px;
	font-size: 12pt;
	font-weight: bold;
}

div#saveError {
	background-color: #a40000;
	z-index: 9999;
}

div#saveSuccess {
	background-color: #1a6f1b;
	z-index: 9999;
}

div#banner {
	background-repeat: no-repeat; 
	background-position: left; 
	position: relative;
}

div#securityMenu {
	position: absolute; 
	right: 5px; 
	bottom: 5px;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: #fff;
}

div#securityMenu a,
div#saveError a {
	color: inherit;
}

div#securityMenu>span.mainGraySmall {
	margin: 0 5px;
}

#imgPageIcon {
	vertical-align: top;
	margin-right: 5px;
}

input[type=button]:not(.x-form-checkbox), input[type=submit] {
	margin: 0;
	font-size:11px;
	font-family:Verdana;
	font-weight:normal;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #bdbdbd;
	padding:4px 15px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f7fafc 5%, #e7eaee 100% );
	background:-ms-linear-gradient( top, #f7fafc 5%, #e7eaee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fafc', endColorstr='#e7eaee');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f7fafc), color-stop(100%, #e7eaee) );
	background-color:#f7fafc;
	color:#3c3c3c;
	display:inline-block;
}

input[type=button]:hover:not(.x-form-checkbox), input[type=submit]:hover {
	border-color: #eecc53;
	background:-moz-linear-gradient( center top, #f7e9b0 5%, #fcf8e5 100% );
	background:-ms-linear-gradient( top, #f7e9b0 5%, #fcf8e5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e9b0', endColorstr='#fcf8e5');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f7e9b0), color-stop(100%, #fcf8e5) );
	background-color:#f7e9b0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fcf8f2;
 	-moz-box-shadow:inset 0px 1px 0px 0px #fcf8f2;
 	box-shadow:inset 0px 1px 0px 0px #fcf8f2;
	cursor: pointer;
}

input[type=button]:active:not(.x-form-checkbox), input[type=submit]:active {
	position:relative;
	top:1px;
}