body { min-width:auto; }

.admin-banner { position:relative; background:url('common/images/admin-logo.gif') no-repeat left top; border:1px solid #FFF; height:66px; }
.admin-banner .website-name { font-family:"Arial Unicode MS","SimSun"; font-size:23px; padding:0px; margin:28px 0px 0px 250px; }
.admin-banner .website-name .first-name { color:#4B4B4D; }
.admin-banner .website-name .last-name { color:#017A9D; }
.admin-banner .top-shortcut-menu { position:absolute; z-index:1; right:4px; top:0px; font-size:13px; text-align:right; line-height:1.6em; }

/* 管理首页 */
.admin_home_page { margin-left:0px; margin-right:0px; width:900px; min-height:400px; }

/* 详情页面管理工具条 */
.pageItemAdminBar { clear:both; text-align:right; background:#F8F8F8; padding:5px; border:1px solid #DDD; margin:5px 0px 10px 0px; }
.form-input #textContents { width:730px; height:450px; }

textarea#empIntro { width:800px; height:200px; }
select#divisionId, select#buildingId, select#floorId { width:120px; }
select.learnArticle_empCategoryId { height:150px; }
select.learnArticle_deptId { height:300px; }

.truncate { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

/* 审批页面 */
textarea#approvalIdea { width:600px; height:100px; }

/* 诊疗项目模板 */
#treatmentIntroPagesSidebar { width:250px; }
#treatmentIntroPagesSidebar td.striped { background-color: #F2F2F2; }

/* 系统参数管理 */
#paramValue { width:450px; }

/* 考核模块 */
input#paperName { width:750px; }
.actualTotalScore { font-weight:bold; font-size:22px; text-align:right; color:#F20000; }
/* 单选钮和多选框 */
.examChoice { margin:0px 0px 0px 20px; }
.choice_questionDesc { width:750px; height:80px; }
.choice_optionDesc { width:600px!important; }
/* 填空题内容框 */
.fillIn_questionDesc { width:750px; height:150px; }
/* 填空区域显示下划线 */
span.fillInText { color:#30A4B1; text-decoration:underline; margin:0px 6px; }
input.fillInText { color:#30A4B1; border:none; border-bottom:1px solid #30A4B1; margin:0px 6px; }
input.goOverText { font-weight:bold; color:#F20000; border:1px solid #F20000; margin:0px 6px; width:60px; }
/* 问答题答案内容 */
.faq_questionDesc { width:850px; height:80px; }
.faq_questionAnswer { color:#30A4B1; width:850px; height:170px; }
.faqText { color:#30A4B1; }
.takeexam .faq_questionDesc { margin:0px 0px 0px 20px; }

/* 展示文字内容信息的表格 */
table.pretty { border-color:#C7DFE8; }
table.pretty > thead > tr > th { background-color:#EAF2F3; padding:4px 4px; border:none; border-bottom:1px dashed #C7DFE8; }
table.pretty > tbody > tr:nth-child(even) { background-color:#F8F8F8; }
table.pretty > tbody > tr:hover { background-color:#EAF2F3; }
table.pretty > tbody > tr > td { padding:3px 4px; border:none; border-bottom:1px dashed #C7DFE8; }
table.pretty a { color:#016A9F; text-decoration:none; }
table.pretty input { margin:0px; }

table.items, table.items th, table.items td {
  padding:4px 8px;
  border:2px solid #CBDAE6;
}
table.items { font-size:13px; margin:5px 0px 12px; }
table.items th { text-align:left; background-color:#FAFAFA; width:150px; }
table.items td { text-align:left; }

table.info, table.info th, table.info td {
  padding:5px;
  border:none;
  border-top:1px solid #CBDAE6;
  border-bottom:1px solid #CBDAE6;
}
table.info { border-top:2px solid #ABC3D7; margin:5px 0px 8px; border-collapse:collapse; width:100%; }
table.info th { font-weight:normal; text-align:right; background-color:#F6F6F6; width:150px; }
table.info td { color:#333; }
table.info td.help-text { color:blue; color:#0000AA; background-color:#F9F9F9; width:280px; }

/* 隐藏页眉页脚 */
.admin-banner1 { background:none; height:20px; }
.admin-banner1 .website-name { display:none; }
#footer1 { display:none; }
