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

html{
	height:99%;
}

body {
	font-family:Times New Roman, Times, serif;
	height:99%;
}

.fullHeightTable{
	height:100%;
}

.greyBoxRounded{
	border-style:solid;
	border-width:1px;
	border-color:#AAA;
	background:#EDEDED;
	-moz-box-shadow: 4px 4px 8px #CCC;
	-moz-border-radius:15px;
	-webkit-box-shadow: 4px 4px 8px #CCC;
	-webkit-border-radius:15px;
}

.darkPurpleBoxRounded{
	background:#353A66;
	border-style:solid;
	border-width:1px;
	border-color:#0A002A;
	padding:1em;
	margin:0em;
	-moz-border-radius:8px;
	-moz-box-shadow: 4px 4px 8px #003;
	-webkit-border-radius:8px;
	-webkit-box-shadow: 4px 4px 8px #003;
}

.itemList{
	font-size:14px;
	line-height:18px;
}

.itemList td{
	padding:0.2em;
	border-bottom:1px solid #AAA;
}

/*
A:link {
	color:#FF9900;
}

A:visited {
	color:#FF9900;
}

A:hover {
	color:#F00000;
}
*/