/*-------------------------------------------------------------------------------------------------------------*/
/* Original design: Variant Pure (v1.6 - Sep 15, 2012) - A free xhtml/css website template by Andreas Viklund. */
/* For more information, see http://andreasviklund.com/templates/variant-pure/                                 */
/*-------------------------------------------------------------------------------------------------------------*/
/* General layout */
/*body {margin:0; padding:20px 0; font: 54% Tahoma,Verdana,sans-serif; background-color: #eee; color: #222;}*/
#container {width: 1000px;  padding: 0; background-color: #fff; color: #222;}

/* Tags */
h1,h2,h3,h4 {font-family: Arial; font-weight: normal;}
h1 {font-size: 3.2em;}
h2 {margin: 0 0 5px 0; font-size: 1.6em;}
h3 {margin: 20px 0 10px 0; font-size: 1.4em;}
h4 {margin: 10px 0 5px 0; font-size: 1.2em;}

a {text-decoration: none; color: #7f0099;}
a:hover {text-decoration: underline;}
a img {border: 0;}
p {margin: 0 0 15px 0; line-height: 1.4em;}

/* Site title */
#title {width: 700px;  padding: 20px 0 10px 0; background: #eee; text-align: center; color: #333;}
#title h1 {margin: 0 0 10px 0; padding: 0; text-align: center; letter-spacing: -1px; line-height: 1.1em;}
#title h2 {text-align: center; margin: 0; padding: 0; font-size: 1.6em; line-height: 1.1em;}
#title a {color: #7f0099; text-decoration: none;}
#title a:hover {color: #222;}

/* BuikdPro General CSS */
option {color: black;}

/* BuildPro Custom CSS */
body 
{
    font-family: arial;
}

@media print {
    .noprint {
        display: none;
    }
}

/* BST Menu Control */
.invis_container {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-left: 50px;
    margin-bottom: 20px;
}

.menu_container {
    float: left;
    text-align: center;
    font-size: 14px;
    font-family: arial;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #ccc;
    background: #fff;
}

.menu_element {
    float: left;
}

.menu_element a {
    color: #110283;
    font-weight: bold;
    background: transparent url(../../../_common/_img/sarrow.gif) no-repeat center right;
    text-decoration: none;
    padding-right: 12px;
}

.menu_here {
    float: left;
}

/* BuildPro Custom Sidebar */
.BPSidebarTitle
{
    height: 25px;
    cursor: auto; 
    color: black;
    background-color: transparent;
    border: 0px solid black;
    vertical-align: bottom;
    text-decoration: none;
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

.BPSidebarHead
{
    height: 20px;
    cursor: auto; 
    color: black;
    background-color: transparent;
    border: 0px solid black;
    vertical-align: bottom;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

.BPSidebarItem
{
    cursor: pointer; 
    color: black;
    background-color: transparent;
    border: 0px solid black;
    vertical-align: top;
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

.BPSidebarItem:hover
{
    background-color: #D3D3D3;;
}

.BPSidebarTime
{
    cursor: auto; 
    color: black;
    background-color: transparent;
    border: 0px solid black;
    vertical-align: bottom;
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

/* BuildPro Custom Titles */
.BPMainTitle
{
    cursor: auto; 
    color: black;
    background-color: transparent;
    border: 0px solid black;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.BPSubTitle
{
    cursor: auto; 
    color: black;
    background-color: transparent;
    border: 0px solid black;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

/* BuildPro Custom Main */
.BPMain
{
    cursor: auto; 
    color: black;
    margin-top: 25px;
    background-color: transparent;
    border: 1px solid black;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

.BPSubMain
{
    cursor: auto; 
    color: black;
    background-color: transparent;
    border: 1px solid black;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

.BPSelect
{
    cursor: auto; 
    color: black;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}

.BPMainItem
{
    cursor: auto; 
    color: black;
    border: 0px solid black;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}

.BPMainList
{
    cursor: auto; 
    color: black;
    border: 1px solid black;
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

/* BuildPro Custom Table Columns */
.BPColumnTitle
{
    cursor: auto; 
    color: black;
    border: 0px solid black;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

.BPColumnItem
{
    cursor: auto; 
    color: black;
    border: 0px solid black;
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

.BPColumnAdd
{
    cursor: auto; 
    color: black;
    border: 0px solid black;
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

/* BuildPro Custom Table Alternating Rows */
.display_line_odd
{
    background-color: #ccc;
}

.display_line_even
{
    background-color: #ebebeb;
}

.display_line_odd input 
{
    background-color: #ccc;
}

.display_line_even input
{
    background-color: #ebebeb;
}

.display_line_odd a 
{
    background-color: #ccc;
}

.display_line_even a
{
    background-color: #ebebeb;
}
/*------------------------------------------------------------------------------------------------*/
