@CHARSET "utf-8";

/* Button */
.selectBtn,.registInfoBtn {
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #078303), color-stop(1.00, #004513));
	background: -webkit-linear-gradient(#078303, #004513);
	background: -moz-linear-gradient(#078303, #004513);
	background: -o-linear-gradient(#078303, #004513);
	background: -ms-linear-gradient(#078303, #004513);
	background: linear-gradient(#078303, #004513);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#078303', endColorstr='#004513', GradientType=0); /* IE7,8,9 */

	margin: 0;
	cursor: pointer;
	width: 240px;
}

.selectBtn:hover,.registInfoBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #09c300), color-stop(1.00, #004c15));
	background: -webkit-linear-gradient(#09c300, #004c15);
	background: -moz-linear-gradient(#09c300, #004c15);
	background: -o-linear-gradient(#09c300, #004c15);
	background: -ms-linear-gradient(#09c300, #004c15);
	background: linear-gradient(#09c300, #004c15);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09c300', endColorstr='#004c15', GradientType=0); /* IE7,8,9 */
}

.registInfoBtnDisabled {
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 8px;
	background-color: #ccd;
	margin: 0;
	color: #eee;
	cursor: default;
	width: 240px;
}

#selectBtn {
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #078303), color-stop(1.00, #004513));
	background: -webkit-linear-gradient(#078303, #004513);
	background: -moz-linear-gradient(#078303, #004513);
	background: -o-linear-gradient(#078303, #004513);
	background: -ms-linear-gradient(#078303, #004513);
	background: linear-gradient(#078303, #004513);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#078303', endColorstr='#004513', GradientType=0); /* IE7,8,9 */

	margin: 0;
	cursor: pointer;
	width: 240px;
}

#selectBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #09c300), color-stop(1.00, #004c15));
	background: -webkit-linear-gradient(#09c300, #004c15);
	background: -moz-linear-gradient(#09c300, #004c15);
	background: -o-linear-gradient(#09c300, #004c15);
	background: -ms-linear-gradient(#09c300, #004c15);
	background: linear-gradient(#09c300, #004c15);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09c300', endColorstr='#004c15', GradientType=0); /* IE7,8,9 */
}

#pagerBtn {
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 2px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #22d631), color-stop(1.00, #0a822a));
	background: -webkit-linear-gradient(#22d631, #0a822a);
	background: -moz-linear-gradient(#22d631, #0a822a);
	background: -o-linear-gradient(#22d631, #0a822a);
	background: -ms-linear-gradient(#22d631, #0a822a);
	background: linear-gradient(#22d631, #0a822a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22d631', endColorstr='#0a822a', GradientType=0); /* IE7,8,9 */

	margin: 0;
	cursor: pointer;
	width: 100px;
}

#pagerBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #25f916), color-stop(1.00, #148933));
	background: -webkit-linear-gradient(#25f916, #148933);
	background: -moz-linear-gradient(#25f916, #148933);
	background: -o-linear-gradient(#25f916, #148933);
	background: -ms-linear-gradient(#25f916, #148933);
	background: linear-gradient(#25f916, #148933);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25f916', endColorstr='#148933', GradientType=0); /* IE7,8,9 */
}

#pagerDisableBtn {
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 2px;
	background: #afafaf;

	margin: 0;
	cursor: pointer;
	width: 100px;
}

#adminSelectBtn {
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #078303), color-stop(1.00, #004513));
	background: -webkit-linear-gradient(#078303, #004513);
	background: -moz-linear-gradient(#078303, #004513);
	background: -o-linear-gradient(#078303, #004513);
	background: -ms-linear-gradient(#078303, #004513);
	background: linear-gradient(#078303, #004513);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#078303', endColorstr='#004513', GradientType=0); /* IE7,8,9 */

	margin: 5px 0;
	padding: 10px 0;
	cursor: pointer;
	width: 195px;
}

#adminSelectBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #09c300), color-stop(1.00, #004c15));
	background: -webkit-linear-gradient(#09c300, #004c15);
	background: -moz-linear-gradient(#09c300, #004c15);
	background: -o-linear-gradient(#09c300, #004c15);
	background: -ms-linear-gradient(#09c300, #004c15);
	background: linear-gradient(#09c300, #004c15);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09c300', endColorstr='#004c15', GradientType=0); /* IE7,8,9 */
}

#deleteBtn {
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #078303), color-stop(1.00, #004513));
	background: -webkit-linear-gradient(#078303, #004513);
	background: -moz-linear-gradient(#078303, #004513);
	background: -o-linear-gradient(#078303, #004513);
	background: -ms-linear-gradient(#078303, #004513);
	background: linear-gradient(#078303, #004513);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#078303', endColorstr='#004513', GradientType=0); /* IE7,8,9 */

	margin: 0;
	cursor: pointer;
	width: 130px;
}

#deleteBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #09c300), color-stop(1.00, #004c15));
	background: -webkit-linear-gradient(#09c300, #004c15);
	background: -moz-linear-gradient(#09c300, #004c15);
	background: -o-linear-gradient(#09c300, #004c15);
	background: -ms-linear-gradient(#09c300, #004c15);
	background: linear-gradient(#09c300, #004c15);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09c300', endColorstr='#004c15', GradientType=0); /* IE7,8,9 */
}

.select_btn_group_dv {
        width: 520px;
        height: 60px;
        margin: 0 auto;
}

.dose_demo_export {
    display: block;
    float: right;
}

.dose_demo_input {
    display: block;
}

.dose_demo_field_offset {
    margin-top: 5px;
    margin-right: 12px;
}

.dose_demo_confirm {
	float: right;	
}

.cmap_demo {
    border: none;
}

.searchFormBorder {
    border: #078303 solid 1px;
    padding: 4px;
}

.ui-datepicker { z-index: 1000 !important; }
.ui-timepicker { z-index: 1000 !important; }

#error_dv {
	width: 430px;
	margin: 0 auto;
}

#error_dv li {
	margin-left: -30px;
}

#upload_error_dv {
	width: 530px;
	margin: 0 auto;
}

#upload_error_dv li {
	margin: 0;
	text-align: left;
}

#message_dv {
	width: 430px;
	margin: 0 auto;
}

#message_dv li {
	margin-left: -30px;
}

#profile_list_dv .val_td {
	text-align: right;
}

.confirmCTScanInfoTitle {
	width: 200px;
}

.confirmCTScanInfoValue {
	width: 150px;
}

.input_margin {
	margin-top: 10px !important;
}

#backToCtscanInfoBtn,#backToDoseInfoBtn,#backToHistoryBtn {
	width: 240px;
}

#backToCalcDoseBtn {
	width: 240px;
}

div.histogramResult {
	width: 500px;
	float: left;
}

div.userData {
	width: 280px;
	float: left;
}

div.userData:after {
	clear: both;
}

.histogramResultForm {
	width: 800px !important;
}

div.clear_both {
	clear: both;
}

.userSelectButtonDesc {
    	display: table-cell;
		vertical-align: middle;
        width: 260px;
		height: 32px;
		font-size: 8pt;
		margin: auto 4px auto 8px;
		text-align: left;
		font-size: 10pt;
		float: left;
		position: relative;
}

.ctInputInfo {
    width: 250px;
}

.inputCtExamTitle {
	display: block;
	float: left;
	width: 120px;
}

.inputNewPasswordInfo {
    height: 40px;
	width: 580px;
	margin: 0  auto;
	text-align: left;
}

.inputNewPasswordTitle {
	display:block;
	float:left;
	width: 150px;
}

.idInputInfo {
	height: 40px;
	width: 670px;
	margin: 0  auto;
	text-align: left;
}

.inputIdTitle {
	display:block;
	float:left;
	width: 120px;
}

.inputDeletionTitle {
	display:block;
	float:left;
	width: 120px;
}

.inputConfirmTitle {
	display:block;
	float:left;
	width: 150px;
}

.inputReissuePasswordTitle {
	display:block;
	float:left;
	width: 120px;
}

.inputSubmitBtn {
	/* display: block; */
	width: 300px;
	height: 40px;
	float: right;
}

#deleteRecordBtn,#mergeRecordBtn {
	width: 210px;
}
