body {
	/* background-image: url('../../Graphics/cl_navy/background.jpg');
	background-repeat: repeat;
	background-attachment: scroll;	 */
	background-color: #eaeaea;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: black;
	margin: 0px;
	text-align: center; /* for IE */	
}

a {
	color: #535353;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #535353;
}

a:visited {
	color: #535353;
}

a:hover {
	text-decoration: underline;
}

#topNav {
	float: right;
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;
}

#leftNav {
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;
}

#container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	border: 1px rgb(167, 167, 167) solid;
	box-shadow: 0 0px 22px 0 rgba(0, 0, 0, 0.3);
}

#mainContent {
	width: 1000px;
	text-align: center;
	clear: both;
	margin-left: 50px;
	margin-right: 40px;	
	margin-top: 50px;
}

#loginContent {
	width: 1100px;
	text-align: center;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#loginContent table {
	border-spacing: 0px;
}

#mainContent table.menu {
	width: 100%;
}
#mainContent td.menu {
	vertical-align: top;
}
#mainContent ul.menu {
	padding-left: 45px;
	padding-bottom: 14px;
	text-align: left;
}

#mainContent ul.menu li {
	padding: 1px;
	font-size: 16px;
}

#topImage {
}

h1 {
	text-align: center;
	margin: 0px;
	color: rgb(53, 74, 150);
}

h2 {
	text-align: left;
	color: rgb(53, 74, 150);
	border-bottom: 1px solid black;
}

h3 {
	text-align: center;
	color: rgb(53, 74, 150);
}

h4 {
	text-align: center;
	font-size: 34px;
	margin-bottom: 10px;
	color: rgb(41, 57, 114);
}
h5 {
	font-size: 26px;
    color: rgb(32, 53, 129);
    margin-block-start: 1.6em;
    margin-block-end: 0.4em;
}
#popup {
	color: black;
}

form {
	margin: 0px;
}
input{ 
	font-size: 15px;
}
select{ 
	font-size: 15px;
}
option{
	font-size: 16px;
}

ul.errors {
	color: rgb(211, 0, 0);
	font-weight: bold;
	position: relative;
	font-size: 18px;
	left: -15px;
	list-style-position: inside;
}

#stackTrace {
	text-align: left;
}

pre {
	text-align: left;
	margin-left: 30px;
	width: 850px;
	overflow: auto;
}

td.fieldName {
	text-align: right;
	color: black;
	font-weight: bold;
	font-size: 16px;
	padding-right: 15px;
}

p.fieldName {
	color: black;
	font-weight: bold;
	font-size: 16px;
	padding-right: 15px;
}

td.fieldLogin {
	text-align: right;
	color: black;
	font-size: 16px;
	padding-right: 20px;
}

td.fieldHeading {
	text-align: left;
	color: rgb(53, 74, 150);
	font-weight: bold;
	font-size: 18px;
	height: 50px;
}

td.fieldHeading_small {
	text-align: left;
	color: rgb(53, 74, 150);
	font-weight: bold;
	font-size: 14px;
	height: 50px;
}

td.fieldSet {
	border: solid white 1px;
	color: black;
	font-size: 13px;
	vertical-align: top;
	padding-top: 30px;
}

td,th {
	font-size: 15px;
}

#reportHeading tr td {
	font-size: 15px;
	vertical-align: top;
}

#reportHeading {
	width: 100%;
	margin-bottom: 23px;
	text-align: left;
}

#reportRecords {
	color: #84969c;
	font-size: 20px;
}

#customResultsDiv {
	height: auto;
	overflow: auto;
}

tr.leftalign th {
	text-align: left;
}

div.refiningOptions {
	width: 655px;
}

/* TRBL */
div.refiningOptions h6 {
	font-size: 12px;
	margin-bottom: 3px;
}

em {
	color: rgb(53, 74, 150);
	font-style: normal;
}

span.dotted {
	border: 1px dotted white;
}

div.refiningOptions {
	width: 100%;
}

div.refiningOptions form {
	margin: 0px;
}

div.refiningOptions table {
	margin-left: 30px;
}

#studentResults {
	text-align: left;
	border-spacing: 0px;
}

#studentResults tr th {
	color: rgb(44, 59, 116);
	font-size: 18px;
	text-align: left;
}

#studentResults tr td {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

#customResults tr th {
	color: rgb(53, 74, 150);
	font-size: 18px;
	text-align: center;
}

input.button {
	padding: 5px 35px 5px 35px;
	border: 0px;
	border-radius: 15px;
	font-weight: bold;
	color: white;
	background-color: rgb(46, 76, 131);
	font-size: 18px;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}
input.button:hover {
	background-color: rgb(27, 55, 97);
}
input.buttonNarrow {
	padding: 3px 35px 3px 35px;
	border: 0px;
	border-radius: 15px;
	font-weight: bold;
	color: white;
	background-color: rgb(46, 76, 131);
	font-size: 18px;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}
input.buttonNarrow:hover {
	background-color: rgb(27, 55, 97);
}

input.reviewButton {
	color: white;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border: 0px;
	background-color: #ff8080;
	font-size: 15px;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}

#customResults tr td {
	text-align: center;
	font-size: 15px;
}

p {
	margin-left: 30px;
	margin-right: 30px;
}

table.customForm {
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
}

#bottomImage {
}

#nav {
	height: 32px;
	width: 800px;
	padding-top: 25px;
	margin: 0px;
	margin-left: 50px;
	margin-right: 50px;
}

.imagebutton {
	height: 22;
	width: 23;
	border: solid 2px #C0C0C0;
	background-color: #C0C0C0
}

.image {
	position: relative;
	left: 1;
	top: 1;
	height: 18;
	width: 19;
	border: none;
}

#toolbar {
	height: 30;
	width: 322px;
	background-color: #C0C0C0;
}

iframe {
	border: solid silver 1px;
}

div.reviewMode {
	text-align: center;
	font-size: x-large;
	background-color: hotPink;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* CityREPORTs 2.4.2 */
.dash_completed
{
	background-color:#8be7db;
	color:black;
	font-weight:bold;
}
.dash_accessed
{
	background-color:#c69bff;
	color:black;
	font-weight:bold;
}
.dash_notaccessed
{
	background-color:#7ea6dd;
	color:black;
	font-weight:bold;
}