body {
    background-color: #242424;
    margin: 10px 0px;
}
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
	line-height: 18px;
	font-weight: normal;
}

div.menu {
    margin-bottom: 20px;
}

div.content-indent {
    padding: 30px;
}

div.content-snap {
    padding: 0px;
}

div.item-title {
    margin-bottom: 20px;
}

a {
	color: #009CFF;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a.small {
	color: #009CFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
a.small:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

a.menu {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	display: block;
	width: 100%;
}
a.menu:hover {
	color: #009CFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	display: block;
}

a.menu-selected {
	color: #009CFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 100%;
}
a.menu-selected:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

a.wb {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
a.wb:hover {
	color: #FF4700;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

hr {
    border: none;
    height: 1px;
    color: #c9c9c9;
    background-color: #C8C8C8;
    width: 100%;
}

.small {
    color: #000;
    font-size: 10px;
}

.small-blue {
    color: #009CFF;
    font-size: 10px;
}

.small-grey {
    color: #6A6A6A;
    font-size: 10px;
}


/* Misc stuff */

/* definition lists (errors for now) */
dl {
    margin: 5px 0px;
    padding: 0px;
}
dt {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
dd {
    margin: 5px 0px;
    padding: 0px 0px 0px 15px;
}

.noBorder {
    border: 0px;
    background-color: transparent;
    margin: 0px;
}

.error {
    color: #f00;
}