﻿body
{
    /*background: url(../images/bg2.gif) repeat-x;*/
    
    /*background-image: url("/Images/numbers.png");
    background-repeat: repeat-y;
    background-clip: padding-box;*/
}

.triangle {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 16px solid #3498db;
}

.errorMessage {
    border: solid 1px #a50000;
    background-color: #f7b2b2;
    padding: 10px 20px;
    border-radius: 10px;
    color: #a50000;
}

#SSNote 
{
    border: 3px solid #888
}

ul#lobTabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#lobTabs li {
    border: #d3d3d3 solid 1px;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: url(/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png) /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/;
    float: left;
    margin: 0 .25em 0 0;
    padding: .25em .5em;
}

ul#lobTabs li a {
    color: #555555;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 40px;
}

ul#lobTabs li.active {
    background: #6e1817;
    color: #ffffff;
}

ul#lobTabs li.active a {
    color: white;
}

select > option, select > option:hover {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    font-family: Arial;
}

.clr {
    clear: both;
           
}

.lobContent {
    display: none;
    padding-top: 20px;
    margin-bottom: 20px;
}

.lobDesc {
    padding-left:10px;
    padding-right:10px;
}

.compTitle {
    font-size: 16px;
    color: #000000;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left:10px;
}
.noCompTitle {
    font-size: 16px;
    color:Red;
    font-weight: bold;            
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    margin-top: 30px;
    width:100%;
    text-align:center;
}

.compTable {
    border-collapse: collapse;
}

.compTable td {
    text-align: center;
    width: 40px;
    border-collapse: collapse;
    border-bottom-width: 0;
}

.compTable td.bordLft {
    border-left: 1px solid #336699;
}

.compTable td a {
    font-size: 14px;
    color: #336699;
    line-height: 28px;
}