
/* ---------------------------------------------------------------- */
/* Apps styles	                                                    */
/* ---------------------------------------------------------------- */

div.top-photos {
 }

div.requestcopy {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1em;
	text-align:left;
	width:625px;
}
div.requestcopy h2, div.requestcopy h3{
	margin-bottom: 1em;
}
div.requestcopy a {
	text-decoration: underline;
	color: #005295;
}
div.requestcopy address {
	padding-left: 20px;
	margin-bottom: 1em;
	margin-top: -1em;
}

.formtable {
	padding-left: 50px;
	width: 100%;
}
.formtable tr {
	height: 2em;
}

.formline {
	clear: both;
	height: 2em;
	padding-bottom: 5px;
	margin-left: 50px;
}

.formlabel {
	display: block;
	float: left;
	width: 8em;
}

.formdata {
	margin-right: 1em;
}

.formbuttons {
	clear: both;
	margin: 0 0 0 13em;
}

.error {
	text-align: center;
	padding: 10px;
	border: 3px solid #a00;
}
.warning, .info {
	text-align: center;
	padding: 10px;
	border: 3px solid #87A507;
}

.missing {
	color: #a00;
	font-weight: bold;
}

.clear {
	clear: both; /* NOTE: <br class="clear" /> doesn't work in IEx.   <div class="clear" /> works fine. */
	height: 0;
}

.right {
	float: right;
}
.left {
	float: left;
}


ul.pagenav {
	float: right;
}
ul.pagenav li {
	display: inline;
	float: left;
	padding: 4px;
	font-size: .8em;
}
ul.pagenav a {
	text-decoration: none;
	color: #5D5D5D;
}
ul.pagenav a.current {
	color: #fff;
	background-color: #005295;
	padding: 3px;
}

tr.highlight, tr.highlight a {
	color: red;
}


table.stc {
	width: 100%;
	line-height: 1.0em;
	border-collapse: collapse;
}
	table.stc th {
		font-weight: normal;
		padding: 3px;
		margin: 0;
		font-size: 0.8em;
		text-align: center;
		border: 1px solid #ccc;
		background: #eee;
	}
	table.stc td {
		padding: 3px;
		margin: 0;
		font-size: 0.8em;
		border: 1px solid #ccc;
		text-align: center;
	}
		table.stc td.link {
			background: #fff;
		}
	table.stc a {
		text-decoration: underline;
	}
.hidden {
	display: none;
}




