﻿.CatalogTreeBox
{
    background-color: #EDE7D7;
    padding-bottom: 200px;
    background-image: url("images/boxes/box5-bottom.gif");
    background-position: left bottom;
    background-repeat: repeat-x;
    float: left;
}

.CatalogTreeBox .top
{
    height: 17px;
    background-image: url("images/boxes/box5-top.gif");
    background-repeat: repeat-x;
}

.CatalogTreeBox .right
{
    float: right;
    height: 17px;
    width: 10px;
    background-image: url("images/boxes/box5-right.gif");
}

.CatalogTreeBox .left
{
    float: left;
    height: 17px;
    width: 10px;
    background-image: url("images/boxes/box5-left.gif");
}

.CatalogTreeBox .body
{
    overflow: hidden;
    margin-left: 1px;
    margin-right: 1px;
    width: 180px;
}

/************************* Box 1 ***********************/

.Box1
{
}

.Box1 .top
{
    height: 7px;
    background-color: white;/*#C2B695;*/
}

.Box1 .top .left
{
    float: left;
    height: 18px;
    width: 11px;
    background-image: url("images/boxes/box1-top-left.gif");
}

.Box1 .top .right
{
    float: right;
    height: 18px;
    width: 11px;
    background-image: url("images/boxes/box1-top-right.gif");
}

.Box1 .top .center
{
    /*background-color: #C2B695;
    height:7px;*/
    border-top:7px solid #C2B695;
}

.Box1 .middle
{
    background-image: url("images/boxes/box1-right.gif");
    background-repeat: repeat-y;
    background-position: right top;
    padding-right: 2px;
}

.Box1 .middle .left
{
    background-image: url("images/boxes/box1-left.gif");
    background-repeat: repeat-y;
    background-position: left top;
    padding-left: 2px;
}

.Box1 .bottom
{
    height: 13px;
    background-image: url("images/boxes/box1-bottom.gif");
    background-repeat: repeat-x;
    background-position: left bottom;
}

.Box1 .bottom .left
{
    float: left;
    height: 13px;
    width: 11px;
    background-image: url("images/boxes/box1-bottom-left.gif");
}

.Box1 .bottom .right
{
    float: right;
    height: 13px;
    width: 11px;
    background-image: url("images/boxes/box1-bottom-right.gif");
}


.Box1 div.HeaderRow
{
    background-color: #EDE7D7;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    border-top: dotted 1px #666666;
}

.Box1 div.DataRow
{
    background-color: #FAF9F7;
    padding: 3px 10px 3px 10px;
    border-top: dotted 1px #666666;
    border-bottom: dotted 1px #666666;
}

.Box1 div.ResultRow
{
    text-align: center;
    border-bottom: dotted 1px #666666;
    background-color: #EDE7D7;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
}

.Box1 div.Spacer
{
    height: 22px;
}

.Box1 div.Column
{
    float: left;
    width:250px;
}

.Box1 div.ColumnRight
{
    float: right;
    width:250px;
}

.Box1 div.Buttons
{
    text-align: right;
    padding-right: 10px;
    padding-top: 7px;
}

.Box1 div.Hint
{
    padding-left: 10px;
    font-weight: bold;
    float: left;
}

.Box1 div.Label
{
    height: 16px;
    font-weight: bold;
}

.Box1 div.Value
{
    height: 20px;
}

.Box1 div.Error
{
    min-height: 16px;
}

.Box1 div.Value input
{
    width: 220px;
}

.Box1 div.Content
{
    padding-top: 13px;
}

.Box1 .splitter
{
    height: 0px;
    line-height: 0.1;
    font-size: 1px;
}
















/************************* Box 1 error ***********************/

.Box1-error
{
}

.Box1-error .top
{
    height: 7px;
    background-color: white;/*#C2B695;*/
}

.Box1-error .top .left
{
    float: left;
    height: 18px;
    width: 11px;
    background-image: url("images/boxes/box1-error-top-left.gif");
}

.Box1-error .top .right
{
    float: right;
    height: 18px;
    width: 11px;
    background-image: url("images/boxes/box1-error-top-right.gif");
}

.Box1-error .top .center
{
    /*background-color: #C2B695;
    height:7px;*/
    border-top:7px solid #C2B695;
}

.Box1-error .middle
{
    background-image: url("images/boxes/box1-right.gif");
    background-repeat: repeat-y;
    background-position: right top;
    padding-right: 2px;
}

.Box1-error .middle .left
{
    background-image: url("images/boxes/box1-left.gif");
    background-repeat: repeat-y;
    background-position: left top;
    padding-left: 2px;
}

.Box1-error .bottom
{
    height: 13px;
    background-image: url("images/boxes/box1-bottom.gif");
    background-repeat: repeat-x;
    background-position: left bottom;
}

.Box1-error .bottom .left
{
    float: left;
    height: 13px;
    width: 11px;
    background-image: url("images/boxes/box1-bottom-left.gif");
}

.Box1-error .bottom .right
{
    float: right;
    height: 13px;
    width: 11px;
    background-image: url("images/boxes/box1-bottom-right.gif");
}


.Box1-error div.HeaderRow
{
    background-color: #EDE7D7;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    border-top: dotted 1px #666666;
}

.Box1-error div.DataRow
{
    background-color: #FAF9F7;
    padding: 3px 10px 3px 10px;
    border-top: dotted 1px #666666;
    border-bottom: dotted 1px #666666;
}

.Box1-error div.ResultRow
{
    text-align: center;
    border-bottom: dotted 1px #666666;
    background-color: #EDE7D7;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
}

.Box1-error div.Spacer
{
    height: 22px;
}

.Box1-error div.Column
{
    width: 50%;
    float: left;
    margin-right: 40px;
}

.Box1-error div.Buttons
{
    text-align: right;
    padding-right: 10px;
    padding-top: 7px;
}

.Box1-error div.Hint
{
    padding-left: 10px;
    font-weight: bold;
    float: left;
}

.Box1-error div.Label
{
    height: 16px;
    font-weight: bold;
}

.Box1-error div.Value
{
    height: 20px;
}

.Box1-error div.Error
{
    min-height: 16px;
}

.Box1-error div.Value input
{
    width: 220px;
}

.Box1-error div.Content
{
    padding-top: 13px;
}

.Box1-error .splitter
{
    height: 0px;
    line-height: 0.1;
    font-size: 1px;
}














/************************* BoxBlue ***********************/

.BoxBlue
{
}

.BoxBlue .top
{
    height: 7px;
    background-color: white;/*#C2B695;*/
}

.BoxBlue .top .left
{
    float: left;
    height: 18px;
    width: 11px;
    background-image: url("images/boxes/blue_top_left.png");
}

.BoxBlue .top .right
{
    float: right;
    height: 18px;
    width: 11px;
    background-image: url("images/boxes/blue_top_right.png");
}

.BoxBlue .top .center
{
    /*background-color: #C2B695;
    height:7px;*/
    border-top:7px solid #577995;
}

.BoxBlue .middle
{
    background-image: url("images/boxes/blue-right.gif");
    background-repeat: repeat-y;
    background-position: right top;
    padding-right: 2px;
}

.BoxBlue .middle .left
{
    background-image: url("images/boxes/blue-left.gif");
    background-repeat: repeat-y;
    background-position: left top;
    padding-left: 2px;
}

.BoxBlue .bottom
{
    height: 13px;
    background-image: url("images/boxes/blue-bottom.gif");
    background-repeat: repeat-x;
    background-position: left bottom;
}

.BoxBlue .bottom .left
{
    float: left;
    height: 13px;
    width: 11px;
    background-image: url("images/boxes/blue_bottom_left.png");
}

.BoxBlue .bottom .right
{
    float: right;
    height: 13px;
    width: 11px;
    background-image: url("images/boxes/blue_bottom_right.png");
}


.BoxBlue div.HeaderRow
{
    background-color: #EDE7D7;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    border-top: dotted 1px #666666;
}

.BoxBlue div.DataRow
{
    background-color: #FAF9F7;
    padding: 3px 10px 3px 10px;
    border-top: dotted 1px #666666;
    border-bottom: dotted 1px #666666;
}

.BoxBlue .tab-nav-custom
{
    background-color: #EDE7D7;
    border-top: dotted 1px #666666; 
    padding-top:3px;
}

.BoxBlue div.ResultRow
{
    text-align: center;
    border-bottom: dotted 1px #666666;
    background-color: #EDE7D7;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
}

.BoxBlue div.Spacer
{
    height: 22px;
}

.BoxBlue div.Column
{
    width: 50%;
    float: left;
    margin-right: 40px;
}

.BoxBlue div.Buttons
{
    text-align: right;
    padding-right: 10px;
    padding-top: 7px;
}

.BoxBlue div.Hint
{
    padding-left: 10px;
    font-weight: bold;
    float: left;
}

.BoxBlue div.Label
{
    height: 16px;
    font-weight: bold;
}

.BoxBlue div.Value
{
    height: 20px;
}

.BoxBlue div.Error
{
    min-height: 16px;
}

.BoxBlue div.Value input
{
    width: 220px;
}

.BoxBlue div.Content
{
    padding-top: 13px;
}

.BoxBlue .splitter
{
    -line-height: 0.1;
    height: 0px;
    font-size: 1px;
}

/************************* Blue Box Solid ***********************/


.blue_box_solid_top
{
    background-image: url("images/boxes/blue_box_solid_top.png");
    background-repeat:no-repeat;
    background-position:left;
    width:565px;
}

.blue_box_solid_midle
{
    background-image: url("images/boxes/blue_box_solid_midle.png");
    background-repeat:repeat-y;
    background-position:left;
    width:565px;
    padding-left:2px;
}

.blue_box_solid_bottom
{
    background-image: url("images/boxes/blue_box_solid_bottom.png");
    background-repeat:no-repeat;
    background-position:left;
    width:565px;
}

/************************* Box Square Solid ***********************/


.box_square_solid_top
{
    background-image: url("images/boxes/box_square_top.png");
    background-repeat:no-repeat;
    background-position:left bottom;
    width:279px;
}

.box_square_solid_midle
{
    background-image: url("images/boxes/box_square_midle.png");
    background-repeat:repeat-y;
    background-position:left;
    text-align:center;
    width:279px;
}

.box_square_solid_bottom
{
    background-image: url("images/boxes/box_square_bottom.png");
    background-repeat:no-repeat;
    background-position:left top;
    width:279px;
}


/************************* BoxBlue-1 ***********************/

.BoxBlue-1
{
}

.BoxBlue-1 .top
{
    height: 7px;
    background-color: white;/*#C2B695;*/
}

.BoxBlue-1 .top .left
{
    float: left;
    height: 18px;
    width: 11px;
    background-image: url("images/boxes/blue_top_left.png");
}

.BoxBlue-1 .top .right
{
    float: right;
    height: 18px;
    width: 11px;
    background-image: url("images/boxes/blue_top_fill_right.png");
}

.BoxBlue-1 .top .center
{
    /*background-color: #C2B695;
    height:7px;*/
    border-top:7px solid #577995;
}

.BoxBlue-1 .middle
{
    background-image: url("images/boxes/blue-right.gif");
    background-repeat: repeat-y;
    background-position: right top;
    padding-right: 2px;
    background-color:#A5BACB;
}

.BoxBlue-1 .middle .left
{
    background-image: url("images/boxes/blue-left.gif");
    background-repeat: repeat-y;
    background-position: left top;
    padding-left: 2px;
}

.BoxBlue-1 .bottom
{
    height: 13px;
    background-image: url("images/boxes/blue-bottom.gif");
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color:#A5BACB;
}

.BoxBlue-1 .bottom .left
{
    float: left;
    height: 13px;
    width: 11px;
    background-image: url("images/boxes/blue_bottom_left.png");
}

.BoxBlue-1 .bottom .right
{
    float: right;
    height: 13px;
    width: 11px;
    background-image: url("images/boxes/blue_bottom_fill_right.png");
}


.BoxBlue-1 div.HeaderRow
{
    background-color: #EDE7D7;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    border-top: dotted 1px #666666;
}

.BoxBlue-1 div.DataRow
{
    background-color: #FAF9F7;
    padding: 3px 10px 3px 10px;
    border-top: dotted 1px #666666;
    border-bottom: dotted 1px #666666;
}

.BoxBlue-1 .tab-nav-custom
{
    background-color: #EDE7D7;
    border-top: dotted 1px #666666; 
    padding-top:3px;
}

.BoxBlue-1 div.ResultRow
{
    text-align: center;
    border-bottom: dotted 1px #666666;
    background-color: #EDE7D7;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
}

.BoxBlue-1 div.Spacer
{
    height: 22px;
}

.BoxBlue-1 div.Column
{
    width: 50%;
    float: left;
    margin-right: 40px;
}

.BoxBlue-1 div.Buttons
{
    text-align: right;
    padding-right: 10px;
    padding-top: 7px;
}

.BoxBlue-1 div.Hint
{
    padding-left: 10px;
    font-weight: bold;
    float: left;
}

.BoxBlue-1 div.Label
{
    height: 16px;
    font-weight: bold;
}

.BoxBlue-1 div.Value
{
    height: 20px;
}

.BoxBlue-1 div.Error
{
    min-height: 16px;
}

.BoxBlue-1 div.Value input
{
    width: 220px;
}

.BoxBlue-1 div.Content
{
    padding-top: 13px;
}

.BoxBlue-1 .splitter
{
    height: 0px;
    line-height: 0.1;
    font-size: 1px;
}


/************************* Box 2 ***********************/

.Box2
{
}

.Box2 .top
{
    height: 7px;
    background-color:white;/* #A7A79F;*/
    /*margin-bottom: 13px;*/
    margin-left: 11px;
    margin-right: 12px;
    
}

.Box2 .top .left
{
    position:relative;
    margin-left: -11px;
    float: left;
    height: 20px;
    width: 11px;
    background-image: url("images/boxes/box2-top-left.png");
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://trush-nb/eComSite/Content/images/boxes/box2-top-left.png');*/
}

.Box2 .top .right
{
    position:relative;
    margin-right: -12px;
    float: right;
    height: 20px;
    width: 12px;
    background-image: url("images/boxes/box2-top-right.png");
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://trush-nb/eComSite/Content/images/boxes/box2-top-right.png');*/
}

.Box2 .top .center
{
    border-top:7px solid #A7A79F;
}


.Box2 .middle
{
    background-image: url("images/boxes/box2-right.png");
    background-repeat: repeat-y;
    background-position: right top;
    padding-right: 3px;
}

.Box2 .middle .left
{
    background-image: url("images/boxes/box2-left.png");
    background-repeat: repeat-y;
    background-position: left top;
    padding-left: 2px;
}

.Box2 .middle .right
{
    background-color: White;
}

.Box2 .splitter
{
    height: 0px;
    line-height: 0.1;
    font-size: 1px;
}

.Box2 .bottom
{
    height: 14px;
    margin-left: 12px;
    margin-right: 12px;
    /*background-image: url("images/boxes/box2-bottom.png");
    background-repeat: repeat-x;
    background-position: left bottom;*/
}

.Box2 .bottom .left
{
    position:relative;
    margin-left: -12px;
    float: left;
    height: 14px;
    width: 12px;
    background-image: url("images/boxes/box2-bottom-left.png");
}

.Box2 .bottom .right
{
    position:relative;
    margin-right: -12px;
    float: right;
    height: 14px;
    width: 12px;
    background-image: url("images/boxes/box2-bottom-right.png");
}

.Box2 .bottom .center
{
    background-color: white;
    height: 14px;
    background-image: url("images/boxes/box2-bottom.png");
    background-repeat: repeat-x;
    background-position: left bottom;
}
.Box2 div.HeaderRow
{
    background-color: #faf9f7;
    padding: 3px 10px 3px 10px;
}

.Box2 div.DataRow
{
    background-color: white;
    border-top: dotted 1px #A7A79F;
    border-bottom: dotted 1px #A7A79F;
    height:230px;
}
.Box2 div.FooterRow
{
    background-color: white;
    padding: 3px 10px 3px 10px;
}



/************************* Box 2-1 ***********************/

.Box2-1
{
}

.Box2-1 .top
{
    height: 7px;
    background-color:white;/* #A7A79F;*/
    /*margin-bottom: 13px;*/
    margin-left: 11px;
    margin-right: 12px;
    
}

.Box2-1 .top .left
{
    position:relative;
    margin-left: -11px;
    float: left;
    height: 20px;
    width: 11px;
    background-image: url("images/boxes/box2-top-left.png");
}

.Box2-1 .top .right
{
    position:relative;
    margin-right: -12px;
    float: right;
    height: 20px;
    width: 12px;
    background-image: url("images/boxes/box2-top-right.png");
}

.Box2-1 .top .center
{
    border-top:7px solid #A7A79F;
}


.Box2-1 .middle
{
    background-image: url("images/boxes/box2-right.png");
    background-repeat: repeat-y;
    background-position: right top;
    padding-right: 3px;
}

.Box2-1 .middle .left
{
    background-image: url("images/boxes/box2-left.png");
    background-repeat: repeat-y;
    background-position: left top;
    padding-left: 2px;
}

.Box2-1 .middle .right
{
    background-color: White;
}

.Box2-1 .splitter
{
    -line-height: 0.1;
    height: 0px;
    font-size: 1px;
}

.Box2-1 .bottom
{
    height: 14px;
    margin-left: 12px;
    margin-right: 12px;
    /*background-image: url("images/boxes/box2-bottom.png");
    background-repeat: repeat-x;
    background-position: left bottom;*/
}

.Box2-1 .bottom .left
{
    position:relative;
    margin-left: -12px;
    float: left;
    height: 14px;
    width: 12px;
    background-image: url("images/boxes/box2-bottom-left.png");
    background-repeat:no-repeat;
}

.Box2-1 .bottom .right
{
    position:relative;
    margin-right: -12px;
    float: right;
    height: 14px;
    width: 12px;
    background-image: url("images/boxes/box2-bottom-right.png");
    background-repeat:no-repeat;
}

.Box2-1 .bottom .center
{
    background-color: Transparent;
    background-image: url("images/boxes/box2-1-bottom.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    line-height:12px;
    font-size:3;
    height: 14px;
}

.Box2-1 div.HeaderRow
{
    background-color: #faf9f7;
    padding: 3px 10px 3px 10px;
}

.Box2-1 div.DataRow
{
    background-color: white;
    border-top: dotted 1px #A7A79F;
    border-bottom: dotted 1px #A7A79F;
    height:230px;
}

.Box2-1 div.FooterRow
{
    background-color: white;
    padding: 3px 10px 3px 10px;
}

/************************* Box 4 ***********************/


/************************* Box 4 ***********************/
.Box4
{
}

.Box4 .top
{

    background-color: white;
}

.Box4 .top .left
{
    float: left;
    height:11px;
    width: 11px;

    background-image: url("images/boxes/box4-top-left.gif");
    background-repeat:no-repeat;
}

.Box4 .top .right
{
    float: right;
    height: 11px;
    width: 11px;

    background-image: url("images/boxes/box4-top-right.gif");
    background-repeat:no-repeat;
}
.Box4 .top .center
{
    border-top:1px solid #f1f1f1;
}

.Box4 .middle
{
    background-image: url("images/boxes/box4-right.gif");
    background-repeat: repeat-y;
    background-position: right top;
    padding-right: 2px;
}

.Box4 .middle .left
{
    background-image: url("images/boxes/box4-left.gif");
    background-repeat: repeat-y;
    background-position: left top;
    padding-left: 2px;
}

.Box4 .splitter
{
    height: 0px;
    line-height: 0.1;
    font-size: 1px;
}

.Box4 .bottom
{
    background-image: url("images/boxes/box4-bottom.gif");
    background-repeat: repeat-x;
    background-position: left bottom;
}

.Box4 .bottom .left
{
    float: left;
    height: 14px;
    width: 11px;
    background-image: url("images/boxes/box4-bottom-left.gif");
    background-repeat:no-repeat;
}

.Box4 .bottom .right
{
    float: right;
    height: 14px;
    width: 11px;
    background-image: url("images/boxes/box4-bottom-right.gif");
    background-repeat:no-repeat;
}
.Box4 .bottom .center
{
    background-image: url("images/boxes/box4-bottom.gif");
    background-repeat: repeat-x;
    background-position: left bottom;
    line-height:12px;
    font-size:3;
    height:14px;
}


.Box4 div.HeaderRow
{
    background-color: #DFDFDE;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    border-top: dotted 1px #666666;
}

.Box4 div.DataRow
{
    background-color: #FAF9F7;
    padding: 3px 10px 3px 10px;
    border-top: dotted 1px #666666;
    border-bottom: dotted 1px #666666;
}

.Box4 .tab-nav-custom
{
    background-color: #DFDFDE;
    border-top: dotted 1px #666666; 
    padding-top:3px;
}

/************************************************/

/************************* Box 6 ***********************/

.Box6
{
    background-color: #eaebea;
}

.Box6 .top
{
    height: 7px;
    background-color: #ebebeb;
    margin-bottom: 11px;
}

.Box6 .top .left
{
    float: left;
    height: 18px;
    width: 11px;
    background-image: url("images/boxes/box6-top-left.gif");
}

.Box6 .top .right
{
    float: right;
    height: 18px;
    width: 11px;
    background-image: url("images/boxes/box6-top-right.gif");
}

.Box6 .top .center
{
    border-top:7px solid #a7a7a9;
}

.Box6 .middle
{
    background-color: #eaebea;
    padding-right: 2px;
}

.Box6 .middle .left
{
    background-color: #eaebea;
    padding-left: 2px;
}

.Box6 .bottom
{
    height: 13px;
    background-color: #eaebea;
}

.Box6 .bottom .left
{
    float: left;
    height: 13px;
    width: 11px;
    background-image: url("images/boxes/box6-bottom-left.gif");
}

.Box6 .bottom .right
{
    float: right;
    height: 13px;
    width: 11px;
    background-image: url("images/boxes/box6-bottom-right.gif");
}

.Box6 div.Spacer
{
    height: 22px;
}

.Box6 .splitter
{
    height: 0px;
    line-height: 0.1;
    font-size: 1px;
}

/************************************************/

.DataTable
{
    /*background-image: url("images/horizontal-separator.gif");
    background-position: left bottom;
    background-repeat: repeat-x;*/
}

.DataTable tr
{
    height: 20px;
    background-image: url("images/horizontal-separator.gif");
    background-position: left top;
    background-repeat: repeat-x;
}

.DataTable th
{
    background-color: #D7D1B9;
    b1ackground-color: #EDE7D7;
    text-align: center;
}

.DataTable input
{
    background-color: Transparent;
}

.DataTable .SelectedRow
{
    background-color: #d7d1b9 !important;
}