﻿.lists{
	border:1px solid #c1c1c1;
	width:100%;
	border-collapse: collapse;
}
.lists tr{
	border:1px solid #c1c1c1;
}
.lists .alt{
	background-color: #ededed;
	width:130px;
	vertical-align:middle;
}
.lists .sub input[type="text"] {
	width:170px;
}
.lists  td {   
    padding: 10px 5px 0 10px;
    background-color: #f8f8f8;
    height:30px;
    color:#000;
    font-size:14px;
    text-align:center;
    height:40px;
    vertical-align:top;
    text-align:center;
} 
.lists input[type="text"],input[type="file"], select{
	width:90%;
}
.lists div{
	width:190px;
}
.lists .readOnly{
	border:1px solid #CCC;	
	margin-left: -1px;
	padding: 5px 10px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);*/
	height:15px;
	margin-left:10px;
	text-align:left;
}
.dataEntry{
	border:1px solid #c1c1c1;
	width:100%;
	border-collapse: collapse;
}

.dataEntry table{
}
.dataEntry tr{
	border:1px solid #c1c1c1;
	clear:inherit;
}
.dataEntry .alt{
	background-color: #ededed;
	width:150px;
	text-align:center;
	padding:0px;
}
.dataEntry  td {  
    background-color: #f8f8f8;
    color:#000;
    font-size:14px;
    height:50px;
    padding-left:15px;
    padding-right:20px;
    vertical-align:middle;
} 
.dataEntry .footer{
	background-color: #ededed;
	text-align:right;
	height:40px;
	padding:0;
	padding-right:15px;
	vertical-align:middle;
}
.dataEntry input[type="text"],input[type="file"], input[type="password"] {
	width:93%;
}
.dataEntry select{
	width:95%;
}
.dataEntry textarea{
	height:80px;
	padding:5 10px 0 10px;
	margin:10px 0 10px 0;
	width:93%;
}
.dataEntry .sub{
	width:225px;
}
.dataEntry .sub input[type="text"], textarea {
	width:170px;
}
.dataEntry .sub select {
	width:190px;
}
.dataEntry .readOnly{
	border:1px solid #CCC;	
	margin-left: -1px;
	padding: 5px 10px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);*/
	height:15px;
}

.subTable tr
{
	border:0px;
	padding:0px;
}
.dataEntry .flow
{
	padding-right:30px;
}