/* CSS Document */

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #63F;
}

a:visited {
	text-decoration: none;
	color:#C93;
}

a:hover {
	text-decoration: underline;
	color:#960;
}

a:active {
	text-decoration: none;
}

div.rightblock table.outer{
	width:100%;
	border:solid 1px;
	border-collapse:collapse;
}
div.rightblock table.outer th{
	background:#C9C;
	font-weight:normal;
	color:#fff;
	border:solid 1px #ccc;
	border-collapse:collapse;
}
div.rightblock table.outer th a{
	color:#fff;
	margin-left:5px;
	display:none;
}
div.rightblock table.outer td{
	color:#333;
	border:solid 1px #ccc;
	border-collapse:collapse;
}
div.rightblock table.outer td a{
	color:#333;
	display:block;
	width:100%;
	height:100%;
	background:#C9C;
}

div#theme_breadcrumbs a{
	text-decoration: none;
	color: #63F;
}
