.form {
	
}
.form .editabledTable {
	border-collapse: collapse;
	color: #000000;
}
.form .editabledTable td {
	padding: 2px; 
	line-height: 1em;
}
.form .field {
	border: #a0a0a0 1px solid;
	line-height: 1.3em;
	width: 100%;
	color: #000000;
	padding: 2px;
	background-color: #ffffff;
}
.form textarea {
	border: #a0a0a0 1px solid;
	width: 100%;
	color: #000000;
	padding: 3px 3px 3px 3px !important;
 	background-color: #ffffff;
 	overflow: auto;
 	height: auto !important;
 	line-height: 1.3em;
}
.form .required {
 	background-color: #ffffcc !important;
}
.submitButton {
	line-height: 1em;
	width: 68px;
	height: 24px;
	border-style: none;
	color: #ffffff;
	font-weight: bold;
	background-color: transparent;
	background-image: url(/static/image/button.gif);
}
.form .radio, .form .checkbox {
	vertical-align: baseline;
	margin-right: 3px;
}
.form .selectButton {
	background-repeat: no-repeat;
	cursor: pointer;
	width: 13px !important;
	background-position: center center;
	background-image: url(/static/image/select.gif)
}
.form .dropDownButton, .datePicker .dropDownButton {
	background-repeat: no-repeat;
	cursor: pointer;
	width: 13px !important;
	background-position: center center;
	background-image: url(/static/image/dropdown1.gif);
}


.form .uploadProgress {
	font-size:12px;
	border:1px solid #ccc;
	background:#ffff66;
	background-position:-300px 0px;
	background-repeat: no-repeat;
	background-image: url(/static/image/progress.png);
}
.form .uploadProgress .uploadProgressBody {
	width:150px;
	padding-left:3px;
}
.form .uploadProgress .uploadProgressText {
	display: inline-block;
	float: left;
	height:100%;
	color: #000000;
	line-height:100%;
	padding:2px 0px 2px 0px;
}
.form .uploadProgress .cancelButton {
	float: right;
	height: 100%;
	width: 20px;
	background-image: url(/static/image/delete.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


.touchPicker {
	position: absolute;
	width: 308px; 
	top: 200px;
	left: 200px;
	border: 1px solid #f8f8f8;
	background-color: #ffffff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #000000;
}
.touchPicker .touchPickerTitle {
	height: 30px;
	line-height: 30px;
	padding-left: 6px;
	border-bottom: 1px solid #33afdd;
}
.touchPicker .pickerBody {
 	line-height: 18px;
}
.touchPicker .touchPickerOkButton, .touchPicker .touchPickerCancelButton {
	 height: 32px;
	 line-height: 32px;
	 text-align: center;
	 border-top: 1px solid #f0f0f0;
}
.touchPicker .touchPickerOkButtonFocus, .touchPicker .touchPickerCancelButtonFocus {
	background-color: #f0f0f0;
}
.touchPicker .touchPickerCancelButton {
 	border-right: 1px solid #f0f0f0;
}


.touchPicker .listItem {
	border-bottom: 1px solid #f0f0f0;
	height: 30px;
	padding: 3px 5px 3px 5px;
}


.touchPicker .datePicker .yearMonthPicker { 
	background: #fff;
	border: #f0f0f0 1px solid;
	border-bottom-style: none;
}
.touchPicker .datePicker .dayTable, .touchPicker .datePicker .dayTable td { 
	border: #f0f0f0 1px solid;
	border-collapse: collapse;
	background-color: #fff;
}
.touchPicker .datePicker .dayTable .selectedDay { 
	background-color: #33afdd;
}
.touchPicker .datePicker .yearMonthPicker .yearPicker, .touchPicker .datePicker .yearMonthPicker .monthPicker { 
	width: 108px;
	height: 28px;
	border: #f0f0f0 1px solid;
}
.touchPicker .datePicker .yearMonthPicker .yearPicker {  
	width: 160px;
}
.touchPicker .datePicker .monthPicker .pickerItem { 
	width: 36px;
}
.touchPicker .datePicker .pickerItem { 
	line-height: 28px;
}
.touchPicker .datePicker .selectedPickerItem { 
	text-align: center;
	background-image: none;
}


.touchPicker .numberPicker { 
	width: 50px;
	height: 105px;
	margin-top: 16px;
	margin-bottom: 16px;
	background-image: url(/static/image/number_picker.png);
	background-repeat: repeat-x;
	border: 1px solid #f0f0f0;
}
.touchPicker .numberPickerSeparator { 
	font-size: 24px;
	padding-left: 6px;
	padding-right: 6px;
}
.touchPicker .numberPicker .pickerItem { 
	display: block;
	text-align: center;
	font-size: 24px;
	width: 50px;
	height: 35px;
	line-height: 35px;
	color: #ccc;
}
.touchPicker .numberPicker .selectedPickerItem{ 
	font-size: 24px;
	color: #000;
}


.datePicker .yearMonthPicker { 
	background: #e6e6e6;
	border: #ddd 1px solid;
	border-bottom-style: none;
}
.datePicker .yearMonthPicker .yearPicker, .datePicker .yearMonthPicker .monthPicker { 
	width: 116px;
	height: 24px;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 2px;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
}
.datePicker .yearMonthPicker .yearPicker {  
	width: 160px;
	margin-right: 3px;
}
.datePicker .pickerItem { 
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	width: 36px;
	color: #ccc;
}
.datePicker .yearPicker .pickerItem { 
	width: 50px;
}
.datePicker .selectedPickerItem { 
	font-size: 14px;
	color: #000;
}
.datePicker .dropDownButton {
	display: inline-block;
}
.datePicker .dayTable, .datePicker .dayTable td { 
	border: #ddd 1px solid;
	border-collapse: collapse;
	background-color: #fcfcfc;
}
.datePicker .dayTable .week { 
	height: 30px;
	font-size: 12px;
	background-color: #eee;
}
.datePicker .dayTable .day { 
	height: 25px;
	cursor: pointer;
	padding: 3px 5px 3px 5px;
}
.datePicker .dayTable .selectedDay { 
	background-color: #33afdd;
}
.datePicker .dayTable .today { 
	color: red !important;
}
.datePicker .dayTable .weekend { 
	color: #0174df;
}

.button {
	line-height: 1em;
	color: #000000;
	padding: 3px 6px 3px 6px !important;
	padding: 3px 0px 0px 0px;
	width: auto;
	height: auto;
	border: #a0a0a0 1px solid;
	background-color: buttonface;
	display: inline-block;
}
.button:disabled, .button[disabled] {
	color: graytext;
}

.systemPrompt {
	color: #ff0000;
}

.menubar {
	position: absolute;
	background-color: #f8f8f8;
	border: #cccccc 1px solid;
	cursor: pointer;
}
.menunormal {
	background: transparent;
	color: black;
	border: #ffffff 1px solid;
	padding: 3px 5px 3px 5px;
}
.menuover {
	background-color: #328efe;
	color: white;
	border: #ffffff 1px solid;
	padding: 3px 5px 3px 5px;
}
.listbar {
	line-height: 1.6em;
	background-color: #fff;
	border: #666 1px solid;
	cursor: pointer;
	margin: 0px;
	display :block;
	position: absolute;
	outline:none;
	top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    
    width: expression(document.documentElement.clientWidth - 2);
    height: expression(document.documentElement.clientHeight - 2);
}
.listnormal {
	background: transparent;
	color: black;
	border: 1px solid #ffffff;
	line-height: 1.6em;
}
.listover {
	border: 1px solid #ffffff;
	background: #328efe;
	color: #ffffff;
	line-height: 1.6em;
}


.readonlyTable, .readonlyTable td.label, .readonlyTable td.content {
	border: #b0b0b0 1px solid;
	border-collapse: collapse;
}
.readonlyTable {
	width: 100%; 
}
.readonlyTable td.label { 
	background-color: #ecf0f9;
	padding: 5px;
}
.readonlyTable td.content { 
	background-color: #ffffff;
	padding: 5px;
	word-break: break-all;
	
}
.readonlyTable a {
	text-decoration:none;
}

.link {
	width: 88px;
	height: 24px;
	padding-top: 5px;
	border-style: none;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/static/image/link_background.gif);
}
.htmleditor {
	border: #cccccc 1px solid;
}
.htmleditor .toolbarSet { 
	background-color: #f0f0ee;
	border-bottom: #cccccc 1px solid;
	cursor: arrow;
	font-size: 12px;
}
.htmleditor .toolbar { 
	padding: 1px 1px 1px 1px;
	display: inline-block;
	overflow: hidden;
	height: 22px !important;
	height: 24px;
}
.htmleditor .toolbar .toolbarSeparatorLine { 
	display: inline-block;
	width: 5px;
	height: 22px;
	background-image: url(/static/image/toolbar.start.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.htmleditor .toolbar input, .htmleditor .toolbar .field { 
	padding: 2px;
	border: 1px solid #BBBBBB;
	line-height: 1.3em;
}
.htmleditor .toolbarButtonSeparatorBar { 
	display: inline-block;
	width: 1px;
	height: 18px;
	margin-left: 3px;
	margin-right: 3px;
}
.htmleditor .toolbarButtonSeparatorBar .toolbarButtonSeparatorLine { 
	display: inline-block;
	width: 1px;
	height: 22px;
	background-image: url(/static/image/toolbar.group.start.gif);
	background-position: center 1px;
	background-repeat: no-repeat;
}
.htmleditor .toolbarButton { 
	display: inline-block;
	height: 16px;
	padding: 1px 1px 1px 1px;
	margin-right: 0px;
	border: #f0f0ee 1px solid;
	cursor: pointer;
}
.htmleditor .toolbarButtonActive { 
	border: #cccccc 1px solid;
	background-color: #f6f6f0;
}
.htmleditor .toolbarButtonDisabled { 
	opacity: 0.30; 
    filter: gray() alpha(opacity=30); 
}
.htmleditor .toolbarButtonOver { 
	border: #cccccc 1px solid;
	background-color: #f5f5f0;
}
.htmleditor .toolbarButton .toolbarButtonIcon { 
	display: inline-block;
	width: 16px;
	height: 16px;
	float: left;
}
.htmleditor .toolbarButton .toolbarButtonTitle { 
	display: inline-block;
	white-space: nowrap !important;
	padding: 0px 2px 0px 3px;
	height: 16px;
	line-height: 16px;
	float: left;
}
.htmleditor .toolbarButton .toolbarButtonDropButton { 
	display: inline-block;
	width: 8px;
	padding: 0px 0px 0px 2px;
	float: left;
}
.htmleditor .sourceCodeTextArea { 
	border-style: none;
	width: 100% !important;
	height: 100% !important;
	outline-style: none;
}
.htmleditor .editorarea body, .htmleditor .editorarea td, .htmleditor .editorarea th { 
	font-family: "Microsoft Yahei", "Simsun", Tahoma;
	font-size: 16px;
	line-height: 1.6em;
}
.htmleditor .simpleeditor .editorarea body, .htmleditor .simpleeditor .editorarea td, .htmleditor .simpleeditor .editorarea th { 
	font-size: 14px;
	line-height: 1.3em;
}
.htmleditor .editorarea body { 
	padding: 3px;
	margin: 0px;
	border-style: none;
	background-color: #ffffff;
}
.htmleditor .simpleeditor .editorarea body { 
	padding: 2px;
}
.htmleditor .editorarea a:link, .htmleditor .editorarea a:visited, .htmleditor .editorarea a:hover { 
	color: #00f;
}
.htmleditor .editorarea p, .htmleditor .editorarea ul, .htmleditor .editorarea li {  
	margin-top: 3px;
	margin-bottom: 0px;
}
