/************ Financial Planning Stylesheet ************/
/**************** Created By R Halligan ****************/
/*************** Leeds Building Society ****************/


#lfsLogoContainer {
    width:141px;
	height:59px;
	float:left;
	padding:3px 0px 3px 0px;
}

#finplanImg {
	width:200px;
	height:200px;
	float:right;
	padding:5px 0px 0px 5px;
}

li {
	margin-bottom:10px;
	list-style-type:square;
}

/*************** Seminar Table Styles ******************/

#tableHeaderLeft {
	width:80px;
	height:18px;
	background:url(../financialplanning/images/table_left.gif) #0000CC no-repeat;
	text-align:center;
	color:#FFFFFF;
	padding:0px 0px 2px 0px;
}

#tableHeaderMiddle {
	width:100px;
	height:18px;
	background:url(../financialplanning/images/table_middle.gif) #0000CC;
	text-align:center;
	color:#FFFFFF;
	padding:0px 0px 2px 0px;
}

#tableHeaderRight {
	width:300px;
	height:18px;
	background:url(../financialplanning/images/table_right.gif) #0000CC no-repeat;
	text-align:center;
	color:#FFFFFF;
	padding:0px 0px 2px 0px;
}

.tableCellLeft {
	height:18px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 0px 3px 5px;
	border-left:1px solid #0033FF;
	border-bottom:1px dotted #FFCC66;
}

.tableCellMiddle {
	height:18px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 0px 3px 10px;
	border-bottom:1px dotted #FFCC66;
}

.tableCellRight {
	height:18px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 0px 3px 15px;
	border-right:1px solid #0033FF;
	border-bottom:1px dotted #FFCC66;
}

.tableCellBottomLeft {
	height:18px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 0px 5px 5px;
	border-left:1px solid #0033FF;
	border-bottom:1px solid #0033FF;
}

.tableCellBottomMiddle {
	height:18px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 0px 5px 10px;
	border-bottom:1px solid #0033FF;
}

.tableCellBottomRight {
	height:18px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 0px 5px 15px;
	border-right:1px solid #0033FF;
	border-bottom:1px solid #0033FF;
}

/*************** IHT Table Styles ******************/

.ihtTableHeaderLeft {
	width:220px;
	height:18px;
	background:url(../financialplanning/images/table_left2.gif) #0000CC no-repeat;
	text-align:left;
	color:#FFFFFF;
	letter-spacing:3px;
	padding:0px 0px 2px 20px;
}

.ihtTableHeaderRight {
	width:99px;
	height:18px;
	background:url(../financialplanning/images/table_right.gif) #0000CC right;
	text-align:center;
	color:#FFFFFF;
	padding:0px 0px 2px 0px;
}

.ihtTableCellTopLeft {
	height:18px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 0px 3px 5px;
	border-top:1px solid #0033FF;
	border-left:1px solid #0033FF;
	border-bottom:1px dotted #FFCC66;
}

.ihtTableCellTopMiddle {
	height:18px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 0px 3px 0px;
	border-top:1px solid #0033FF;
	border-bottom:1px dotted #FFCC66;
}

.ihtTableCellTopRight {
	height:18px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 4px 3px 0px;
	border-top:1px solid #0033FF;
	border-right:1px solid #0033FF;
	border-bottom:1px dotted #FFCC66;	
}

.ihtTableCellLeft {
	height:18px;
	width:230px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 0px 3px 5px;
	border-left:1px solid #0033FF;
	border-bottom:1px dotted #FFCC66;
}

.ihtTableCellMiddle {
	height:18px;
	width:10px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 0px 3px 0px;
	border-bottom:1px dotted #FFCC66;
}

.ihtTableCellRight {
	height:14px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 4px 3px 0px;
	border-right:1px solid #0033FF;
	border-bottom:1px dotted #FFCC66;
}

.ihtTableCellBottomLeft {
	height:18px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 0px 3px 5px;
	border-left:1px solid #0033FF;
	border-bottom:1px solid #0033FF;
}

.ihtTableCellBottomMiddle {
	height:18px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 0px 3px 0px;
	border-bottom:1px solid #0033FF;
}

.ihtTableCellBottomRight {
	height:18px;
	background:#FFFFCC;
	text-align:left;
	padding:4px 4px 3px 0px;
	border-right:1px solid #0033FF;
	border-bottom:1px solid #0033FF;
}

#ihtTableTotal {
 	width:332px;
	background:#FFFFCC;
	text-align:left;
	font-weight:bold;
	padding:6px 6px 6px 6px;
	border:1px solid #0033FF;
}

.ihtTableTotalInputBox {
    border:none;
	font-weight:bold;
	background-color:#FFFFCC;
}

#ihtButton {
	width:345px;
	height:30px;
    background:url(../financialplanning/images/button_back.gif);
	font-size:16px;
	letter-spacing:3px;
	color:#FFFFFF;
	font-weight:bold;
}

