body {margin:0px;/* background-image:url('images/page_bg.png'); */}
.footer{background-color:#FFFFFF;margin-left:auto ;margin-right:auto;text-align:center;clear:both;padding-top:3px;padding-bottom:3px;}

/* set footer to bottom */
html, body {height: 100%;}
.main {min-height: 100%;height: auto !important;height: 100%;margin: 0 auto -22px;}
.footer, .push {height: 16px;}

#topbar{
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 90%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 90%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 90%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #000000 90%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #000000 90%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
height : 125px;
}

#topbar img {
  cursor: default;
}

#topbarL {
  background: #000000;
}

#topbarR {
  background: linear-gradient(180deg, #000000 0%, #000000 50%, #000000 75%, #000000 100%);
}

.submenu_bar {
background: #FFFFFF; /* Old browsers */
color:#43006D;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
height:33px;
}

.submenu_bar i {
  cursor: pointer;
}

.submenu_bar i:hover {
  color: #F55928;
}

#pageNumInput {
  height: 26px;
  border: 1px solid #eb9b34;
}

.submenu {
  padding-left: 15px;
  padding-right: 15px;
}

.page-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding-top: 10px;
}

.page-grid > * {
  width: 20%;
  min-width: 20%;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-grid a {
  display: block;
  text-align: center;
  color: #191919;
  text-decoration: none;
}

.page-grid .thumbs {
  width: 100%;
  height: auto;
}


.thebar{width:1004px;margin-left: auto ;margin-right: auto;overflow:hidden;}
#pageleft{background-color: red; width:50%;margin-top: 10px;margin-left:auto ;margin-right:auto;}
#pageright{background-color: orange; width:50%;margin-left:auto ;margin-right:auto;}

.main {
  min-height: 100%;
  height: 87% !important;
  margin: 0 auto 0px;
  width: 100%;
}

.main.flex {
  /* height: 87% !important; */
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.scroll-wrapper {
  margin-top: 10px;
  overflow: auto;
}

#enlarge {
  margin-top: 10px;
}

#submenu_bar_view{
background: #748778; /* Old browsers */
background: -moz-linear-gradient(top, #748778 0%, #c1c1c1 3%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#748778), color-stop(3%,#c1c1c1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #748778 0%,#c1c1c1 3%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #748778 0%,#c1c1c1 3%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #748778 0%,#c1c1c1 3%); /* IE10+ */
background: linear-gradient(to bottom, #748778 0%,#c1c1c1 3%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#748778', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
height:32px;
}

/* Common use CSS */
.FL {float: left;}
.FR {float: right;}
.FC {clear:both;}

/* Font type and size */
.fs12 {font-size:12px;}
.fs18 {font-size:18px;}
.fscWhite {color : white;}
.fsf01 {font-family:Arial,Helvetica Neue,Helvetica,sans-serif;}

/* Position */
.pos01 {margin-top: 4px;}
.pos02 {margin-top: 26px;margin-left: 5px;}
.pos03 {margin-top: 26px;}
.pos04 {vertical-align:middle;}

/* List CSS */
submenuLeft ul {list-style-type:none;padding:0px;margin:0px;}
submenuLeft ul li{display : inline-block;}
submenuMiddle div{list-style-type:none;padding:0px;margin:0px;display : inline-block;vertical-align:middle;}
submenuRight ul {list-style-type:none;padding:0px;margin:0px;}
submenuRight ul li{display : inline-block;}

/* special width*/
.w_01 {width:355px;}
.w_02 {width:490px;margin-left: auto ;margin-right: auto;}
.w_03 {width:150px;}
.w_01_ie {width:330px;}
.w_03_ie {width:70px;}

