

.wip {
    background: #FFEE33;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
    padding: 5px;
    margin-top: 20px;
}

img {
   border: none; 
}

body {
    font: 62.5% "Arial", sans-serif;
    background-color: #F4F4F6;
    margin: 0px;
    padding: 0px;
}

div#glue {
    border: 1px solid white;
    display: none;
}

div#maincontainer {
    position: relative;
    margin: 0px auto auto auto;
    x-background-image: URL('/gfx/background.png');
    width: 976px;
    padding: 0px 12px 0px 12px;
    height: 100%;
    overflow-x: hidden;
}

#logo {
    position: absolute;
    left: 100px;
    top: 75px;
}

#loginbar {
    position: absolute;
    right: 12px;
    top: 151px;
}
#lb_bevel {
    float: left;
    background-image: URL('/gfx/bevel.png');
    width: 40px;
    height: 27px;
}
#lb_content {
    float: left;
    background-color: white;
    height: 27px;
    padding-right: 10px;
}

#topbar {
    position: absolute;
    top: 10px;
    background-image: URL('/gfx/menu_background.png');
    width: 976px;
    height: 52px;
    z-index: 9;
}

#tb_menu {
    float: left;
    /*width: 620px;*/
    width: 820px;
    height: 52px;
}

#tb_search {
    float: left;
    width: 224px;
    height: 52px;
    background-image: URL('/gfx/search_field.png');
    background-repeat: no-repeat;
    background-position: 0px 12px;
    padding-top: 14px;
    padding-left: 10px;
}

#globalsearch {
    border: none;
    width: 167px;
}

#globalsearchbutton {
    padding-left: 13px;
}

#globalsearchbutton img {
    vertical-align: middle;
}

#tb_settings {
    float: left;
    width: 100px;
    height: 52px;
    padding-top: 13px;
}

.mbutton {
    float: left;
    height: 28px;
}
.mb_left {
    float: left;
    background-image: URL('/gfx/buttons/black_left.png');
    width: 4px;
    height: 28px;
}
.mb_right {
    float: right;
    background-image: URL('/gfx/buttons/black_right.png');
    width: 4px;
    height: 28px;
}
.mb_content {
    margin: auto 2px auto 2px;
    background-image: URL('/gfx/buttons/black_middle.png');
    height: 28px;
    color: white;
}

.wirebox {
    border: 1px solid #d5d5d5;
    background: #f5f5f5;
}

.wb_alignc {
    margin: 18px auto 5px auto;
}

.wb_alignl {
    clear: left;
    float: left;
    margin-top: 18px;
    margin-left: 20px;
}

.wb_alignr {
    clear: right;
    float: right;
    margin-top: 18px;
    margin-right: 20px;
}

.wb_title {
    background: #b5b5b5;
    position: relative;
    float: left;
    top: -8px;
    left: -10px;
    padding: 4px 8px 4px 8px;
    text-transform: uppercase;
}

.wb_inner {
    margin-top: 25px;
    margin-bottom: 10px;
    overflow-x: hidden;
}

.wb_inner .text {
    padding-left: 10px;
    padding-right: 10px;
}


A {
    color: #29226a;
}

.postscript {
    display: none;
}

.error {
    border: 1px solid red;
    background: #FFBBBB;
    width: 300px;
    margin: 8px;
    padding: 5px;
    text-align: center;
}

IMG.newsimage {
    width: 345px;
    height: 157px;
}

img.newsimage {
   border: 1px solid #eaeaea;
}

img.uploadedimage {
   border: 1px solid #eaeaea;
}

img.companylogo {
   border: 1px solid #eaeaea;
   margin-bottom: 12px;
}

#screenblocker {
    position: fixed;
    top: 0;
    overflow: hidden;
    background: gray;
    text-align: center;
    vertical-align: middle;
    z-index: 999998;
    display: none;
}

#screenmessage {
    position: fixed;
    background: white;
    width: 500px;
    text-align: center;
    padding: 20px 5px 20px 5px;
    vertical-align: middle;
    z-index: 999999;
    display: none;
}


.infowindow {
    background: #e0e0e0;
    border: 1px solid #606060;
    border-radius: 4px;
    color: black;
    padding: 5px;
    position: fixed;
    width: 250px;
    bottom: 0px;
    right: 30px;
    z-index: 10000;
    font-size: 13px;
    text-align: center;
    display: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


