html {
        margin: 0;
        padding: 0;
}

body {
        margin: 0;
        padding: 0;
        font-family: verdana, 'trebuchet ms', sans-serif;
        font-size: 10pt;
        color: #333;
        background: #36414d;
        min-width: 750px;
}

form {
        margin: 0;
        padding: 0;
}

a {
        color: #36414d;
}

a:hover {
        color: red;
}

a img {
        border: 0px none;
}

div {
    overflow: hidden;
    word-wrap: break-word;
}

#page {
        background: #fff;
        margin: 0 auto;
        width: 800px;
}

#header {
        background: #a3b8cc;
        border-bottom: 1px solid silver;
}

#header h1 {
        padding:5px;
        padding-left: 20px;
        margin:0;
        font-size: 16pt;
}

#header h2 {
        padding:5px;
        padding-left: 20px;
        margin:0;
        font-size: 12pt;
}

#header a {
        color: black;
        text-decoration: none;
}

#main {
        height: 400pt;
        background: #fff;
        float: left;
        width: 560px;
        padding: 20px;
}

#main h2 {
        border-bottom: 1px solid silver;
}

#sidebar {
        background: #e6ecf2;
        float: right;
        width: 200px;
}

#sidebar ul {
        margin-bottom: 0;
}

#sidebar h3, #sidebar p {
        padding: 0 10px 0 0;
}

#footer {
        background: #fff;
        clear: both;
        color: gray;
        font-size: 8pt;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 10px;
}

.portlet {
        margin: 10px;
        border-bottom: 1px solid silver;
        border-right: 1px solid silver;
        background: #dae0e6;
}

.portlet-title {
        /* ie win (5, 5.5, 6) bugfix */
        p\osition: relative;
        width: 100%;
        w\idth: auto;

        margin: 0;
        border-left: 5px solid #36414d;
        border-bottom: 1px solid silver;
        padding: 5px;
        color: #fff;
        background: #a3b8cc;
        font-size: 8pt;
        font-weight: bold;
        line-height: 1;
        text-transform: uppercase;
}

.portlet-title a {
        color: yellow;
        text-decoration: none;
        text-transform: none;
}

.portlet-title a:hover {
        color: red;
}

.portlet-content {
        margin: 0 0 10px 0;
        border-top: 1px solid #cfd4d9;
        padding: 10px 0 0 10px;
        font-size: 10px;
}

.portlet-content ul {
        margin: 0 15px 10px 15px;
        padding: 0;
        list-style: square;
}

.portlet-content li {
        color: #666;
        margin-top: 3px;
}

.portlet-content a {
        color: #36414d;
        text-decoration: none;
}

.portlet-content a:hover {
        color: red;
}

div.content {
        font-family: verdana, 'trebuchet ms', sans-serif;
        position: absolute;
        font-size: 10pt;
        width:396pt; height: 380pt; z-index:3; overflow: auto;
        padding-right: 12pt;
}

div.contentHid {
        font-family: verdana, 'trebuchet ms', sans-serif;
        position: absolute;
        font-size: 10pt;
        width:396pt; height: 380pt; z-index:3; overflow: auto;
        padding-right: 12pt;
}

