﻿.atl_detailsview li
{
	min-height: 2em;
	line-height: 1.5em;
	clear: both;
}

.atl_detailsview .cell_count_1 .cell_1
{
	width: 80%;
	display: block;
	margin: 1em auto 0 auto;
}

.atl_detailsview .actions.cell_count_1 .cell_1
{
	text-align: right;
	width: 100%;
}

.atl_detailsview .cell_count_2 .cell_1
{
	width: 27%;
	display: block;
	float: left;
	clear: left;
	text-align: right;
	font-weight: bold;
}

.atl_detailsview .cell_count_2 .cell_2
{
	width: 71%;
	display: block;
	float: right;
	text-align: left;
}


.atl_detailsview input[type="text"]
{
	width: 100%;
}

.atl_detailsview input[type="text"].short
{
	width: 5em;
}

.atl_detailsview input[type="text"].date
{
	width: 10em;
}


.atl_detailsview input[type="text"].half
{
    width: 50%;
}

.atl_detailsview select
{
	width: 50%;
}

.atl_detailsview .full
{
	width: 100%;
}

.atl_detailsview_data ul 
{
	margin: 0;
	padding: 0;
}

.atl_detailsview_data li 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.atl_detailsview span[disabled="disabled"]
{
    color: Silver;
}