.body_container {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #F5F5F5;
	margin: 0;
	padding: 0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	color: #1F9ADD;
	font-weight: 500;
}

.header_container {
	background-color: #fff;
}

.row {
	width: auto;
	margin: 0;
	padding: 0;
	min-height : 5%;
	background-color: #fff;
	/* font-size: 10px; */
	border-top: 1px solid #D2D2D2;
}

input {
	font-size: 12px !important;
}

.detail {
	border: 1px solid #D2D2D2;
	text-align: center;
	width: 100%;
}

.detail tr td {
	border-right: 1px solid #D2D2D2;
}

.detail tr:first-child {
	color: #fff;
	background-color: #1F9ADD;
}

.detail .even {
	background-color: #EEF9FF;
}

.detail .odd {
	background-color: #fff;
}

.detail .even .white {
	background-color: #fff;
}

.detail .total {
	background-color: #F5F5F5;
	color: #575757;
	border-top: 1px solid #D2D2D2;
}

.orange {
	color: #F28023;
}

.span2 {
	width: 20%;
}

form {
	margin: 0 !important;
}

.common_btn {
	background-color: #1F9ADD;
	color: #fff;
	/* height: 20px; */
	/* height: 30px; */
	padding: 3px 10px;
	text-align: center;
	/* vertical-align: middle; */
	border-radius: 5px;
}

.btn.close {
	display: none;
}
	
.modal-header {
	text-align: center;
	font-weight: 200;
}

.yui3-widget-mask {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.yui3-widget-bd.modal-body.dialog-iframe-bd {
	max-height: 100% !important;
  	height: 95% !important;
  	overflow: hidden!important;
}

h3 {
	font-size: 16px !important;
}

.modal-header {
	border-bottom: 0 !important;
	padding: 5px !important;
}

.dialog-iframe-root-node {
	padding: 0 !important;
}

html {
	padding: 0 !important;
}

body {
	margin: 0 !important;
}

.modal_container {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	color: #1F9ADD;
}

.linkMark{
	border-bottom: 1px solid #1F9ADD !important;
	font-weight: 500 !important;
}

.time {
	padding-right: 20px;
	background: url("../image/datePicker.gif") no-repeat scroll right center
		transparent;
}
.currency-symbol{
	font-size:12px;
}

.yui3-resize-handle {
	display: none !important;
}

/* mask start*/
#mask_wrapper {
	display: block;
	width: 100%;
	height: 100%;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
}
.green {
	color: #74C87B;
}
.red {
	color: #FF5C6B;
}
.gray {
	color: #CBD3D6;
}