body {
	margin: 0;
	padding: 0;
	/*background-image: url("img/clouds.jpg");*/
	font: 16px Arial;
	color: #444;
}

.center {
	text-align: center;
}

#loginForm {
	width: 750px;
	margin: 0 auto;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
	-moz-box-shadow: 0 3px 10px #CCC; -webkit-box-shadow: 0 3px 10px #CCC; box-shadow: 0 3px 10px #CCC;
	padding: 40px;
	margin-top: 50px;
	text-align: center;
}

#loginForm table {
	font: 24px 'Segoe UI', Tahoma, sans-serif;
	width: 100%;
}

#loginForm table td {
	width: 50%;
	padding: 10px 20px;
}

#loginForm table td.label {
	text-align: right;
	padding-right: 70px;
}

#loginForm img {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-moz-box-shadow: 5px 5px 10px #ddd; -webkit-box-shadow: 5px 5px 10px #ddd; box-shadow: 5px 5px 10px #ddd;
}

#loginForm input[type=text], #loginForm input[type=password] {
	padding: 6px 4px;
}

#loginForm input[type=submit] {
	font-size: 16px;
	width: 150px;
	margin: 0 10px;
}

#error {
	margin: 20px 0;
	font-size: 18px;
	color: red;
	text-align: center;
}

.topNav {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ebebe3;
	border-bottom: 1px solid #64584C;
	border-left: 1px solid #64584C;
	padding: 4px 4px 4px 6px;
	font-size: 18px;
	letter-spacing: 1px;
}

.topNav a {
	color: blue;
}
#container {
	width: 550px;
	margin: 80px auto 0 auto;
	border: 1px solid #666;
	background-color: #ebebe3;
	overflow: hidden;
	-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;
	-webkit-box-shadow: 0px 0px 47px 11px rgba(38, 37, 38, 0.7); -moz-box-shadow: 0px 0px 47px 11px rgba(38, 37, 38, 0.7); box-shadow: 0px 0px 47px 11px rgba(38, 37, 38, 0.7);
}

h2, h3 {
	text-align: center;
	background-color: #64584C;
	color: #FFF;
	margin: 0;
	padding: 20px;
}

h3 {
	padding-top: 0;
	border-bottom: 1px solid #333;
}

.reset {
	color: #444;
	text-decoration: none;
}

.reset:hover {
	text-decoration: underline;
}

#container .content {
	padding: 35px 0 35px 75px;
}

#container .content td {
	padding: 2px 20px;
}

#container .content input:not([type="submit"]):not([type="file"]) {
	border: 3px solid white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 8px  rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 8px  rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 8px  rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
	padding: 4px 0 4px 8px;
	background: rgba(255,255,255,0.5);
	font-size: 13px;
	color: inherit;
	outline: none;
}

#setupTable {
	width: 100%;
}

#setupTable td {
	width: 20%;
	padding: 5px;
	text-align: center;
}

#setupTable input {
	width: 100%;
}

#setupTable .ui-icon {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}

.menuInput {
	display: none;
}

.ui-widget {
	font-size: 13px;
}

.ui-menu {
	position: absolute;
	padding: 0;
	font-size: 13px;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 200px;
	z-index: 1;
	padding-bottom: 1px;
}

.optionGroup {
	font-weight: bold;
	cursor: default;
}

.button {
	font: inherit;
	color: inherit;
	border: 1px solid #c7c1c7;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	width: 150px;
	margin-top: 25px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.button:not(.ui-state-disabled):hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}

.button:active {
	position: relative;
	top: 1px;
}

#results {
	width: 500px;
	margin: 20px auto;
	padding: 25px;
	text-align: center;
	background-color: #ebebe3;
	border: 1px solid #666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#results a {
	color: black;
	text-decoration: none;
}

#results a:hover {
	text-decoration: underline;
}

.loading {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(200, 200, 200, 0.5);
}

.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -62px;	/* half width of the spinner gif */
	margin-top: -64px;	/* half height of the spinner gif */
	text-align: center;
	z-index: 99;
	width: 124px;		/* width of the spinner gif */
	height: 128px;		/*hight of the spinner gif +2px to fix IE8 issue */
}

#dropHandler, .file {
	border: 2px dashed #64584C;
	height: 32px;
	border-radius: 5px;
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #64584C;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
}

#dropHandler.active {
	border-style: solid;
	background-color: #ccc;
}

#dropHandler.disabled {
	color: #ccc;
	border-color: #ccc;
}

.file {
	position: relative;
	border-style: solid;
	margin: 10px 0;
}

.file .progressBar {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 0;
	height: 32px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.2);
}