﻿
/*EDIT BOOTSTRAP BOX*/
.box{
    margin:0px 0px;
    box-shadow:none;
    background:#F9F9F7;
    border: none !important;
}
.box .box-header{
    height:35px;
    padding:0px;
}
.box .box-footer {
    border-top: none;
    padding:0px;
}
/*END EDIT BOOTSTRAP BOX*/




/*CUSTOM BOX*/

/*box-header*/
.box-header .box-header-left {
    width: 10px;
    height: 40px;
    float: left;
    margin:4px 3px;
    background-repeat: no-repeat;
}
.box-header .box-header-center {
    color:white !important;
    width: 90%;
    height: 40px;
    float: left;
    background-repeat: repeat;
    padding-top: 6px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.box-header .box-header-center a{
    color:white !important;
}
.box-header .box-header-right {
    width: 10px;
    height: 40px;
    float: right;
}




/*box-darkred*/
.box.box-solid.box-darkred{
    background: #F9F9F7;
}
    .box.box-solid.box-darkred .box-header {
        background: #7B1111;
        /*background: #003E7E;*/
    }
    .box.box-solid.box-darkred .box-body {

    }
    .box.box-solid.box-darkred .box-footer {

        
    }

/*box darkorange*/
.box.box-solid.box-darkorange{
    background: #F9F9F7;
}
    .box.box-solid.box-darkorange .box-header {
        background: #7B4111;
    }
    .box.box-solid.box-darkorange .box-body {

    }
    .box.box-solid.box-darkorange .box-footer {

        
    }
/*box-darkcyan*/
.box.box-solid.box-darkcyan{
    background: #F9F9F7;
}
    .box.box-solid.box-darkcyan .box-header {
        background: #0A4A4A;
    }
    .box.box-solid.box-darkcyan .box-body {

    }
    .box.box-solid.box-darkcyan .box-footer {

        
    }

/*box-darkgreen*/
.box.box-solid.box-darkgreen{
    background: #F9F9F7;
}
    .box.box-solid.box-darkgreen .box-header {
        background: #0A4A4A;
    }
    .box.box-solid.box-darkgreen .box-body {

    }
    .box.box-solid.box-darkgreen .box-footer {

        
    }




/*box-full-darkred*/
.box.box-solid.box-full-darkred {
    background-color:#7B1111;
}
    .box.box-solid.box-full-darkred .box-header {
        border-bottom: 3px solid white;
    }
    .box.box-solid.box-full-darkred .box-body {
        color:white;
    }
    .box.box-solid.box-full-darkred .box-footer {

    }


/*box-full-red*/
.box.box-solid.box-full-darkorange {
    border-radius: 0px;
    background-color:#7B4111;
}
    .box.box-solid.box-full-darkorange .box-header {
        border-bottom: 3px solid white;
    }
    .box.box-solid.box-full-darkorange .box-body {
        color:white;
    }
    .box.box-solid.box-full-darkorange .box-footer {
        
    }

/*box-full-green*/
.box.box-solid.box-full-darkcyan {
    background: #0A4A4A;
}
    .box.box-solid.box-full-darkcyan .box-header {
        border-bottom: 3px solid white;
    }
    .box.box-solid.box-full-darkcyan .box-body {
        color:white;
    }
    .box.box-solid.box-full-darkcyan .box-footer {

        
    }
/*box-full-cyan*/
.box.box-solid.box-full-darkgreen {
    background: #044004;
}
    .box.box-solid.box-full-darkgreen .box-header {
        border-bottom: 3px solid white;
    }
    .box.box-solid.box-full-darkgreen .box-body {
        color:white;
    }
    .box.box-solid.box-full-darkgreen .box-footer {

        
    }


.box.box-solid.box-navyblue{
    background: #fff;
 }
    .box.box-solid.box-navyblue .box-header {
        position: relative;
        padding-bottom: 0px;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-top: 1px solid #ccc;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
    }
        .box.box-solid.box-navyblue .box-header .box-header-left {
            background: url(images/boxes/navyblue-title-top-left.png) no-repeat left center;
            width: 40px;
            height: 40px;
            margin:0px;
        }
        .box.box-solid.box-navyblue .box-header .box-header-right {
        }
        .box.box-solid.box-navyblue .box-header .box-header-center {
            background: url(images/boxes/navyblue-title-top-midle.png) repeat-x left center;
            margin: 0px 0px 0px -4px;
            height: 40px;
            width: 80%;
            padding: 8px 0px 0px 6px;
            text-align: left;
            border-top-right-radius:15px;
            border-bottom-right-radius:15px;
        }
            .box.box-solid.box-navyblue .box-header .box-header-center a {
                color: #fff;
                text-decoration: none;
            }
    .box.box-solid.box-navyblue .box-body {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }


.box.box-solid.box-lightblue-ribbon{
	/* Mozilla: */
    background: -moz-linear-gradient(top, #dbeaf1, #ffffff);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,left top, left bottom, from(#dbeaf1), to(#ffffff));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#dbeaf1', EndColorStr='#ffffff', GradientType=0);
 }
    .box.box-solid.box-lightblue-ribbon .box-header {
        position: relative;
        padding-bottom: 0px;
        border-left: 1px solid #cbcbcb;
        border-right: 1px solid #cbcbcb;
        border-top: 1px solid #cbcbcb;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
        .box.box-solid.box-lightblue-ribbon .box-header .box-header-left {
            background: url(images/boxes/lightblue_ribbon_left_noborder.png)  no-repeat left center;
            height: 40px;
            width: 15px;
            margin-left:-9px;
        }
        .box.box-solid.box-lightblue-ribbon .box-header .box-header-right {
        }
        .box.box-solid.box-lightblue-ribbon .box-header .box-header-center {
            background: url(images/boxes/lightblue_ribbon_middle_noborder.png) repeat-x left center;
            height: 40px;
            width: 80%;
            margin: 4px -3px 0px -3px;
            padding: 6px 0px 0px 3px;
            text-align: left;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 15px;
        }
            .box.box-solid.box-lightblue-ribbon .box-header .box-header-center a {
                color: #fff !important;
                text-decoration: none;
                font-weight: bold;
            }
    .box.box-solid.box-lightblue-ribbon .box-body {
        border-left: 1px solid #cbcbcb;
        border-right: 1px solid #cbcbcb;
        border-bottom: 1px solid #cbcbcb;
    }



.box.box-solid.box-lightblue-ribbon2{
	
    background: #fff;
 }
 .box.box-solid.box-lightblue-ribbon2 .box-header {
	  position: relative;
	  padding-bottom: 0px;
	}
    .box.box-solid.box-lightblue-ribbon2 .box-header .box-header-left {
        background: url(images/boxes/lightblue_ribbon_left_noborder.png)  no-repeat left center;
        height: 40px;
        width:15px;
        margin-left:-8px;
    }
    .box.box-solid.box-lightblue-ribbon2 .box-header .box-header-right {
        margin-right: -10px;
        background: url(images/boxes/lightblue_ribbon_right_noborder.png) 100% 0 no-repeat;
        height: 34px;
        margin-top: -36px;
    }
    .box.box-solid.box-lightblue-ribbon2 .box-header .box-header-center {
        background: url(images/boxes/lightblue_ribbon_middle_noborder.png) repeat-x left center;
        height: 40px;
        width: 80%;
        margin: 4px -3px 0px -3px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 15px;
    }
        .box.box-solid.box-lightblue-ribbon2 .box-header .box-header-center a {
            color: #fff !important;
            text-decoration: none;
            font-weight: bold;
        }
    .box.box-solid.box-lightblue-ribbon2 .box-body {
        background: #ffffff;
        /* Mozilla: */
        background: -moz-linear-gradient(bottom, #dbeaf1, #ffffff);
        /* Chrome, Safari:*/
        background: -webkit-gradient(linear,left top, left bottom, from(#dbeaf1), to(#ffffff));
        /* MSIE */
        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#dbeaf1', EndColorStr='#ffffff', GradientType=0);
    }

/* END CUSTOM BOX*/




