﻿body 
{
    /*background-color: #ECECEC;*/
    font-family:'Calibri';
    /*background-color: #c0c0c0;*/
    /*background-color: #E6E6E6;*/
}
a:link
{
    color :#235183;
}

.CommandButtonStyle
{
    padding:0px 5px 0px 5px;
}

.bulletlist {
    list-style:none;
    line-height: 2em;
    width:170px;
    float:left;
    height: 900px;
    text-decoration:none;
}

#tableCategoryAdd
{
    column-width:150px;
}

.GridHeaderAlignLeft th{
    text-align:left;
    background-color: #E6E6E6;
}

.pager a { padding-left: 3px 10px; }

/*#logo {
    margin-top: 200px;
    margin-left: 30%;
}*/

/*#login
{
    margin-left: 40%;
    margin-top: 30px;
}*/

.CenterAbsolut
{
    margin-top: 20px;
    left: 50%;
    margin-left: -150px;
    /*margin-right: auto;*/
}

.CenterOther
{
    margin-top:10px;
    text-align:center;
}

.CenterLoginImage
{
    margin-top:10%;
    text-align:center;
}
.CenterLoginImage img
{
    width: 30%;
}

.GridFooterStyle td
{
    border:none;
    border-color:black;
}
.GridFooterStyle
{
    border-top:solid 2px black;
}

.Center
{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-color:#CCCCCC;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
}
.Center th
{
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
.Center tr td
{
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
.CenterPanelTabel
{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.Centerminusbulletlist
{
    margin-top: 20px;
    margin-left: 35%;
    border-color:#CCCCCC;
}
.Centerminusbulletlist tr td
{
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

#tableBuyProduct
{
    border: solid 1px;
}

#table
{
    border: solid black 1px;
}

.combobox
{
    margin-right: 20px;
    width: 130px;
    padding-top: 50px;
    margin-left: 200px;
}


.rTable {
  display: table;
  width: 300px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  border: 1px solid #999999;
}

.rTableInside{
  display: table;
  width: 300px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
}

.rTablePanel{
  display: table;
  width: 200px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  /*border: 1px solid #999999;*/
}

.rTablePanelInside{
  display: table;
  width: 200px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
}

.rTableRow {
  display: table-row;
}

.rTableHeading {
  display: table-header-group;
  background-color: #ddd;
}

.rTableCell,
.rTableHead {
  display: table-cell;
  padding: 3px 10px;
  /*border: 1px solid #999999;*/
}

.rTableHeading {
  display: table-header-group;
  background-color: #ddd;
  font-weight: bold;
}

.rTableFoot {
  display: table-footer-group;
  font-weight: bold;
  background-color: #ddd;
}

.rTableBody {
  display: table-row-group;
}




