/*  (do not remove this :) */
/*  (not this either :) */

body {
    margin: 0; 
    padding: 0;
    font-family: Tahoma, Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 69%;
}

img {
    border-style: none;
}

a {
    color: #000000;
    text-decoration: none;
}

h1 {
    font-weight: normal;
    font-size: 2em;
    margin: 1em 0;
}

div#portalpage_logo a img {
    padding: 4em 0 0 0;
}
div.portal_wrapper {
    width: 1000px;
    margin: 0 auto;
}

/* header */
div#portalpage_header {
    background-color: #cccccc;
    margin: 0; 
    padding: 0;
    height: 8em;
}
ul {
    list-style-type: none;
}
ul#portalpage_actions {
    float:right;
    margin:0;
    padding:0 12px 0 0;
}

ul#portalpage_actions li {
    border-left:1px solid #999999;
    display:block;
    float:right;
    margin-left:6px;
    padding-left:6px;
    padding-top:5px;
}

div#portal-searchbox {
float: right;
clear: both;
padding-right:12px;
width: 250px;
text-align: right;
margin-top: -2.7em;
}
* html div#portal-searchbox {
margin-top: 2em;
}
*+html div#portal-searchbox {
margin-top: 2em;
}
div#portalpage_logo {
display: block;
float: left;
}

/* content */
div.row {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 1.3em;
}
div.cell {
    position: relative;
    float: left;
    left: 100%;
    outline: 2px solid #dddddd;
    background-color: #eaeaea;
    width: 23.6%;
}
div.cell.position-0 {
    margin-left: -100%;
}
div.cell.position-1 {
    margin-left: -75%;
}
div.cell.position-2 {
    margin-left: -50%;
}
div.cell.position-3 {
    margin-left: -25%;
}

h2 {
background-color:#CECCFD;
font-weight:normal;
line-height:1.5em;
margin:-2px 0 0 0;
padding:0 4px;
font-size: 1.5em;
}
ul.listing {
height: 99px;
margin: 0;
padding: 4px;
}

ul.actions {
height: 79px;
margin: 0;
padding: 4px;
}

/* LiveSearch styles */
.LSRes {
    font-family:  Tahoma, Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    color: #436976;
    background-color: White;
    vertical-align: middle;
    display:block;
    list-style-image: none;
    list-style-type: none;
    text-align: left;
    min-width: 16.5em;
    text-transform: none;
    margin-left: 0;
    line-height: 1.1em;
}
#LSHighlight,
.LSHighlight {
    background-color: #dadadf;
    border: 0px solid transparent;
    color: #436976;
}
.LSTable {
    margin: 1em 0;
    padding: 0 1em;
}
.LSRow {
    border: 0px solid transparent !important;
    white-space: normal;
    padding:0;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}
.LSRow a {
    text-decoration: none;
    font-weight:bold;
    white-space:nowrap;
}
.LSDescr {
    color: #76797c;
    text-transform: none;
    padding-left:2.1em;
    margin-top:-0.1em;
}
.LSResult {
    position: relative;
    display: block;
    text-align: right;
    padding-top: 5px;
    margin: 0;
    left: 3px;
    z-index: 3;
}
.LSShadow {
    position: relative;
    text-align: right;
}
.livesearchContainer {
    background-color: White;
    margin-top: 0;
    padding: 0 !important;
    position: absolute;
    right: 0px;
    /* Currently exposes a rendering bug in Mozilla */
    top: 0;
    white-space: normal;
    font-family:  Tahoma, Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    text-align: left;
    color: #436976;
    border: 1px solid #d4d5dd;
    width: 30em;
    text-transform: none;
}
/*
* html .livesearchContainer {
    padding: 1px !important;
    padding-top: 0 !important;
    background-color: #d4d5dd;
    border: 0;
}*/
#livesearchLegend {
    line-height: 1.5emem;
    margin-top: -1.5em;
    border: 1px solid #d4d5dd;
    border-bottom: 0;
    background-color: white;
    padding:0.3em 0.5em 0;
    margin-left:-1px;
}

/*
* html #livesearchLegend {
    margin-top: -1.3em;
    margin-left: -8px;
    position: relative;
}
*/
/* Workaround for Internet Explorer's broken z-index implementation */
.LSIEFix {
    padding: 0.5em !important;
    z-index: 20;
    border: 0px solid none;
}
.LSBox {
    clear: left;
    float: left;
    text-align: right;
    padding-right: 1px;
    display:block;
}
#LSNothingFound {
    text-align: center;
    padding: 2px;
}
.LSBox label {
    font-weight: normal;
}

/*  */
