﻿
.tablescroll
{ font: 12px normal Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; background-color:#fff; }

.tablescroll td, 
.tablescroll_wrapper,
.tablescroll_head,
.tablescroll_foot
{ border:1px solid #ccc; }

.tablescroll td
{ padding:3px 5px; }

.tablescroll_wrapper
{ border-left:0; }

.tablescroll_head
{ font-size:11px; font-weight:bold; background-color:#eee; border-left:0; border-top:0; margin-bottom:3px; }

.tablescroll thead td
{ border-right:0; border-bottom:0; }

.tablescroll tbody td
{ border-right:0; border-bottom:0; }

.tablescroll tbody tr.first td
{ border-top:0; }

.tablescroll_foot
{ font-weight:bold; background-color:#eee; border-left:0; border-top:0; margin-top:3px; }

.tablescroll tfoot td
{ border-right:0; border-bottom:0; }



.option {
    margin-bottom: 5px !important;
}

.Center
{
    margin: 0px auto;
}

.Left {
    float: left;
    margin-left: 5px;
}


.Right
{
    float: right;
    margin-right: 5px;
}

.Clear {
    clear: both;
}

.min {
    margin: 0px !important;
    padding: 0px 0px 0px 5px !Important;
    height: 24px;
}

.d50 {
    width: 50px !important;
}

.d100 {
    width: 100px !important;
    border-collapse: collapse;
}

.d150 {
    width: 150px !important;
    border-collapse: collapse;
}

.d200 {
    width: 200px !important;
    border-collapse: collapse;
}

.d300 {
    width: 300px !important;
    border-collapse: collapse;
}

.d500 {
    width: 500px !important;
    border-collapse: collapse;
}

.InnerPad {
    padding: 5px;
}

.inPanel
{
    width: 100%;
}

.xs {
    padding-right: 0px !important;
    padding-left: 2px !important;
    padding-bottom:2px !important;
    padding-top:2px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  border-radius: 3px !important;
  height: 26px !important;
  margin:-4px !important;
}

.no-close .ui-dialog-titlebar-close {display: none }

.notFilled{
    border: 2px solid #f77;
    background: #fee;
  }