.gwt-TabBar {
}
.gwt-TabBar .gwt-TabBarFirst {
	border-bottom: 1px solid black;	
}
.gwt-TabBar .gwt-TabBarRest {
	border-bottom: 1px solid black;
}
.gwt-TabBar .gwt-TabBarItem {
	margin: 0px;	
	width: 100px;
	height: 22px;
	padding: 5px 5px 2px 5px;
	border: 1px solid #aaa;
	border-bottom: 1px solid black;
	color: black;
	font-weight: bold;
	font-size: 15px;
	text-align: center;	
	cursor: pointer;
}
.gwt-TabBar .gwt-TabBarItem-selected {
	margin: 0px;	
	width: 100px;
	height: 25px;
	padding: 5px 5px 2px 5px;
	border: 1px solid black;
	border-bottom-width: 0px;	
	background-color: #ddd;
	color: black;
	font-weight: bold;	
	font-size: 15px;	
	text-align: center;
	cursor: pointer;	
}

.gwt-TabPanel {
	background-color: #ddd;
	margin: auto;	
}
.gwt-TabPanelBottom {
	border: 1px solid black;
	border-top: 0px;
	background-color: #ddd;	
	width: 680px;
	padding: 10px;
}

.dmg-tab .gwt-TabBarItem {
	margin: 0px;	
	width: 68px;
	height: 16px;
	padding: 5px 5px 2px 5px;
	border: 1px solid #aaa;
	border-bottom: 1px solid black;
	color: black;
	font-weight: bold;
	font-size: 12px;
	text-align: center;	
	cursor: pointer;
}
.dmg-tab .gwt-TabBarItem-selected {
	margin: 0px;	
	width: 68px;
	height: 18px;
	padding: 5px 5px 2px 5px;
	border: 1px solid black;
	border-bottom-width: 0px;	
	background-color: #ddd;
	color: black;
	font-weight: bold;	
	font-size: 12px;	
	text-align: center;
	cursor: pointer;	
}

.dmg-tab .gwt-TabPanelBottom {
	border: 1px solid black;
	border-top: 0px;
	background-color: #ddd;	
	width: 350px;
	padding: 10px;
}
.dmg-tab-small .gwt-TabPanelBottom {
	border: 1px solid black;
	border-top: 0px;
	background-color: #ddd;	
	width: 280px;
	padding: 10px;
}

.gwt-StackPanel {
	width: 360px;
	padding: 10px;
	border: 1px solid #aaa;
}
.gwt-StackPanel .gwt-StackPanelItem {
	border: 1px solid #aaa;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	
}
.gwt-StackPanel .gwt-StackPanelItem-selected {
	border: 1px solid #777777;
	padding: 2px 5px 2px 5px;
	background-color: #aaa;	
	font-weight: bold;	
	font-size: 12px;	
	cursor: pointer;	
}

.copyrightLabel {
	font-size: 10px;
	color: #ccc;
	padding-top: 10px;
}

body {
	background-color: #DDD;
}
.gwt-CheckBox {
	color: black;
	font-weight: bold;
	font-size: 12px;	
}
	
.desc-label {
	color: black;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
}

.formula-label {
	color: black;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
}

.result-label {
	color: #080;
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;	
	text-align: center;
	border: 1px solid black;
	width: 50px;
}

.result-box-bad {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;	
	text-align: center;
	border: 1px solid black;
	width: 50px;
}

.result-box-ok {
	color: #FF8C00;
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;	
	text-align: center;
	border: 1px solid black;
	width: 50px;
}

.result-box-best {
	color: #080;
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;	
	text-align: center;
	border: 1px solid black;
	width: 50px;
}

.header-label {
	border-left: 1px solid black;
	border-right: 1px solid black;	
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;		
	font-size: 12px;
	font-weight: bold;
	width: 50px;
}

.input-box {
	border: 1px solid black;	
	width: 50px;	
	text-align: center;
}

.charPlanner-table {
	border: 1px solid black;
	background-color: #e6e6e6;
	text-align: center;
	width: 250px;
	margin: auto;
	margin-top: 50px;	
	margin-bottom: 20px;
	font-size: 12px;
}
.charPlanner-header {
	font-weight: bold;
	font-size: 12px;	
	background-color: #CCC;
}
.charPlanner-subHeader {
	font-weight: bold;
	font-size: 12px;	
	background-color: #DDD;
}
.charPlanner-row {
	border-bottom: 1px solid black;
	font-size: 12px;
}
.charPlanner-row2 {
	border-bottom: 1px solid black;
	font-size: 12px;
	background-color: #DDD;
}
.charPlanner-footer {
	background-color: #CCC;	
}
.charPlanner-xButton {
	display: block;
	border: 0px solid black;
	background-color: #e6e6e6;
	font-weight: bold;
	font-size: 14px;	
	color: #EE0000;
}
.charPlanner-oButton {
	display: block;
	border: 0px solid black;
	background-color: #e6e6e6;
	font-weight: bold;
	font-size: 14px;	
	color: #00EE00;
}
.charPlanner-footer .gwt-Button {

}

.gwt-DialogBox {
	width: 250px;
	height: 240px;
	background-color: #DDD;
	border: 1px solid black;
}
.gwt-DialogBox .Caption {
	background-color: #CCC;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 25px;
}
.gwt-TextArea {
	width: 250px;
	height: 200px;
	border: 0px solid black;
	background-color: #e6e6e6;
	margin: auto;
}

#loading {
	width: 150px;
	height: 40px;
	margin: auto auto;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid black;
	z-index: 1000;
	font-size: 20px;
}
#loading span {
	font-size: 10px;
}

a.calcLink {
	color: #000;
}
a.calcLink:active {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;	
}

a.calcLink:visited {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;	
}

a.calcLink:link {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.calcLink:hover {
	color: red;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
