﻿#layouttable
{
	border: solid 5px #DBEBFE;
	border-collapse: collapse;
	margin-top: 30px;
}

.firstlast
{
	background-color: #DBEBFE;
	border-top: solid 5px #DBEBFE;
}
.first
{
	min-height: 55px;
	height: 55px;
	max-width:350px;
	min-width:350px;
	width:350px;
	font-size:12px
}

.scroll
{
	height: 100%;
	overflow: auto;
	background-color: White;
	height: 435px;
	width: 100%;
}
#btnTable
{
	border: solid 1px #D2DBEE;
	width: 100%;
	background-color: White;
}

