/*
 * $Id:$
 * 
 * A CSS file for laying out the bizbrag site in general.
 */

#page {
    margin: auto;
    width: 1000px;
}

.message {
    color: red;
    font-style: italic;
    border: 1px dashed #073D53;
    margin: 10px;
    padding: 10px;
}

.hr {
    background-image: url(../images/layout/misc/dashed_box.gif);
    background-repeat: repeat-x;
    height: 5px;
    clear: both;
}

.medskip {
    height: 15px;
    clear: both;
}

.tiny {
    font-size: 90%; 
    font-weight: normal;
}

.black {
    color: #0D0C0D;
}


#feedback-message {
    color: black;
    background-color: yellow;
    font-weight: bold;
    font-size: 110%;
    padding: 4px;
    margin: 4px;
}

#page #welcome {
    float: right;
    font-size: 8px;
}



.float-left {
    float: left;
    margin: 0px 10px 5px 0px;
}

.float-right {
    float: right;
    margin: 0px 0px 10px 10px;
}

.blue-shaded-button-med {
    background-image: url('../images/buttons/blue_bg_med.png');
    background-repeat: no-repeat;
    width: 125px;
    height: 33px;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.blue-shaded-button-large {
    background-image: url('../images/buttons/blue_bg_large.png');
    background-repeat: no-repeat;
    width: 224px;
    height: 25px;
    display: block;
    text-align: center;
    padding-top: 10px;
}


.green-shaded-button-large {
    background-image: url('../images/buttons/green_bg_large.png');
    background-repeat: no-repeat;
    width: 224px;
    height: 25px;
    display: block;
    text-align: center;
    padding-top: 10px;
    color: #333333;
}


.rss {
    background-color:#FF6600;
    border-color:#FFC8A4 rgb(63, 26, 1) rgb(63, 26, 1) rgb(255, 200, 164);
    border-style:solid;
    border-width:1px;
    color:#FFFFFF;
    cursor:pointer;
    font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    margin-right:2px;
    padding:0px 3px 1px;
    text-align:center;
    text-decoration:none;
}

.rss:hover {
    color: blue;
}

.what-is-this {
    font-size: 9px;
    text-decoration:underline;
}

.red-bold {
    font-weight: bold;
    color: #B30000;
    font-family: courier new;
}


#haro-welcome {
    position: absolute;
    top: 0px;
    left: 400px;
    width: auto;
    background-color: #9DC2D7;
    border-left: 1px solid #152934;
    border-right: 1px solid #152934;
    border-bottom: 1px solid #152934;
    color: #333333;
    font-weight: bold;
    padding: 4px;
}

input.code {
    width: 170px;
}

input.code:hover {
    background-color: #FFF58F;
}

.chicklet {
    height: 16px;
    line-height: 16px;
}

.chicklet img {
    height: 16px;
    margin-right: 3px;
    vertical-align: middle;
    width: 16px;
}