.data-grid {
	width: 99%;
	font-size: 12px;
	border: 0px solid #ffffff;
}

.data-grid input, .data-grid select, .data-grid textarea {font-size: 10px;}

.data-grid td, .datagrid th, input {
	padding: 0px;
	vertical-align: middle;
}

.data-grid a {
	color: #0066cc;
}

.navigation {
	width: 100%;
	text-align: right;
	font-size: 10px;
	color: #999999;
	padding-top: 7px;
	padding-bottom: 7px;
}

.navigation a {
	color: #0066cc;
}

.navigation-bottom  {
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

.data-grid .bar {
	background-color:#ffffff;	
	font-size: 11px;
    vertical-align:middle;
    padding:0 0 15px 0;
}

.data-grid .bar * {
	font-size: 11px;
}

.data-grid .barTotal {
	background-image: url('../img/bg-data-grid-header.png');
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	vertical-align: middle;
}

.data-grid .barTotal * {
	font-size: 16px;
}

.data-grid .actions {
	float: left;
	color: white;
	margin-left: 0px;
    text-transform:uppercase;
    margin:0;
}

.data-grid .actions a {
	color: black;
}

.data-grid .search {
	float: right;
	margin-right: 10px;
    margin-left: 84px;
    margin:0;
}

.data-grid .search select {
	width: 120px;
}

.data-grid td {
	margin-top: 3px;
	margin-bottom: 3px;
}

.data-grid .big {
	height: 33px;
	line-height: 33px;
	font-size: 11px;
}

.data-grid .min {
	height: 15px;
	line-height: 15px;
}

.data-grid .min_bg {
	height: 15px;
	line-height: 15px;
}

.data-grid th {
	font-size: 11px;
	font-weight: normal;	
	color: #666666;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	white-space: nowrap;
    padding-top: 8px
}

.data-grid th a {
	color: #666666;
}

.data-grid .row td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	border-bottom: 1px solid #f0f0f0;
}
.data-grid .row:hover
{
    background-color:#ececec;
}
.data-grid .rowPager table{
    float:right;
}

.data-grid .rowPager td {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 8px;
  font-size: 12px;
}

.SemRegistro
{
    color:Red;
    width:100%;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}
.DropDowListCheckBox_List
{
    position:absolute;
    top:153px;
    left:685px;
    background-color:#fff;
    border:solid 1px silver;
    width:100px;
    display:none;
}
.DropDowListCheckBox_List:hover
{
    display:block;
}
 /*
*
* Form Elements
*
 */
input {
  border-radius:4px;
  border: 1px solid #AAAAAA;
}
.data-grid .search input[type=text] {
	width: 100px;
}
.data-grid .search input[type=image] {    
    margin-right:10px;
    border:0
}
.data-grid input[type=checkbox] {
	margin-left: 10px;
}
.data-grid input[type=submit] {
  width: auto;
  background: #00a0f0;
  border: 0px solid #006da3;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  border-radius:4px;
 }
.data-grid input[type="text"],
.data-grid input[type="password"],
.data-grid input[type="date"],
.data-grid input[type="datetime"],
.data-grid input[type="email"],
.data-grid input[type="number"],
.data-grid input[type="search"],
.data-grid input[type="tel"],
.data-grid input[type="time"],
.data-grid input[type="url"],
.data-grid textarea,
.data-grid select,
.data-grid .search select, 
select {  
  font-size: 12px;
  vertical-align: middle;
  padding: 5px 10px; 
  vertical-align: middle;
  border-radius:4px;
  border: 1px solid #AAAAAA;
}
 
