/* v1.0 10/11/09 */
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 68.75%; /* Sets default font size to 11px */
	font-size: 11px; /* Sets default font size to 11px */
}

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
{
	background-color: #888;
	border: none;
	color: #888;
	display: block;
	height: 1px;
	margin: 20px auto;
	width: 80%;
}

a
{
	text-decoration: none;
}

select.text,
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;
}

.big
{
	font-size: 1.75em;
}

.clear
{
	clear: both;
}

.bottom
{
	vertical-align: bottom;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.top
{
	vertical-align: top;
}

.photo
{
	background-color: #f3f3f3;
	background-image: url(../admin/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: #f3f3f3;
	background-image: url(../admin/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: #f3f3f3;
	background-image: url(../admin/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: #f0f0f0;
	border: 1px solid #20669C;
	color: #000;
	font-size: 0.9em;
	padding: 6px;
	position: absolute;
	text-align: center;
	visibility: hidden;
	z-index: 100;
}