/* Stylesheet for Report Server
 * Colors: #3366CC - Dark Blue		e.g. Tabstrip, Global Links Text
 *         #93BEE2 - Medium Blue	e.g. Checkboxes stripe
 *         #d8e8f5 - Sky Blue		e.g. Global Links background
 *         #ffcc00 - Gold/Yellow	e.g. Selected tab
 *	   #new EEB41C - new gold color FFCC00
*         #ece9d8 - Windows Tan    e.g. Single item action buttons background
 *         #7f93a9 - Gray Blue      e.g. Button background
*          #6a7c8e - Dark Gray Blue e.g. Button border
*          #a0a9e6 - New left hand nav color and button change to #99ccff left hand nav to 0066cc
 *	   #FDFDFE - White
 *	   #cccccc - NEW LEFT HAND NAV GREY 
*/
@import url("bootstrap-datetimepicker.min.css");
@import url("bootstrap.css");
@import url("calendar.css");
/*@import url("mzqmenu.css");*/
@import url("mzqtab179283.css");

body {
    background-color: #339966;
    background-color: #eee;
    background-color: #fff;
    font-size: 14px;
    margin: 0 0 0 0;
}

.header-Topbarbg {
    background: url(images/Navi_bg.gif) repeat-x;
    height: 24px;
}

.contentbody {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px solid #eee;
}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

    a:hover {
        text-decoration: underline;
        color: #ff3322;
    }


.LogoTitle {
    /*color: #fff;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    padding-left: 50px;
    color: #fff;
    display: none;
}

.ProductTemplate {
    border: 1px solid #eeeeee;
    padding: 2px;
    margin: 5px;
}

    .ProductTemplate .ProductTemplatePicture {
        border: 1px solid #fff;
        padding-left: 1px;
        padding-right: 1px;
        width: 136px;
        height: 160px;
        margin: 0;
    }

        .ProductTemplate .ProductTemplatePicture img {
            border: 1px solid #fff;
            width: 135px;
            height: 160px;
        }

    .ProductTemplate .MarketPrice {
        font-style: italic;
        font-weight: bold;
        text-decoration: line-through;
    }

    .ProductTemplate .price {
        color: green;
        display: none; /*销售价格*/
    }

    .ProductTemplate .RentPrice {
        color: Red;
    }

    .ProductTemplate .ProductTemplatePicture a {
        border: 0px solid #eeeeee;
        padding: 2px;
    }

        .ProductTemplate .ProductTemplatePicture a:hover {
        }


.DataGridHead {
    height: 30px;
    border: 1px solid #eee;
    background-color: #ddd;
}



.NavBar {
    background-color: #fff;
    border: 1px solid #eee;
    padding-left: 10px;  
    height: 30px;
    line-height: 30px;
    background-image: url(images/nav-bg.gif);
    color:#fff;
    
}
.NavBar strong 
{
     padding-left:20px; 
      background: url(images/nav-arrow.png) no-repeat;
}
     .NavBar a
     {
           color:#fff;
     }   

 
/*****************************************/

/* Panel 区域面板*/
.toppanel, .leftpanel, .contentpanel, .rightpanel, .bottompanel {
}

.leftpanel2, .contentpanel2, .rightpanel2 {
}

.leftpanel3, .contentpanel3, .rightpanel3 {
}

.leftpanel .containercontentpanel {
    background-color: transparent;
}
/*Panel-〉Container*/

/*Container containerbox*/
.toppanel .containerbox {
    background-color: Transparent;
    border: #cccccc 1px solid;
    width: 100%;
}

.leftpanel .containerbox {
    background-color: Transparent;
    border: #cccccc 1px solid;
    width: 100%;
}

.contentpanel .containerbox {
    background-color: Transparent;
    border: #cccccc 1px solid;
    width: 100%;
}

.rightpanel .containerbox {
    background-color: Transparent;
    border: #cccccc 1px solid;
    width: 100%;
}

.bottompanel .containerbox {
    background-color: Transparent;
    border: #cccccc 1px solid;
    width: 100%;
}

/*Container containerheader 容器的header */
.toppanel .containerbox .containerheader {
    background-color: #fdfef0;
    background-color: #eee;
    height: 36px;
    line-height: 34px;
    border-bottom: 1px solid #cccccc;
}

.leftpanel .containerbox .containerheader {
    background-color: #179283;
    height: 36px;
    line-height: 34px;
    border-bottom: 1px solid #cccccc;
}

.contentpanel .containerbox .containerheader {
    background-color: #eee;
    height: 36px;
    line-height: 34px;
    border-bottom: 1px solid #cccccc;
}

.rightpanel .containerbox .containerheader {
    background-color: #eee;
    height: 36px;
    line-height: 34px;
    border-bottom: 1px solid #cccccc;
}

.bottompanel .containerbox .containerheader {
    background-color: #fdfef0;
    background-color: #eee;
    height: 36px;
    line-height: 34px;
    border-bottom: 1px solid #cccccc;
}


.toppanel .containerbox .containerheaderleft {
    padding: 0px;
}

.leftpanel .containerbox .containerheaderleft {
    padding: 0px;
}

.contentpanel .containerbox .containerheaderleft {
    padding: 0px;
}

.rightpanel .containerbox .containerheaderleft {
    padding: 0px;
}

.bottompanel .containerbox .containerheaderleft {
    padding: 0px;
}


.toppanel .containerbox .containerheaderright {
    padding: 0px;
}

.leftpanel .containerbox .containerheaderright {
    padding: 0px;
}

.contentpanel .containerbox .containerheaderright {
    padding: 0px;
}

.rightpanel .containerbox .containerheaderright {
    padding: 0px;
}

.bottompanel .containerbox .containerheaderright {
    padding: 0px;
}

/*Container moduletitle 标题文字*/
.toppanel .containerbox .containerheader .moduletitle {
    color: #009689;
    font-weight: bold;
    font-size: 15px;
    color: #424040;
}

.leftpanel .containerbox .containerheader .moduletitle {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.contentpanel .containerbox .containerheader .moduletitle {
    font-weight: bold;
    font-size: 15px;
}

.rightpanel .containerbox .containerheader .moduletitle {
    color: #009689;
    font-weight: bold;
    font-size: 15px;
    color: #424040;
}

.bottompanel .containerbox .containerheader .moduletitle {
    color: #009689;
    font-weight: bold;
    font-size: 15px;
    color: #424040;
}

/*Container More 样式*/
.ContainerMore a {
}

.toppanel .containerbox .containerheader .ContainerMore a {
}

.leftpanel .containerbox .containerheader .ContainerMore a {
    color: #fff;
}

.contentpanel .containerbox .containerheader .ContainerMore a {
}

.rightpanel .containerbox .containerheader .ContainerMore a {
}

.bottompanel .containerbox .containerheader .ContainerMore a {
}

/*Panel-〉Container END*/

/*****************************************/
