*
{
	margin: 0;
	padding: 0;
}

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-image: url(../images/divider.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 50px;
}

a
{
	text-decoration: none;
}

input[type="text"],
select,
textarea
{
	background-image: url(../admin/common/images/bg_input.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	padding: 2px;
}

select
{
	background-color: #fcfcfc;
	font-family: arial, verdana, sans-serif;
}

textarea
{
	background-color: #fcfcfc;
	border-bottom: 1px solid #C6E5F3;
	border-left: 1px solid #9CD1EA;
	border-right: 1px solid #C6E5F3;
	border-top: 1px solid #9CD1EA;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}

textarea:hover
{
	background-color: #FEFEFA;
}

.button
{
	padding: 8px;
}

.padded_button
{
	padding: 5px 25px;
}

.float_left
{
	float: left;
	margin: 0 15px 20px 0;
}

.float_right
{
	float: right;
	margin: 0 0 20px 15px;
}

.big
{
	font-size: 1.5em;
}

.small
{
	font-size: 0.8em;
}

.clear
{
	clear: both;
}

.bottom
{
	vertical-align: bottom;
}

.center
{
	text-align: center !important;
}

.justify
{
	text-align: justify;
}

.right
{
	text-align: right !important;
}

.top
{
	vertical-align: top;
}

.italic
{
	font-style: italic;
}

.nowrap
{
	white-space: nowrap;
}

.photo
{
	background-color: #fff;
	background-image: url(../admin/common/images/bg_photo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 0 10px 6px 0;
	padding: 10px 17px 17px 10px;
}

.photo_left
{
	background-color: #fff;
	background-image: url(../admin/common/images/bg_photo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	float: left;
	margin: 0 10px 6px 0;
	padding: 10px 17px 17px 10px;
}

.photo_right
{
	background-color: #fff;
	background-image: url(../admin/common/images/bg_photo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	float: right;
	margin: 0 0 6px 10px;
	padding: 10px 17px 17px 10px;
}

.zoom
{
	background-color: #e8e8e8;
	border: 1px solid #ccc;
	color: #666;
	font-size: 0.9em;
	padding: 2px;
	text-align: center !important;
}

#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;
}