*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 75%; /* Sets default font size to 12px */
}

h1,h2,h3,h4,h5,h6
{
	font-size: 1em;
	font-weight: normal;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th
{
	font-weight: normal;
	text-align: left;
}

ul
{
	list-style: none;
}

img
{
	border: none;
}

hr
{
	border: none;
	display: block;
}

a
{
	text-decoration: none;
}

input.text,
.formbutton,
.button,
textarea
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 1em;
}

.float_left
{
	float: left;
	margin: 0 10px 10px 0;
}

.float_right
{
	float: right;
	margin: 0 0 10px 10px;
}

.float_topleft
{
	float: left;
	margin: 0 10px 10px 0;
}

.float_topright
{
	float: right;
	margin: 0 0 10px 10px;
}

.clear
{
	clear: both;
}

.bottom
{
	vertical-align: bottom;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.top
{
	vertical-align: top;
}

.photo
{
	background-color: #fff;
	background-image: url(../common/images/bg_photo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	margin: 0 10px 6px 0;
	padding: 10px 17px 17px 10px;
}

.photo_left
{
	background-color: #fff;
	background-image: url(../common/images/bg_photo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	float: left;
	margin: 0 10px 6px 0;
	padding: 10px 17px 17px 10px;
}

.photo_right
{
	background-color: #fff;
	background-image: url(../common/images/bg_photo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	float: right;
	margin: 0 0 6px 10px;
	padding: 10px 17px 17px 10px;
}

#dhtmltooltip
{
	background-color: #398FD0;
	border: 1px solid #20669C;
	color: #000;
	font-size: 0.9em;
	padding: 6px;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 140px;
	z-index: 100;
}