 


.margin{
	margin-top:15px;	
}

.no-radius{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0  !important;
	border-radius: 0  !important;
}

.center { float: none; margin-left: auto; margin-right: auto; }


.sectionhead{
  height:25px;
  max-height:25px;
  line-height:25px;
  font-size: 16px;

color:#ffffff;
background: rgb(89,158,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(89,158,200,1) 0%, rgba(75,153,198,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,158,200,1)), color-stop(100%,rgba(75,153,198,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(89,158,200,1) 0%,rgba(75,153,198,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(89,158,200,1) 0%,rgba(75,153,198,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(89,158,200,1) 0%,rgba(75,153,198,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(89,158,200,1) 0%,rgba(75,153,198,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599ec8', endColorstr='#4b99c6',GradientType=0 ); /* IE6-9 */
}


.sectionsms{
  height:25px;
  max-height:25px;
  line-height:25px;
background: rgb(116,190,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(116,190,244,1) 0%, rgba(54,153,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,190,244,1)), color-stop(100%,rgba(54,153,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(116,190,244,1) 0%,rgba(54,153,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(116,190,244,1) 0%,rgba(54,153,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(116,190,244,1) 0%,rgba(54,153,226,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(116,190,244,1) 0%,rgba(54,153,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74bef4', endColorstr='#3699e2',GradientType=0 ); /* IE6-9 */
}


.bggray{
  /*height:25px;
  max-height:25px;
  line-height:25px;
  font-size: 14px;*/
color:black;
background: #ffa84c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.14) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.14))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.14) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.14) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.14) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.14) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#24000000',GradientType=0 ); /* IE6-8 */

}




.bglogin{
  /*height:25px;
  max-height:25px;
  line-height:25px;
  font-size: 14px;*/
color:black;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}









.bg-orange{
	background-color:#ff9900 !important;	
}

/*font */
.fontmaintitle { 
	font-family: "Helvetica Neue","tahoma" !important;
	font-size:20px; color: #50271c;
	text-shadow: 1px 1px 1px #c9b7ab;
    filter: dropshadow(color=#c9b7ab, offx=1, offy=1);}/* ËÑÇ¢éÍãË­èË¹éÒàÇçº */
.fontmaintitle-2 { font-size:14px; color: #F90}/* ËÑÇ¢éÍÂèÍÂÊÕÊéÁ */
.fontmaintable { font-size:16px; color: #ffffff;
	/* text-shadow: 1px 1px 2px #ffdea6; */
    filter: dropshadow(color=#ffdea6, offx=1, offy=1);}/* ËÑÇ¢éÍµÒÃÒ§ */
	
.fontgray { font-size:14px; color: #999}
.fontgray-small { font-size:12px; color: #999}
.fontgray-biger { font-size:32px; color: #999}/*àºÍÃìâ·Ã Footer */

.fontblack { font-size:14px; color: #000000}
.fontblack-smaller { font-size:10px; color: #000000}
.fontblack-small { font-size:12px; color: #000000}
.fontblack-big { font-size:17px; color: #000000}

.fontblue { font-size:14px; color: #0066cc}
.fontblue-big { font-size:20px; color: #0066cc}
.fontblue-big2 { font-size:17px; color: #0066cc}

.fontorange { font-size:14px; color: #ff9900}
.fontorange-big { font-size:17px; color: #ff9900}

.fontred { font-size:14px; color: #F00}
.fontred-small { font-size:12px; color: #F00}
.fontred-big { font-size:17px; color: #F00}
.fontred-big2 { font-size:20px; color: #F00}
.fontred-biger { font-size:32px; color: #cc0000}

.fontwhite { font-size:14px; color: #ffffff}
.fontwhite-big { font-size:17px; color: #ffffff}
.fontinfo-small { font-size:12px; color: #3a87ad}

.fontgreen { font-size:14px; color: #006600}
.fontgreen-small { font-size:12px; color: #006600}
.fontgreen-big { font-size:20px; color: #006600}
.fontgreen-biger { font-size:32px; color: #006600}
.fontgreen-big2 { font-size:17px; color: #339900}


.fontqpay { color: #088cc6}



.fontcard10 { font-size:0.714em; color: #000000}
.fontcard12 { font-size:0.857em; color: #000000}
.fontcard14 { font-size:1.000em; color: #000000}
.fontcard17 { font-size:1.214em; color: #000000}
.fontcard20 { font-size:1.429em; color: #000000}


/*border */

div#borderslideshow
{
border:1px solid;
border-color: #dddddd;
border-radius:10px;
-moz-border-radius:10px; /* Old Firefox */
/*box-shadow: 3px 3px 10px #999999;*/

padding: 20px 10px 0px 10px;
} 


div#border-card
{
border:2px solid;
border-color:#666666;
/*border-radius:10px;
-moz-border-radius:10px;  Old Firefox */
box-shadow: 3px 3px 10px #999999;
margin: 0px;
padding:10px;
} 


div#border1
{
border:1px solid;
border-color: #dddddd;
border-radius:5px;
-moz-border-radius:10px; /* Old Firefox */
/*box-shadow: 3px 3px 10px #999999;*/
margin: 0px;
padding:10px;
} 

/*border */
div#border2
{
border:1px solid;
border-color: #dddddd;
border-radius:10px;
-moz-border-radius:10px; /* Old Firefox */
/*box-shadow: 3px 3px 10px #999999;*/
margin-bottom: 15px;
padding: 5px 4px 0px 4px;
} 

/*border */
div#bordernews
{
border:1px solid;
border-color: #c09853;
border-radius:5px;
background-color:#FF9;
-moz-border-radius:5px; /* Old Firefox */
margin: 0px 0px;
padding:10px;
} 

/*border */
div#borderblue
{
border:1px solid;
border-color: #599EC8;
border-radius:5px;
-moz-border-radius:10px; /* Old Firefox */
box-shadow: 3px 3px 10px #cedae2;
margin: 0px;
padding:10px;
} 


/* border info blue */
.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 500;
}

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}






.list-group-flush {
  margin: 15px -15px -15px;
}

.list-group-flush .list-group-item {
  border-width: 1px 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}





/* listgroup */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 30px 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
  margin-right: -15px;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item .list-group-item-text {
  color: #555555;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text {
  color: #e1edf7;
}




.btn-orange {
	color: #333333;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #faa732;
*background-color:#ff9900;
	background-image: -moz-linear-gradient(top, #ffcc00, #ff9900);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc00), to(#ff9900));
	background-image: -webkit-linear-gradient(top, #ffcc00, #ff9900);
	background-image: -o-linear-gradient(top, #ffcc00, #ff9900);
	background-image: linear-gradient(to bottom, #ffcc00, #ff9900);
	background-repeat: repeat-x;
	border-color: #ff9900 #ff9900 #ad6704;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ff9900', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
	color: #333333;
	background-color: #ff9900;
*background-color:#df8505
}
.btn-orange:active, .btn-warning.active {
	background-color: #c67605 \9
}


.containerfull {
	width: 100%;
	*zoom:1
}
.containerfull:before, .containerfull:after {
	display: table;
	line-height: 0;
	content: ""
}
.containerfull:after {
	clear: both
}
.containerfull-fluid {
	padding-right: 20px;
	padding-left: 20px;
*zoom:1
}
.containerfull-fluid:before, .containerfull-fluid:after {
	display: table;
	line-height: 0;
	content: ""
}
.containerfull-fluid:after {
	clear: both
}
.padding-leftright10, .paddingleft10{
	padding-left:10px;
}
.padding-leftright10, .paddingright10{
	padding-right:10px;	
}




.table-action {
  border: 2px solid #ff9900;
  box-shadow: 4px 4px 10px #ff9900;
  border-collapse: separate;
  *border-collapse: collapse;
  background-color: #fff2db;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-action th,
.table-action td {
  
  border-left: 1px solid #dddddd;	
}

.table-action caption + thead tr:first-child th,
.table-action caption + tbody tr:first-child th,
.table-action caption + tbody tr:first-child td,
.table-action colgroup + thead tr:first-child th,
.table-action colgroup + tbody tr:first-child th,
.table-action colgroup + tbody tr:first-child td,
.table-action thead:first-child tr:first-child th,
.table-action tbody:first-child tr:first-child th,
.table-action tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-action thead:first-child tr:first-child > th:first-child,
.table-action tbody:first-child tr:first-child > td:first-child,
.table-action tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-action thead:first-child tr:first-child > th:last-child,
.table-action tbody:first-child tr:first-child > td:last-child,
.table-action tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-action thead:last-child tr:last-child > th:first-child,
.table-action tbody:last-child tr:last-child > td:first-child,
.table-action tbody:last-child tr:last-child > th:first-child,
.table-action tfoot:last-child tr:last-child > td:first-child,
.table-action tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-action thead:last-child tr:last-child > th:last-child,
.table-action tbody:last-child tr:last-child > td:last-child,
.table-action tbody:last-child tr:last-child > th:last-child,
.table-action tfoot:last-child tr:last-child > td:last-child,
.table-action tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-action tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-action tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-action caption + thead tr:first-child th:first-child,
.table-action caption + tbody tr:first-child td:first-child,
.table-action colgroup + thead tr:first-child th:first-child,
.table-action colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-action caption + thead tr:first-child th:last-child,
.table-action caption + tbody tr:first-child td:last-child,
.table-action colgroup + thead tr:first-child th:last-child,
.table-action colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}



/* Variations á¨é§¢éÍÁÙÅ¢ÍºÊÕà¢éÁ½Ñè§«éÒÂ */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

/* Common styles for all types */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}





/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #eed3d7;
}
.bs-callout-danger h4 {
  color: #b94a48;
}
.bs-callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.bs-callout-warning h4 {
  color: #c09853;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.bs-callout-info h4 {
  color: #3a87ad;
}


/* @group Blink à´ÔÁ .75s*/

.blink {
    -webkit-animation: blink 2.75s linear infinite;
    -moz-animation: blink 2.75s linear infinite;
    -ms-animation: blink 2.75s linear infinite;
    -o-animation: blink 2.75s linear infinite;
    animation: blink 2.75s linear infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}


.gradient-hotizontal{
  height:25px;
  max-height:25px;
  line-height:25px;
  font-size: 16px;

background: rgb(234,234,234); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

/* @end */