
body{background: #E5E5E5}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    line-height: 110%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
}
a {
    outline: 0 none;
    text-decoration: none;
    color: Black;
}
#wrapper{ width: 1024px; margin: 0px auto;}
#header{ height: 70px; min-height: 40px; text-align: center; padding-top: 1%}
#header img{ height:90%}
#content{ width: 100%; float: left; min-height: 500px; margin: 10px 0px; padding-top:10px;background-color:White;}

#footer 
{
    width: 100%; 
    text-align: center; 
    font-size:x-small;
    padding-bottom:5px;
	line-height: 15px!important;
}
#bar-search
{
    height: 32px;
    width:100%;
    background-color:#f6d25e;    
}
#div-search 
{    
    margin-top:-3px;
    height: 30px;
    width: 210px;
    background: url("../images/bgsearch.png");
    background-repeat:  no-repeat;
    margin: 0 auto;    
    position: relative;
}
.textbox-search 
{    
    background-color: transparent;
    border: 0 none;
    float: left;
    height: 20px;
    margin-top: 4px;
    padding: 0 0 2px 27px;
    width:170px;
}
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col.item {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
  text-align:center;
  margin:0 0 10px;
}
.row .col.item img{ width:100%}


.table { font-size:small; color:Black}
.table th{ background:#fffdfa url(../images/th.gif) repeat-x 0 0; color:#818181; text-align: left; padding:7px 10px; border-bottom:solid 1px #d2d1cb;}
.table td{ background:#fbfcfc;  border-bottom:solid 1px #e0e0e0; padding:8px 10px; }
.table tr.odd td{ background:#f8f8f8; }
.table tr:hover td{ background:#fff9e1; }
.table a{ color:Black }
.table a.ico{ }
.ContentTab
{
    margin-left:40px;
    margin-right:30px;
}
.IncreaseIndent 
{
    padding-left: 40px;
}
.PCenter
{
    margin:0px;
    padding:0px;
    text-align:center;    
}
.BCenter
{
    margin:0px;
    padding:0px;
    font-weight:bold;
    font-size:larger;
    text-align:center;    
}
.PRight
{
    margin:0px;
    padding:0px;
    text-align:right;    
}
sup { 
  vertical-align: super;
  font-size: smaller;
}
.paging ul { margin:0px; padding:0px }
.paging ul li { list-style-type: none; display:inline-block; font-weight:bold; font-size:13px; }
.paging ul li a { color:#000; padding:5px 12px; background-color:#f3f4f6; color:#000; margin: 0 5px 0 0; border: 1px solid #e0e0e0 }
.paging ul li a:hover { border: 1px solid #e83533 }
.paging ul li.current { background-color:#e83533; color:#fff; margin: 0 5px 0 0; border: 1px solid #e0e0e0; padding:5px 12px; }


.preloader {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('../images/processing.gif');
   background-repeat: no-repeat; 
   background-color: #FFF;
   background-position: center;

}


