/************************* home.htm *************************/

.home-layout-table {
   width: 100%;
   border: 				none;
   border-collapse:  collapse;
   margin-top: 70px;
}

.home-layout-table td {
	/*border: dashed 1px green;*/
}

.home-layout-table td.tdcol0 {
}

.home-layout-table td.tdcol1 {
   width: 50%;
}

.home-overview-table {
   margin-top:  40px;
	margin-left: 30px;
   width:        72%;
	border:       solid 1px #005096;
   border-collapse:  collapse;
   font-family: 		Verdana, Helvetica, sans-serif;
   font-size:			12px;
}

.home-overview-table td {
   padding-top:		5px;
   padding-bottom:	5px;
	padding-left:		10px;
	color:            black;
	border-top:       solid 1px #005096;
	border-bottom:    solid 1px #005096;
}

.home-overview-table td.tdcol0 {
   width: 30%;
   font-weight:		bold;
}

.home-overview-table td.tdcol1 {
   text-align: center;
}

.home-control-table {
   margin-top:   30px;
   margin-left:  30px;
   width:        72%;
	border:       none;
   font-family:  Verdana, Helvetica, sans-serif;
   font-size:	  12px;
}

.home-control-table td {
	color:            black;
}

.home-control-table td.tdcol0 
{
	padding-top: 0px;
   width: 30%;
   font-weight:		bold;
}

.home-control-table td.buttonrow {
	height: 50px;
	text-align: left;
}

.home-control-table td.messagerow {
   height: 80px;
   padding-top:		5px;
   padding-bottom:	5px;
	color: Red;
   vertical-align:  top;
}