/* page styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: black;
	background-color: #0055A5;
}

#container {
	width: 744px;
	border: solid 2px black;
	background-color: white;
	margin: 15 0 15 0;
}

.header {
	font-size: 14px;
	font-weight: bold;
	color: black;
}

.loginInfo {
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.listings {
	text-align: left;
	background-color: white;
	color: black;
}

.listings table {
	font-size: 10px;
	font-weight: bold;
	color: black;
}

.listingHdr {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	background-color:#0055A5;
	border: solid 1px #003A70;
	color: white;
}

.horizBorder {
	background-image: url(divider.gif);
	background-repeat: repeat-x;
}

.rowBorder {
	border-bottom: solid 1px #CCCCCC;
}

.navLink {
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 17px;
	text-decoration: none;
	width: 135px;
	padding-top: 1;
}

.imgList {
	overflow-x: scroll; 
	overflow-y: hidden; 
	border: solid 1px black; 
	height: 120px; 
	width: 550px; 
	white-space: nowrap;
}

.label {
	font-size: 10px;
	font-weight: bold;
}

.content {
	font-size: 10px;
	font-weight: normal;
	border: solid 1px #b0aeab;
	padding: 1 0 1 0;
}

.detail {
	padding: 20 0 0 6;
	text-align: left;
	background-color: white;
	font-size: 10px;
	font-weight: bold;
}

.admin {
	padding: 10 0 0 6;
	text-align: left;
	background-color: white;
	font-size: 10px;
	font-weight: bold;
}

.adminHeader {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

/* navigation styles */
#navContainer {
	background-image:url(../images/blk-org25.jpg);
	background-repeat:repeat-x;
	width: 740px;
	height: 25px;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
}

#navContainer ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#navContainer ul li {
	display: inline;
	background-image: url(../images/mouseOverBk.gif);
}

#navContainer ul li a {
	background-image:url(../images/blk-org25.jpg);
	background-repeat:repeat-x;
	float: left;
	padding: 5px 20px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	height: 25px;
}

#navContainer ul li a:hover {
	color: #0055A5;
}



/* footer & bottom navigation styles */
#bottomNav {
	background-image:url(../images/blk-org32.jpg);
	background-repeat:repeat-x;
	width: 740px;
	height: 32px;
	padding: 13px 5px 0px 0px;
	text-align: right;
	vertical-align: text-bottom;
	border-top: solid 2px black;
	color: white;
}

#bottomNav a {
	color: white;
	text-decoration: none;
}

#bottomNav a:hover{
	color: #0055A5;
}

#footerContainer {
	background-color: white;
	width: 740px;
	height: 25px;
	padding: 5 0 0 0;
	border-top: solid 2px black;
	color: black;
	vertical-align: middle;
}

#footerContainer a{
	color: black;
}

.clsButton {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	background-color:#527300;
	border: solid 1px #4A6308;
	color: white;
}

.clsContent {
	font-size: 10px;
	font-family: MS Sans Serif;
	font-weight: normal;
}

.clsContentBold {
	font-size: 10px;
	font-family: MS Sans Serif;
	font-weight: bold;
}

.clsHeader1 {
	font-size: 14px;
	font-family: MS Sans Serif;
	font-weight: bold;
}

#altPop {
	border: #999 1px solid; 
	background-color: #ffc;
	color: #333;
	padding: 5px; 
	font-size: 11px; 
	z-index: 100; 
	visibility: hidden; 
	font-family: arial; 
	position: absolute; 
	width: 300px;
	text-align: left;
}

