﻿/*
 * Irma's House Cleaning
 * Elements CSS
 * Author: Joseph Kennedy Perez, Sr.
 */

span.moreinfo {
	color:blue;
	cursor:pointer;
}
tr.hiddenrows {
	display:none;
	background-color:white;
}
p#pfunk {
	background-color:white;
	padding: 15px; 
	width:425px;
	height: 200px;
	margin-top:10px;
	overflow-y: scroll;
	font-family:Verdana;
	font-size: 12px; 
	text-align:left;
}

td#maintablefooter {
	background-image: url('../images/ihc_banner_bottom.gif'); 
	background-repeat: no-repeat; 
	width: 800px; 
	height: 58px; 
	vertical-align: bottom;
}
td#maintablefooter ul {
	margin-left:15px;
}

td#maintxtboxstyle {
	background-image: url('../images/ihc_greywhite_gradient.jpg'); 
	background-repeat: no-repeat; 
	width: 469px; 
	height: 228px; 
	text-align: left; 
	vertical-align: top;
}

p#maintxtparapos {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

td#hiddenrowcolstyle {
	width:211px;
	height:258px;
	text-align:left;
	vertical-align:top;
}

div#hiddenrowcoldivstyle {
	margin-top:25px;
	margin-left:20px;
	font-size:x-small;
	width:75%;
}

td#hiddenrowimgcol {
	width:120px;
	height:258px;
	text-align:center;
	vertical-align:top;
}

td#hiddenrowmaintxtstyle {
	width:469px;
	height:258px;
	text-align:center;
	vertical-align:top;
}

