@import url('/css/sales_reps.css');
@import url('/css/pages.css');
@import url('/_common/scripts/css/ui.themes/smoothness/ui.all.css');

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, html
{
	background-color: #FFFFFF;
	width:            100%;
	height:           100%;
	margin:             0;
	margin-bottom:      0;
	margin-left:        0;
	margin-right:       0;
	margin-top:         0;
	font-size: 10px;
	background-image:url('/images/air_conditioning_rental_portable.gif');
}

td
{
	font-size:10px;
}

input
{
	font-size: 10px;
}
select
{
	font-size: 10px;
}
textarea
{
	font-size: 10px;
}

.pageTitle
{
	font-size:   16px;
	font-weight: bold;
}

.errMsg
{
	color:#990000;
}

form
{
	margin-bottom:0;
}

.siteStandardFont
{
	color: #000000;
	font-size: 10px;
}


.required
{
	font-weight:bold;
}

.required:before
{
	content:'*';
	display:inline;
	color:#990000;
}

#foot
{
	background-image:url('/images/rental_air_conditioning.gif');
	height:28px;
	line-height:28px;
	font-size:8px;
	font-style:italic;
	padding-left:10px;
}

#foot a
{
	color:#000000;
	text-decoration:none;
}

#foot a:hover
{
	text-decoration:underline;
}