﻿html,body { margin: 0; padding:0; color: #000000; FONT-SIZE: 12px; }

a { font-size:12px; color:Blue; }
a:hover { font-size:12px; color:Blue;}
a:visited { font-size:12px;color:Blue;}

#LeftMenu{}

div.Detail { margin:0; padding:0; width:980px; height:100%;overflow:hidden;}
#Content,#Side{width:759px; height:100%;overflow:hidden; margin:2px;padding:0; display:inline;float:left;}
#Content{ border:solid 1px #b7b7b7;}
#Side{width:190px;}
#Side .C1{}
#Content h1,#Content h2{ padding:4px 8px; font-size:16px; background-color:#f4f4f6; margin-bottom:4px;}

div.ListTitle{margin:6px 0px; padding:0 4px; width:100%; height:24px; line-height:24px;}
table.List { margin:0; padding:6px 4px; border-width:0; border-collapse:collapse; width:98%;}

.ulAlert{text-align:left; width:400px; padding:0px 48px; font-size:14px;}
.ulAlert a,.ulAlert a:hover{ font-size:14px;}


.C1{width:100%; height:100%;overflow:hidden;margin:0;}
div.C1{margin:0 auto; text-align:center; height:100%; overflow:hidden;}
table.Detail { margin:0 auto; padding:0; border-width:0; border-collapse:collapse; width:100%; height:100%;}

p.C1 {text-align:left; }
p.C2{ display:block; float:left; width:49%; text-align:left;  margin:0;}        
p.InputC1 { display:block; float:left; width:99%; text-align:left; margin:2px 4px;}
p.InputC2 { display:block; float:left; width:48%; text-align:left; margin:2px 4px;}
.lbl100 { float:left; width:100px; text-align:left;}
.lbl100L { float:left; width:100px; text-align:left;}
p.Submit,div.Submit {display:block;float:left;height: 64px; line-height: 64px; width: 100%; text-align: left; padding-left:100px; }

p.InputC1 .txtAdd{ width:80%;height:18px;}
p.InputC2 .txtAdd,p.InputC2 .txtDate{ width:160px; height:18px;}
p.InputC1 .areaAdd{ width:80%; height:200px;}


/*弹出提示/确认框（确认后返回true/false）样式开始-----------------------------------------------------------------------------------------------------*/
#popup_container { font-family: Arial, sans-serif; font-size: 12px; min-width: 300px; max-width: 600px;*width: 300px; background: #fffaeb; border: solid 3px #e7c78c; color: #000; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#popup_title { font-size: 14px; font-weight: bold; text-align: left; line-height: 1.75em; color: #735129; background-color: #efdfb5; border-bottom: dotted 1px #999; cursor: default; padding: 0px 8px; margin: 0em; }
#popup_content { background: 16px 16px no-repeat url(JqueryAlert/info.gif); padding: 1em 1.75em; padding-left:72px; margin: 0em; }
#popup_content.alert { background-image: url(JqueryAlert/info.gif); }
#popup_content.confirm { background-image: url(JqueryAlert/important.gif); }
#popup_content.prompt { background-image: url(JqueryAlert/help.gif); }
#popup_message { text-align: left;}
#popup_panel { text-align: center; width:100%;}
#popup_prompt { margin: .5em 0em; }
#popup_content #popup_ok{ border-style: none; border-color: inherit; border-width: 0; background: url(JqueryAlert/confirm.png); width:48px; height:20px; }
#popup_content #popup_cancel{ border-style: none; border-color: inherit; border-width: 0; background: url(JqueryAlert/cancel.png); width:48px; height:20px; }
/*弹出提示/确认框样式结束-----------------------------------------------------------------------------------------------------*/


.ulNavDetail{ height:36px;  width:98%; padding:4px;}
.liNav{ float:left; display:block; padding:2px;}

/*限制长度*/
.Limit300 { display:block; float:left; height:20px; line-height:20px; overflow:hidden; text-align:left;white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.Limit300 {width:308px;}
