
body {
	background-color: white;
	font-family: "Trebuchet MS", Verdana, Sans-Serif; 
	font-size : 100%;
}

div#menuBar {
	font-family: "Trebuchet MS", Verdana, Sans-Serif; 
	font-size: 80%;
	padding-top: 1em;
	text-align: center;
}

A {
	text-decoration: none;
	background-color: transparent;
}

A:hover {
	background-color: #DDF;
	text-decoration: none;
}

div#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	margin-top: 2em;
	text-align: right;
	font-size: 60%;
}

table.pretty {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

table.pretty td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

table.pretty th {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

tr.even {
	background-color: #eeeeee;
}

tr.odd {
	background-color: #ffffff;
}

td.branchInfoHeader {
    border-width: 3px;
    border-style: solid;
    border-color: blue;
    text-align: center;
    
}

table.pretty th {
	color: blue;
	background-color: #dfe7f3;
}

h1#pageTitle {
	font-size: 120%;
	font-family: sans-serif;
}

h2 {
	font-size: 120%;
	font-family: sans-serif;
}

.invisible {
    display: none;
}

div#popupBox {
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: #d0d0f0;
    padding: 2px;
    z-index: 10;
}

pre.code {
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: #A0A0A0;
    padding-left: 3px;
}
