body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: none repeat scroll 0 0 #E8F3FB;
}

pre {
    font: normal 10pt Arial,Helvetica,sans-serif;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;       /* Opera 4-6 */
    white-space: -o-pre-wrap;       /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */

}

hr {
    color: #79B7E7;
}

h2 {
    color:#4E443C;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}

h3 {
    color:#4E443C;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}

h4 {
    color:#4E443C;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}

a
{
    color: #2E6E9E; 
}

.noDecoration {
    text-decoration:none;
}
a:hover { color:#E17009; text-decoration:none; }

#header
{
    margin: 0;
    padding: 0;
    background: url("redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 20% 70% #5C9CCC;
    box-shadow: 0px 0px 12px #E17009;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 300;
}

#header_center
{
    margin: auto;
    padding: 0;
    width: 966px;
}

#searchForm {
    margin-left: 17px;
    display: inline-block;
}
#searchForm .input-holder {
    position: relative;
}
#searchForm input {
    color: #555555;
    font-family: inherit;
    font-size: 10pt;
    margin-top: 1px;
    padding: 3px 28px 3px 3px;
    width: 266px;
}

#searchForm button {
    background: url("../img/zoom.png") no-repeat scroll left top transparent;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 18px;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 0px;
    width: 18px;
}

.login_links
{
    float:right;
    font-weight: bold;
    line-height: 34px;
    padding: 0 10px;
    text-shadow: 0 1px 0 #2075BE;
}

.login_links:hover
{
    background-color: #5C9CCC;
}
.login_links a
{
    text-decoration:none;
    color: rgba(255, 255, 255, 0.98);
}
.login_links a:hover 
{ 
    color: rgba(255, 255, 255, 0.98);
    text-decoration:none;
}

#content
{
    background: none repeat scroll 0 0 white;
    margin: auto;
    width: 916px;
    padding: 20px 25px;
    box-shadow: 3px  0  5px #C5DBEC,
        -3px  0  5px  #C5DBEC;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    background: url("redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 80% 80% #5C9CCC;
    padding: 10px;
    font-size: 0.85em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
}

.info {
    padding: 10px;
    margin: 20px 0;
    background-color: #FFF2E5;
    border-radius: 4px;
    border: 1px solid #F7BE8A;
}

.searchResultBox {
    margin: 5px;
    width: 446px;
    display: inline-block;
    background-color: #E8F3FB;
    border-radius: 4px;
}

.searchHeader {
    height: 20px;
    font-size: smaller;
    font-weight: bold;
    background:  none repeat scroll 0 0 #5C9CCC;
    margin-bottom: 5px;
    border-radius: 4px;
}

.rect {
    height: 20px;
    width: 20px;
    background:  none repeat scroll 0 0 #E17009;
    display: inline-block;
    border-radius: 4px;
}

.headerInfo {
    display: inline-block;
    height: 20px;
    float: right;
    color: white;
    line-height: 20px;
    padding: 0 2px;
    text-shadow: 0 1px 0 #2075BE;
    padding-right: 10px;
}

.searchResultBox .textWithInfo {
    float: left;
    margin-left: 20px;
    max-width: 255px;
}

.commentBox {
    background-color: #E8F3FB;
    border-radius: 4px;
    margin-bottom: 8px;
}

.commentBox pre {
  margin-left: 10px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5px;
}

.loadingMessage {
    background: url(../img/ajax-loader.gif) no-repeat;
    padding-left: 35px;
    height: 30px;
    font-size: 11pt;
    font-weight: bold;
    height: 30px;
    padding-left: 40px;
    padding-top: 8px;
    color: #5C9CCC;
}

#logo
{
    padding: 5px 0px;
    font-size: 150%;
    color: rgba(255, 255, 255, 0.98);
    text-shadow: 0 2px 0 #2075BE; 
    display: inline-block;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.showComments {
    width: 650px;
    float: left;
}