html *{
    font-family: Microsoft JhengHei;
}

@charset "utf-8";

.singleOptSumLimit {
	width: 400px;
}

.errorMsg {
	color: red;
	font-size:12pt;
	border : 1px;
	border-style: solid;
}

.infoMsg {
	font-weight:normal;
	color: blue;
	font-size:12pt;
}

.alignRight {
	text-align: right;
}

.alignRight60 {
	text-align: right;
	width: 60%;
}

.alignLeft60 {
	text-align: left;
	width: 60%;
}

.alignLeft {
	text-align: left;
}

.alignLeft40 {
	text-align: left;
	width: 40%;
}

.alignLeft30 {
	text-align: left;
	width: 30%;
}

.alignLeft70 {
	text-align: left;
	width: 70%;
}

.alignCenter {
	text-align: center;
}

.alignTop {
	vertical-align: top;
}

.tableCell {
	width: 50px;
}

.quizList {
	width: 28%;
	vertical-align: top;
}

.quizSpace {
	width: 3px;
}

.quizTab {
	vertical-align: top;
}

.popup220x110 {
    position: absolute;
    z-index: 1001;   
}

.popup220x110 table {
    width: 220px;
    height: 110px;
}

.popup520x300 {	  
    width: 520px;
    height: 300px;
}

.sfInfoContentBox {
	margin: 10px 0px 10px 0px;
	padding: 2px;
	background: #FFF;
	border: 0px dashed;
    width: 90%;
	font-size: 14pt;
	text-align: left;
}

.previewQzTable {
	border: solid 1px #D9D9D9;
}

.previewQzOddRow {
	background: #ffffff;
}

.previewQzEvenRow {
	background: #FCFCFC;
}

.richText600x60{
	border-bottom: 1px;
	border-bottom-style: solid;
	width: 10cm;
	height: 1cm;
}

.surveyFormTitle{
    width: 100%;
    background-color : #FFF;
    border-bottom: 1px solid #d9d9d9;
}
 
.width100 {
	width: 100px;
}

.width120 {
	width: 120px;
}

.width150 {
	width: 150px;
}

.width200 {
	width: 200px;
}

.width300 {
	width: 300px;
}

.width400 {
	width: 400px;
}

.width500 {
	width: 500px;
}

.width550 {
	width: 550px;
}

.width600 {
	width: 600px;
}

.widthAll {
	width: 100%;
}

.tableBox {
	padding-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;
}

.tableBoxInvisible {
	padding-bottom: 0px;
	border-width: 0px;
}

.cellClicked {
	background-color: #DDDDDD;
}

/* 數字鍵盤 */
.keyto {
	position:absolute;
	width:240px;
	/*height:115px;*/
	border: 2px double #333;
	background-color: #CCC;
	left:-800px;
	top:-600px;
}

.customSelectInputDateStyle { 
	font-style: normal;
	font-size: 13pt;
	width : 420px;
	height : 320px;
}

.customSelectInputDateStyle select {
	font-size:14pt;
}

.customSelectInputDateStyle-dis { 
	visibility: hidden;
}

.customSelectInputDateStyleInput {
	font-size:14pt;
	width: 150px;
	height:25px;
	vertical-align: top;
	text-align: center;
}

.customSelectInputDateStyleInput-dis {
	font-size:14pt;
	width: 150px;
	vertical-align: top;
	text-align: center;
	color:gray;
}

.customSelectInputDateStyleOpenPopup {
	width : 25px;
	height : 25px;
	vertical-align: bottom;
}

.customSelectInputDateStyleOpenPopup-dis {
	visibility: hidden;
}

.customSelectInputDateStyleClosePopup {
	width : 25px;
	height : 25px;
	vertical-align: bottom;
}

.customSelectInputDateStyleClosePopup-dis {
	visibility: hidden;
}

.selectOneRadio14 {
	font-size: 14pt;
}

.selectOneRadio13 {
	font-size: 13pt;
}

.selectOneRadio12 {
	font-size: 12pt;
}

.noRespPopup {
    position: absolute;
    z-index: 1001;
    min-width: 300px;
    top: 60%;
    left: 60%;
}

.noRespPopup table {
    width: 100%;
}

.loginPanel {
	border-color: #DDDDDD;
	border-style: solid;
	padding: 0 0 0 0;
	margin-top:70px;
	margin-bottom:70px;
	width: 380px;
	height: 250px;
	border-width: 1px;
	border-radius: 5px;
}

.mutipleSelectCkbox {
	border: 1px solid #D9D9D9;
	width:350px;
	height:150px;
	overflow:auto;
	background-color:#fff;
}

.borderDiv {
	border: 1px solid #D9D9D9;
	overflow:auto;
	background-color:#fff;
}

.capiSelectRadio table tr td{ padding: 10px; margin: 10px; }

.iceMnuBar {
    padding: 0px;
}

.iceMnuBarItem {
	border-radius: 3px;
	border: 1px;
	border-color: silver;
	border-style: outset;
    padding: 0px;
    font-size: 12pt;
    font-style: italic; 
}

.iceMnuItm .iceOutTxt{ 
    color: black;
}

#modalTabelGray
{
    position:absolute;
    width:100%;
    height:1000px;
    background-color:#000000;
    filter:alpha(opacity=60);
    opacity:0.6;
    -moz-opacity:0.6;
    z-index:100;
/*[240429:center to right] */
    text-align:right;
    vertical-align:middle;
}

#modalDiv
{
    position:absolute;
    z-index:101;
}

.numDrag {
	background: url("../css/images/drag.png") no-repeat center;
}