@charset "utf-8";

/* ********************************************************************** */
/* Index */

body {
	background:black;
	
	margin:0px 0px 0px 0px;
	
	color:yellow;
	font:12pt verdana;
}

.fullSizeElement {
	position:fixed;
	
	width:100%;
	height:100%;
	
}

.welcome {
	color:red;
	font:italic bold 20pt arial;
	text-align:center;
	
}

.notice {
	color:red;
	font:italic 10pt verdana;
	text-align:center;
	
}

.tableSelect {
	border:8px solid red;
	width:550px;
	height:275px;
	
}

.itemSelect {
	background:#bfbfbf;
	width:275px;
	height:275px;
	
}

.itemSelect:hover {
	background:#dfdfdf;

}

/* Index */
/* ********************************************************************** */


/* ********************************************************************** */
/* Will Home */

.content {
	display:block;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	
}

.leftPane {
	display:block;
	width:175px;
	float:left;
	
}

.rightPane {
	display:block;
	width:725px;
	float:right;
}

.menuItemSelected {
	color:#ffffcc;
	font:10pt verdana;
	cursor:pointer;
	display:block;
	width:175px;
	line-height:25px;
	text-align:center;

}

.menuItemSelected b {
	float:left;

}

.menuItemActive {
	color:#aa0000;
	font:10pt verdana;
	text-decoration:none;
	display:block;
	width:175px;
	line-height:25px;
	text-align:center;
	border-bottom:1px solid black;

}

.menuItemActive b {
	float:left;
	color:red;

}

.menuItemActive:hover {
	border-bottom:1px solid red;
	
}

/* Will Home */
/* ********************************************************************** */

.copyright {
	color:yellow;
	font:7pt verdana;
	text-align:center;
	width:100%;
	
}

.centerObject {
	display:block;
	
	margin-left:auto;
	margin-right:auto;
	
}

.cd {
	border:3px double red;
	
}