.InfoBlockMainTable table{
   height: 100%;
}
.InfoBlockMainTable td{
   padding: 0px 3px 0px 14px;
   vertical-align: top;
}
.InfoBlockMainTable td table td{
   padding: 0px 0px 0px 0px;
}
.InfoBlockMainTable{
   margin: 10px 0px 0px 0px;
   /*padding-top: 10px;*/
	/*padding-right: 3px;*/
	/*padding-bottom: 10px;*/
	/*padding-left: 14px;*/
}
.MainTableHome .InfoBlockMainTable{
   padding-right: 0px;
   padding-left: 0px;
}
.InfoBlockMainTable .blockInfoBlockTable{
   width: 100%;
   border: 1px solid #2F64AE;
}
.InfoBlockMainTable td.InfoBlockDelimitingColCell{
	padding: 0px 0px 0px 0px;
}
.InfoBlockMainTable td.InfoBlockCol{
	padding: 0px 0px 0px 0px;
	/*border: 1px solid red;*/
}
.InfoBlockMainTable td.InfoBlockDelimitingRowCell{
	padding: 0px 0px 0px 0px;
}
.InfoBlockMainTable td.InfoBlockDelimitingColCell{
   padding: 0px 16px 0px 0px;
}
.InfoBlockMainTable table.InfoBlockCell{
   padding: 0px 0px 0px 0px;
}
.InfoBlockMainTable .InfoBlockOddCell,
.InfoBlockMainTable .InfoBlockEvenCell{
   padding: 0px 0px 0px 0px;
}
.InfoBlockMainTable .blockInfoBlockImage{
   height: 57px;
}
.InfoBlockMainTable .blockInfoBlockTitle{
   /*height: 21px;*/
   border-top: 1px solid #2F64AE;
   /*border-bottom: 1px dotted #2F64AE;*/
   background: url('blockTitleCellBck.gif') bottom left repeat-x;
}
.InfoBlockMainTable .blockInfoBlockTitle a,
.InfoBlockMainTable .blockInfoBlockTitle a:hover,
.InfoBlockMainTable .blockInfoBlockTitle a:visited,
.InfoBlockMainTable .blockInfoBlockTitle a:focus{
   display: block;
   height: 100%;
   padding: 3px 0px 11px 20px;
   color: #0357A8;
   font-size: 10px;
   font-weight: bold;
   text-decoration: none;
   background: url('blockTitleBck.gif') top left no-repeat;
}
.InfoBlockMainTable .blockInfoBlockTitle a:hover{
   text-decoration: underline;
}
.InfoBlockMainTable .blockInfoBlockText{
   height: 100%;
   padding: 3px 3px 5px 9px;
   color: #0357A8;
}
.InfoBlockMainTable UL{
   padding: 0px 0px 0px 15px;
   /*border: 1px solid red;*/
}
.InfoBlockMainTable LI{
   padding-left: 0px;
   display: list-item;
	list-style-image: url('listImage.gif');
   list-style-position: outside;
}
