body {
	text-align: left;
	font-weight:  normal;
}
div.dialog {
	display:none;
}
div.validationError {
	font-size: 12px;
	color: red;
	text-align: left;
}

div.fileinputs {
	position: relative;
	text-align: center;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 65px;
	z-index: 1;
}

div.fileinputs input.file {
	position: relative;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

div.fakefile input.importButton {
	background-color: #A0C544;
	color: #ffffff;
	font-weight: normal;
	font-size: 90%;
	border: 1px #8BB381 solid;
	padding-left: 22px;
	padding-right: 22px;
}

.buttonDownloadRates {
	color: #996600;
	border-width: 0px;
}

div.valueProp {
	font-size: 16px;
	padding: 6px 6px 6px 10px;
	margin-left: 12px;
}

.small {
  font-size: 12px; /* 75% of the baseline */
}

.large {
  font-size: 20px; /* 125% of the baseline */
}

div#tutorial p {
	text-align:justify;
}

div.question {
	text-align: left;
	font-weight: bold;
}

div.answer {
	text-align: left;
	margin: 12px 16px 20px 16px;
	padding: 0 0 10 0;
}

a {
	color: #996600;
	text-decoration: none;
	outline: 0;
}

a:focus {
	color: #996600;
	text-decoration: none;
	outline: 0;
}

a:visited {
	color: #996600;
	text-decoration: none;
}

a:hover {
	color: #996600;
	text-decoration: none;
}

div.subtitle {
	font-size: 110%;
	font-weight: bold;
	padding: 6px 4px 6px 10px;
	border: 0;
	background-color: #eee;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #555;
	margin: 0;
}

textarea.feedback {
	overflow: auto;
	border: 1px solid #999999;
}

.buttonSend {
	background-color: #A0C544;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	border: 0px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

textarea.unregister {
	width: 100%;
	border: 1px solid #999999;
	margin: 10px;
	padding: 6px;
}

input {
	border: 1px solid #999999;
	background-color: #ffffff;
}

input.readonly {
	background-color: #eeeeee;
}

.buttonUpdate {
	background-color: #A0C544;
	border-radius: 15px;
	padding: 4px 10px 4px 10px;
	color: #ffffff;
	font-size: 110%;
	font-weight: normal;
	border: 1px solid #eeeeee;
}

.buttonUpdate:hover {
	background-color: #8BB381;
	color: #ffffff;
}

.buttonDelete {
	background-color: #A0C544;
	padding: 2px 6px 2px 6px;
	color: #ffffff;
	font-size: 110%;
	font-weight: normal;
	border: 1px solid #eeeeee;
}

.buttonDelete:hover {
	background-color: #8BB381;
	color: #ffffff;
}

.buttonCreate {
	background-color: #A0C544;
	border-radius: 15px;
	padding: 4px 10px 4px 10px;
	color: #ffffff;
	font-size: 110%;
	font-weight: normal;
	border: 1px solid #eeeeee;
}

.buttonCreate:hover {
	background-color: #8BB381;
	color: #ffffff;
}

.buttonSend:hover {
	background-color: #8BB381;
	color: #ffffff;
}

.buttonCalculate {
	background-color: #A0C544;
	border-radius: 15px;
	padding: 4px 10px 4px 10px;
	color: #ffffff;
	font-size: 110%;
	font-weight: normal;
	border: 0px solid #ffffff;
}

.buttonCalculate:hover {
	background-color: #8BB381;
	color: #ffffff;
}

.buttonBorderless {
	background-color: #A0C544;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	border: 0px solid #ffffff;
}

.buttonBorderless:hover {
	background-color: #8BB381;
	color: #ffffff;
}

div.heading {
	padding: 4px 4px 4px 8px;
	margin-bottom: 15px;
	font-weight: bold;
}

table.manageContainers {
	color: #333333;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border: 0px solid #000;
}

table.manageContainers th {
	font-size: 14px;
	color: #555;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	border-bottom: 1px solid #000;
}

table.manageContainers td {
	padding: 6px;
}

/* sign-up */
table.register {
	font-size: 14px;
	width: 100%;
}

table.register td {
	font-size: 14px;
}

/* demo */
div.itemDim {
	float: left;
	margin-top: 4px;
	padding: 6px 12px 6px 12px;
}
div.itemCtrl {
	float: left;
	padding: 9px 2px 3px 2px;
	width: 27px;
}
input.container {
	font-size: 90%;
}
input.item {
	font-size: 90%;
}
.demoButton {
	background-color: #EEEEEE;
	/*color: #7E3117;*/
	color: #000000;
	font-weight: bold;
	/*font-size: 13;*/
	border-width: 1px;
	vertical-align: middle;
	width: 200px;
	height: 40px;
}

/* example */
table.exampleItems {border: solid #000 0px; margin-left: auto; margin-right: auto; width: 620px;}
table.exampleItems td {padding: 10px; border: solid #000 0px; text-align: right;}
input.example {border: 1px solid #999999;}

/* index */
div.titleBar {
	font-size: 120%;
	font-weight: bold;
	padding: 4px 4px 4px 10px;
	background-color: #CEEEA1;
	border: 1px solid #B2D87D;
	color: #555;
}

div.featureDesc {
	padding: 6px 2px 2px 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
}
hr {
	height: 0;
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: #aaaaaa;
	margin-left: 0px;
	margin-right: 0px;
}

/* shop */
select.keyName {
	font-size: 100%;
	width: 250px;
}

/* anchor panels */
div.anchorPanels {
	float: left;
	padding: 0;
	margin-left: 0;
	width: 500px;
	border-top: 1px solid #ffffff;
}

div.selectablePanels {
	float: left;
	padding: 0;
	margin: 0;
	width: 520px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

div.panelSelector {
	text-align: left;
	font-size: 16px;
	padding: 6px;
	margin: 0 0 0 12px;
	height: 32px;
}

div.panelPaginator {
	padding: 0px;
	margin: 0 4px 0 0;
	text-align: right;
	height: 25px;
	font-size: 15px;
}

table.panelData {
	color: #333333;
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-spacing: 0;
	border-collapse:collapse;
}

table.panelData th {
	padding: 2px;
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background-color: #669933;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

table.panelData td {
	height: 44px;
	padding: 4px;
	margin: 0;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-spacing: 0;
	border-collapse:collapse;
}

/* force same width for input and select */
input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

