/* --------------------------------------------------------------------
	common.css contains basic formatting such as type sizes and colors.
	Used by the main site and the admin site.
   ------------------------------------------------------------------*/

a {
	outline:none;
}

hr {
	width: 100%;
	height: 1px;
	border: none;
	background-image: url(../../contents/images/hr.png);
	background-position: center center;
}

.hrline {
 	background: #fff url(../../contents/images/hr.png) no-repeat center bottom;
	height: 1px;
}

.table_style {
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.75em;
	text-align:justify;
	color: #000;
	width: 100%;
	border: none;
	background-image: url(../../contents/images/contents_top_background.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.table_side_column {
	width: 50px;
}

.tablecontents_style {
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.75em;
	color: #333;
	width: 100%;
	border: none;
}

.validator_wrapper {
	text-align: center;
	position: static;
	margin-right: auto;
	margin-left: auto;
}

.website_version {
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.7em;
	color: #555;
	float: right;
	line-height: 0.7em;
	margin-right: 50px;
}

img, div { behavior: url(../javascript/iepngfix.htc) }

.imglink_noborder {
	border: none;
}

.admin_home_link {
	color:#F00;
	text-decoration:underline
}