6fe89c519078eb37376ee79a21cd64c94c3e27f1.svn-base 94 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287
  1. html{
  2. scrollbar-face-color: #e65a25; /*主色调*/
  3. scrollbar-highlight-color: #FFFFFF;
  4. scrollbar-shadow-color: #f98b62; /*描边颜色*/
  5. scrollbar-3dlight-color: #f8a07e; /*左侧边高光颜色*/
  6. scrollbar-arrow-color: #ffffff; /*小三角颜色*/
  7. scrollbar-darkshadow-color: #DDEEFF;
  8. }
  9. ::-webkit-scrollbar {
  10. width:8px;
  11. height:8px;
  12. background-color:#fff;
  13. }
  14. ::-webkit-scrollbar-track {
  15. background-color:#fefefe;
  16. border-radius:10px;
  17. -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.4)
  18. }
  19. ::-webkit-scrollbar-track:hover {
  20. -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
  21. background-color:#fefefe;
  22. }
  23. ::-webkit-scrollbar-track:active {
  24. -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
  25. background-color:#f0f0f0;
  26. }
  27. ::-webkit-scrollbar-thumb {
  28. background-color: rgba(0,0,0,0.2);
  29. border-radius:10px;
  30. -webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1)
  31. }
  32. ::-webkit-scrollbar-thumb:hover {
  33. background-color: rgba(0,0,0,0.4);
  34. -webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1)
  35. }
  36. ::-webkit-scrollbar-thumb:active {
  37. background: rgba(0,0,0,0.6)
  38. }
  39. /*两侧默认背景色*/
  40. #lbox{
  41. padding: 0;
  42. background-color:#ffffff;
  43. }
  44. #rbox{
  45. padding: 0;
  46. background-color:#ffffff;
  47. }
  48. /*盒子模型*/
  49. .box1{
  50. }
  51. .box1 .box_topcenter{
  52. width: 100%;
  53. height: 20px;
  54. background-image: url(box/box1_topcenter.jpg);
  55. background-repeat: repeat-x;
  56. overflow: hidden;
  57. line-height: 20px;
  58. }
  59. .box1 .box_topleft{
  60. width: 100%;
  61. height: 100%;
  62. background-image: url(box/box1_topleft.jpg);
  63. background-repeat: no-repeat;
  64. overflow: hidden;
  65. }
  66. .box1 .box_topright{
  67. width: 100%;
  68. height: 100%;
  69. background-image: url(box/box1_topright.jpg);
  70. background-repeat: no-repeat;
  71. background-position: 100% 0%;
  72. overflow: hidden;
  73. }
  74. .box1 .box_middlecenter{
  75. width: 100%;
  76. background-color: #ffffff;
  77. }
  78. .box1 .box_middleleft{
  79. width: 100%;
  80. background-image: url(box/box1_middleleft.jpg);
  81. background-repeat: repeat-y;
  82. }
  83. .box1 .box_middleright{
  84. width: 100%;
  85. background-image: url(box/box1_middleright.jpg);
  86. background-repeat: repeat-y;
  87. background-position: 100% 0%;
  88. }
  89. .box1 .box_bottomcenter{
  90. width: 100%;
  91. height: 22px;
  92. background-image: url(box/box1_bottomcenter.jpg);
  93. background-repeat: repeat-x;
  94. overflow: hidden;
  95. line-height: 22px;
  96. }
  97. .box1 .box_bottomleft{
  98. width: 100%;
  99. height: 100%;
  100. background-image: url(box/box1_bottomleft.jpg);
  101. background-repeat: no-repeat;
  102. overflow: hidden;
  103. }
  104. .box1 .box_bottomright{
  105. width: 100%;
  106. height: 100%;
  107. background-image: url(box/box1_bottomright.jpg);
  108. background-repeat: no-repeat;
  109. background-position: 100% 0%;
  110. overflow: hidden;
  111. }
  112. .box1 .boxContent{
  113. padding:0 8px 0 18px;
  114. margin:0 10px 0 0;
  115. }
  116. .box1_custom{
  117. }
  118. .box1_custom .box_topcenter{
  119. width: 100%;
  120. height: 8px;
  121. background-image: url(box/box1_custom_topcenter.jpg);
  122. background-repeat: repeat-x;
  123. overflow: hidden;
  124. line-height: 8px;
  125. }
  126. .box1_custom .box_topleft{
  127. width: 100%;
  128. height: 100%;
  129. background-image: url(box/box1_custom_topleft.jpg);
  130. background-repeat: no-repeat;
  131. overflow: hidden;
  132. }
  133. .box1_custom .box_topright{
  134. width: 100%;
  135. height: 100%;
  136. background-image: url(box/box1_custom_topright.jpg);
  137. background-repeat: no-repeat;
  138. background-position: 100% 0%;
  139. overflow: hidden;
  140. }
  141. .box1_custom .box_middlecenter{
  142. width: 100%;
  143. background-color: #f3f3f3;
  144. }
  145. .box1_custom .box_middleleft{
  146. width: 100%;
  147. background-image: url(box/box1_custom_middleleft.jpg);
  148. background-repeat: repeat-y;
  149. }
  150. .box1_custom .box_middleright{
  151. width: 100%;
  152. background-image: url(box/box1_custom_middleright.jpg);
  153. background-repeat: repeat-y;
  154. background-position: 100% 0%;
  155. }
  156. .box1_custom .box_bottomcenter{
  157. width: 100%;
  158. height: 8px;
  159. background-image: url(box/box1_custom_bottomcenter.jpg);
  160. background-repeat: repeat-x;
  161. overflow: hidden;
  162. line-height: 8px;
  163. }
  164. .box1_custom .box_bottomleft{
  165. width: 100%;
  166. height: 100%;
  167. background-image: url(box/box1_custom_bottomleft.jpg);
  168. background-repeat: no-repeat;
  169. overflow: hidden;
  170. }
  171. .box1_custom .box_bottomright{
  172. width: 100%;
  173. height: 100%;
  174. background-image: url(box/box1_custom_bottomright.jpg);
  175. background-repeat: no-repeat;
  176. background-position: 100% 0%;
  177. overflow: hidden;
  178. }
  179. .box1_custom .boxContent{
  180. padding:0 8px 0 20px;
  181. }
  182. .box2{
  183. padding:2px 4px 4px 0;
  184. }
  185. .box2 .box_topcenter{
  186. width: 100%;
  187. height: 26px;
  188. background-image: url(box/box4_topcenter.jpg);
  189. background-repeat: repeat-x;
  190. overflow: hidden;
  191. line-height: 26px;
  192. }
  193. .box2 .box_topleft{
  194. width: 100%;
  195. height: 100%;
  196. background-image: url(box/box4_topleft.jpg);
  197. background-repeat: no-repeat;
  198. overflow: hidden;
  199. }
  200. .box2 .box_topright{
  201. width: 100%;
  202. height: 100%;
  203. background-image: url(box/box4_topright.jpg);
  204. background-repeat: no-repeat;
  205. background-position: 100% 0%;
  206. overflow: hidden;
  207. }
  208. .box2 .box_middlecenter{
  209. width: 100%;
  210. background-color: #fff3ed;
  211. }
  212. .box2 .box_middleleft{
  213. width: 100%;
  214. background-image: url(box/box4_middleleft.jpg);
  215. background-repeat: repeat-y;
  216. }
  217. .box2 .box_middleright{
  218. width: 100%;
  219. background-image: url(box/box4_middleright.jpg);
  220. background-repeat: repeat-y;
  221. background-position: 100% 0%;
  222. padding-top:3px;
  223. }
  224. .box2 .box_bottomcenter{
  225. width: 100%;
  226. height: 8px;
  227. background-image: url(box/box4_bottomcenter.jpg);
  228. background-repeat: repeat-x;
  229. overflow: hidden;
  230. }
  231. .box2 .box_bottomleft{
  232. width: 100%;
  233. height: 100%;
  234. background-image: url(box/box4_bottomleft.jpg);
  235. background-repeat: no-repeat;
  236. overflow: hidden;
  237. }
  238. .box2 .box_bottomright{
  239. width: 100%;
  240. height: 100%;
  241. background-image: url(box/box4_bottomright.jpg);
  242. background-repeat: no-repeat;
  243. background-position: 100% 0%;
  244. overflow: hidden;
  245. }
  246. .box2 .title{
  247. color:white;
  248. height:26px;
  249. line-height:26px;
  250. float:left;
  251. padding:0px 0 0 10px;
  252. font-weight:bold;
  253. }
  254. .box2 .title_icon span{
  255. padding-left:18px!important;
  256. }
  257. .box2 .boxSubTitle{
  258. float:left;
  259. }
  260. .box2 .status{
  261. float:right;
  262. padding:0px 10px 0 0;
  263. color:white;
  264. height:26px;
  265. line-height:26px;
  266. }
  267. .box2 .boxContent{
  268. padding:0px 10px 0 10px;
  269. }
  270. .box2 .ss{
  271. cursor:pointer;
  272. cursor:hand;
  273. }
  274. .box2 .ss a{
  275. color:white;
  276. text-decoration:none;
  277. }
  278. .box2 .ss a:hover{
  279. color:white;
  280. text-decoration: underline;
  281. }
  282. .box2_custom{
  283. padding:2px 4px 2px 0;
  284. }
  285. .box2_custom .box_topcenter{
  286. width: 100%;
  287. height: 29px;
  288. background-image: url(box/box3_topcenter.jpg);
  289. background-repeat: repeat-x;
  290. overflow: hidden;
  291. line-height: 39px;
  292. }
  293. .box2_custom .box_topleft{
  294. width: 100%;
  295. height: 100%;
  296. background-image: url(box/box3_topleft.jpg);
  297. background-repeat: no-repeat;
  298. overflow: hidden;
  299. }
  300. .box2_custom .box_topright{
  301. width: 100%;
  302. height: 100%;
  303. background-image: url(box/box3_topright.jpg);
  304. background-repeat: no-repeat;
  305. background-position: 100% 0%;
  306. overflow: hidden;
  307. }
  308. .box2_custom .box_middlecenter{
  309. width: 100%;
  310. background-color: #ffffff;
  311. }
  312. .box2_custom .box_middleleft{
  313. width: 100%;
  314. background-image: url(box/box3_middleleft.jpg);
  315. background-repeat: repeat-y;
  316. }
  317. .box2_custom .box_middleright{
  318. width: 100%;
  319. background-image: url(box/box3_middleright.jpg);
  320. background-repeat: repeat-y;
  321. background-position: 100% 0%;
  322. }
  323. .box2_custom .box_bottomcenter{
  324. width: 100%;
  325. height: 2px;
  326. background-image: url(box/box3_bottomcenter.jpg);
  327. background-repeat: repeat-x;
  328. overflow: hidden;
  329. }
  330. .box2_custom .box_bottomleft{
  331. width: 100%;
  332. height: 100%;
  333. background-image: url(box/box3_bottomleft.jpg);
  334. background-repeat: no-repeat;
  335. overflow: hidden;
  336. }
  337. .box2_custom .box_bottomright{
  338. width: 100%;
  339. height: 100%;
  340. background-image: url(box/box3_bottomright.jpg);
  341. background-repeat: no-repeat;
  342. background-position: 100% 0%;
  343. overflow: hidden;
  344. }
  345. .box2_custom .title{
  346. color:white;
  347. height:20px;
  348. line-height:20px;
  349. float:left;
  350. padding:5px 0 0 10px;
  351. font-weight:bold;
  352. }
  353. .box2_custom .title_icon span{
  354. padding-left:25px!important;
  355. }
  356. .box2_custom .boxSubTitle{
  357. float:left;
  358. }
  359. .box2_custom .status{
  360. float:right;
  361. padding:0px 10px 0 0;
  362. color:white;
  363. height:29px;
  364. line-height:29px;
  365. }
  366. .box2_custom .boxContent{
  367. padding:0 10px 0 10px;
  368. }
  369. .box2_custom .ss{
  370. cursor:pointer;
  371. cursor:hand;
  372. color:black;
  373. }
  374. .box4{
  375. padding:2px 4px 4px 0;
  376. }
  377. .box4_topcenter{
  378. width: 100%;
  379. height: 26px;
  380. background-image: url(box/box4_topcenter.jpg);
  381. background-repeat: repeat-x;
  382. overflow: hidden;
  383. line-height: 26px;
  384. }
  385. .box4_topleft{
  386. width: 100%;
  387. height: 100%;
  388. background-image: url(box/box4_topleft.jpg);
  389. background-repeat: no-repeat;
  390. overflow: hidden;
  391. }
  392. .box4_topright{
  393. width: 100%;
  394. height: 100%;
  395. background-image: url(box/box4_topright.jpg);
  396. background-repeat: no-repeat;
  397. background-position: 100% 0%;
  398. overflow: hidden;
  399. }
  400. .box4_topcenter_notitle{
  401. width: 100%;
  402. height: 1px;
  403. overflow:hidden;
  404. border-top:solid 1px #e89f7c;/*box4顶上边框色*/
  405. background-color:#ffffff;
  406. }
  407. .box4_topleft_notitle{
  408. }
  409. .box4_topright_notitle{
  410. }
  411. .box4_middlecenter{
  412. width: 100%;
  413. background-color: #ffffff;
  414. }
  415. .box4_middleleft{
  416. width: 100%;
  417. background-image: url(box/box4_middleleft.jpg);
  418. background-repeat: repeat-y;
  419. }
  420. .box4_middleright{
  421. width: 100%;
  422. background-image: url(box/box4_middleright.jpg);
  423. background-repeat: repeat-y;
  424. background-position: 100% 0%;
  425. }
  426. .box4_bottomcenter{
  427. width: 100%;
  428. height: 5px;
  429. background-image: url(box/box4_bottomcenter.jpg);
  430. background-repeat: repeat-x;
  431. overflow: hidden;
  432. }
  433. .box4_bottomleft{
  434. width: 100%;
  435. height: 100%;
  436. background-image: url(box/box4_bottomleft.jpg);
  437. background-repeat: no-repeat;
  438. overflow: hidden;
  439. }
  440. .box4_bottomright{
  441. width: 100%;
  442. height: 100%;
  443. background-image: url(box/box4_bottomright.jpg);
  444. background-repeat: no-repeat;
  445. background-position: 100% 0%;
  446. overflow: hidden;
  447. }
  448. .box4 .title{
  449. color:white;
  450. height:26px;
  451. line-height:26px;
  452. padding:0px 0 0 10px;
  453. font-weight:bold;
  454. }
  455. .box4 .boxContent{
  456. padding:0;
  457. }
  458. .box4 .boxContent .subtitle{
  459. padding:0 3px 0 1px;
  460. }
  461. .box4 .boxContent .subtitle_con{
  462. background-image: url(box/box4_subbg.jpg);
  463. background-repeat: repeat-x;
  464. height:25px;
  465. width:100%;
  466. line-height:25px;
  467. text-indent:20px;
  468. font-weight:bold;
  469. color:#ffffff;
  470. border-left:solid 1px #ffffff;
  471. border-right:solid 1px #ffffff;
  472. }
  473. .box4 .boxContent .subtitle_con a{
  474. color:#ffffff;
  475. }
  476. .box4 .boxContent .subtitle_con a:hover{
  477. color:#ffffff;
  478. }
  479. .box4 .boxContent ul{
  480. padding:0 0 8px 0;
  481. }
  482. .box4 .boxContent li{
  483. padding:5px 0 0 4%;
  484. }
  485. .box4 .boxContent li a{
  486. display:block;
  487. width:95%;
  488. height:25px;
  489. line-height:25px;
  490. background-image: url(box/box4_listBg.jpg);
  491. background-repeat: repeat-x;
  492. border:solid 1px #fecaae;/*边框颜色*/
  493. text-indent:10px;
  494. }
  495. .box4 .boxContent li a:hover{
  496. background-image: url(box/box4_listBg_hover.jpg);
  497. background-repeat: repeat-x;
  498. border:solid 1px #e89f7c;/*边框颜色*/
  499. text-decoration:none;
  500. color:#b41800;/*文字颜色*/
  501. }
  502. .box4 .boxContent li .current{
  503. background-image: url(box/box4_listBg_hover.jpg);
  504. background-repeat: repeat-x;
  505. border:solid 1px #e89f7c;/*边框颜色*/
  506. text-decoration:none;
  507. color:#b41800;/*文字颜色*/
  508. }
  509. .box4 .boxContent .line_dot{
  510. height:4px;
  511. overflow:hidden;
  512. border-top:dotted 1px #cd2e03;/*线颜色*/
  513. }
  514. /*盒子模型*/
  515. /*信息提示*/
  516. .tooltip .top{
  517. padding: 30px 8px 0;
  518. background: url(tooltip/bt.gif) no-repeat top;
  519. display:block;
  520. }
  521. .tooltip .bottom{
  522. padding:3px 8px 15px;
  523. color: #548912;
  524. background: url(tooltip/bt.gif) no-repeat bottom;
  525. display:block;
  526. }
  527. .tooltip_min .top{
  528. padding: 25px 8px 0;
  529. background: url(tooltip/bt_min.gif) no-repeat top;
  530. display:block;
  531. }
  532. .tooltip_min .bottom{
  533. padding:3px 8px 5px;
  534. color: #548912;
  535. background: url(tooltip/bt_min.gif) no-repeat bottom;
  536. display:block;
  537. }
  538. .tooltip_mid .top{
  539. padding: 25px 8px 0;
  540. text-align:left;
  541. line-height:150%;
  542. background: url(tooltip/bt_mid.gif) no-repeat top;
  543. display:block;
  544. }
  545. .tooltip_mid .bottom{
  546. padding:3px 8px 5px;color: #548912;
  547. text-align:left;
  548. line-height:150%;
  549. background: url(tooltip/bt_mid.gif) no-repeat bottom;
  550. display:block;
  551. }
  552. .tooltip_r .top{
  553. padding: 10px 8px 5px;
  554. background: url(tooltip/bt_r.gif) no-repeat top;
  555. display:block;
  556. }
  557. .tooltip_r .bottom{
  558. padding:30px 8px 0px;
  559. color: #548912;
  560. background: url(tooltip/bt_r.gif) no-repeat bottom;
  561. display:block;
  562. }
  563. .tooltip_min_r .top{
  564. padding: 10px 8px 5px;
  565. background: url(tooltip/bt_min_r.gif) no-repeat top;
  566. display:block;
  567. }
  568. .tooltip_min_r .bottom{
  569. padding:25px 8px 0px;
  570. color: #548912;
  571. background: url(tooltip/bt_min_r.gif) no-repeat bottom;
  572. display:block;
  573. }
  574. .tooltip_mid_r .top{
  575. padding: 10px 8px 5px;
  576. background: url(tooltip/bt_mid_r.gif) no-repeat top;
  577. display:block;
  578. }
  579. .tooltip_mid_r .bottom{
  580. padding:25px 8px 0px;
  581. color: #548912;
  582. background: url(tooltip/bt_mid_r.gif) no-repeat bottom;
  583. display:block;
  584. }
  585. .tooltip_s .top{
  586. padding: 30px 8px 0;
  587. background: url(tooltip/bt_s.gif) no-repeat top;
  588. display:block;
  589. }
  590. .tooltip_s .bottom{
  591. padding:3px 8px 15px;
  592. color: #548912;
  593. background: url(tooltip/bt_s.gif) no-repeat bottom;
  594. display:block;
  595. }
  596. .tooltip_min_s .top{
  597. padding: 25px 8px 0;
  598. background: url(tooltip/bt_min_s.gif) no-repeat top;
  599. display:block;
  600. }
  601. .tooltip_min_s .bottom{
  602. padding:3px 8px 5px;
  603. color: #548912;
  604. background: url(tooltip/bt_min_s.gif) no-repeat bottom;
  605. display:block;
  606. }
  607. .tooltip_mid_s .top{
  608. padding: 25px 8px 0;
  609. text-align:left;
  610. line-height:150%;
  611. background: url(tooltip/bt_mid_s.gif) no-repeat top;
  612. display:block;
  613. }
  614. .tooltip_mid_s .bottom{
  615. padding:3px 8px 5px;color: #548912;
  616. text-align:left;
  617. line-height:150%;
  618. background: url(tooltip/bt_mid_s.gif) no-repeat bottom;
  619. display:block;
  620. }
  621. .formErrorContent{
  622. padding: 25px 8px 0;
  623. text-align:left;
  624. line-height:150%;
  625. background: url(tooltip/bt_error.gif) no-repeat top;
  626. display:block;
  627. }
  628. .formErrorBottom{
  629. padding:3px 8px 5px;color: #548912;
  630. text-align:left;
  631. line-height:150%;
  632. background: url(tooltip/bt_error.gif) no-repeat bottom;
  633. display:block;
  634. }
  635. /*信息提示*/
  636. /*弹出窗口*/
  637. .dialog_borderWidth{
  638. width:13px;
  639. }
  640. .dialog_title{
  641. padding: 10px 0 0 4px;
  642. float: left;
  643. font-weight: bold;
  644. color:#fff;
  645. }
  646. .dialog_lt{
  647. background-image: url(popup/dialog_lt.png) !important;
  648. background: url(popup/dialog_lt.gif) no-repeat 0 0;
  649. height:33px;
  650. }
  651. .dialog_ct{
  652. background-image:url(popup/dialog_ct.png) !important;
  653. background: url(popup/dialog_ct.gif) repeat-x top;
  654. height:33px;
  655. vertical-align:top;
  656. }
  657. .dialog_rt{
  658. background-image: url(popup/dialog_rt.png) !important;
  659. background: url(popup/dialog_rt.gif) no-repeat right 0;
  660. height:33px;
  661. }
  662. .dialog_closebtn{
  663. background-image:url(popup/dialog_closebtn.gif);
  664. border:0;
  665. background-repeat:no-repeat;
  666. background-color:transparent;
  667. background-position:50% 50%;
  668. margin: 4px 0 0;
  669. *margin-top: 5px;
  670. position: relative;
  671. top:auto;
  672. cursor: pointer;
  673. float: right;
  674. height: 17px;
  675. width: 28px;
  676. }
  677. .dialog_closebtn_over{
  678. background-image:url(popup/dialog_closebtn_over.gif);
  679. border:0;
  680. background-repeat:no-repeat;
  681. background-color:transparent;
  682. background-position:50% 50%;
  683. margin: 4px 0 0;
  684. *margin-top: 5px;
  685. position: relative;
  686. top:auto;
  687. cursor: pointer;
  688. float: right;
  689. height: 17px;
  690. width: 28px;
  691. }
  692. .dialog_maxbtn{
  693. background-image:url(popup/dialog_maxbtn.gif);
  694. border:0;
  695. background-repeat:no-repeat;
  696. background-color:transparent;
  697. background-position:50% 50%;
  698. margin: 4px 0 0;
  699. *margin-top: 5px;
  700. position: relative;
  701. top:auto;
  702. cursor: pointer;
  703. float: right;
  704. height: 17px;
  705. width: 28px;
  706. }
  707. .dialog_minbtn{
  708. background-image:url(popup/dialog_minbtn.gif);
  709. border:0;
  710. background-repeat:no-repeat;
  711. background-color:transparent;
  712. background-position:50% 50%;
  713. margin: 4px 0 0;
  714. *margin-top: 5px;
  715. position: relative;
  716. top:auto;
  717. cursor: pointer;
  718. float: right;
  719. height: 17px;
  720. width: 28px;
  721. }
  722. .dialog_decreasebtn{
  723. background-image:url(popup/dialog_decreasebtn.gif)!important;
  724. }
  725. .dialog_mlm{
  726. background-image: url(popup/dialog_mlm.png) !important;
  727. background: url(popup/dialog_mlm.gif) repeat-y left;
  728. }
  729. .dialog_bg{
  730. background:#eaece9 url(popup/dialog_bg.jpg) no-repeat scroll right top;
  731. }
  732. .dialog_messageIcon{
  733. background-image:url(popup/window.gif);
  734. border:0;
  735. background-repeat:no-repeat;
  736. background-color:transparent;
  737. background-position:50% 50%;
  738. width:32px;
  739. height:32px;
  740. }
  741. .dialog_mrm{
  742. background-image: url(popup/dialog_mrm.png) !important;
  743. background: url(popup/dialog_mrm.gif) repeat-y right;
  744. }
  745. .dialog_lb{
  746. background-image: url(popup/dialog_lb.png) !important;
  747. background: url(popup/dialog_lb.gif) no-repeat 0 bottom;
  748. height:13px;
  749. }
  750. .dialog_cb{
  751. background-image: url(popup/dialog_cb.png) !important;
  752. background: url(popup/dialog_cb.gif) repeat-x bottom;
  753. height:13px;
  754. }
  755. .dialog_rb{
  756. background-image: url(popup/dialog_rb.png) !important;
  757. background: url(popup/dialog_rb.gif) no-repeat right bottom;
  758. height:13px;
  759. }
  760. .icon_alert{
  761. background-image:url(popup/icon_alert.gif);
  762. border:0;
  763. background-repeat:no-repeat;
  764. background-color:transparent;
  765. background-position:50% 50%;
  766. width:34px;
  767. height:34px;
  768. }
  769. .icon_query{
  770. background-image:url(popup/icon_query.gif);
  771. border:0;
  772. background-repeat:no-repeat;
  773. background-color:transparent;
  774. background-position:50% 50%;
  775. width:34px;
  776. height:34px;
  777. }
  778. .dialog_sample_top{
  779. border:solid 1px #999999;
  780. background-color:#eeeeee;
  781. height:32px;
  782. font-weight:bold;
  783. color:black;
  784. }
  785. .dialog__simple_closebtn{
  786. background-image:url(popup/simple_close.gif);
  787. border:0;
  788. background-repeat:no-repeat;
  789. background-color:transparent;
  790. background-position:50% 50%;
  791. width:10px;
  792. height:10px;
  793. margin: 10px 8px 0 0;
  794. position: relative;
  795. top: auto;
  796. cursor: pointer;
  797. float: right;
  798. }
  799. .dialog_sample_middle{
  800. border-left:solid 1px #999999;
  801. border-right:solid 1px #999999;
  802. border-bottom:solid 1px #999999;
  803. background-color:#ffffff;
  804. }
  805. .dialog_tip_middle{
  806. border-left:solid 1px #999999;
  807. border-right:solid 1px #999999;
  808. background-color:#ffffff;
  809. }
  810. .dialog_tip_bottom{
  811. height:31px;
  812. background-image:url(popup/simple_bottomLine.gif);
  813. background-repeat:repeat-x;;
  814. }
  815. .dialog_tip_bottomArr{
  816. height:100%;
  817. background-image: url(popup/simple_tip.png) !important;
  818. background: url(popup/simple_tip.gif) no-repeat center top;
  819. }
  820. .dialog_shadow_lt{
  821. background-image:url(popup/shadow_lt.gif);
  822. background-repeat:no-repeat;
  823. background-color:#ffffff;
  824. height:39px;
  825. width:220px;
  826. }
  827. .dialog_shadow_ct{
  828. background-image:url(popup/shadow_ct.gif);
  829. background-repeat: repeat-x;
  830. background-color:#ffffff;
  831. height:39px;
  832. }
  833. .dialog_shadow_rt{
  834. background-image:url(popup/shadow_rt.gif);
  835. background-repeat:no-repeat;
  836. height:39px;
  837. width:225px;
  838. }
  839. .dialog_shadow_lm{
  840. background-image:url(popup/shadow_lm.gif);
  841. background-repeat: repeat-y;
  842. background-color:#ffffff;
  843. }
  844. .dialog_shadow_cm{
  845. background-color:#ffffff;
  846. }
  847. .dialog_shadow_rm{
  848. background-image:url(popup/shadow_rm.gif);
  849. background-repeat: repeat-y;
  850. }
  851. .dialog_shadow_lb{
  852. background-image: url(popup/shadow_lb.png) !important;
  853. background-image:url(popup/shadow_lb.gif);
  854. background-repeat:no-repeat;
  855. height:130px;
  856. width:220px;
  857. }
  858. .dialog_shadow_cb{
  859. background-image: url(popup/shadow_cb.png) !important;
  860. background-image:url(popup/shadow_cb.gif);
  861. background-repeat: repeat-x;
  862. background-position:0 100%;
  863. height:130px;
  864. }
  865. .dialog_shadow_rb{
  866. background-image: url(popup/shadow_rb.png) !important;
  867. background-image:url(popup/shadow_rb.gif);
  868. background-repeat:no-repeat;
  869. height:130px;
  870. width:225px;
  871. }
  872. .dialog_shadow_content{
  873. position:absolute;
  874. z-index:100;
  875. padding:0 0 0 4px;
  876. }
  877. .dialog_shadow_content_top{
  878. height:39px;
  879. font-weight:bold;
  880. color:black;
  881. }
  882. .dialog_trans_icon{
  883. background-image:url(popup/trans.gif);
  884. border:0;
  885. background-repeat:no-repeat;
  886. background-color:transparent;
  887. background-position:50% 50%;
  888. width:1px;
  889. height:1px;
  890. float:left;
  891. }
  892. .dialog_icon_default{
  893. background-image: url(popup/icon_dialog.png);
  894. _background-image: url(popup/icon_dialog.gif);
  895. background-repeat: no-repeat;
  896. background-position: 0 50%;
  897. padding-left:15px;
  898. display:inline-block;
  899. word-break: keep-all;
  900. word-wrap: normal;
  901. }
  902. .dialogTaskBg{
  903. height:27px;
  904. width:100%;
  905. position:absolute;
  906. bottom:0;
  907. background-image:url(popup/taskBar.jpg);
  908. background-repeat: repeat-x;
  909. padding:2px 5px 0 0;
  910. z-index:3000;
  911. }
  912. .taskItemContainer {
  913. height: 26px;
  914. left: 18px;
  915. position: absolute;
  916. top: 4px;
  917. width: 9999px;
  918. z-index:5;
  919. }
  920. .taskItemButtonLeft{
  921. position:absolute;
  922. top:4px;
  923. left:0;
  924. width:17px;
  925. height:23px;
  926. background-image: url(popup/item_leftBtn.gif);
  927. background-repeat: no-repeat;
  928. cursor:pointer;
  929. cursor:hand;
  930. z-index:10;
  931. }
  932. .taskItemButtonRight{
  933. position:absolute;
  934. right:0;
  935. top:4px;
  936. width:17px;
  937. height:23px;
  938. background-image: url(popup/item_rightBtn.gif);
  939. background-repeat: no-repeat;
  940. cursor:pointer;
  941. cursor:hand;
  942. z-index:10;
  943. }
  944. .dialogTaskItem{
  945. display:inline-block;
  946. height:26px;
  947. width:100px;
  948. background-image:url(popup/taskItemRight.jpg);
  949. background-repeat:no-repeat;
  950. background-position:100% 0%;
  951. margin:0 0 0 2px;
  952. padding:0 5px 0 0;
  953. text-decoration:none;
  954. }
  955. .dialogTaskItem .dialogTaskItemRight{
  956. display:block;
  957. background-image:url(popup/taskItemLeft.jpg);
  958. background-repeat:no-repeat;
  959. height:26px;
  960. line-height:26px;
  961. color:#ffffff;
  962. padding:0 0px 0 5px;
  963. overflow:hidden;
  964. white-space:nowrap;
  965. text-overflow:ellipsis;
  966. text-decoration:none;
  967. }
  968. .dialogTaskItem:hover{
  969. text-decoration:none;
  970. }
  971. .dialogTaskItemCurrent{
  972. background-image:url(popup/taskItemRightCurrent.jpg)!important;
  973. }
  974. .dialogTaskItemCurrent .dialogTaskItemRight{
  975. background-image:url(popup/taskItemLeftCurrent.jpg)!important;
  976. }
  977. .dialogTaskItemIcon{
  978. overflow:hidden;
  979. width:100%;
  980. text-overflow:ellipsis;
  981. }
  982. .dialogMinEffect{
  983. border:dotted 1px #000000;
  984. filter:alpha(opacity=40);
  985. opacity:0.4;
  986. background-color:#000000;
  987. position:absolute;
  988. z-index:9999;
  989. }
  990. /*弹出窗口*/
  991. /*浮动面板*/
  992. .floatPanel{
  993. position:absolute;
  994. }
  995. .searchMain{
  996. position:absolute;
  997. }
  998. .searchPanTop{
  999. background-color:#fffbfa;/*背景颜色*/
  1000. border-left:solid 1px #e89f7c;/*边框颜色*/
  1001. border-right:solid 1px #e89f7c;/*边框颜色*/
  1002. border-bottom:solid 1px #e89f7c;/*边框颜色*/
  1003. background-image: url(floatPanel/searchPan.jpg);
  1004. background-position:0 100%;
  1005. background-repeat:repeat-x;
  1006. }
  1007. .searchPanLeft{
  1008. background-color:#fffbfa;/*背景颜色*/
  1009. border-top:solid 1px #e89f7c;/*边框颜色*/
  1010. border-right:solid 1px #e89f7c;/*边框颜色*/
  1011. border-bottom:solid 1px #e89f7c;/*边框颜色*/
  1012. background-image: url(floatPanel/searchPan.jpg);
  1013. background-position:0 100%;
  1014. background-repeat:repeat-x;
  1015. }
  1016. .searchPanRight{
  1017. background-color:#fffbfa;/*背景颜色*/
  1018. border-top:solid 1px #e89f7c;/*边框颜色*/
  1019. border-left:solid 1px #e89f7c;/*边框颜色*/
  1020. border-bottom:solid 1px #e89f7c;/*边框颜色*/
  1021. background-image: url(floatPanel/searchPan.jpg);
  1022. background-position:0 100%;
  1023. background-repeat:repeat-x;
  1024. }
  1025. .searchPanBottom{
  1026. background-color:#fffbfa;/*背景颜色*/
  1027. border-top:solid 1px #e89f7c;/*边框颜色*/
  1028. border-left:solid 1px #e89f7c;/*边框颜色*/
  1029. border-right:solid 1px #e89f7c;/*边框颜色*/
  1030. background-image: url(floatPanel/searchPan.jpg);
  1031. background-position:0 100%;
  1032. background-repeat:repeat-x;
  1033. }
  1034. .searchPan_con{
  1035. padding:5px;
  1036. line-height:200%;
  1037. text-align:left;
  1038. overflow:auto;
  1039. }
  1040. .searchBtnTop{
  1041. background-image: url(floatPanel/searchBtnTop.jpg);
  1042. width:156px;
  1043. height:27px;
  1044. color:white;
  1045. border:0;
  1046. cursor:pointer;
  1047. cursor:hand;
  1048. }
  1049. .searchBtnLeft{
  1050. background-image: url(floatPanel/searchBtnLeft.jpg);
  1051. width:28px;
  1052. height:156px;
  1053. color:white;
  1054. border:0;
  1055. cursor:pointer;
  1056. cursor:hand;
  1057. writing-mode:tb-rl;
  1058. letter-spacing:2px;
  1059. line-height:150%;
  1060. position:absolute;
  1061. }
  1062. .searchBtnRight{
  1063. background-image: url(floatPanel/searchBtnRight.jpg);
  1064. width:28px;
  1065. height:156px;
  1066. color:white;
  1067. border:0;
  1068. cursor:pointer;
  1069. cursor:hand;
  1070. writing-mode:tb-rl;
  1071. letter-spacing:2px;
  1072. line-height:150%;
  1073. position:absolute;
  1074. }
  1075. .searchBtnBottom{
  1076. background-image: url(floatPanel/searchBtnBottom.jpg);
  1077. width:156px;
  1078. height:27px;
  1079. color:white;
  1080. border:0;
  1081. cursor:pointer;
  1082. cursor:hand;
  1083. }
  1084. .searchBtnConTop{
  1085. width:100%;
  1086. }
  1087. .searchBtnConLeft{
  1088. width:28px;
  1089. height:156px;
  1090. position:relative;
  1091. }
  1092. .searchBtnConRight{
  1093. width:28px;
  1094. height:156px;
  1095. position:relative;
  1096. }
  1097. .searchBtnConBottom{
  1098. width:100%;
  1099. }
  1100. .clearTop{
  1101. clear:both;
  1102. line-height:1px;
  1103. }
  1104. .searchBtnConLeft a{
  1105. top:2px;
  1106. right:2px;
  1107. }
  1108. .searchBtnConRight a{
  1109. top:2px;
  1110. left:2px;
  1111. }
  1112. .floatPanelClose{
  1113. background-image: url(floatPanel/close_normal.gif);
  1114. background-repeat: no-repeat;
  1115. background-position:50% 50%;
  1116. width:16px;
  1117. height:16px;
  1118. display:block;
  1119. position:absolute;
  1120. }
  1121. .floatPanelClose:hover{
  1122. background-image: url(floatPanel/close_hover.gif);
  1123. }
  1124. /*浮动面板*/
  1125. /*进度条*/
  1126. .progressBar{
  1127. width:305px;
  1128. height:22px;
  1129. background-image: url(nav/progressBar.gif);
  1130. background-repeat: no-repeat;
  1131. }
  1132. .loadmask-msg {
  1133. border: 1px solid #cd2e03;/*边框颜色*/
  1134. background: #ff5e33;/*背景颜色*/
  1135. }
  1136. /*进度条*/
  1137. /*弹出式提示框*/
  1138. .box_msg{
  1139. }
  1140. .box_msg .msg_topcenter{
  1141. width: 100%;
  1142. height: 25px;
  1143. background-image: url(box/box_msg_topcenter.jpg);
  1144. background-repeat: repeat-x;
  1145. overflow: hidden;
  1146. line-height: 20px;
  1147. }
  1148. .box_msg .msg_topleft{
  1149. width: 100%;
  1150. height: 100%;
  1151. background-image: url(box/box_msg_topleft.jpg);
  1152. background-repeat: no-repeat;
  1153. overflow: hidden;
  1154. }
  1155. .box_msg .msg_topright{
  1156. width: 100%;
  1157. height: 100%;
  1158. background-image: url(box/box_msg_topright.jpg);
  1159. background-repeat: no-repeat;
  1160. background-position: 100% 0%;
  1161. overflow: hidden;
  1162. }
  1163. .box_msg .msg_middlecenter{
  1164. width: 100%;
  1165. background-color: #fffbfa;/*内容区背景色*/
  1166. }
  1167. .box_msg .msg_middleleft{
  1168. width: 100%;
  1169. background-image: url(box/box_msg_middleleft.jpg);
  1170. background-repeat: repeat-y;
  1171. }
  1172. .box_msg .msg_middleright{
  1173. width: 100%;
  1174. background-image: url(box/box_msg_middleright.jpg);
  1175. background-repeat: repeat-y;
  1176. background-position: 100% 0%;
  1177. }
  1178. .box_msg .msg_bottomcenter{
  1179. width: 100%;
  1180. height: 11px;
  1181. background-image: url(box/box_msg_bottomcenter.jpg);
  1182. background-repeat: repeat-x;
  1183. overflow: hidden;
  1184. line-height: 11px;
  1185. }
  1186. .box_msg .msg_bottomleft{
  1187. width: 100%;
  1188. height: 100%;
  1189. background-image: url(box/box_msg_bottomleft.jpg);
  1190. background-repeat: no-repeat;
  1191. overflow: hidden;
  1192. }
  1193. .box_msg .msg_bottomright{
  1194. width: 100%;
  1195. height: 100%;
  1196. background-image: url(box/box_msg_bottomright.jpg);
  1197. background-repeat: no-repeat;
  1198. background-position: 100% 0%;
  1199. overflow: hidden;
  1200. }
  1201. .box_msg .boxContent{
  1202. padding:0 15px 0 15px;
  1203. }
  1204. .box_msg .msg_title{
  1205. float:left;
  1206. padding:3px 0 0 10px;
  1207. color:white;
  1208. font-weight:bold;
  1209. }
  1210. .box_msg .msg_close{
  1211. width:18px;
  1212. height:18px;
  1213. background-image: url(box/box_msg_close.jpg);
  1214. background-repeat: no-repeat;
  1215. background-position:0% 100%;
  1216. cursor:pointer;
  1217. cursor:hand;
  1218. float:right;
  1219. padding:3px 5px 0 0;
  1220. }
  1221. .box_msg_custom{
  1222. }
  1223. .box_msg_custom .msg_topcenter{
  1224. width: 100%;
  1225. height: 33px;
  1226. background-image: url(box/box_msg_custom_topcenter.jpg);
  1227. background-repeat: repeat-x;
  1228. overflow: hidden;
  1229. line-height: 33px;
  1230. }
  1231. .box_msg_custom .msg_topleft{
  1232. width: 100%;
  1233. height: 100%;
  1234. background-image: url(box/box_msg_custom_topleft.jpg);
  1235. background-repeat: no-repeat;
  1236. overflow: hidden;
  1237. }
  1238. .box_msg_custom .msg_topright{
  1239. width: 100%;
  1240. height: 100%;
  1241. background-image: url(box/box_msg_custom_topright.jpg);
  1242. background-repeat: no-repeat;
  1243. background-position: 100% 0%;
  1244. overflow: hidden;
  1245. }
  1246. .box_msg_custom .msg_middlecenter{
  1247. width: 100%;
  1248. background-color: #ffffff;/*内容区背景色*/
  1249. }
  1250. .box_msg_custom .msg_middleleft{
  1251. width: 100%;
  1252. background-image: url(box/box_msg_custom_middleleft.jpg);
  1253. background-repeat: repeat-y;
  1254. }
  1255. .box_msg_custom .msg_middleright{
  1256. width: 100%;
  1257. background-image: url(box/box_msg_custom_middleright.jpg);
  1258. background-repeat: repeat-y;
  1259. background-position: 100% 0%;
  1260. }
  1261. .box_msg_custom .msg_bottomcenter{
  1262. width: 100%;
  1263. height: 5px;
  1264. background-image: url(box/box_msg_custom_bottomcenter.jpg);
  1265. background-repeat: repeat-x;
  1266. overflow: hidden;
  1267. line-height: 5px;
  1268. }
  1269. .box_msg_custom .msg_bottomleft{
  1270. width: 100%;
  1271. height: 100%;
  1272. background-image: url(box/box_msg_custom_bottomleft.jpg);
  1273. background-repeat: no-repeat;
  1274. overflow: hidden;
  1275. }
  1276. .box_msg_custom .msg_bottomright{
  1277. width: 100%;
  1278. height: 100%;
  1279. background-image: url(box/box_msg_custom_bottomright.jpg);
  1280. background-repeat: no-repeat;
  1281. background-position: 100% 0%;
  1282. overflow: hidden;
  1283. }
  1284. .box_msg_custom .boxContent{
  1285. padding:5px;
  1286. }
  1287. .box_msg_custom .msg_title{
  1288. float:left;
  1289. padding:0 0 0 10px;
  1290. color:white;
  1291. font-weight:bold;
  1292. }
  1293. .box_msg_custom .msg_close{
  1294. width:25px;
  1295. height:25px;
  1296. background-image: url(box/box_msg_custom_close.jpg);
  1297. background-repeat: no-repeat;
  1298. background-position:0% 100%;
  1299. cursor:pointer;
  1300. cursor:hand;
  1301. float:right;
  1302. padding:3px 5px 0 0;
  1303. }
  1304. /*弹出式提示框*/
  1305. /*自定义树节点*/
  1306. .infoBtn{
  1307. border:0;
  1308. background-image: url(../../images/icons/info.png)!important;
  1309. width:20px!important;
  1310. height:16px;
  1311. }
  1312. .layerBtn{
  1313. border:0;
  1314. background-image: url(../../images/icons/layer.png)!important;
  1315. width:20px!important;
  1316. height:16px;
  1317. cursor:default!important;
  1318. }
  1319. .globeBtn{
  1320. border:0;
  1321. background-image: url(../../images/icons/globe.png)!important;
  1322. background-position:100% 0%!important;
  1323. width:20px!important;
  1324. height:16px;
  1325. }
  1326. .arrowBtn{
  1327. border:0;
  1328. background-image: url(../../images/icons/arrow.png)!important;
  1329. background-position:100% 0%!important;
  1330. width:20px!important;
  1331. height:16px;
  1332. }
  1333. /*自定义树节点*/
  1334. /*基本表格样式*/
  1335. .tableStyle{
  1336. border-collapse: collapse;
  1337. border: 1px solid #cccccc;
  1338. width: 100%;
  1339. background-color: White;
  1340. }
  1341. .noBottomLine{
  1342. border-bottom:0!important;
  1343. }
  1344. .th{
  1345. border-left: 1.0pt solid windowtext;
  1346. border-right: 1.0pt solid windowtext;
  1347. word-wrap: normal;
  1348. word-break: keep-all;
  1349. overflow:hidden;
  1350. border-color: #cccccc;
  1351. height:28px;
  1352. padding: 0 2px 0 4px;
  1353. color:#000000;
  1354. background-image: url(table/th_bg.jpg);
  1355. background-repeat: repeat-x;
  1356. font-weight: normal;
  1357. line-height:28px;
  1358. }
  1359. .th_m{
  1360. border-left: 1.0pt solid windowtext;
  1361. border-right: 1.0pt solid windowtext;
  1362. border-bottom: 1.0pt solid windowtext;
  1363. word-wrap: normal;
  1364. word-break: keep-all;
  1365. overflow:hidden;
  1366. border-color: #cccccc;
  1367. height:24px;
  1368. padding: 0 2px 0 4px;
  1369. color:#000000;
  1370. background-image: url(table/th_bg_m.jpg);
  1371. background-repeat: repeat-x;
  1372. font-weight: normal;
  1373. line-height:24px;
  1374. }
  1375. .th_m2{
  1376. border-left: 1.0pt solid windowtext;
  1377. border-right: 1.0pt solid windowtext;
  1378. border-bottom: 1.0pt solid windowtext;
  1379. word-wrap: normal;
  1380. word-break: keep-all;
  1381. overflow:hidden;
  1382. border-color: #cccccc;
  1383. padding: 0 2px 0 4px;
  1384. color:#000000;
  1385. background-image: url(table/th_bg_m2.jpg);
  1386. background-repeat: repeat-x;
  1387. font-weight: normal;
  1388. line-height:48px;
  1389. height:48px;
  1390. }
  1391. .th_m3{
  1392. border-left: 1.0pt solid windowtext;
  1393. border-right: 1.0pt solid windowtext;
  1394. border-bottom: 1.0pt solid windowtext;
  1395. word-wrap: normal;
  1396. word-break: keep-all;
  1397. overflow:hidden;
  1398. border-color: #cccccc;
  1399. padding: 0 2px 0 4px;
  1400. color:#000000;
  1401. background-image: url(table/th_bg_m3.jpg);
  1402. background-repeat: repeat-x;
  1403. font-weight: normal;
  1404. line-height:72px;
  1405. height:72px;
  1406. }
  1407. .th_over{
  1408. border-left: 1.0pt solid windowtext;
  1409. border-right: 1.0pt solid windowtext;
  1410. word-wrap: normal;
  1411. word-break: keep-all;
  1412. overflow:hidden;
  1413. border-color: #cccccc;
  1414. height:28px;
  1415. padding: 0 2px 0 4px;
  1416. color:#000000;
  1417. background-image: url(table/th_bg_over.jpg);
  1418. background-repeat: repeat-x;
  1419. font-weight: normal;
  1420. line-height:28px;
  1421. }
  1422. .tableStyle td{
  1423. border-left: 1.0pt solid windowtext;
  1424. border-right: 1.0pt solid windowtext;
  1425. border-bottom: 1.0pt solid windowtext;
  1426. border-color: #cccccc;
  1427. height:24px;
  1428. padding: 1px 2px 1px 4px;
  1429. }
  1430. .tableStyle tr{
  1431. color:#333333;
  1432. }
  1433. .tableStyle .viewModeEven{
  1434. text-align:right;
  1435. background-color:#eeeeee;
  1436. }
  1437. .tableStyleWordWrap td{
  1438. word-wrap: normal;
  1439. word-break: keep-all;
  1440. }
  1441. /*基本表格样式*/
  1442. /*表格隔行颜色、鼠标移入某行颜色、选中某行颜色*/
  1443. tr.odd{
  1444. background:#f7f7f7;
  1445. }
  1446. tr.highlight{
  1447. background:#fff4f0;/*鼠标移入高亮色*/
  1448. }
  1449. tr.selected{
  1450. background:#fee9d9;/*点击后背景色*/
  1451. background-image: url(table/trhl_bg.jpg);
  1452. background-repeat:repeat-x;
  1453. }
  1454. /*表格隔行颜色、鼠标移入某行颜色、选中某行颜色*/
  1455. /*树形表格样式*/
  1456. .treeTable {
  1457. border-collapse: collapse;
  1458. border: 1px solid #c5dbf0;
  1459. width: 100%;
  1460. background-color: White;
  1461. }.treeTable th {
  1462. border-left: 1.0pt solid windowtext;
  1463. border-right: 1.0pt solid windowtext;
  1464. word-wrap: normal;
  1465. word-break: keep-all;
  1466. overflow:hidden;
  1467. border-color: #c5dbf0;
  1468. height:32px;
  1469. padding: 0 2px 0 4px;
  1470. color:#000000;
  1471. background-image: url(table/th_bg.jpg);
  1472. background-repeat: repeat-x;
  1473. font-weight: normal;
  1474. line-height:32px;
  1475. word-wrap: normal;
  1476. word-break: keep-all;
  1477. }.treeTable td {
  1478. border-left: 1.0pt solid windowtext;
  1479. border-right: 1.0pt solid windowtext;
  1480. border-bottom: 1.0pt solid windowtext;
  1481. border-color: #c5dbf0;
  1482. height:30px;
  1483. padding: 1px 2px 1px 4px;
  1484. word-wrap: normal;
  1485. word-break: keep-all;
  1486. }
  1487. /*树形表格样式*/
  1488. /*分组样式*/
  1489. .groupTitle{
  1490. height:40px;
  1491. line-height:40px;
  1492. font-size:16px;
  1493. font-weight:bold;
  1494. background-image: url(form/groupTitleBottom.jpg);
  1495. background-repeat:repeat-x;
  1496. background-position:0% 100%;
  1497. margin: 0 0 10px 0;
  1498. }
  1499. .groupTitle span{
  1500. display:block;
  1501. height:100%;
  1502. width:120px;
  1503. background-image: url(form/groupTitle.jpg);
  1504. background-repeat:repeat-x;
  1505. background-position:0% 100%;
  1506. text-align:center;
  1507. }
  1508. /*分组样式*/
  1509. /*表单布局表格样式*/
  1510. .formTable{
  1511. border:0;
  1512. width:100%;
  1513. border-collapse: collapse;
  1514. }
  1515. .formTable td{
  1516. padding:4px 0 4px 0;
  1517. }
  1518. /*表单布局表格样式*/
  1519. /*文本框样式*/
  1520. .textinput{
  1521. width:120px;
  1522. background:url(form/textinput_bg.jpg) repeat-x scroll left top #ffffff;
  1523. border-color:#a2b3bd;
  1524. border-style:solid;
  1525. border-width:1px;
  1526. color:#336699;
  1527. height: 20px;
  1528. line-height: 20px;
  1529. }
  1530. .textinput_hover{
  1531. width:120px;
  1532. background:url(form/textinput_bg.jpg) repeat-x scroll left top #ffffff;
  1533. border-color:#fbb75f;/*鼠标移入边框颜色*/
  1534. border-style:solid;
  1535. border-width:1px;
  1536. color:#336699;
  1537. height: 20px;
  1538. line-height: 20px;
  1539. }
  1540. .textinput_click{
  1541. width:120px;
  1542. background:url(form/textinput_bg.jpg) repeat-x scroll left top #ffffff;
  1543. border-color:#fbd45c;
  1544. border-style:solid;
  1545. border-width:1px;
  1546. color:#336699;
  1547. height: 20px;
  1548. line-height: 20px;
  1549. }
  1550. /*文本框样式*/
  1551. /*文本域样式*/
  1552. .textarea{
  1553. background:url(form/textarea_bg.jpg) repeat-x scroll left top #ffffff;
  1554. overflow: auto;
  1555. width: 250px;
  1556. height: 80px;
  1557. color: #000000;
  1558. border-color:#a2b3bd;
  1559. border-style:solid;
  1560. border-width:1px;
  1561. word-break:break-all;
  1562. word-wrap:break-word;
  1563. }
  1564. .textarea_hover{
  1565. background:url(form/textarea_bg.jpg) repeat-x scroll left top #ffffff;
  1566. overflow: auto;
  1567. width: 250px;
  1568. height: 80px;
  1569. color: #000000;
  1570. border-color:#fbb75f;/*鼠标移入边框颜色*/
  1571. border-style:solid;
  1572. border-width:1px;
  1573. word-break:break-all;
  1574. word-wrap:break-word;
  1575. }
  1576. .textarea_click{
  1577. background:url(form/textarea_bg.jpg) repeat-x scroll left top #ffffff;
  1578. overflow: auto;
  1579. width: 250px;
  1580. height: 80px;
  1581. color: #000000;
  1582. border-color:#fbd45c;
  1583. border-style:solid;
  1584. border-width:1px;
  1585. word-break:break-all;
  1586. word-wrap:break-word;
  1587. }
  1588. /*文本域样式*/
  1589. /*按钮样式*/
  1590. .button{
  1591. background:transparent url(form/btn_bg.jpg) repeat scroll 0 0;
  1592. border:1px solid #83b1f2;
  1593. height:24px;
  1594. line-height:22px;
  1595. >margin-right:4px;
  1596. min-width:60px;
  1597. }
  1598. .button.button_hover{
  1599. background-image:url(form/btn_bg_hover.jpg)!important;
  1600. border:1px solid #af923f!important;
  1601. }
  1602. .button.toggle{
  1603. background-image:url(form/btn_bg_hover.jpg)!important;
  1604. border:1px solid #af923f!important;
  1605. }
  1606. .button2{
  1607. background:transparent url(form/btn_bg2.jpg) repeat scroll 0 0;
  1608. border:1px solid #767676;
  1609. height:27px;
  1610. line-height:24px;
  1611. >margin-right:4px;
  1612. border-radius: 3px 3px 3px 3px;
  1613. box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  1614. color:#434547;
  1615. min-width:60px;
  1616. }
  1617. .button2.button_hover{
  1618. box-shadow:2px 2px 5px rgba(118,204,255,0.5)!important;
  1619. border-color:#0782ca!important;
  1620. color:red!important;
  1621. }
  1622. .buttonswich{
  1623. width:80px;
  1624. height:31px;
  1625. background-image:url(form/swich_off.png);
  1626. background-repeat:no-repeat;
  1627. background-color:transparent;
  1628. border:0;
  1629. cursor:pointer;
  1630. cursor:hand;
  1631. }
  1632. .buttonswich.toggle{
  1633. background-image:url(form/swith_on.png)!important;
  1634. }
  1635. .buttonswich2{
  1636. width:68px;
  1637. height:32px;
  1638. background-image:url(form/swich_off2.png);
  1639. background-repeat:no-repeat;
  1640. background-color:transparent;
  1641. border:0;
  1642. cursor:pointer;
  1643. cursor:hand;
  1644. }
  1645. .buttonswich2.toggle{
  1646. background-image:url(form/swith_on2.png)!important;
  1647. }
  1648. /*按钮样式*/
  1649. /*单选下拉框样式*/
  1650. div.selectbox-wrapper {
  1651. border:#e89f7c 1px solid; /*展开层边框色*/
  1652. position: absolute;
  1653. background-color:#fff;
  1654. text-align:left;
  1655. z-index: 100;
  1656. display:block;
  1657. left:0px;
  1658. top:18px;
  1659. >top:25px;
  1660. }
  1661. div.selectbox-wrapper ul li{
  1662. white-space:nowrap;
  1663. }
  1664. div.selectbox-wrapper ul li.selected {
  1665. background-color: #fee9d9;/*选中项背景色*/
  1666. }
  1667. div.selectbox-wrapper ul li.current {
  1668. color: #fff;
  1669. background-color: #f13e00;/*鼠标移入项背景色*/
  1670. border:0!important;
  1671. }
  1672. div.selectbox-wrapper ul li.group{
  1673. font-weight:bold;
  1674. background-image:url(form/selArr.gif);
  1675. background-repeat:no-repeat;
  1676. background-position:0% 50%;
  1677. padding-left:15px;
  1678. _width:80%;
  1679. }
  1680. .selectbox {
  1681. border:none;
  1682. cursor: pointer;
  1683. cursor: hand;
  1684. HEIGHT: 20px;
  1685. line-height: 20px;
  1686. overflow-y:hidden;
  1687. border-left: solid 1px #e89f7c;/*边框色*/
  1688. border-top: solid 1px #e89f7c;/*边框色*/
  1689. border-bottom: solid 1px #e89f7c;/*边框色*/
  1690. background-image: url(form/selInputBg.jpg);
  1691. background-repeat: repeat-x;
  1692. background-color:#ffffff;
  1693. padding-left:2px;
  1694. }
  1695. .tipColor{
  1696. color:gray;
  1697. }
  1698. .selBtn{
  1699. width: 22px;
  1700. height: 24px;
  1701. border: 0;
  1702. border-style:none;
  1703. background-image: url(form/selBtn.jpg);
  1704. background-repeat: no-repeat;
  1705. cursor: pointer;
  1706. cursor: hand;
  1707. }
  1708. .selBtn_disabled{
  1709. background-image: url(form/selBtn_disabled.jpg)!important;
  1710. cursor: default!important;
  1711. }
  1712. /*单选下拉框样式*/
  1713. /*树形下拉框样式*/
  1714. div.selectbox-tree {
  1715. border:#e89f7c 1px solid; /*展开层边框色*/
  1716. position: absolute;
  1717. background-color:#fff;
  1718. text-align:left;
  1719. z-index: 100;
  1720. display:block;
  1721. left:0px;
  1722. top:18px;
  1723. >top:25px;
  1724. }
  1725. .selBtnMuiti{
  1726. background-image: url(form/selBtnMulti.jpg)!important;
  1727. }
  1728. .selBtn_disabledMuiti{
  1729. background-image: url(form/selBtn_disabledMulti.jpg)!important;
  1730. }
  1731. .selectbox-tree a:hover{
  1732. background-color:#f13e00!important;/*鼠标移入项背景色*/
  1733. color:white!important;
  1734. text-decoration:none!important;
  1735. }
  1736. .multiSelectZtree li a:hover{
  1737. background-color:#f13e00!important;/*鼠标移入项背景色*/
  1738. }
  1739. .selectTree li a{
  1740. padding-top:3px!important;
  1741. padding-bottom:3px!important;
  1742. min-width:140px;
  1743. }
  1744. /*树形下拉框样式*/
  1745. /*日期控件文本框样式*/
  1746. .date{
  1747. background-color:#ffffff;/*初始背景色*/
  1748. border-color:#a2b3bd;/*初始边框色*/
  1749. }
  1750. .date_hover{
  1751. border-color:#fbb75f!important;/*鼠标移入边框颜色*/
  1752. }
  1753. .date_click{
  1754. border-color:#fbd45c!important;
  1755. }
  1756. .cusDate{
  1757. background-color:#ffffff;/*初始背景色*/
  1758. border-color:#a2b3bd;/*初始边框色*/
  1759. }
  1760. .dateIcon{
  1761. background-color:#ffffff;/*初始背景色*/
  1762. border-color:#a2b3bd;/*初始边框色*/
  1763. }
  1764. /*日期控件文本框样式*/
  1765. /*自动提示框样式*/
  1766. .suggestion_input{
  1767. background-color:#ffffff;
  1768. border-color:#a2b3bd;
  1769. }
  1770. .suggestion_input_disabled{
  1771. background-color: #EEEEEE !important;
  1772. color: #C0BFBF !important;
  1773. }
  1774. .list_city {
  1775. position:absolute;
  1776. overflow: hidden; -moz-box-shadow: 2px 2px 5px rgb(51, 51, 51);
  1777. background: none repeat scroll 0 0 #FFFFFF;
  1778. border: 1px solid #e89f7c;/*展开层边框色*/
  1779. margin: 0;
  1780. padding: 0 0 4px;
  1781. text-align: left;
  1782. left:0;
  1783. }
  1784. .list_city .list_city_head{
  1785. background-color: #f13e00;/*头部背景色*/
  1786. border: medium none;
  1787. color: #FFFFFF;
  1788. display: block;
  1789. font-family: Simyou;
  1790. line-height: 20px;
  1791. padding: 2px 0 2px 9px;
  1792. width: auto;
  1793. word-wrap: break-word;
  1794. }
  1795. .list_city .list_city_head .msg{
  1796. color:red;
  1797. }
  1798. .list_city .list_city_container{
  1799. margin: 0;
  1800. padding: 0;
  1801. }
  1802. .list_city .list_city_container a{
  1803. border-bottom: 1px solid #FFFFFF;
  1804. border-top: 1px solid #FFFFFF;
  1805. color: #0055AA;
  1806. cursor: pointer;
  1807. display:inline-block;
  1808. height: 22px;
  1809. line-height: 22px;
  1810. min-height: 22px;
  1811. overflow: hidden;
  1812. padding: 1px 9px 0;
  1813. text-align: left;
  1814. text-decoration: none;
  1815. height: 22px;
  1816. display: block;
  1817. }
  1818. .list_city .list_city_container a b{
  1819. font-weight:normal;
  1820. }
  1821. .list_city .list_city_container a:hover{
  1822. background: none repeat scroll 0 0 #fee9d9;/*鼠标移入背景色*/
  1823. border-bottom: 1px solid #e89f7c;/*鼠标移入边框色*/
  1824. border-top: 1px solid #e89f7c;/*鼠标移入边框色*/
  1825. text-decoration:none;
  1826. }
  1827. .list_city .list_city_container span{
  1828. margin: 0;
  1829. overflow: hidden;
  1830. padding: 0;
  1831. white-space: nowrap;
  1832. }
  1833. .list_city .selected{
  1834. background: none repeat scroll 0 0 #FFE6A6;
  1835. color: #FFFFFF;
  1836. height: 22px
  1837. }
  1838. .list_city .page_break {
  1839. line-height: 25px;
  1840. margin: 0;
  1841. padding: 0;
  1842. text-align: center;
  1843. }
  1844. .list_city .page_break a {
  1845. color: #0055AA;
  1846. font-family: Arial,Simsun,sans-serif;
  1847. margin: 0;
  1848. padding: 0 4px;
  1849. text-decoration: underline;
  1850. }
  1851. .list_city .page_break .current{
  1852. color: #000000;
  1853. text-decoration: none;
  1854. }
  1855. .pop_city{
  1856. left:0;
  1857. position: absolute;
  1858. border: 1px solid #e89f7c;/*展开层边框色*/
  1859. background-color: #FFFFFF;
  1860. padding:0 0 5px 0;
  1861. }
  1862. .pop_city .pop_head{
  1863. background-color: #f13e00;/*头部背景色*/
  1864. border-color: #2C7ECF;
  1865. border-style: solid;
  1866. border-width: 1px 1px 0;
  1867. color: #CEE3FC;
  1868. height: 24px;
  1869. line-height: 24px;
  1870. padding-left: 10px;
  1871. color: #FFFFFF;
  1872. }
  1873. .pop_city .list_label{
  1874. list-style: none;
  1875. border-bottom: 1px #e89f7c solid;/*选项卡区域底部边框色*/
  1876. padding-bottom: 24px;
  1877. padding-left:4px;
  1878. margin-top:15px;margin-bottom:10px;
  1879. }
  1880. .pop_city .list_label li {
  1881. float:left;
  1882. margin-left: 8px;
  1883. height:24px;line-height:24px;
  1884. }
  1885. .pop_city .list_label li a{
  1886. color: #005DAA;
  1887. ursor: pointer;
  1888. text-decoration: none;
  1889. background: #fff;
  1890. padding: 0px 4px;
  1891. }
  1892. .pop_city .list_label li a:hover{
  1893. }
  1894. .pop_city .list_label li a.current{
  1895. color:#666666;
  1896. display:block;
  1897. background:#FFF;
  1898. border: 1px #e89f7c solid;/*选项卡当前项边框色*/
  1899. border-bottom:1px solid #fff;
  1900. padding: 0px 4px ;
  1901. font-weight:bold;
  1902. }
  1903. .pop_city .pop_city_container{
  1904. padding:4px;margin-bottom:20px;
  1905. }
  1906. .pop_city .pop_city_container ul{
  1907. }
  1908. .pop_city .pop_city_container ul li{
  1909. float:left;margin-right:3px;
  1910. }
  1911. .pop_city .pop_city_container ul li a{
  1912. color: #000000;
  1913. display: block;
  1914. height: 22px;
  1915. line-height: 22px;
  1916. text-decoration:none;
  1917. border: 1px solid #fff;
  1918. padding:2px 0px;
  1919. }
  1920. .pop_city .pop_city_container ul li a:hover{
  1921. background-color: #fee9d9;/*鼠标移入背景色*/
  1922. border: 1px solid #e89f7c;/*鼠标移入边框色*/
  1923. }
  1924. /*自动提示框样式*/
  1925. /*自动完成框样式*/
  1926. .autoComplete{
  1927. background-color:#ffffff;/*初始背景色*/
  1928. border-color:#a2b3bd;/*初始边框色*/
  1929. }
  1930. .autoCompleteIcon{
  1931. background-color:#ffffff;/*初始背景色*/
  1932. border-color:#a2b3bd;/*初始边框色*/
  1933. }
  1934. /*自动完成框样式*/
  1935. /*双向选择器*/
  1936. .listerLinksLeft{
  1937. overflow:hidden;
  1938. }
  1939. .listerLinksRight{
  1940. overflow:hidden;
  1941. }
  1942. .listerHover{
  1943. background-color:#fecaae;/*鼠标移入颜色*/
  1944. cursor:default;
  1945. margin-left:1px;
  1946. }
  1947. ul.lister li{
  1948. height:24px;
  1949. line-height:24px;
  1950. display:block;
  1951. overflow:hidden;
  1952. white-space:nowrap;
  1953. text-overflow:ellipsis;
  1954. }
  1955. ul.lister .left,ul.lister .right{
  1956. color:#f13e00;/*箭头颜色*/
  1957. }
  1958. ul.lister{
  1959. list-style:none;
  1960. text-align:left;
  1961. border:1px solid #e89f7c;/*边框色*/
  1962. padding:10px;
  1963. margin:0;
  1964. overflow:auto;
  1965. margin-top:5px;
  1966. font-weight:normal;
  1967. display:block;
  1968. background-image: url(form/selListBg.jpg);
  1969. background-repeat: repeat-x;
  1970. background-position:0% 100%;
  1971. background-color:white;
  1972. }
  1973. /*双向选择器*/
  1974. /*树形双选器*/
  1975. .dbSelectionMode{
  1976. border:1px solid #e89f7c;/*边框色*/
  1977. background-image: url(form/selListBg.jpg);
  1978. background-repeat: repeat-x;
  1979. background-position:0% 100%;
  1980. background-color:white;
  1981. overflow-y:auto;
  1982. }
  1983. /*树形双选器*/
  1984. /*步进器样式*/
  1985. input.stepper-active {
  1986. background-repeat:no-repeat;
  1987. background-position:right 1px;
  1988. background-image:url(form/steperNormal.gif);
  1989. border:solid 1px;
  1990. width:120px;
  1991. height:20px;
  1992. background-color:#f1f9fc;
  1993. border-color:#a2b3bd;
  1994. }
  1995. input.stepper-active.stepper-up-hover {
  1996. background-image:url(form/steperUpOver.gif);
  1997. cursor:pointer;
  1998. }
  1999. input.stepper-active.stepper-down-hover {
  2000. background-image:url(form/steperDownOver.gif);
  2001. cursor:pointer;
  2002. }
  2003. input.stepper-active.stepper-up {
  2004. background-image:url(form/steperUpDown.gif);
  2005. cursor:pointer;
  2006. }
  2007. input.stepper-active.stepper-down {
  2008. background-image:url(form/steperDownDown.gif);
  2009. cursor:pointer;
  2010. }
  2011. /*步进器样式*/
  2012. .keypad{
  2013. background-color:#ffffff;/*初始背景色*/
  2014. border-color:#a2b3bd;/*初始边框色*/
  2015. }
  2016. .color{
  2017. background-color:#ffffff;/*初始背景色*/
  2018. border-color:#a2b3bd;/*初始边框色*/
  2019. }
  2020. /*上传控件样式*/
  2021. .file-container-main{
  2022. position:relative;
  2023. height:26px;
  2024. }
  2025. .file-container{
  2026. height:26px;
  2027. display:block;
  2028. position:absolute;
  2029. overflow:hidden;
  2030. top:0;
  2031. }
  2032. .fileBtn{
  2033. background-image: url(form/fileBtn.jpg);
  2034. width:47px;
  2035. height:24px;
  2036. background-repeat:no-repeat;
  2037. background-color:transparent;
  2038. border:0;
  2039. margin:0 0 0 2px;
  2040. }
  2041. /*上传控件样式*/
  2042. /*过滤器样式*/
  2043. .filter .current a{
  2044. border:solid 1px #e89f7c!important;
  2045. background-image: url(form/filterClose.gif);
  2046. background-repeat: no-repeat;
  2047. background-position:98% 40%;
  2048. }
  2049. .filter .current a:hover{
  2050. background-image: url(form/filterCloseHover.gif);
  2051. }
  2052. /*过滤器样式*/
  2053. /*上传组件*/
  2054. .upload_iconBg{
  2055. height: 16px;
  2056. width: 16px;
  2057. background-image: url(form/fj_main.gif);
  2058. background-repeat: no-repeat;
  2059. float:left;
  2060. }
  2061. .upload_icon_progess{
  2062. height: 100%;
  2063. width: 100%;
  2064. background-image: url(form/fj_progess.gif);
  2065. background-repeat: no-repeat;
  2066. background-position: -1px -2px;
  2067. }
  2068. .upload_icon_ok{
  2069. height: 100%;
  2070. width: 100%;
  2071. background-image: url(form/fj_ok.gif);
  2072. background-repeat: no-repeat;
  2073. background-position: -1px -2px;
  2074. }
  2075. .upload_icon_error{
  2076. height: 100%;
  2077. width: 100%;
  2078. background-image: url(form/fj_error.gif);
  2079. background-repeat: no-repeat;
  2080. background-position: -1px -2px;
  2081. }
  2082. .upload_progress_inner{
  2083. background-image: url(form/fj_progessbar.gif);
  2084. background-repeat:repeat-x;
  2085. height:100%;
  2086. }
  2087. /*上传组件*/
  2088. /*表单拆分导航*/
  2089. .titleMain{
  2090. height:34px;
  2091. line-height:34px;
  2092. overflow:hidden;
  2093. background-image: url(form/stepFormTitleBg.jpg);
  2094. background-repeat: no-repeat;
  2095. background-position:100% 0%;
  2096. background-color:#ffdcdc;/*导航按钮容器的背景色*/
  2097. }
  2098. .stepFormTitleCur{
  2099. float:left;
  2100. color:#ffffff;
  2101. }
  2102. .stepFormTitle{
  2103. float:left;
  2104. color:#b41800;/*文字颜色*/
  2105. padding:0 20px 0 20px;
  2106. }
  2107. .stepFormTitleCur .left{
  2108. background-image: url(form/formStepCurLeft.gif);
  2109. background-repeat: no-repeat;
  2110. width:9px;
  2111. height:34px;
  2112. float:left;
  2113. }
  2114. .stepFormTitleCur .center{
  2115. background-image: url(form/formStepCurCenter.gif);
  2116. background-repeat: repeat-x;
  2117. height:100%;
  2118. float:left;
  2119. padding:0 5px 0 5px;
  2120. }
  2121. .stepFormTitleCur .right{
  2122. background-image: url(form/formStepCurRight.gif);
  2123. background-repeat: no-repeat;
  2124. width:25px;
  2125. height:34px;
  2126. float:left;
  2127. }
  2128. /*表单拆分导航*/
  2129. /* DataGrid*/
  2130. .l-grid-mask{
  2131. position:absolute;left:0;top:0;width:100%;height:100%;
  2132. display1:none;font-size:1px; *zoom:1;overflow:hidden; display:none;z-index: 9000;
  2133. }
  2134. .l-panel
  2135. {
  2136. border:1px solid #f56d4b;/*表格边框色*/
  2137. border-bottom:1px solid #999999;
  2138. position:relative;
  2139. text-align:left;
  2140. }
  2141. .l-panel table{ width:auto;}
  2142. .l-panel table,.l-panel td{ margin:0; padding:0;}
  2143. .l-panel-btn
  2144. {
  2145. display:block;
  2146. height:22px; overflow:hidden; line-height:22px; position:relative;
  2147. padding-left:15px; padding-right:15px; cursor:pointer;
  2148. text-align:center;
  2149. color: #c92816; /*图标按钮文字颜色*/
  2150. text-decoration:none; cursor:pointer;
  2151. }
  2152. .l-panel-btn .l-panel-btn-l,.l-panel-btn .l-panel-btn-r{ display:none;}
  2153. .l-panel-btn-over,.l-panel-btn-selected{background: #E0EDFF url(dataGrid/panel-btn.gif) repeat-x;}
  2154. .l-panel-btn-over .l-panel-btn-l,.l-panel-btn-over .l-panel-btn-r,.l-panel-btn-selected .l-panel-btn-l,.l-panel-btn-selected .l-panel-btn-r{ display:block; }
  2155. .l-panel-btn-l
  2156. {
  2157. position:absolute; width:3px; left:0px; top:0px;height:22px;
  2158. background: #E0EDFF url(dataGrid/panel-btn-l.gif) no-repeat;
  2159. }
  2160. .l-panel-btn-r
  2161. {position:absolute; width:3px; right:0px; top:0px;height:22px;
  2162. background: #E0EDFF url(dataGrid/panel-btn-r.gif) no-repeat;
  2163. }
  2164. .l-panel-header{
  2165. color: #15428B;
  2166. font-weight: bold;
  2167. height:24px;
  2168. border-bottom:1px solid #99BBE8;
  2169. background: url(dataGrid/header-bg.gif) repeat-x left -1px; position:relative;
  2170. }
  2171. .l-panel-header-hasicon{ padding-left:13px;}
  2172. .l-panel-header img{ position:absolute; left:6px; top:5px; width:16px; height:16px; border:0px;}
  2173. .l-panel-header-text{ line-height:22px;padding-left:10px;}
  2174. .l-panel-body
  2175. {
  2176. position:relative; width:100%;
  2177. }
  2178. .l-panel-body .l-grid
  2179. {
  2180. }
  2181. /*表格整体*/
  2182. .l-grid
  2183. {
  2184. position:relative;text-align:left;
  2185. background:#ffffff;
  2186. }
  2187. .l-grid td div
  2188. {
  2189. }
  2190. .l-grid table{border-spacing:0 0;}
  2191. /*表格头部*/
  2192. .l-grid-header
  2193. {
  2194. border-bottom:1px solid #cccccc;
  2195. height:22px;
  2196. line-height:120%!important;
  2197. background:#ffffff url(dataGrid/th_bg.jpg) repeat-x left bottom;
  2198. overflow:hidden;
  2199. width:100%;
  2200. }
  2201. .l-grid-header-multi{
  2202. background-image:none!important;
  2203. background:#eeeeee;
  2204. }
  2205. .l-grid-hd-cell
  2206. {
  2207. padding:0; margin:0;overflow:hidden;
  2208. border-right:1px solid #cccccc;
  2209. text-align:center;
  2210. }
  2211. /*表格身体*/
  2212. .l-grid-body
  2213. {
  2214. position: relative; width:100%;
  2215. top: 0px;
  2216. left: 0px; overflow: auto;
  2217. }
  2218. /*单元格边框色*/
  2219. .l-grid-row-cell
  2220. {
  2221. border-right:1px solid #cccccc;border-bottom:1px solid #cccccc;
  2222. text-align:center;
  2223. }
  2224. .l-grid-row-last .l-grid-row-cell
  2225. {border-bottom:none;
  2226. }
  2227. .l-grid-row-cell-last
  2228. {
  2229. }
  2230. /*表格行背景色*/
  2231. .l-grid-row
  2232. {
  2233. background:#ffffff;
  2234. }
  2235. .l-grid-row-last
  2236. {
  2237. }
  2238. .l-grid-row-alt .l-grid-row-cell
  2239. {
  2240. background:#F5F5F5;
  2241. }
  2242. .l-grid-row-over .l-grid-row-cell,.l-grid-row-over
  2243. {
  2244. background:#fff4f0;/*鼠标移入后背景色*/
  2245. }
  2246. .l-selected .l-grid-row-cell,.l-selected
  2247. {
  2248. background:#fee9d9;/*点击后背景色*/
  2249. background-image: url(dataGrid/trhl_bg.jpg);
  2250. background-repeat:repeat-x;
  2251. }
  2252. /*分页栏背景和边框*/
  2253. .l-panel-bar
  2254. {
  2255. height:32px;background:#C9DFFF url(dataGrid/bar-bg.gif) repeat-x left bottom;overflow:hidden;
  2256. border-top:1px solid #84A0C4;
  2257. }
  2258. /*工具条*/
  2259. .l-toolbar
  2260. {
  2261. background:#fb8e72 url(dataGrid/header-bg.gif) repeat-x; height:23px;
  2262. border:1px solid #F06003; border-top:1px solid #EFF7F7;
  2263. border-left:none;
  2264. border-right:none;
  2265. }
  2266. .l-toolbar-item
  2267. {
  2268. float:left;margin-left:4px;
  2269. }
  2270. .l-toolbar-item-right
  2271. {
  2272. float:right;margin-right:4px;
  2273. }
  2274. .l-toolbar-item .l-toolbar-item img{ position:absolute; left:2px; top:2px; display:block;}
  2275. .l-toolbar-item img{ width:16px; height:16px; border:0px;}
  2276. .l-toolbar-item-hasicon{ padding-left:12px;}
  2277. .l-icon{
  2278. }
  2279. .l-grid-scroller {
  2280. position: relative;
  2281. top: 0px;
  2282. left: 0px; height:220px;overflow: auto;
  2283. }
  2284. .l-grid-scroller-noscroll
  2285. {
  2286. height:auto;overflow:hidden;
  2287. }
  2288. .l-grid-body-table
  2289. {
  2290. }
  2291. .l-grid-body-table tr.l-checked td
  2292. {
  2293. background:#DCF8A8
  2294. }
  2295. .l-grid-popup
  2296. {
  2297. background: #eee url(dataGrid/popup-line.gif) repeat-y -1px top;
  2298. border: 1px solid #ccc;
  2299. border-top: 0px;
  2300. overflow: auto;
  2301. left: 0px;
  2302. position: absolute;
  2303. z-index: 999; display:none;
  2304. }
  2305. .l-grid-loading
  2306. {
  2307. position: absolute;z-index: 91000; border:1px solid #9BBBE6; top:40%; left:50%;
  2308. background:white url(dataGrid/loading.gif) no-repeat 8px 6px; padding-left:38px;
  2309. padding-top:10px; padding-bottom:10px; padding-right:10px; margin-left:-60px; display:none;
  2310. }
  2311. .l-grid-editor
  2312. {
  2313. position: absolute;z-index: 999;display:none; text-align:center;
  2314. }
  2315. .l-grid-editor .l-checkbox-wrapper{ margin-top:2px;}
  2316. .l-grid-popup table
  2317. {
  2318. display: table;
  2319. border-collapse: separate;
  2320. border-color: gray; margin:2px;
  2321. }
  2322. .l-grid-popup table tbody
  2323. {display: table-row-group;
  2324. vertical-align: middle;
  2325. border-color: inherit;
  2326. }
  2327. .l-grid-popup table td
  2328. {
  2329. padding: 2px 3px;
  2330. cursor: default;
  2331. }
  2332. .l-grid-popup td.l-column-left
  2333. {
  2334. border-right: 1px solid #ccc;
  2335. }
  2336. .l-grid-popup td.l-column-right
  2337. {
  2338. border-left: 1px solid #fff;
  2339. padding-right: 10px;
  2340. }
  2341. .l-grid-popup tr:hover .l-column-right,.l-grid-popup tr.l-popup-row-over .l-column-right
  2342. {
  2343. border-right: 1px solid #d2e3ec;border-top: 1px solid #d2e3ec;border-bottom: 1px solid #d2e3ec;
  2344. }
  2345. .l-grid-popup tr:hover .l-column-left,.l-grid-popup tr.l-popup-row-over .l-column-left
  2346. {
  2347. border-left: 1px solid #d2e3ec;border-top: 1px solid #d2e3ec;border-bottom: 1px solid #d2e3ec;
  2348. }
  2349. .l-grid-popup table tr:hover,.l-grid-popup table tr.l-popup-row-over
  2350. {
  2351. background: #d5effc url(dataGrid/popup-row-over.gif) repeat-x top;
  2352. border: 1px solid #a8d8eb;
  2353. }
  2354. .l-grid-hd-cell-mul
  2355. {
  2356. border-bottom: 1px solid #cccccc;
  2357. background:#eeeeee;
  2358. }
  2359. .l-grid-hd-cell-detail
  2360. {
  2361. padding:0; margin:0;
  2362. }
  2363. .l-grid-hd-cell-inner
  2364. {
  2365. text-align:center;
  2366. }
  2367. .l-grid-dragging-line
  2368. {
  2369. background:#EC4262;width:1px;position:absolute; display:none; z-index:9999; padding:0; margin:0;
  2370. }
  2371. .l-grid-hd-cell-dropleft
  2372. {
  2373. position:absolute;left:0px;top:0px;
  2374. display: block;background: url(dataGrid/icon-prev.gif) no-repeat -2px center;width: 16px;height: 24px;
  2375. z-index: 3; display:none;
  2376. }
  2377. .l-grid-hd-cell-dropright
  2378. {
  2379. position:absolute;right:0px;top:0px;
  2380. display: block;background: url(dataGrid/icon-next.gif) no-repeat 0px center;width: 16px;height: 24px;
  2381. z-index: 3; display:none;
  2382. }
  2383. .l-grid-hd-cell-drop
  2384. {
  2385. position:absolute;right:-1px;top:0px;display: block; width:2px; height:24px; z-index:3; cursor:e-resize;
  2386. }
  2387. .l-grid-hd-cell-sort
  2388. {
  2389. overflow:hidden;
  2390. }
  2391. .l-grid-hd-cell-sort-asc
  2392. {
  2393. background:url(dataGrid/icon-sort-asc.gif) no-repeat center;
  2394. }
  2395. .l-grid-hd-cell-sort-desc
  2396. {
  2397. background:url(dataGrid/icon-sort-desc.gif) no-repeat center;
  2398. }
  2399. .l-grid-hd-cell-btn
  2400. {
  2401. position:absolute; right:0px; top:0px; overflow:hidden; border-left:1px solid #C1D6F0; cursor:pointer;
  2402. }
  2403. .l-grid-hd-cell-btn span
  2404. {
  2405. border-left:1px solid #F1F5FC; width:14px; height:22px;background:url(dataGrid/icon-down.gif) no-repeat 2px 8px; display:block;
  2406. }
  2407. .l-grid-hd-cell-drophandle
  2408. {
  2409. width:5px; height:22px; cursor:col-resize; float:right;position:absolute; top:0px; right:-3px;
  2410. }
  2411. .l-grid-hd-cell-text
  2412. {
  2413. text-align:center;
  2414. }
  2415. .l-grid-hd-cell-last
  2416. {
  2417. }
  2418. .l-grid-hd-cell-over,.l-grid-hd-cell-on
  2419. {
  2420. }
  2421. .l-grid-totalsummary
  2422. {
  2423. border-bottom:1px solid #A3C0E8; background:#EEF3FF; padding-top:5px; padding-bottom:5px;
  2424. }
  2425. .l-grid-totalsummary-nobottom
  2426. {
  2427. border-bottom:none;
  2428. }
  2429. .l-grid-totalsummary td
  2430. {
  2431. border-right:1px solid #EEF3FF; text-align:center;line-height: 23px;
  2432. }
  2433. .l-grid-totalsummary .l-grid-totalsummary-cell-last
  2434. { border-right:1px solid #A3C0E8;
  2435. }
  2436. .l-grid-totalsummary .l-grid-totalsummary-cell-inner
  2437. {
  2438. margin-left:3px; margin-right:3px; min-height:23px;_height:23px;
  2439. }
  2440. .l-grid-totalsummary .l-grid-totalsummary-cell-inner div
  2441. {
  2442. height:22px; line-height:22px;
  2443. }
  2444. /*
  2445. detail
  2446. */
  2447. .l-grid-detailpanel
  2448. {
  2449. }
  2450. .l-grid-detailpanel td{
  2451. border-right:1px solid #A3C0E8;border-bottom:1px solid #A3C0E8;
  2452. }
  2453. .l-grid-detailpanel-inner
  2454. {
  2455. margin-bottom:2px;
  2456. }
  2457. .l-grid-row-cell-detail .l-grid-row-cell-inner{margin-left:0px; margin-right:0px; width:27px; overflow:hidden;}
  2458. .l-grid-row-cell-detail .l-grid-row-cell-inner span
  2459. {
  2460. display:block; width:21px; height:21px; background:url(dataGrid/grid-detail-close.gif) no-repeat 5px 5px;
  2461. cursor:pointer; overflow:hidden;
  2462. }
  2463. .l-grid-row-cell-detail .l-grid-row-cell-inner span.l-open
  2464. {
  2465. background:url(dataGrid/grid-detail-open.gif) no-repeat 5px 5px;
  2466. }
  2467. .l-grid-row-cell-checkbox .l-grid-row-cell-inner{margin-left:0px; margin-right:0px;}
  2468. .l-grid-row-cell-checkbox span,.l-grid-hd-cell-checkbox .l-grid-hd-cell-inner span
  2469. {
  2470. display:block; width:13px; height:13px; background:url(dataGrid/checkbox.gif) no-repeat;
  2471. background-position:0px 0px;
  2472. cursor:pointer; overflow:hidden;
  2473. margin:0 auto;
  2474. }
  2475. .l-grid-hd-cell-con-checkbox{
  2476. padding-top:6px;
  2477. }
  2478. .l-grid-row-cell-con-checkbox{
  2479. padding-top:6px;
  2480. }
  2481. .l-checked .l-grid-row-cell-checkbox span,.l-checked .l-grid-hd-cell-checkbox .l-grid-hd-cell-inner span
  2482. {
  2483. background-position:0px -13px;
  2484. }
  2485. .l-selected .l-grid-row-cell-checkbox span,.l-selected .l-grid-hd-cell-checkbox .l-grid-hd-cell-inner span
  2486. {
  2487. background-position:0px -13px;
  2488. }
  2489. .l-grid-hd-cell-checkbox
  2490. {
  2491. padding:0; margin:0;
  2492. vertical-align:top;
  2493. }
  2494. .l-grid-row-cell-edited .l-grid-row-cell-inner
  2495. {
  2496. background-image:url(dataGrid/icon-edited.gif);
  2497. background-repeat:no-repeat;
  2498. background-position:0px 2px;
  2499. text-indent:10px;
  2500. }
  2501. .l-grid-row-cell-inner
  2502. {
  2503. text-align:center;line-height:26px; min-height:26px; _height:26px;
  2504. margin-left:3px; margin-right:3px; overflow:hidden;
  2505. }
  2506. .l-grid-row-cell-inner-fixedheight
  2507. {
  2508. height:25px;
  2509. }
  2510. .l-panel-bbar-inner
  2511. {
  2512. margin-top: 3px;
  2513. padding-left: -2px;
  2514. width:100%; position:relative; min-width:530px;
  2515. }
  2516. .l-bar-message
  2517. {
  2518. position:absolute; right:0px;
  2519. }
  2520. .l-bar-group {
  2521. float: left;
  2522. background: none;
  2523. height: 24px;
  2524. margin: 0px 5px;
  2525. }
  2526. .l-bar-right
  2527. {
  2528. float:right;
  2529. }
  2530. .l-bar-separator {
  2531. float: left;
  2532. height: 18px;
  2533. border-left: 1px solid #f06003;/*分隔条颜色*/
  2534. border-right: 1px solid white;
  2535. margin: 2px;
  2536. }
  2537. .l-bar-separator-right{
  2538. height: 18px;
  2539. border-left: 1px solid #9AC6FF;
  2540. border-right: 1px solid white;
  2541. margin: 2px;
  2542. float:right;
  2543. }
  2544. .l-bar-separator-right{
  2545. height: 18px;
  2546. border-left: 1px solid #9AC6FF;
  2547. border-right: 1px solid white;
  2548. margin: 2px;
  2549. float:right;
  2550. }
  2551. .l-bar-button {
  2552. float: left;
  2553. width: 22px;
  2554. height: 22px;
  2555. border: 0px;
  2556. cursor: pointer;
  2557. overflow: hidden;
  2558. }
  2559. .l-bar-button-over
  2560. {
  2561. background: url(dataGrid/bar-button-over.gif) no-repeat center;
  2562. }
  2563. .l-bar-button span {
  2564. width: 16px;
  2565. height: 16px;
  2566. display: block; margin-left:2px; margin-top:2px;
  2567. float: left; overflow:hidden;
  2568. }
  2569. .l-bar-btnfirst span
  2570. {
  2571. background: url(dataGrid/icon-first.gif) no-repeat; background-position:0px 0px;
  2572. }
  2573. .l-bar-btnprev span {
  2574. background: url(dataGrid/icon-prev.gif) no-repeat ; background-position:0px 0px;
  2575. }
  2576. .l-bar-btnnext span {
  2577. background: url(dataGrid/icon-next.gif) no-repeat; background-position:0px 0px;
  2578. }
  2579. .l-bar-btnlast span {
  2580. background: url(dataGrid/icon-last.gif) no-repeat; background-position:0px 0px;
  2581. }
  2582. .l-bar-btnload span {
  2583. background: url(dataGrid/icon-load.gif) no-repeat; background-position:0px 0px;
  2584. }
  2585. .l-bar-btnloading span {
  2586. background: url(dataGrid/icon-loading.gif) no-repeat; background-position:0px 0px;
  2587. }
  2588. .l-bar-button .l-disabled
  2589. {
  2590. background-position:0px -16px;
  2591. }
  2592. .l-bar-text
  2593. {
  2594. line-height:20px;
  2595. }
  2596. /*
  2597. grouping
  2598. */
  2599. .l-grid .l-grid-grouprow{ border-right:1px solid #A3C0E8}
  2600. .l-grid .l-grid-grouprow-cell{ padding:6px; border-bottom:1px solid #A3C0E8; background:#EAF3FF;}
  2601. .l-grid .l-grid-group-togglebtn{background:url(dataGrid/grid-detail-open.gif) no-repeat center; cursor:pointer}
  2602. .l-grid .l-grid-group-togglebtn-close{background:url(dataGrid/grid-detail-close.gif) no-repeat center;}
  2603. .l-grid .l-grid-totalsummary-group td{ background-color:#eeeeee; border-color:#eeeeee;}
  2604. /*
  2605. foot total
  2606. */
  2607. .l-panel-bar-total{ background:#F5F9FF; padding:8px; border-top:1px solid #84A0C4;}
  2608. /*
  2609. tree grid
  2610. */
  2611. .l-grid-tree-space
  2612. {
  2613. width:18px; height:20px; line-height:20px; overflow:hidden; float:left;
  2614. }
  2615. .l-grid-tree-link-open
  2616. {
  2617. cursor:pointer;background:url(dataGrid/grid-tree-open.gif) no-repeat center;
  2618. }
  2619. .l-grid-tree-link-close
  2620. {
  2621. cursor:pointer;background:url(dataGrid/grid-tree-close.gif) no-repeat center;
  2622. }
  2623. .l-grid-tree-link-loading
  2624. {
  2625. background-image:url(../../images/loading/ajax-loader.gif)!important;
  2626. }
  2627. /*
  2628. 锁定部分
  2629. */
  2630. .l-grid1{ display:none;}
  2631. .l-grid1 .l-grid-body{overflow:hidden;}
  2632. .l-grid1 .l-grid-detailpanel{border-right:1px solid white;}
  2633. .l-frozen .l-grid2{position:absolute; top:0px; left:0px; width:100%; }
  2634. .l-frozen .l-grid2 .l-grid-body{overflow-x:auto;}
  2635. .l-frozen .l-grid1{position:absolute; top:0px; left:0px;display:block;}
  2636. .l-grid-gray
  2637. {border-top:1px solid #DDDDDD;
  2638. }
  2639. .l-grid-gray .l-grid-header
  2640. {
  2641. border-bottom:1px solid #DDDDDD;
  2642. background:#E2F0FF url(dataGrid/header2-bg.jpg) repeat-x left bottom;
  2643. }
  2644. .l-grid-gray .l-grid-hd-cell
  2645. {
  2646. border-right:1px solid #DDDDDD;
  2647. }
  2648. .l-grid-gray .l-grid-row-cell {
  2649. border-bottom: 1px solid #DDDDDD;
  2650. border-right: 1px solid #DDDDDD;
  2651. }
  2652. /*
  2653. 菜单条
  2654. */
  2655. .l-menubar
  2656. {
  2657. background: url(dataGrid/panel-menu.gif) repeat-x; height:24px; border:1px solid #ADBED6;border-top:1px solid #EFF7F7;
  2658. }
  2659. .l-menubar-item
  2660. {
  2661. float:left; margin-left:6px;
  2662. }
  2663. .l-menubar-item-down
  2664. {
  2665. width:7px; height:4px; line-height:4px;
  2666. background:url(dataGrid/panel-menu-item-down.gif) no-repeat center; position:absolute; right:4px; top:9px; top:9px\9;_top:4px;
  2667. }
  2668. .l-menubar-item-over
  2669. {
  2670. }
  2671. /*
  2672. 搜索栏
  2673. */
  2674. .l-panel-search
  2675. {height:28px; padding-top:3px; padding-left:3px;
  2676. border-left:1px solid #99BBE8; border-right:1px solid #99BBE8;
  2677. }
  2678. .l-panel-search-item
  2679. {
  2680. float:left; margin-left:5px;
  2681. }
  2682. /*
  2683. 编辑
  2684. */
  2685. .l-grid-row-cell-editing-topcell {border-bottom-color:#CC8F81;}
  2686. .l-grid-row-cell-editing-leftcell {border-right-color:#CC8F81;}
  2687. .l-grid-row-cell-editing{ border-color:#CC8F81;}
  2688. .l-grid-row-cell .l-text,.l-grid-editor .l-text{ border:0px; border:none;}
  2689. .l-grid-detailpanel-edit{ padding-top:7px;padding-bottom:3px; background-color:#f7f7f7;}
  2690. .l-grid-detailpanel .l-editbox{ float:left; margin:2px;margin-left:6px; margin-right:10px;}
  2691. .l-grid-detailpanel .l-button{float:left;margin:2px;margin-left:4px; margin-right:6px;}
  2692. .l-grid-detailpanel .l-clear{ clear:both;}
  2693. /*行序号背景色*/
  2694. .l-grid-row-alt .l-grid-row-cell-rownumbers,.l-selected .l-grid-row-cell-rownumbers,.l-grid-row-over .l-grid-row-cell-rownumbers,.l-grid-row-cell-rownumbers{ background:#f1f1f1;}
  2695. /*右键菜单*/
  2696. .l-menu { border:1px solid #979797; background:#F5F5F5;position:absolute; overflow:hidden; padding-bottom:2px; z-index:1001;font-size:12px;}
  2697. .l-menu-shadow{z-index:1000;
  2698. FILTER: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
  2699. BACKGROUND: #ddd;
  2700. -moz-border-radius: 5px;
  2701. -webkit-border-radius: 5px;
  2702. -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  2703. -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  2704. position: absolute;}
  2705. .l-menu-inner{ position:relative;width:100%;z-index:103;}
  2706. .l-menu-over{position:absolute;top:-24px;left:2px; z-index:102; height:22px; overflow:hidden;background:url('dataGrid/menu-item-over-m.gif') repeat-x;width:97%;}
  2707. .l-menu-yline { background:url('dataGrid/menu-line-y.gif') repeat-y; width:2px; height:2000px; position:absolute; left:28px; top:1px; z-index:101;}
  2708. .l-menu-over-l{background:url('dataGrid/menu-item-over-l.gif') no-repeat; width:28px; height:22px; position:absolute;top:0; left:0;}
  2709. .l-menu-over-r{background:url('dataGrid/menu-item-over-r.gif') no-repeat; width:3px;height:22px; position:absolute;top:0; right:0;}
  2710. .l-menu-item { position:relative; height:23px; line-height:23px; width:100%; cursor:pointer;}
  2711. .l-menu-item-line{background:url('dataGrid/menu-line-x.gif') repeat-x; height:2px; width:100%; margin-top:1px; margin-bottom:1px; margin-left:30px; line-height:2px; overflow:hidden;}
  2712. .l-menu-item-arrow{background:url('dataGrid/menu-item-arrow.gif') no-repeat; position:absolute; top:8px; right:9px; width:4px; height:7px;}
  2713. .l-menu-item-text{color:#000000;left: 33px;position: absolute;top: 0;}
  2714. .l-menu-item-icon{ left: 3px;top: 0;position: absolute; width:25px; height:22px; overflow:hidden;}
  2715. .l-menu-item-color{border: 1px solid #cccccc;left: 6px;top: 3px;position: absolute;width: 16px;height: 16px;overflow: hidden;}
  2716. .l-menu-item-disable{ cursor:default;}
  2717. .l-menu-item-disable .l-menu-item-text{ color:#A1A1A1;}
  2718. /*DataGrid*/
  2719. /*文章列表*/
  2720. .sgList li{
  2721. height:25px;
  2722. line-height:25px;
  2723. text-indent:15px;
  2724. }
  2725. .dbList li{
  2726. float:left;
  2727. padding:0 0 0 0px;
  2728. height:25px;
  2729. line-height:25px;
  2730. text-indent:15px;
  2731. }
  2732. .listArr{
  2733. background: url(nav/arrow.gif);
  2734. background-repeat:no-repeat;
  2735. background-position:5px 40%;
  2736. }
  2737. /*文章列表*/
  2738. /*弹出式菜单*/
  2739. .popupMenu{
  2740. width:50px;
  2741. }
  2742. .popupMenu .arrow{
  2743. background-image: url(nav/arror_down.gif);
  2744. background-repeat: no-repeat;
  2745. background-position:95% 40%;
  2746. }
  2747. .popupMenu .border{
  2748. border:solid 1px #e89f7c;/*菜单链接边框色*/
  2749. }
  2750. .popupMenu .hoverBorder{
  2751. border:solid 1px #e89f7c;/*菜单链接边框色*/
  2752. }
  2753. .popupMenu_link{
  2754. }
  2755. .popupMenu_link a{
  2756. padding:0 0 0 5px;
  2757. display:block;
  2758. }
  2759. .popupMenu_link a:hover{
  2760. text-decoration:none;
  2761. color:black;
  2762. }
  2763. .popupMenu_con{
  2764. display:none;
  2765. position:absolute;
  2766. z-index:6000;
  2767. }
  2768. .white_con{
  2769. width:100px;
  2770. border:solid 1px #e89f7c;/*菜单选项区边框色*/
  2771. background-color:white;
  2772. }
  2773. .white_con span{
  2774. display:block;
  2775. clear:both;
  2776. height:25px;
  2777. line-height:25px;
  2778. }
  2779. .white_con a{
  2780. display:block;
  2781. height:25px;
  2782. padding:0 0 0 5px;
  2783. }
  2784. .white_con a:hover{
  2785. background-color:#f13e00!important;/*菜单选项鼠标移入背景色*/
  2786. color:white!important;
  2787. text-decoration:none!important;
  2788. }
  2789. .pic_con{
  2790. width:100px;
  2791. background-image: url(nav/menuBg.jpg);
  2792. background-repeat:repeat-y;
  2793. background-color:white;
  2794. border: 1px solid #e89f7c;/*菜单容器边框*/
  2795. padding:2px 4px 4px 1px;
  2796. }
  2797. .pic_con span{
  2798. display:block;
  2799. clear:both;
  2800. height:25px;
  2801. line-height:25px;
  2802. }
  2803. .pic_con a{
  2804. display:block;
  2805. height:25px;
  2806. text-indent:30px;
  2807. }
  2808. .pic_con a:hover{
  2809. text-decoration:none;
  2810. color:black;
  2811. filter:alpha(opacity=60);
  2812. background-color: #ffeec2;
  2813. border: solid 1px #e89f7c;/*菜单项边框*/
  2814. }
  2815. .icon_con{
  2816. width:100px;
  2817. background-image: url(nav/menuLine.jpg);
  2818. background-repeat:repeat-y;
  2819. background-position:25px 0;
  2820. background-color:#f9f9f9;
  2821. border: 1px solid #e89f7c;/*菜单容器边框*/
  2822. padding:2px 4px 2px 3px;
  2823. }
  2824. .icon_con span{
  2825. display:block;
  2826. clear:both;
  2827. height:25px;
  2828. line-height:25px;
  2829. }
  2830. .icon_con a{
  2831. display:block;
  2832. height:25px;
  2833. text-indent:12px;
  2834. }
  2835. .icon_con a:hover{
  2836. text-decoration:none;
  2837. color:black;
  2838. filter:alpha(opacity=60);
  2839. background-color: #ffeec2;
  2840. border: solid 1px #e89f7c;/*菜单项边框*/
  2841. }
  2842. .multi_con{
  2843. background: white;
  2844. border: 1px solid #cd2e03;/*菜单容器边框*/
  2845. border-width: 5px 1px;
  2846. padding: 10px;
  2847. width:560px;
  2848. }
  2849. .multi_con li{
  2850. width:100%;
  2851. height:25px;
  2852. }
  2853. .multi_con li a{
  2854. display:block;
  2855. height:100%;
  2856. padding:0 0 0 5px;
  2857. border: solid 1px #ffffff;
  2858. }
  2859. .multi_con li a:hover{
  2860. text-decoration:none;
  2861. color:black;
  2862. filter:alpha(opacity=60);
  2863. background-color: #ffeec2;
  2864. border: solid 1px #e89f7c;/*菜单项边框*/
  2865. }
  2866. .multi_con .column{
  2867. float: left;
  2868. width: 180px;
  2869. margin-right: 5px;
  2870. }
  2871. .multi_con .column ul{
  2872. margin: 0;
  2873. padding: 0;
  2874. list-style-type: none;
  2875. }
  2876. .multi_con .column ul li{
  2877. padding-bottom: 5px;
  2878. }
  2879. .multi_con .column h3{
  2880. background: #f13e00;/*分组标题背景色*/
  2881. font: bold 13px Arial;
  2882. margin: 0 0 5px 0;
  2883. color:white;
  2884. }
  2885. /*弹出式菜单*/
  2886. /*基本选项卡*/
  2887. .basicTab{
  2888. background-color:white;
  2889. }
  2890. .basicTab_top{
  2891. height:21px;
  2892. overflow:hidden;
  2893. position: relative;
  2894. white-space: nowrap;
  2895. }
  2896. .basicTab_top_Container {
  2897. height: 21px;
  2898. left: 0px;
  2899. position: absolute;
  2900. top: 0px;
  2901. width: 9999px;
  2902. }
  2903. .basicTab_tabButtonLeft{
  2904. position:absolute;
  2905. top:0px;
  2906. width:17px;
  2907. height:21px;
  2908. background-image: url(basicTab/tab_leftBtn.gif);
  2909. background-repeat: no-repeat;
  2910. cursor:pointer;
  2911. cursor:hand;
  2912. }
  2913. .basicTab_tabButtonRight{
  2914. position:absolute;
  2915. right:0;
  2916. top:0px;
  2917. width:17px;
  2918. height:21px;
  2919. background-image: url(basicTab/tab_rightBtn.gif);
  2920. background-repeat: no-repeat;
  2921. cursor:pointer;
  2922. cursor:hand;
  2923. }
  2924. .basicTabContent{
  2925. overflow:auto;
  2926. }
  2927. .basicTab_con{
  2928. border:solid 1px #e89f7c;/*容器边框*/
  2929. padding:5px;
  2930. }
  2931. .basicTab_normal_left{
  2932. background-image: url(basicTab/normal_left.jpg);
  2933. background-repeat:no-repeat;
  2934. float:left;
  2935. width:17px;
  2936. height:21px;
  2937. }
  2938. .basicTab_normal_center{
  2939. background-image: url(basicTab/normal_center.jpg);
  2940. background-repeat:repeat-x;
  2941. float:left;
  2942. height:21px;
  2943. padding:0 10px 0 10px;
  2944. cursor:pointer;
  2945. cursor:hand;
  2946. }
  2947. .basicTab_top a{
  2948. display:block;
  2949. }
  2950. .basicTab_normal_center a{
  2951. color:black;
  2952. }
  2953. .basicTab_normal_center a:hover{
  2954. color:black;
  2955. text-decoration:none;
  2956. }
  2957. .basicTab_normal_middle{
  2958. background-image: url(basicTab/normal_middle.jpg);
  2959. background-repeat:no-repeat;
  2960. float:left;
  2961. width:18px;
  2962. height:21px;
  2963. }
  2964. .basicTab_normal_right{
  2965. background-image: url(basicTab/normal_right.jpg);
  2966. background-repeat:no-repeat;
  2967. float:left;
  2968. width:17px;
  2969. height:21px;
  2970. }
  2971. .basicTab_current_left{
  2972. background-image: url(basicTab/current_left.jpg)!important;
  2973. width:14px!important;
  2974. }
  2975. .basicTab_current_center{
  2976. background-image: url(basicTab/current_center.jpg)!important;
  2977. }
  2978. .basicTab_current_middle{
  2979. background-image: url(basicTab/current_middle.jpg)!important;
  2980. width:18px!important;
  2981. }
  2982. .basicTab_current_middle2{
  2983. background-image: url(basicTab/current_middle2.jpg)!important;
  2984. width:16px!important;
  2985. }
  2986. .basicTab_current_right{
  2987. background-image: url(basicTab/current_right.jpg)!important;
  2988. width:14px!important;
  2989. }
  2990. .basicTab_content{
  2991. padding:3px 0 0 0;
  2992. }
  2993. .basicTab_top .disabled{
  2994. color:#999999!important;
  2995. cursor:default!important;
  2996. }
  2997. .basicTab_top a:hover{
  2998. text-decoration:none;
  2999. }
  3000. /*基本选项卡*/
  3001. /*基本选项卡-样式2*/
  3002. .basicTabModern{
  3003. }
  3004. .basicTabModern_top{
  3005. height:35px;
  3006. background-image: url(basicTabModern/tab_bg_center.jpg);
  3007. background-repeat:repeat-x;
  3008. width:100%;
  3009. }
  3010. .basicTabModern_top_left{
  3011. height:100%;
  3012. width:100%;
  3013. background-image: url(basicTabModern/tab_bg_left.jpg);
  3014. background-repeat:no-repeat;
  3015. }
  3016. .basicTabModern_top_left2{
  3017. height:100%;
  3018. width:100%;
  3019. background-image: url(basicTabModern/tab_bg_left2.jpg);
  3020. background-repeat:no-repeat;
  3021. }
  3022. .basicTabModern_top_right{
  3023. padding:0 10px 0 10px;
  3024. height:35px;
  3025. overflow:hidden;
  3026. position: relative;
  3027. white-space: nowrap;
  3028. background-image: url(basicTabModern/tab_bg_right.jpg);
  3029. background-repeat:no-repeat;
  3030. background-position:100% 0%;
  3031. }
  3032. .basicTabModern_top_Container {
  3033. height: 35px;
  3034. left: 2px;
  3035. position: absolute;
  3036. top: 0px;
  3037. width: 9999px;
  3038. }
  3039. .basicTabModern_tabButtonLeft{
  3040. position:absolute;
  3041. top:0px;
  3042. width:17px;
  3043. height:35px;
  3044. background-image: url(basicTab/tab_leftBtn.gif);
  3045. background-repeat: no-repeat;
  3046. background-position:0% 50%;
  3047. cursor:pointer;
  3048. cursor:hand;
  3049. }
  3050. .basicTabModern_tabButtonRight{
  3051. position:absolute;
  3052. right:0;
  3053. top:0px;
  3054. width:17px;
  3055. height:35px;
  3056. background-image: url(basicTab/tab_rightBtn.gif);
  3057. background-repeat: no-repeat;
  3058. background-position:0% 50%;
  3059. cursor:pointer;
  3060. cursor:hand;
  3061. }
  3062. .basicTabModern_top a{
  3063. display:#ffffff;
  3064. }
  3065. .basicTabModern_normal_center a{
  3066. color:#ffffff;
  3067. }
  3068. .basicTabModern_normal_center a:hover{
  3069. color:#ffffff;
  3070. text-decoration:none;
  3071. }
  3072. .basicTabModern_current_center a{
  3073. color:#000000;
  3074. }
  3075. .basicTabModern_current_center a:hover{
  3076. color:#000000;
  3077. text-decoration:none;
  3078. }
  3079. .basicTabModern_con{
  3080. padding:5px 0 0 0;
  3081. }
  3082. .basicTabModern_normal_left{
  3083. float:left;
  3084. width:12px;
  3085. height:100%;
  3086. }
  3087. .basicTabModern_normal_center{
  3088. float:left;
  3089. height:100%;
  3090. padding:0 10px 0 10px;
  3091. cursor:pointer;
  3092. cursor:hand;
  3093. line-height:35px;
  3094. color:#ffffff;
  3095. text-shadow: #000000 1px 1px 2px !important;filter: DropShadow(Color=#023B74, OffX=1, OffY=1, Positive=1);
  3096. font-weight:bold;
  3097. }
  3098. .basicTabModern_normal_right{
  3099. float:left;
  3100. width:12px;
  3101. height:100%;
  3102. background-image: url(basicTabModern/tab_normal.jpg);
  3103. background-repeat:no-repeat;
  3104. background-position:50% 50%;
  3105. }
  3106. .basicTabModern_current_left{
  3107. background-image: url(basicTabModern/tab_current_left.jpg)!important;
  3108. width:12px;
  3109. height:100%;
  3110. }
  3111. .basicTabModern_current_center{
  3112. background-image: url(basicTabModern/tab_current_center.jpg)!important;
  3113. height:100%;
  3114. line-height:35px;
  3115. color:#000000;
  3116. text-shadow: #dff378 1px 1px 2px !important;filter: DropShadow(Color=#dff378, OffX=1, OffY=1, Positive=1);
  3117. font-size:13px;
  3118. font-weight:bold;
  3119. }
  3120. .basicTabModern_current_right{
  3121. background-image: url(basicTabModern/tab_current_right.jpg)!important;
  3122. width:12px;
  3123. height:100%;
  3124. }
  3125. .basicTabModern_content{
  3126. padding:3px 0 0 0;
  3127. }
  3128. .basicTabModern_top .disabled{
  3129. color:#999999!important;
  3130. cursor:default!important;
  3131. }
  3132. .basicTabModern_top a:hover{
  3133. text-decoration:none;
  3134. }
  3135. .basicTabModern_content{
  3136. padding:10px 10px 0 10px;
  3137. }
  3138. .basicTabModern_content2{
  3139. padding:10px 10px 0 20px;
  3140. font-size:14px;
  3141. }
  3142. .basicTabModern_title{
  3143. float:left;
  3144. color:#ffffff;
  3145. padding-top:2px;
  3146. text-shadow: #000000 1px 1px 2px !important;filter: DropShadow(Color=#023B74, OffX=1, OffY=1, Positive=1);
  3147. font-size:14px;
  3148. font-weight:bold;
  3149. line-height:200%;
  3150. }
  3151. .basicTabModern_subTitle{
  3152. float:left;
  3153. color:#ffffff;
  3154. padding:4px 0 0 5px;
  3155. line-height:200%;
  3156. }
  3157. .basicTabModern_status{
  3158. float:right;
  3159. color:#ffffff;
  3160. padding:4px 5px 0 0;
  3161. font-weight:bold;
  3162. line-height:200%;
  3163. }
  3164. .basicTabModern_status a{
  3165. color:#ffffff;
  3166. }
  3167. .basicTabModern_status a:hover{
  3168. color:#ffffff;
  3169. text-decoration:underline;
  3170. }
  3171. .basicTabModern_tabcon{
  3172. float:right;
  3173. height:100%;
  3174. }
  3175. .basicTabModern_top_info{
  3176. float:left;
  3177. padding:10px 0 0 10px;
  3178. color:#ffffff;
  3179. }
  3180. .basicTabModern_top_more{
  3181. float:right;
  3182. padding:10px 10px 0 0;
  3183. color:#ffffff;
  3184. }
  3185. .basicTabModern_top_more a{
  3186. color:#ffffff;
  3187. }
  3188. /*基本选项卡-样式2*/
  3189. /*基本选项卡-样式3*/
  3190. .basicTabProcess{
  3191. margin:5px 0 0 0;
  3192. }
  3193. .basicTabProcess_top{
  3194. height:55px;
  3195. background-image: url(basicTabProcess/tab_bg_center.jpg);
  3196. background-repeat:repeat-x;
  3197. background-position:0% 15px;
  3198. width:100%;
  3199. }
  3200. .basicTabProcess_top_left{
  3201. height:100%;
  3202. width:100%;
  3203. }
  3204. .basicTabProcess_top_right{
  3205. height:100%;
  3206. width:100%;
  3207. height:55px;
  3208. overflow:hidden;
  3209. position: relative;
  3210. white-space: nowrap;
  3211. }
  3212. .basicTabProcess_top_Container {
  3213. height: 55px;
  3214. left: 2px;
  3215. position: absolute;
  3216. top: 0px;
  3217. width: 9999px;
  3218. }
  3219. .basicTabProcess_tabButtonLeft{
  3220. position:absolute;
  3221. top:0px;
  3222. width:22px;
  3223. height:55px;
  3224. background-image: url(basicTabProcess/tab_leftBtn.jpg);
  3225. background-repeat: no-repeat;
  3226. cursor:pointer;
  3227. cursor:hand;
  3228. }
  3229. .basicTabProcess_tabButtonRight{
  3230. position:absolute;
  3231. right:0;
  3232. top:0px;
  3233. width:22px;
  3234. height:55px;
  3235. background-image: url(basicTabProcess/tab_rightBtn.jpg);
  3236. background-repeat: no-repeat;
  3237. cursor:pointer;
  3238. cursor:hand;
  3239. }
  3240. .basicTabProcess_top a{
  3241. }
  3242. .basicTabProcess_normal_center a{
  3243. color:#000000;
  3244. }
  3245. .basicTabProcess_normal_center a:hover{
  3246. color:#000000;
  3247. text-decoration:none;
  3248. }
  3249. .basicTabProcess_current_center a{
  3250. color:#000000;
  3251. }
  3252. .basicTabProcess_current_center a:hover{
  3253. color:#000000;
  3254. text-decoration:none;
  3255. }
  3256. .basicTabProcess_con{
  3257. padding:2px 0 0 5px;
  3258. }
  3259. .basicTabProcess_normal_left{
  3260. float:left;
  3261. width:0px;
  3262. height:100%;
  3263. }
  3264. .basicTabProcess_normal_left_fix{
  3265. }
  3266. .basicTabProcess_current_left_fix{
  3267. }
  3268. .basicTabProcess_normal_center{
  3269. float:left;
  3270. height:100%;
  3271. cursor:pointer;
  3272. cursor:hand;
  3273. color:#000000;
  3274. font-weight:normal;
  3275. }
  3276. .basicTabProcess_normal_center span{
  3277. padding:25px 50px 0 50px;
  3278. }
  3279. .basicTabProcess_normal_right{
  3280. float:left;
  3281. width:0;
  3282. height:100%;
  3283. }
  3284. .basicTabProcess_current_left{
  3285. }
  3286. .basicTabProcess_current_center{
  3287. }
  3288. .basicTabProcess_current_right{
  3289. }
  3290. .basicTabProcess_content{
  3291. padding:3px 0 0 0;
  3292. }
  3293. .basicTabProcess_top .disabled{
  3294. color:#999999!important;
  3295. cursor:default!important;
  3296. }
  3297. .basicTabProcess_top a:hover{
  3298. text-decoration:none;
  3299. }
  3300. .basicTabProcess_content{
  3301. padding:10px 10px 0 10px;
  3302. }
  3303. .basicTabProcess_content2{
  3304. padding:10px 10px 0 20px;
  3305. }
  3306. .basicTabProcess_title{
  3307. float:left;
  3308. color:#ff9900;
  3309. padding-top:2px;
  3310. font-weight:bold;
  3311. line-height:200%;
  3312. background-color:#ffffff;
  3313. padding-left:20px;
  3314. padding-right:20px;
  3315. font-size:16px;
  3316. }
  3317. .basicTabProcess_subTitle{
  3318. float:left;
  3319. color:#000000;
  3320. padding:4px 0 0 5px;
  3321. line-height:200%;
  3322. }
  3323. .basicTabProcess_status{
  3324. float:right;
  3325. color:#000000;
  3326. padding:4px 5px 0 0;
  3327. font-weight:bold;
  3328. line-height:200%;
  3329. }
  3330. .basicTabProcess_status a{
  3331. color:#000000;
  3332. }
  3333. .basicTabProcess_status a:hover{
  3334. color:#000000;
  3335. text-decoration:underline;
  3336. }
  3337. .basicTabProcess_tabcon{
  3338. float:right;
  3339. height:100%;
  3340. }
  3341. .basicTabProcess_top_info{
  3342. float:left;
  3343. padding:10px 0 0 10px;
  3344. color:#000000;
  3345. }
  3346. .basicTabProcess_top_more{
  3347. float:right;
  3348. padding:10px 10px 0 0;
  3349. color:#000000;
  3350. }
  3351. .basicTabProcess_top_more a{
  3352. color:#000000;
  3353. }
  3354. .basicTabProcess_top_right table{
  3355. margin:0 auto;
  3356. }
  3357. .basicTabProcess_normal_center .process_item1{
  3358. background-image: url(basicTabProcess/tab_item1.jpg);
  3359. background-repeat: no-repeat;
  3360. background-position:50% 0%;
  3361. min-width:40px;
  3362. display:inline-block;
  3363. height:30px;
  3364. }
  3365. .basicTabProcess_current_center .process_item1{
  3366. background-image: url(basicTabProcess/tab_item1_current.jpg)!important;
  3367. }
  3368. .basicTabProcess_normal_center .process_item2{
  3369. background-image: url(basicTabProcess/tab_item2.jpg);
  3370. background-repeat: no-repeat;
  3371. background-position:50% 0%;
  3372. min-width:40px;
  3373. display:inline-block;
  3374. height:30px;
  3375. }
  3376. .basicTabProcess_current_center .process_item2{
  3377. background-image: url(basicTabProcess/tab_item2_current.jpg)!important;
  3378. }
  3379. .basicTabProcess_normal_center .process_item3{
  3380. background-image: url(basicTabProcess/tab_item3.jpg);
  3381. background-repeat: no-repeat;
  3382. background-position:50% 0%;
  3383. min-width:40px;
  3384. display:inline-block;
  3385. height:30px;
  3386. }
  3387. .basicTabProcess_current_center .process_item3{
  3388. background-image: url(basicTabProcess/tab_item3_current.jpg)!important;
  3389. }
  3390. .basicTabProcess_normal_center .process_item4{
  3391. background-image: url(basicTabProcess/tab_item4.jpg);
  3392. background-repeat: no-repeat;
  3393. background-position:50% 0%;
  3394. min-width:40px;
  3395. display:inline-block;
  3396. height:30px;
  3397. }
  3398. .basicTabProcess_current_center .process_item4{
  3399. background-image: url(basicTabProcess/tab_item4_current.jpg)!important;
  3400. }
  3401. .basicTabProcess_normal_center .process_item5{
  3402. background-image: url(basicTabProcess/tab_item5.jpg);
  3403. background-repeat: no-repeat;
  3404. background-position:50% 0%;
  3405. min-width:40px;
  3406. display:inline-block;
  3407. height:30px;
  3408. }
  3409. .basicTabProcess_current_center .process_item5{
  3410. background-image: url(basicTabProcess/tab_item5_current.jpg)!important;
  3411. }
  3412. .basicTabProcess_normal_center .process_item6{
  3413. background-image: url(basicTabProcess/tab_item6.jpg);
  3414. background-repeat: no-repeat;
  3415. background-position:50% 0%;
  3416. min-width:40px;
  3417. display:inline-block;
  3418. height:30px;
  3419. }
  3420. .basicTabProcess_current_center .process_item6{
  3421. background-image: url(basicTabProcess/tab_item6_current.jpg)!important;
  3422. }
  3423. .basicTabProcess_normal_center .process_item7{
  3424. background-image: url(basicTabProcess/tab_item7.jpg);
  3425. background-repeat: no-repeat;
  3426. background-position:50% 0%;
  3427. min-width:40px;
  3428. display:inline-block;
  3429. height:30px;
  3430. }
  3431. .basicTabProcess_current_center .process_item7{
  3432. background-image: url(basicTabProcess/tab_item7_current.jpg)!important;
  3433. }
  3434. .basicTabProcess_normal_center .process_item8{
  3435. background-image: url(basicTabProcess/tab_item8.jpg);
  3436. background-repeat: no-repeat;
  3437. background-position:50% 0%;
  3438. min-width:40px;
  3439. display:inline-block;
  3440. height:30px;
  3441. }
  3442. .basicTabProcess_current_center .process_item8{
  3443. background-image: url(basicTabProcess/tab_item8_current.jpg)!important;
  3444. }
  3445. .basicTabProcess_normal_center .process_item9{
  3446. background-image: url(basicTabProcess/tab_item9.jpg);
  3447. background-repeat: no-repeat;
  3448. background-position:50% 0%;
  3449. min-width:40px;
  3450. display:inline-block;
  3451. height:30px;
  3452. }
  3453. .basicTabProcess_current_center .process_item9{
  3454. background-image: url(basicTabProcess/tab_item9_current.jpg)!important;
  3455. }
  3456. /*基本选项卡-样式3*/
  3457. /*动态选项卡*/
  3458. .benma_ui_tab .tab_item1 {
  3459. background-image: url(dynamicTab/tab1.gif);
  3460. background-repeat: no-repeat;
  3461. width: 5px;
  3462. z-index: 100;
  3463. white-space: nowrap;
  3464. }
  3465. .benma_ui_tab .tab_item2 {
  3466. background-image: url(dynamicTab/tab2.gif);
  3467. background-repeat: repeat-x;
  3468. white-space: nowrap;
  3469. z-index: 101;
  3470. }
  3471. .benma_ui_tab .tab_item3 {
  3472. background-image: url(dynamicTab/tab3.gif);
  3473. background-repeat: no-repeat;
  3474. width: 5px;
  3475. }
  3476. .benma_ui_tab .tab_close {
  3477. background-image: url(dynamicTab/close.gif);
  3478. background-repeat: no-repeat;
  3479. position: relative;
  3480. top: -1px;
  3481. height: 14px;
  3482. width: 14px;
  3483. font-size: 9px;
  3484. }
  3485. .benma_ui_tab .tab_item1_bottom {
  3486. background-image: url(dynamicTab/tab1_bottom.gif);
  3487. background-repeat: no-repeat;
  3488. background-position: 0px -18px;
  3489. width: 5px;
  3490. }
  3491. .benma_ui_tab .tab_item2_bottom {
  3492. background-image: url(dynamicTab/tab2_bottom.gif);
  3493. background-repeat: repeat-x;
  3494. background-position: 0px -18px;
  3495. }
  3496. .benma_ui_tab .tab_item3_bottom {
  3497. background-image: url(dynamicTab/tab3_bottom.gif);
  3498. background-repeat: no-repeat;
  3499. background-position: 0px -18px;
  3500. width: 5px;
  3501. }
  3502. .benma_ui_tab .tab_hr {
  3503. width: 100%;
  3504. height: 2px;
  3505. background-color: #bb0800;/*标签底部线颜色*/
  3506. position: relative;
  3507. top: 24px;
  3508. z-index: 113;
  3509. font-size: 0px;
  3510. display: block;
  3511. }
  3512. .benma_ui_tab .tab_hr_bottom {
  3513. width: 100%;
  3514. height: 2px;
  3515. background-color: #bb0800;/*标签底部线颜色*/
  3516. position: relative;
  3517. top: 0px;
  3518. z-index: 113;
  3519. font-size: 0px;
  3520. display: block;
  3521. position: relative;
  3522. }
  3523. .benma_ui_tab{
  3524. height:26px;
  3525. }
  3526. .tabContainer{
  3527. width:9999px;
  3528. height:22px;
  3529. position:absolute;
  3530. top:4px;
  3531. left:2px;
  3532. }
  3533. .tabButtonLeft{
  3534. position:absolute;
  3535. top:6px;
  3536. width:17px;
  3537. height:23px;
  3538. background-image: url(dynamicTab/tab_leftBtn.gif);
  3539. background-repeat: no-repeat;
  3540. cursor:pointer;
  3541. cursor:hand;
  3542. }
  3543. .tabButtonRight{
  3544. position:absolute;
  3545. right:0;
  3546. top:6px;
  3547. width:17px;
  3548. height:23px;
  3549. background-image: url(dynamicTab/tab_rightBtn.gif);
  3550. background-repeat: no-repeat;
  3551. cursor:pointer;
  3552. cursor:hand;
  3553. }
  3554. #tab_menu{
  3555. overflow:hidden;
  3556. }
  3557. /*动态选项卡*/
  3558. /*一级纵向导航*/
  3559. .singleNav{
  3560. width:227px;
  3561. height:236px;
  3562. background-image: url(nav/singleNav_bg.jpg);
  3563. background-repeat:no-repeat;
  3564. background-position:0% 100%;
  3565. padding:5px 0 130px 0;
  3566. top:0px;
  3567. left:10px;
  3568. }
  3569. .singleNav span{
  3570. display:block;
  3571. cursor:pointer;
  3572. cursor:hand;
  3573. padding:0 0 0 20px;
  3574. width:100%;
  3575. height:100%;
  3576. }
  3577. .singleNav span a{
  3578. color:black;
  3579. text-decoration:none;
  3580. width:100%;
  3581. display:block;
  3582. }
  3583. .singleNav span a:hover{
  3584. color:black;
  3585. text-decoration:none;
  3586. }
  3587. .singleNav div{
  3588. width:214px;
  3589. height:36px;
  3590. background-image: url(nav/singleNav_itemBg.jpg);
  3591. background-repeat:no-repeat;
  3592. line-height:36px;
  3593. }
  3594. .singleNav .current{
  3595. width:227px;
  3596. height:41px;
  3597. background-image: url(nav/singleNav_itemBg_cur.jpg);
  3598. background-repeat:no-repeat;
  3599. line-height:41px;
  3600. }
  3601. .singleNavMin{
  3602. width:117px;
  3603. height:236px;
  3604. background-image: url(nav/singleNav_bg_min.jpg);
  3605. background-repeat:no-repeat;
  3606. background-position:0% 100%;
  3607. padding:5px 0 130px 0;
  3608. top:0px;
  3609. left:10px;
  3610. }
  3611. .singleNavMin span{
  3612. display:block;
  3613. cursor:pointer;
  3614. cursor:hand;
  3615. padding:0 0 0 10px;
  3616. width:100%;
  3617. height:100%;
  3618. }
  3619. .singleNavMin span a{
  3620. color:black;
  3621. text-decoration:none;
  3622. width:100%;
  3623. display:block;
  3624. word-break: keep-all;
  3625. word-wrap: normal;
  3626. white-space:nowrap;
  3627. width:90px;
  3628. overflow:hidden;
  3629. text-overflow:ellipsis;
  3630. }
  3631. .singleNavMin span a:hover{
  3632. color:black;
  3633. text-decoration:none;
  3634. }
  3635. .singleNavMin div{
  3636. width:104px;
  3637. height:36px;
  3638. background-image: url(nav/singleNav_itemBg_min.jpg);
  3639. background-repeat:no-repeat;
  3640. line-height:36px;
  3641. }
  3642. .singleNavMin .current{
  3643. width:117px;
  3644. height:41px;
  3645. background-image: url(nav/singleNav_itemBg_cur_min.jpg);
  3646. background-repeat:no-repeat;
  3647. line-height:41px;
  3648. }
  3649. /*一级纵向导航*/
  3650. /*纵向抽屉容器*/
  3651. .accordition {
  3652. border-left: 1px solid #ccc;
  3653. border-right: 1px solid #ccc;
  3654. border-bottom: 1px solid #ccc;
  3655. }
  3656. .accordition div {
  3657. background-color: #fff;
  3658. }
  3659. .accordition .titlebar {
  3660. cursor:pointer;
  3661. display:block;
  3662. padding:5px;
  3663. padding-bottom:0;
  3664. margin-top: 0;
  3665. text-decoration: none;
  3666. color: black;
  3667. background-color: #00a0c6;
  3668. background-image: url(nav/accTabNor.jpg);
  3669. }
  3670. .accordition .titlebar:hover {
  3671. background-color: white;
  3672. background-image: url(nav/accTabCur.jpg);
  3673. color:white;
  3674. }
  3675. .accordition .titlebar.selected {
  3676. background-color: #80cfe2;
  3677. background-image: url(nav/accTabCur.jpg);
  3678. color:white;
  3679. }
  3680. /*纵向抽屉容器*/
  3681. /*所在位置*/
  3682. .positionSimple{
  3683. height:22px;
  3684. line-height:22px;
  3685. margin:5px 5px 2px 0;
  3686. padding:0 0 0 0px;
  3687. background-image: url(nav/position_simpleBg.jpg);
  3688. background-repeat:repeat-x;
  3689. }
  3690. .positionSimple span{
  3691. padding:0 0 0 10px;
  3692. color:#b41800!important;/*文字颜色*/
  3693. }
  3694. .positionSimple a{
  3695. color:#b41800;/*文字颜色*/
  3696. text-decoration:none;
  3697. }
  3698. .positionSimple a:hover{
  3699. color:#b41800;/*文字颜色*/
  3700. text-decoration:underline;
  3701. }
  3702. .position{
  3703. height:30px;
  3704. line-height:30px;
  3705. margin:5px 5px 2px 0;
  3706. padding:0 0 0 0px;
  3707. }
  3708. .position .center{
  3709. background-image: url(nav/position_center.jpg);
  3710. background-repeat:repeat-x;
  3711. width:100%;
  3712. height:100%;
  3713. }
  3714. .position .left{
  3715. background-image: url(nav/position_left.jpg);
  3716. background-repeat: no-repeat;
  3717. width:100%;
  3718. height:100%;
  3719. }
  3720. .position .right{
  3721. background-image: url(nav/position_right.jpg);
  3722. background-repeat: no-repeat;
  3723. background-position:100% 0%;
  3724. width:100%;
  3725. height:100%;
  3726. }
  3727. .position .right span{
  3728. padding:0 0 0 65px;
  3729. color:#b41800!important;/*文字颜色*/
  3730. }
  3731. .position a{
  3732. color:#b41800;/*文字颜色*/
  3733. text-decoration:none;
  3734. }
  3735. .position a:hover{
  3736. color:#b41800;/*文字颜色*/
  3737. text-decoration:underline;
  3738. }
  3739. /*所在位置*/
  3740. /*图标导航*/
  3741. .navIcon_right_title{
  3742. font-weight:bold;
  3743. color:#b41800; /*标题文字颜色*/
  3744. }
  3745. .navIcon_hover{
  3746. background-color:#fee9d9!important; /*鼠标移入背景色*/
  3747. border:solid 1px #e89f7c!important; /*鼠标移入边框色*/
  3748. }
  3749. .navIcon{
  3750. border:solid 1px #fecaae; /*边框色*/
  3751. background-color:#fff4f1;/*背景色*/
  3752. height:90px;
  3753. overflow:hidden;
  3754. }
  3755. .navIcon .img{
  3756. width:80px;
  3757. height:80px;
  3758. }
  3759. .navIcon a{
  3760. display:block;
  3761. }
  3762. .navIconSmall{
  3763. border:solid 1px #fecaae; /*边框色*/
  3764. width:80px;
  3765. margin:10px 10px 0 0;
  3766. display:inline;
  3767. text-align:center;
  3768. color:#b41800; /*标题文字颜色*/
  3769. float:left;
  3770. cursor:pointer;
  3771. cursor:hand;
  3772. }
  3773. .navIconSmall img{
  3774. width:60px;
  3775. height:60px;
  3776. }
  3777. .navIconSmall_hover{
  3778. background-color:#fff4f1!important; /*鼠标移入背景色*/
  3779. border:solid 1px #e89f7c!important; /*鼠标移入边框色*/
  3780. }
  3781. .navIconSmall_current{
  3782. background-color:#fff4f1!important; /*鼠标移入背景色*/
  3783. border:solid 1px #e89f7c!important; /*鼠标移入边框色*/
  3784. }
  3785. /*图标导航*/
  3786. /*图标工具栏*/
  3787. .box_tool{
  3788. height:58px;
  3789. color:#000000;
  3790. }
  3791. .box_tool .center{
  3792. background-image: url(box/box_tool_center.gif);
  3793. background-repeat:repeat-x;
  3794. width:100%;
  3795. height:100%;
  3796. }
  3797. .box_tool .left{
  3798. background-image: url(box/box_tool_left.gif);
  3799. background-repeat: no-repeat;
  3800. width:100%;
  3801. height:100%;
  3802. }
  3803. .box_tool .right{
  3804. background-image: url(box/box_tool_right.gif);
  3805. background-repeat: no-repeat;
  3806. background-position:100% 0%;
  3807. width:100%;
  3808. height:100%;
  3809. }
  3810. .box_tool a:hover .navIconTool{
  3811. color:red;
  3812. text-decoration:none;
  3813. }
  3814. .navIconTool{
  3815. width:50px;
  3816. margin:5px 10px 0 0;
  3817. display:inline;
  3818. text-align:center;
  3819. color:#000000; /*标题文字颜色*/
  3820. cursor:pointer;
  3821. cursor:hand;
  3822. float:left;
  3823. }
  3824. .navIconTool img{
  3825. width:30px;
  3826. height:30px;
  3827. }
  3828. .box_tool_mid{
  3829. height:45px;
  3830. color:#000000;
  3831. }
  3832. .box_tool_mid .center{
  3833. background-image: url(box/box_tool_center2.gif);
  3834. background-repeat:repeat-x;
  3835. width:100%;
  3836. height:100%;
  3837. }
  3838. .box_tool_mid .left{
  3839. background-image: url(box/box_tool_left2.gif);
  3840. background-repeat: no-repeat;
  3841. width:100%;
  3842. height:100%;
  3843. }
  3844. .box_tool_mid .right{
  3845. background-image: url(box/box_tool_right2.gif);
  3846. background-repeat: no-repeat;
  3847. background-position:100% 0%;
  3848. width:100%;
  3849. height:100%;
  3850. color:#000000;
  3851. }
  3852. .box_tool_min a{
  3853. float:left;
  3854. }
  3855. .box_tool_min{
  3856. height:29px;
  3857. color:#000000;
  3858. overflow:hidden;
  3859. }
  3860. .box_tool_min .center{
  3861. background-image: url(box/box_tool_center3.gif);
  3862. background-repeat:repeat-x;
  3863. width:100%;
  3864. height:100%;
  3865. }
  3866. .box_tool_min .left{
  3867. background-image: url(box/box_tool_left3.gif);
  3868. background-repeat: no-repeat;
  3869. width:100%;
  3870. height:100%;
  3871. }
  3872. .box_tool_min .right{
  3873. background-image: url(box/box_tool_right3.gif);
  3874. background-repeat: no-repeat;
  3875. background-position:100% 0%;
  3876. width:100%;
  3877. height:100%;
  3878. color:#000000;
  3879. }
  3880. .box_tool_min a:hover{
  3881. text-decoration:none!important;
  3882. }
  3883. .box_tool_min a:hover span{
  3884. background-color:#fee9d9;/*鼠标悬停背景色*/
  3885. color:red;
  3886. text-decoration:none!important;
  3887. }
  3888. .box_tool_line{
  3889. float:left;
  3890. width:15px;
  3891. display:block;
  3892. height:19px;
  3893. overflow:hidden;
  3894. background-image: url(box/box_tool_line.gif);
  3895. background-repeat: no-repeat;
  3896. background-position:5px 4px;
  3897. }
  3898. /*图标工具栏*/
  3899. /*数字分页样式*/
  3900. .pageNumber {
  3901. line-height:150%;
  3902. }
  3903. .pageNumber a {
  3904. text-decoration: none;
  3905. border: solid 1px #e89f7c;/*边框颜色*/
  3906. color: #333333!important;
  3907. background-color:transparent!important;
  3908. }
  3909. .pageNumber a:hover{
  3910. text-decoration:none;
  3911. }
  3912. .pageNumber a, .pageNumber span {
  3913. display: block;
  3914. float: left;
  3915. padding: 0.18em 0.5em;
  3916. margin-right: 5px;
  3917. margin-bottom: 5px;
  3918. }
  3919. .pageNumber .current {
  3920. background: #f13e00;/*当前页码背景颜色*/
  3921. color: #fff;
  3922. border: solid 1px #cd2e03;/*当前页码边框颜色*/
  3923. }
  3924. .pageNumber .current.prev, .pageNumber .current.next{
  3925. color:#999;
  3926. border-color:#999;
  3927. background:#fff;
  3928. }
  3929. /*数字分页样式*/
  3930. /*箭头分页样式*/
  3931. .pageArrow {
  3932. line-height:150%;
  3933. }
  3934. .pageArrow a, .pageArrow span {
  3935. display: block;
  3936. float: left;
  3937. padding:4px 3px 0 3px;
  3938. font-size:14px;
  3939. }
  3940. .pageArrow .current {
  3941. color: red;
  3942. font-weight:bold;
  3943. }
  3944. .pageArrow_next{
  3945. background-image:url(nav/arrow_right.gif);
  3946. background-repeat:no-repeat;
  3947. background-position:0% 100%;
  3948. width:16px;
  3949. height:18px;
  3950. }
  3951. .pageArrow_prev{
  3952. background-image:url(nav/arrow_left.gif);
  3953. background-repeat:no-repeat;
  3954. background-position:0% 100%;
  3955. width:16px;
  3956. height:18px;
  3957. }
  3958. .pageArrow_last{
  3959. background-image:url(nav/arrow_right_db.gif);
  3960. background-repeat:no-repeat;
  3961. background-position:0% 100%;
  3962. width:16px;
  3963. height:18px;
  3964. }
  3965. .pageArrow_first{
  3966. background-image:url(nav/arrow_left_db.gif);
  3967. background-repeat:no-repeat;
  3968. background-position:0% 100%;
  3969. width:16px;
  3970. height:18px;
  3971. }
  3972. /*箭头分页样式*/
  3973. /*横向导航样式*/
  3974. .nav_single_h{
  3975. width:100%;
  3976. height:40px;
  3977. border-left:solid 1px #E2E2E2;
  3978. border-right:solid 1px #E2E2E2;
  3979. border-bottom:solid 3px #15A8EB;
  3980. background-image:url(nav/nav_h_bg.jpg);
  3981. background-repeat:repeat-x;
  3982. background-position:0% 100%;
  3983. }
  3984. .nav_single_h ul{
  3985. padding:0 0 0 10px;
  3986. }
  3987. .nav_single_h li{
  3988. float:left;
  3989. width:155px;
  3990. height:44px;
  3991. text-align:center;
  3992. line-height:40px;
  3993. }
  3994. .nav_single_h .current{
  3995. background-image:url(nav/nav_h_current.png);
  3996. background-repeat:no-repeat;
  3997. color:#ffffff;
  3998. font-weight:bold;
  3999. }
  4000. .nav_single_h li a{
  4001. display:block;
  4002. width:100%;
  4003. height:40px;
  4004. color:#000000;
  4005. }
  4006. .nav_single_h li a:hover{
  4007. text-decoration:none;
  4008. }
  4009. .nav_single_h .current a{
  4010. color:#ffffff;
  4011. }
  4012. /*横向导航样式*/
  4013. /*分隔条样式*/
  4014. .spliterTop{
  4015. width: 116px;/*横条箭头宽度*/
  4016. height: 10px;/*横条箭头高度*/
  4017. background-image: url(nav/spliter_top.jpg);
  4018. background-repeat: no-repeat;
  4019. cursor: pointer;
  4020. cursor: hand;
  4021. margin:0 auto;
  4022. }
  4023. .spliterBottom{
  4024. width: 116px;/*横条箭头宽度*/
  4025. height: 10px;/*横条箭头高度*/
  4026. background-image: url(nav/spliter_bottom.jpg);
  4027. background-repeat: no-repeat;
  4028. cursor: pointer;
  4029. cursor: hand;
  4030. margin:0 auto;
  4031. }
  4032. .spliterLeft{
  4033. width: 10px;/*竖条箭头宽度*/
  4034. height: 116px;/*竖条箭头高度*/
  4035. background-image: url(nav/spliter_left.jpg);
  4036. background-repeat: no-repeat;
  4037. cursor: pointer;
  4038. cursor: hand;
  4039. }
  4040. .spliterRight{
  4041. width: 10px;/*竖条箭头宽度*/
  4042. height: 116px;/*竖条箭头高度*/
  4043. background-image: url(nav/spliter_right.jpg);
  4044. background-repeat: no-repeat;
  4045. cursor: pointer;
  4046. cursor: hand;
  4047. }
  4048. .spliterStyleV{
  4049. width: 10px;/*竖条容器宽度*/
  4050. height: 100%;
  4051. background-image: url(nav/spliter_bg_v.jpg);
  4052. background-repeat: repeat-y;
  4053. }
  4054. .spliterStyleH{
  4055. width: 100%;
  4056. height: 10px;/*横条容器高度*/
  4057. background-image: url(nav/spliter_bg_h.jpg);
  4058. background-repeat: repeat-x;
  4059. overflow:hidden;
  4060. }
  4061. /*分隔条样式*/
  4062. /*布局控件*/
  4063. .l-layout{ position:relative;}
  4064. .l-layout-left,.l-layout-right,.l-layout-center,.l-layout-top,.l-layout-bottom{position:absolute;border:1px solid #BED5F3; background:white; z-index:10; overflow:hidden;}
  4065. .l-layout-top{width:100%;}
  4066. .l-layout-bottom{width:100%}
  4067. .l-layout-left .l-layout-header-toggle{position:absolute; top:3px; right:3px; height:20px; width:20px; overflow:hidden; background:url('layout/togglebar.gif');background-position:-20px 0px; cursor:pointer;}
  4068. .l-layout-left .l-layout-header-toggle-over{ background-position:-20px -20px;}
  4069. .l-layout-right .l-layout-header-toggle{position:absolute; top:3px; left:3px; height:20px; width:20px; overflow:hidden; background:url('layout/togglebar.gif');background-position:-20px -40px; cursor:pointer;}
  4070. .l-layout-right .l-layout-header-toggle-over{ background-position:-20px -60px;}
  4071. .l-layout-center .l-layout-header{ cursor:default;}
  4072. .l-layout-header{ position:relative;padding-left:10px; color:#183152; font-weight:bold;height:25px; line-height:24px; background:#E5EFFE url('layout/layout-header.gif') repeat-x; overflow:hidden; cursor:pointer}
  4073. .l-layout-header-inner{padding-right:22px;}
  4074. .l-layout-right .l-layout-header-inner { padding-left:22px; padding-right:auto;}
  4075. .l-layout-header-over{background:#EFF4FE url('layout/layout-header-over.gif') repeat-x;}
  4076. .l-layout-collapse-left,.l-layout-collapse-right{ width:24px; background:#EAF2FE;border:1px solid #B8D0D6; position:absolute;top:0px; height:100%;z-index:10;}
  4077. .l-layout-collapse-left-over,.l-layout-collapse-right-over{background:#F5F9FA;}
  4078. .l-layout-collapse-left-toggle,.l-layout-collapse-right-toggle{position:absolute; height:20px; width:20px; overflow:hidden; background:url('layout/togglebar.gif');cursor:pointer;}
  4079. .l-layout-collapse-left{left:2px;}
  4080. .l-layout-collapse-left-toggle{top:0px; right:2px; background-position:-20px -40px;}
  4081. .l-layout-collapse-left-toggle-over{background-position:-20px -60px;}
  4082. .l-layout-collapse-right{right:2px;}
  4083. .l-layout-collapse-right-toggle{top:0px; left:2px; background-position:-20px 0px;}
  4084. .l-layout-collapse-right-toggle-over{background-position:-20px -20px;}
  4085. .l-layout-drophandle-left{ position:absolute;width:5px;cursor:col-resize; z-index:10;}
  4086. .l-layout-drophandle-right{ position:absolute;width:5px;cursor:col-resize; z-index:10;}
  4087. .l-layout-drophandle-top{ position:absolute;height:5px;cursor:row-resize; z-index:10;line-height:1px;overflow:hidden;}
  4088. .l-layout-drophandle-bottom{ position:absolute;height:5px;cursor:row-resize; z-index:10;line-height:1px;overflow:hidden;}
  4089. .l-layout-dragging-xline{ background:#000000;height:1px;position:absolute;display:none; z-index:9999; padding:0; margin:0;line-height:1px; overflow:hidden;}
  4090. .l-layout-dragging-yline{ background:#000000;width:1px;position:absolute;display:none; z-index:9999; padding:0; margin:0;}
  4091. .l-layout-lock{ position:absolute; width:100%; height:100%; display:none; z-index:9990; margin:0; padding:0;}
  4092. .l-layout-content{position:relative; background:white; overflow:hidden;}
  4093. .l-layout-drophandle{ position:absolute; top:0px; left:-5px; width:5px;cursor:col-resize; z-index:10;height:100%; display:none;}
  4094. .l-layout-collapse{ width:24px; background:#EAF2FE;border:1px solid #B8D0D6; position:absolute; top:0px; left:4px; display:none; height:100%;z-index:10;}
  4095. .l-layout-collapse-over{background:#F5F9FA;}
  4096. .l-layout-collapse-toggle{position:absolute; top:0px; right:2px; height:20px; width:20px; overflow:hidden; background:url('layout/togglebar.gif');background-position:-20px -40px; cursor:pointer;}
  4097. .l-layout-collapse-toggle-over{background-position:-20px -60px;}
  4098. .l-layout-dragging-line{ background:#E0E4E2;width:4px;position:absolute;top:0px; display:none; z-index:9999; padding:0; margin:0;height:100%;}
  4099. .l-layout-xmask {
  4100. cursor: col-resize;z-index:9990;
  4101. }
  4102. .l-layout-ymask {
  4103. cursor: row-resize;z-index:9990;
  4104. }
  4105. /*布局控件*/
  4106. /*提示控件*/
  4107. .l-verify-tip{ padding:0; margin:0;position:absolute; display:block;z-index:888;}
  4108. .l-verify-tip-corner{ padding:0; margin:0;position:absolute;background:url('tooltip/verify-corner.gif') no-repeat; width:8px; line-height:9px; height:9px; overflow:hidden; top:5px; left:0px; z-index:10001;}
  4109. .l-verify-tip-corner2{ padding:0; margin:0;position:absolute;background:url('tooltip/verify-corner2.gif') no-repeat; width:9px; line-height:8px; height:8px; overflow:hidden; top:0px; left:20px; z-index:10001;}
  4110. .l-verify-tip-content{margin:0; position:absolute; left:7px;top:0px;border:1px solid #FFC340; background:#FFFCC7; z-index:10000; padding:4px 8px; }
  4111. .l-verify-tip-content2{margin:0; position:absolute; top:7px;left:0px;border:1px solid #FFC340; background:#FFFCC7; z-index:10000; padding:4px 8px; }
  4112. .staticTip{border:1px solid #FFC340; background:#FFFCC7; padding:4px 8px; width:400px; }
  4113. .l-verify-tip-close{background-image:url('tooltip/verify-close.gif');background-repeat:no-repeat;background-position:50% 0%;cursor:pointer;cursor:hand;float:right;overflow:hidden;width:12px;height:10px;}
  4114. .l-verify-tip-close-con{}
  4115. /*提示控件*/