﻿
/*在这里定义 bootstrap 不支持的颜色，边框*/


.bdr1
{
    border-right:1px solid rgb(238, 238, 238); 
	border-bottom:1px solid rgb(221, 221, 221);
	border-left:1px solid rgb(238, 238, 238); 

	border-top:3px solid rgb(221, 221, 221) ;
    }
    
.mrg_no{ margin:0px;}
.pd_no{padding:0px;}

.bgclr1
{
    
    }
    
.font_bold{ font-weight:bold;}
.text_red{  color:Red;}
.text_orange{  color:Orange;}
.text_green{  color:Green;}
.text_white{  color:White;}
.text_gray{  color:#f1f1f1;}
.txt_gray{ color:#666;}
/* -----------------*/
.centerBox_Contain
{    width:100%;  float:left;    padding:0px; margin:0px;    text-align:center;   }

.centerBox   /*配合  style="width:400px;"*/
{     margin:0px auto; width:1000px;            }
/* -----------------*/
