/* CSS Document */ html,body{ margin:0px; padding:0px; width:100%; height:100%; } body{ background-color:#F0F0F0; background-image:url(../images/bg.jpg); background-repeat:repeat-y; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; } h1{ font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-weight:normal; color:#DDDDDD; font-size:30px; margin:0px; padding:0px; position:absolute; left:5px; bottom:8px; } h2{ font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#999999; font-size:10px; margin:0px; } a{ color:#000000; text-decoration:underline; } a:hover{ color:#6C0000; } a:visited{ color:#000000; } li a{ text-decoration:none; } li a:hover{ color:#999999; text-decoration:underline; } img{ border:none; } form{ display:inline; } /*** div position styles ***/ .divLeft{ position:absolute; top:0px; left:0px; width:230px; } .divRight{ position:absolute; top:0px; left:230px; width:700px; } .divHeader{ background-color:#6C0000; text-align:right; width:230px; height:81; position:absolute; left:0px; top:0px; } .divTitle{ background-color:#FFFFFF; width:680px; height:83px; position:relative; left:10px; } .divContent{ background-color:#FFFFFF; width:660px; position:relative; left:10px; padding:10px; padding-top:5px; } .divPath{ height:20px; margin:5px 0px 0px 20px; width:660px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .divInsertBar{ background-color:#F4F4F4; width:660px; position:relative; left:10px; padding:10px; } .divSeparator{ background-image:url(../images/separator.jpg); width:700px; height:10px; position:relative; left:0px; } .divLine{ position:relative; width:668px; height:1px; background-color:#CCCCCC; margin-top:3px; margin-bottom:3px; } .divDottedLine{ width:668px; height:1px; border-bottom:1px dotted #CCCCCC; margin-top:3px; margin-bottom:3px; } .divMenu{ background-color:#FFFFFF; width:225px; position:absolute; left:5px; top:90px; } .greyText{ color:#999999; } .redText{ color:#CC0000; } .htmlCode{ font-family:"Courier New", Courier, mono; font-size:12px; } /*** form elements ***/ input, select{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; } textarea{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; width:540px; height:200px; } th{ width:100px; height:25px; text-align:left; vertical-align:top; color:#6C0000; } label{ font-weight:bold; color:#960000; line-height:25px; } button{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; height:20px; } .formSubmit{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; height:20px; } .formText{ width:540px; } .formDate{ width:35px; text-align:right; } .moveUp{ position:absolute; right:2px; top:24px; } .moveDown{ position:absolute; right:2px; bottom:12px; } .delete{ position:absolute; right:2px; top:2px; } .insert{ display:inline; margin-right:10px; } .error{ color:#FF3300; } .error ul{ list-style-type:none; margin-left:0px; padding-left:0px; } .error li{ padding-left:0px; margin-left:10px; } .element{ height:38px; text-align:left; color:#6C0000; } .elementId{ color: #999999; } /*** tree list menu ***/ ul{ list-style-type:none; padding:0px; margin:0px; } li{ margin-left:0px; padding-left:20px; line-height:17px; overflow:hidden; white-space:nowrap; } .itemPaste{ margin-left: 10px; padding-left: 25px; border-left: 1px solid #999999; } .itemStdPage{ background-image:url(../images/stdpage1.png); background-repeat:no-repeat; } .itemStdPageCopy{ background-image:url(../images/stdpagecopy1.png); background-repeat:no-repeat; } .itemPhpPage{ background-image:url(../images/phppage1.png); background-repeat:no-repeat; } .itemMenu{ background-image:url(../images/menu1.png); background-repeat:no-repeat; } .itemWebsite{ background-image:url(../images/website2.png); background-repeat:no-repeat; } .itemGallery{ background-image:url(../images/gallery2.png); background-repeat:no-repeat; } .itemPerson{ background-image:url(../images/person1.png); background-repeat:no-repeat; } .itemPersonPage{ background-image:url(../images/personpage1.png); background-repeat:no-repeat; } .itemEventPage{ background-image:url(../images/eventpage1.png); background-repeat:no-repeat; } .itemLogout{ background-image:url(../images/logout.png); background-repeat:no-repeat; } .itemTrashBin{ background-image:url(../images/trash.png); background-repeat:no-repeat; } .itemMenuSeparator{ background-image:url(../images/separator1.png); background-repeat:no-repeat; } .itemMenuLink{ background-image:url(../images/hyperlink2.png); background-repeat:no-repeat; } .itemUsers{ background-image:url(../images/usercontainer1.png); background-repeat:no-repeat; } .itemUserAdmin{ background-image:url(../images/user_admin.png); background-repeat:no-repeat; } .itemUserGroup{ background-image:url(../images/user_group.png); background-repeat:no-repeat; } .itemUserAll{ background-image:url(../images/user_all.png); background-repeat:no-repeat; } .itemCustomers{ background-image:url(../images/customerlist1.png); background-repeat:no-repeat; } .itemNewsletter{ background-image:url(../images/newsletter1.png); background-repeat:no-repeat; } .itemPressList{ background-image:url(../images/presslist1.png); background-repeat:no-repeat; } .itemPressInfo{ background-image:url(../images/pressinfo1.png); background-repeat:no-repeat; } .itemSearchPage{ background-image:url(../images/searchpage1.png); background-repeat:no-repeat; } .itemNone{ list-style:none; } /*** data transfer ***/ #datatransfer{ background-image:url(../images/datatransfer.png); width:400px; height:300px; } /*** customer list ***/ .tableBorder{ width:668px; border:1px solid #CCCCCC; border-collapse:collapse; } .tableBorder tr{ cursor:pointer; } .tableBorder td div{ height:14px; overflow:hidden; } .tableBorder td, .tableBorder th{ border:1px solid #CCCCCC; border:1px solid #CCCCCC; }