@charset "iso-8859-1";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #ffffff;
}

/* TABLES */

.first-table {
	width: 65%;
	border: 0px;
	background-color: #ffffff;
	color: #39bb58;
}

.top-table {
	width: 65%;
	border: 0px;
	background-color: #cccccc;
	color: #33a3e4;
}

.menu-table {
	width: 65%;
	border: 0px;
	background-color: #ffffff;
}

.content-table {
	width: 65%;
	border: 0px;
	background-color: #ffffff;
}

.gen-table {
	width: 90%;
}

/* TDs */

.menu-opt {
	width: 20%;
	border: 1px solid #aaaaaa;
	text-align: center;
	background-color: #f6eed8;
	cursor: pointer;
}

.menu-opt-sel {
	width: 20%;
	border: 1px solid #aaaaaa;
	text-align: center;
	background-color: #ffffff;
	cursor: pointer;
}

.gen-header {
	width: 100%;
	padding-left: 2px;
	border: 1px solid #aaaaaa;
}

.gen-content {
	width: 98%;
	padding: 2px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.gen-footer {
	width: 100%;
	padding: 2px;
	border: 1px solid #aaaaaa;
	font-size: 10px;
}

/* DIVs */

.content-box-header {
	width: 100%;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background-color: #cccccc;
	color: #33a3e4;
	padding-left: 2px;
	font-weight: bold;
	text-align: left;
}

.content-box {
	width: 98%;
	border-bottom: 1px solid #aaaaaa;
	border-top: 0px;
	background-color: #e9e9e9;
	padding: 4px;
	text-align: justify;
}

.list-box-header {
	width: 100%;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background-color: #cccccc;
	color: #33a3e4;
	padding-right: 2px;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}

.list-box {
	width: 95%;
	border: 1px solid #aaaaaa;
	border-top: 0px;
	background-color: #f6eed8;
	text-align: left;
	padding-left: 4px;
	font-size: 11px;
}

.main-text {
	width: 100%;
	text-align: left;
}

.update {
	width: 100%;
	font-size: 11px;
	font-style: italic;
}

.copy-div {
	width: 25%;
	background-color: #cccccc;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 1px 4px 1px 4px;
	font-size: 10px;
}

/* VARIOUS */

li.list-music {
	list-style-image: url(http://www.ajc-websolutions.com/kyppo.net/images/node.png);
}

li.list-movies {
	list-style-image: url(http://www.ajc-websolutions.com/kyppo.net/images/cd.png);
}

li.list-games {
	list-style-image: url(http://www.ajc-websolutions.com/kyppo.net/images/game.png);
}

li.list-links {
	list-style-image: url(http://www.ajc-websolutions.com/kyppo.net/images/link.png);
}

/* LINKS */

A:link
{
	color: #464646;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
  	font-variant: normal;
}

A:active
{
	color: #464646;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
}

A:visited
{
	color: #464646;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-variant: normal;
}

A:hover
{
	color: #464646;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
}