home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************************************
- * Document: search.css
- * Description: Design-Einstellungen der Suche
- * Company: InteractiveM
- * Author: René Woizenko, Thomas Smiatek
- * Email: info@im-online.de
- *
- * @version: v2.0
- *
- */
- /***************************************************************************************************
- * SEARCHRESULT - LOCALSEARCH
- */
- body {
- behavior: url("csshover.htc");
- }
-
- div.searchresult {
- display: none;
- position: absolute;
- top: 156px;
- left: 0px;
- z-index: 1000;
- width: 980px;
- height: 537px;
- }
-
- div.searchTransparent {
- position: relative;
- top: 0px;
- left: 0px;
- width: 1000px;
- height: 557px;
- z-index: 800;
- background-color: #fff;
- /*
- filter:alpha(opacity=85);
- -moz-opacity:.85;
- opacity:.85;
- */
- }
-
- div.searchAbsolute {
- display: block;
- position: absolute;
- top: 0px;
- left: 0px;
- z-index: 1000;
- width: 980px;
- height: 537px;
- color: black;
- padding: 10px 10px 10px 10px;
- }
-
- div.searchWrapper {
- float: left;
- }
-
- div.searchresult a.closeSearch {
- display: block;
- float: right;
- width: 27px;
- height: 27px;
- background: #fff url('../images/btn_close_normal.gif');
- }
-
- div.searchresult a.closeSearch:hover {
- background: #fff url('../images/btn_close_hover.gif');
- }
-
- div.searchresult a.searchpathFirst {
- display: block;
- float: left;
- height: 18px;
- background: transparent url('../images/menuBtnMid.png') repeat-x 0px -2px;
- padding: 2px 5px 0 5px;
- font-size: 12px;
- font-weight: bold;
- color: #fff;
- text-decoration: none;
- }
-
- div.searchresult a.searchpathFirst:hover {
- text-decoration: underline;
- }
-
- div.searchresult a.searchpath {
- display: block;
- float: left;
- height: 18px;
- background: transparent url('../images/menuBtnMid.png') repeat-x 0px -2px;
- padding: 2px 5px 0 5px;
- font-size: 12px;
- font-weight: bold;
- color: #fff;
- margin: 0 0 0 20px;
- text-decoration: none;
- }
-
- div.searchresult a.searchpath:hover {
- text-decoration: underline;
- }
-
- div.searchresult div#searchContentLocal {
- margin: 10px 0 0 0;
- }
-
- div.searchresult div#searchContentLocal td {
- background-color: transparent;
- color: #00285d;
- font-weight: bold;
- cursor: pointer
- }
-
- div.searchresult div#searchContentLocal table.searchResultsTableHeader {
- border-bottom: solid 1px #00285d;
- }
-
- td#firstSearchColumn img, td#secondSearchColumn img, td#thirdSearchColumn img {
- margin: 4px 0 0 10px;
- }
-
- div.searchresult div#searchContentLocal a {
- display: block;
- float: left;
- color: #00285d;
- text-decoration: none;
- }
-
- /***************************************************************************************************
- * SEARCHRESULT - GLOBALSEARCH
- */
-
- input.searchboxglobal {
- width: 117px;
- height: 18px;
- padding: 2px 0 0 2px;
- float: left;
- border-top: solid 3px #00234c;
- border-left: solid 3px #00234c;
- border-bottom: solid 3px #00234c;
- border-right: 0;
- color: #00285d;
- background: #fff url('../images/searchFieldBG.gif') no-repeat 0px 0px;
- }
-
- img.searchimgglobal {
- display: block;
- float: left;
- border: solid 2px #00234c;
- border-bottom: solid 3px #00234c;
- }
-
- div.searchresult div#searchContentGlobal {
- margin: 10px 0 0 0;
- }
-
- div.searchresult div#searchContentGlobal td {
- background-color: transparent;
- color: #00285d;
- font-weight: bold;
- cursor: pointer
- }
-
- div.searchresult div#searchContentGlobal table.searchResultsTableHeader {
- border-bottom: solid 1px #00285d;
- }
-
- div.searchresult div#searchContentGlobal a {
- display: block;
- float: left;
- color: #00285d;
- text-decoration: none;
- }
-
- div.searchCategories, div.searchIssues, div.searchFields, div.searchAttributes {
- width: 200px;
- float: left;
- color: #00285d;
- margin: 0px 30px 0 0;
- }
-
- /***************************************************************************************************
- * SEARCHRESULT - GLOBALSEARCH -> ISSUE-TREE
- */
-
- .treeview {
-
- margin-top:0px; /*to fix ie6 position*/
- margin: 0px;
- padding: 0px;
- height: 15px;
- }
-
- .treeline {
- font-size: 13px;
- padding: 0px;
- margin: 0px;
- vertical-align: bottom;
- }
-
- .treeinput {
- width: 15px;
- height: 15px;
- padding: 5px;
- margin: 5px 0 0 0;
- vertical-align: bottom;
- }
-
- .treeContainer {
- height: 15px;
- display: block;
- }
-
- .treeview image {
- border: none;
- float: left;
- }
-
- .clearDiv {
- clear: left;
- }