td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
a.stdLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.stdLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

a.stdLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.stdLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}

a svg {
    width: 1.5em;
    height: 1.5em;
    vertical-align: text-bottom;
}
a .svg-icon {
    fill: #666666;
}
a:hover .svg-icon {
    fill: #FF9900;
}
a:hover .svg-icon.delete {
    fill: red;
}

.banner {
	font-family: Georgia;
	font-weight: bold;
	font-size: 36px;
	color: #225588;
}
.hilite {
	color: blue;
}
.black {
	color: black;
}
.bold {
	font-weight: bold;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

input[type="image"].svg-icon {
    width: 1.3em;
    vertical-align: text-bottom;
}

input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

TABLE.menu TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
TABLE.menu TD.selected {
	background-color: #336699;
}
TABLE.menu TD.selected A {
	color: white;
	cursor: default;
	text-decoration: none;
}
TABLE.menu TD.item A {
	color: #336699;
	text-decoration: none;
}
TABLE.menu TD.item A:hover {
	color: #FF9900;
}
table.form {
	border: 1px solid #e0e0e0;
}
table.form input.text {
	width: 96%;
}
table.form input[type="submit"],
form.form input[type="submit"] {
    padding: 3px 16px;
}
table.form td.thead {
	color: black;
	font-weight: bold;
	padding: 0 1ex 0 1ex;
}
table.list a, table.list a:active, table.list a:visited {
	color: blue;
	text-decoration: none;
}
table.list a:hover {
	color: red;
	text-decoration: none;
}
table.list a.suspended {
	color: gray;
	text-decoration: line-through;
}
table.list a.arrow {
	font-size: 14px;
    font-weight: 950;
    line-height: 0;
    margin-left: .5ex;
    margin-right: .5ex;
}
table.list thead td {
	color: black;
	font-weight: bold;
	border-bottom: 1px solid gray;
    padding: 1px 6px;
    vertical-align: middle;
}
table.list tbody td {
	color: black;
	border-bottom: 1px solid #e0e0e0;
    padding: 2px 6px;
}
table.list tfoot td {
    padding: 6px 6px;
}
table.list tr.suspended td {
	color: #a0a0a0;
}
table.list tr.suspended td.suspended {
	text-decoration: line-through;
}
table.list tr.overdue td {
	color: #f4a460;
}
table.list {
	width: 100%;
	border-collapse: collapse;
}

form.link {
    display: inline;
}
form.link input[type="submit"] {
    border: none;
    padding: none;
    background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
    cursor: pointer;
}
table.list form.link input[type="submit"] {
	color: blue;
	text-decoration: none;
}
table.list form.link input[type="submit"]:hover {
	color: red;
	text-decoration: none;
}
