html {
    min-height: 100%;
}

body {
    background-color:#005FA0;
    background-image:url("/images/default/jibr/bg-grad500px.png");
    background-repeat:repeat-x;
    background-position:0 0;
    font-family:"Lucida Grande", "Lucida Sans Unicode", arial, sans-serif !important;
    font-size:0.75em;
    line-height:1.3em;
    color:#333;
    text-align:inherit;
    margin:0;
    padding:0;
    overflow:inherit;
    height: 100%;
}

body.wide #wrapper, #wrapper {
    margin: 0 auto;
    width: 950px !important;
    position: relative;
    height: 100%;
    min-height: 100%;
}

#main_container {
    position: relative;
    float: left;
    width: 950px;
    min-height: 1060px;
}

a {
    color: #00497B;
    text-decoration: none;
}

a:hover, div.footer_block a:hover, div#footer2 div.copyright a:hover, #my_links a:hover, #language_bar a:hover {
    text-decoration: underline;
}

img {
    border: 0 none;
}

a img {
    border: 0 none;
}

br {
    clear: both;
}

h1 {
    font-size: 2.0em;
    margin-top: 16px;
}

h2 {
    font-size: 2.0em;
}

h1, h2 {
    color: #00497B;;
    font-weight: normal;
    margin-bottom: 10px;
}

body.home .wide_block  h1 {
    margin-top:0;
    margin-bottom: 26px;
    top:16px;
    position:relative
}

body.listing #wrapper #main_container #content_container #content h1 {
    font-size: 2em;
    margin: 0;
    padding: 1em 0;
}

h3 {
    border-bottom: 1px dotted #BFBEBA;
    color: #00497B;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.7em;
    padding: 0.5em 0;
}

div.block_wide h3 {
    margin-right: 2em;
}

h4 {
    color: #00497B;
    margin-bottom: 2px;
    margin-top: 5px;
}

div.block_wide h4, div.block_left h4 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 0.5em;
}

#register_buttons a {
    background: url("/images/default/jibr/buttons/greybuttonright.png") no-repeat top right transparent;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    margin-left: 30px;
    padding-right: 10px;
    height: 50px;
}

#register_buttons a span {
    background: url("/images/default/jibr/buttons/greybuttonleft.png") no-repeat 0 0 transparent;
    display: block;
    padding: 4px 5px 20px 15px;
    border: 0;
    line-height: 28px;
    color: #000000;
}

#register_buttons a span:hover {
    color: #00497B;
}

.register_button {
    clear: both;
    margin: 30px 0 0 100px;
    padding: 0 0;
    position: relative;
    width: auto;
    left: inherit;
    top: inherit;
    height: 66px;
}

.register_button a {
    display: block;
    color: #FFFFFF;
    background: url("/images/default/jibr/buttons/orangebuttonleft.png") no-repeat 0 0 transparent;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0 30px;
    width: auto;
    text-decoration: none;
    float: left;
}

.register_button a span {
    background: url("/images/default/jibr/buttons/orangebuttonright.png") no-repeat top right transparent;
    padding: 17px 30px 0 0;
    border: 0;
    display: block;
    width: auto;
    height: 55px;
}

.register_button a:hover {
    color: #004472;
    cursor: pointer;
}

li, li li, input, textarea, select {
    font-size: 1.2em;
}

.large_spacing {
    line-height: 15pt;
}

.template, .initial_hidden {
    display: none;
}

/* banners */

.bannerWrapperRight {
    position: absolute;
    left: 965px;
    top: 108px;
}

fieldset.form-group {
    border: medium none;
}

img[width="1"] {
    top: 0;
    position: absolute;
}

div.action_error {
    background-color: #FFEFF0;
    border: 2px solid #FF003A;
}

div.action_ok, div.action_error {
    margin: 0 auto 20px;
    padding: 8px;
    width: 80%;
}

div.action_ok div, div.action_error div {
    padding: 10px 30px 10px 10px;
}

textarea.code {
    color: #000000;
    font-size: 10pt;
    height: 80px;
    width: 500px;
}

form.zend_form textarea.zend-form-element-textarea {
    width: 670px;
    font-size: 10pt;
}

div.left {
    position: relative;
    text-align: left;
}

p.bannerDesc {
    width: 160px;
}

#TB_window {
    z-index: 1002;
}

#TB_overlay {
    z-index: 1001;
}

#page_preview {
    padding: 0;
    width: 900px;
}
