@charset "utf-8";
#IssueListContainer {
	height: 100%;
	border: 3px solid #A7BAE0;
	background-image: url(../assets/blackboard.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 0px;
	font-family: "Courier New", Courier, monospace;
	padding-left: 25px;
	padding-right: 10px;
}
.IssueList {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 1em;
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
.IssueList    li {
	display: block;
	border-width: 0px;
	border-style: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.IssueList   li a {
	font-weight: normal;
	padding-right: 0px;
	color: #F8F8F8;
	text-decoration: none;
}

#leftmenu {
	width: 50%;
}
#rightMenu {
	width: 50%;
}
