html
{
	overflow-y: scroll;
}

body
{
	font: 13px "Verdana";
	background-color: white;
	color: black;
}

a
{
	color: #444;
}

/* "Open in new window" icon to the right of _blank links */
a[target="_blank"]::after
{
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
	margin: 0 3px 0 5px;
}

a:hover
{
	color: #f28100;
}

a#logoLink
{
	font-size: 45px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

table, th, td
{
	border-collapse: collapse;
}

th, td
{
	padding: 3px;
}

th
{
	text-align: left;
}

tr:nth-child(even)
{
	background-color: #f1f1f1;
}

tr:nth-child(odd)
{
	background-color: white;
}

ul
{
	list-style-type: square;
	padding: 3px 0 0 18px;
	margin-top: 0;
}

li
{
	margin: 2px 0 0 0;
}

p
{
	margin: 0 0 18px 0;
}

img
{
	border: none;
}

#leftMenu a
{	
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: normal;
	display: block;
	text-align: left;
	background-color: #efefef;
	color: black;
	padding: 9px 0 9px 10px;	
	margin: 6px 5px 0 0;	
	border-style: solid;
	border-color: #aaa;
	border-right-color: white;
	border-width: 0 6px 0 5px;
	
}

#leftMenu a.linkSelected
{
	border-color: #f90;
	border-right-color: white;
}

#leftMenu a:hover
{
	background-color: #aaa;
	color: white;
}

div#logo
{
	width: 965px;
	padding-bottom: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #aaa;
	border-width: 0 0 1px 0;
}

div#wrapper
{
	width: 965px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}

div#leftMenu
{
	width: 184px;
	display: table-cell;
	height: 100%;
	vertical-align: top;
	text-align: center;	
	padding-bottom: 6px;
}

div#contentRight
{
	width: 734px;
	display: table-cell;
	height: 100%;
	vertical-align: top;
	margin-left: 8px;
	padding: 8px 0 0 10px;
	border-style: solid;
	border-color: #aaa;
	border-width: 0 0 0 1px;
}

div#footer
{
	width: 965px;
	padding-top: 5px;	
	border-style: solid;
	border-color: #aaa;
	border-width: 1px 0 0 0;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}
