body {
	background-color: #EFF3F5;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, Tahoma, sans-serif;
}

.font-std {
	font-size: 11px;
}

.font-disabled {
	font-size: 11px;
	color: #000000;
}

.font-std-medium {
	font-size: 14px;
}

.font-small {
	font-size: 10px;
}

.font-menu {
	font-size: 14px;
}

.font-highlight {
	color: blue; //3B5998
}

.font-footer {
	font-size: 10px;
	color: #808080;
}

.font-print {
	font-family: "Courier";
	font-size: 8px;
}

.font-big {
	font-size: 20px;
}

.font-std-big {
	font-size: 18px;
}

.font-error {
	color: #FF0000;
	font-weight: bold;
}

.btn-std {
	width: 70px;
	font-size: 11px;
	padding: 1px 10px;
}

.btn-navi {
	width: 40px;
	font-size: 11px;
	padding: 1px 10px;
}

.btn-integration {
	width: 180px;
	font-size: 11px;
	padding: 1px 10px;
}

.btn-export {
	width: 200px;
	font-size: 11px;
	padding: 1px 10px;
}

div.scroll {
	width: 1000px;
	height: 125px;
	overflow: scroll;
}

div.scroll-small {
	width: 1000px;
	height: 80px;
	overflow: scroll;
}

.table-header{
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	color: #A52A2A;
}

.table-row {
	background-color: #FFFFFF;
}

.table-row-alt {
	background-color: #DDDDDD;
}

.table-row-selected {
	background-color: #99FF99;
}

.table-data {
	border-collapse: collapse;
	border-right: 1px dotted #D8D8D8;
	border-left: 1px dotted #D8D8D8;
	border-bottom: 1px dotted #D8D8D8;
	font-size: 11px;
	width: 100%;
	margin: auto; /*table center*/
}

.table-data th {
	border-right: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	font-size: 9px;
	font-weight: bold;
	color: #A52A2A;
	background-color: #FFFFFF;
	padding: 1px;
}

.table-data td {
	padding: 4px;
	border-right: 1px dotted #D8D8D8;
	border-left: 1px dotted #D8D8D8;
	border-bottom: 1px dotted #D8D8D8;
}

.ok {
	display: block;
	background-image: url(image/terima.jpg);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-left: 25px;
	padding-top: 7px;
	width: 140px;
	height: 25px;
}

.footer {
	position: fixed;
	left: 0px;
	bottom: 2px;
	height: 10px;
	width: 100%;
}

div#divLoading {
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
}

.progress-label {
  font-weight: bold;
}

fieldset { 
	border: 1px solid #D8D8D8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.fieldset {
	background-color: white;
}

.tab {
	font-family: "Lucida Grande", Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
    padding:1px; 
}