@charset "utf-8";

h1, h2 {
    font-family: Verdana, Helvetica, Geneva, sans-serif;
    line-height: normal;
}

h1 {
    color: #FD9417;
    font-size: 19px;
    padding-bottom:10px;
}

h2 {
    color: #FD9417;
    font-size: 15px;
    padding-bottom: 7px;
}

#wrapper-bar { background-color: #999; }

#cb-logo, #cb-content1, #cb-domcheck {
    position: relative;
    margin: 0 auto;
    width: 524px;
}

#cb-logo 
{
    background-image: url('/img/temps/soprologo.png');
    /*background-position: 14px 0;*/
	background-position: top center;
    background-repeat: no-repeat;
    height: 90px;
}

#cb-content1 .top {
    position: relative;
    height: 20px;
    width: 524px;
    background-image: url('/img/temps/content-block-t.png');
    background-position: center top;
    background-repeat: no-repeat;
}

#cb-content1 .bottom {
    position: relative;
    height: 20px;
    width: 524px;
    background-image: url('/img/temps/content-block-b.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom:10px;
}

#cb-content1 .content 
{
    position: relative;
    background-image: url('/img/temps/content-block-m.png');
    background-position: center top;
    background-repeat: repeat-y;
    line-height: 18px;
    padding: 10px 32px;
}

#cb-content1 .content ol {
    margin-left: 20px;
}


#cb-domcheck .left {
    position: relative;
    float: left;
    height: 204px;
    width: 20px;
    background-image: url('/img/temps/checker-block-l.png');
    background-position: left top;
    background-repeat: no-repeat;
}

#cb-domcheck .content 
{
    position: relative;
    float: left;
    height: 164px;
    width: 460px;
    background-image: url('/img/temps/checker-block-m.png');
    background-position: left top;
    background-repeat: repeat-x;
    font-size: 11px;
    padding: 20px 12px;
}

#cb-domcheck .content a {
    color: #FD9417;
    font-weight: bold;
}

#cb-domcheck .content a:hover {
    color: #666;
}

#cb-domcheck .right 
{
    position: relative;
    float: left;
    height: 204px;
    width: 20px;
    background-image: url('/img/temps/checker-block-r.png');
    background-position: right top;
    background-repeat: no-repeat;
}

#cb-domcheck .content p {
    line-height: 17px;
}

.bluetxt { color: #00afec; }

.redtxt { color: #e53138; }

.greytxt { color: #555; }

.greytxt-light { color: #777; }

.bold { font-weight: bold; }
