@charset "utf-8";
/* CSS Document */

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

/* hr {
	border: none 0;
	border-top: 1px solid #c8c8c8;/*the border*/
/*	width: 90%;
	height: 1px;
	margin-bottom: 15px;
/*	margin-top: 10px; */
/*} */

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;
}

.textlist ol {
	list-style-type: upper-alpha;
}


.textlist ol ol {
	list-style-type: decimal;
}


.textlist ul li {
	background-image: url(../../contents/images/contents/bullet_black.png);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 0.8em;
	list-style-type: none;
}


.validator_wrapper {
	margin-top:25px;
	margin-right:auto;
	margin-left:auto;
	width:88px;
}


.validator {
	border: none;
}


.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;
}
