@import url(topnav.css);

body { 
    background: #ebe7e8;
    padding: 0;
    margin: 0;
    font: 78%/1.5 Verdana, sans-serif;
/*    font: 78%/1.5 sans-serif;*/
}

table, input, form, textarea { 
    font-size: 1em;
    font-family: Verdana, sans-serif;
    /*font-family: sans-serif;*/
}

#header { 
    background: url(../images/design/header_bg01.jpg) no-repeat top right #489eee;
    height: 80px !important;
    height: 81px;
    border-bottom: 1px solid #1b2839;
    position:relative;
    width: 800px;    
    z-index: 2;
}
#header img { 
    display:inline !important;
    display:block;
}

#sidebar { 
    float:left;
    clear:left;
    border-top: 1px solid #ebe7e8;
    width: 10em !important;
    padding: 0.8em;
    margin: 0.4em 0 0 0;
    width: 11.6em;
}
#sidebar ul { 
    list-style-type: none;
    margin: 0;
    padding:0;
}
#sidebar li { 
    margin: 0;
    padding: 0 0 1px 0;
    line-height:1;
    display:block;
    background: url(../images/design/dk_blue_dots_1px.png) repeat-x bottom;
}
#sidebar li a { 
    line-height: 1.2;
    display:block;
    clear:left;
    padding: 0.3em 0.3em 0.3em 10px;
    margin: 0 0 1px 0;
    text-decoration: none;
    color: black;
}
#sidebar li a:hover { 
    background-color: white;
}
#sidebar li.active a { 
    background-image: url(../images/design/sidebar_active_pointer.png);
    background-repeat: no-repeat;
    background-position:left;
}
#sidebar-title { 
    letter-spacing: 0.05em;
    background: url(../images/design/dk_blue_dots_2px.png) repeat-x bottom;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
    padding: 0 0 0.25em 0;
}

#main-col { /* contains #content and #footer */
    position:absolute;
    left: 150px;
    top: 80px;
    width: 650px;
}
#main-col.homepage { 
    width: 61.6em;
    left: 0;
}

#content { 
    background: white;
    border: 1px solid #1b2839;
    padding: 1.2em 0.8em 0.8em 0.8em;
    margin: 0;
}

#footer { 
    margin: 0.8em 0;
    text-align: right;
    font-size: 0.8em;
}

h1 { 
    margin: 0 0 0.4em 0;
    color: #3968b4;
    font-size: 2em;
    line-height: 1;
}

h2, h3, h4, h5, h6 { 
    font-size: 1.5em;
    margin: 0.6em 0;
    color: #3968b4;
}

div.hr { 
    margin: 1em 0;
    display:block;
    padding: 0;
    background-image: url(../images/design/dk_blue_dots_2px.png);
    background-repeat: repeat-x;
    height: 2px;
    font-size: 2px;
    line-height: 1;
}

strong { 
    color: #3968b4;
    font-weight: bold;
}

p { 
    margin: 1em 0;
}

ul {
    margin: 0;
    padding-left: 2em;
}
li {
    margin: 0;
}

img.inline-right { 
    border: 1px solid #1b2839;
    margin: 0.4em 0 0.4em 0.4em;
    float:right;
    display:block;
}

a:link { 
    color:#3968b4;
}
a:visited { 
    color:purple;
}
a:hover { 
}
a:active { 
}

a img {
    border-style: none;
}

th { 
    color: #3968b4;
    font-weight: bold;
}

table#rates th { 
    text-align: left;
    border-width: 1px;
    border-style: solid none;
    border-color: #3968b4;
    padding: 0.1em;
    line-height: 1.4;
}

p.pub_date {
    margin-top: 0;
}
p.summary {
    font-weight: bold;
}

form#doc-search label {
    font-weight: bold;
}

div.center {
    text-align: center;
}
img.own-block {
    margin: 1em 0;
}
    

form.input-details {
    margin: 2ex 0;
}
form.input-details .row {
    margin: 0.5ex 0;
    clear:left;
}
form.input-details .label {
    width: 8em;
    float:left;
    margin: 0 0.5em 0 0;
    text-align: right;
    color:black;
    font-weight: bold;
}
form.input-details .field-input {
    width: 30em;
    float:left;
    margin: 0 0 0.5em 0;
    padding:0;
}
form.input-details .textfield {
    border: 1px solid #3968b4;
    padding: 0.05em;
    margin: 0;
    display:block;
    width:29em;
}
form.input-details .row.submit {
    padding-left: 8.5em;
}

p.send-to-friend {
    background: no-repeat url(../images/design/mail.png) left;
    padding-left: 22px;
}


div#send-to-friend-errors p {
    margin: 0;
}
div#send-to-friend-errors ul {
    margin-top: 0;
    margin-bottom: 1ex;
}

div#share {
position:absolute;
top: 32px;
left: 665px;
}


