/* CSS Document */

table.elements {
	border-color		:	#8C7742;
	border-width		:	medium;
	border-style		:	double;
}

td.elements_title {
	background-color	:	#8C7742;
	text-align			:	center;
}

td.elements_item {
	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	font-size			:	12px;
	font-weight			:	bold;
	color				:	#660033;
	vertical-align		:	middle;
}

td.elements_msg {
	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	font-size			:	12px;
	font-weight			:	bold;
	color				:	#660033;
	vertical-align		:	top;
}

table.subelements {
	border-color		:	#8C7742;
	border-width		:	medium;
	border-style		:	double;
	margin-top			:	15px;
}

td.subelements {
	height				:	150px;
}

.subelements a:link {
	text-decoration		:	none;
	color				:	#FFFFFF;
	font-weight			:	bold;
}

.subelements a:visited {
	text-decoration		:	none;
	color				:	#FFFFFF;
	font-weight			:	bold;
}

.subelements a:hover {
	text-decoration		:	none;
	color				:	#FFFFFF;
	font-weight			:	bold;
}

.subelements a:active {
	text-decoration		:	none;
	color				:	#FFFFFF;
	font-weight			:	bold;
}
