@charset "utf-8";
/* CSS Document */

/*
#tablist{
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Verdana;
	border-bottom: 1px solid gray;
	background-color: #cccccc;
	width: 900px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
	background-color: #cccccc;
}

#tablist li a{
	text-decoration: none;
	background: #cccccc;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: gray;
	padding-right: 5px;
}

#tablist li a:link, #tablist li a:visited{
	color: white;
	background-color: #CCCCCC;
}

#tablist li a:hover{
	color: black;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #cccccc;
}

#tablist li a.current{
background: white;
color:black;
}
*/
.description  {
	font-weight: bold;
}
.spacer  {
	background-color: #cccccc;
	width: 900px;
	background-repeat: repeat-x;
	background-image: url(images/Original Files/tab_back.gif);
}

.glossymenu{
	margin: 5px 0;
	padding: 5px;
	width: 170px;
}

.glossymenu a.menuitem{
	font: bold 12px  Verdana;
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	height:auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	background-position: left bottom;
	border: .5px solid #000000;
	background-color: #CCCCCC;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #000000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	background-color: #869179;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid black;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px Verdana;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: #000000;
}

.style1 {
	padding: 5px;
	float: left;
	text-decoration: none;
}
.style2 {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.hdr   {
	background-color:#869179;
	color:#ffffff;
	height: 10px;
	font-size: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
}


div.listingPhotoThumbnail {
	border:solid 1px #CCCCCC;
	text-align:left;
	background-color:#000000;
	float: left;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	}

.listingPhotoThumbnail {
	border:solid 1px #CCCCCC;
	background-color:#000000;
	float: left;
	}

.paddingLeft {
	padding-left: 10px;
	margin-left: 10px;
}

.paddingRight {
	padding-right: 10px;
}

.listingTitle {
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	font-style: normal;
	vertical-align: middle;
	display: inline;
	margin-bottom: 10px;
}
.listingData,
td.pagingControls{
	font-size: 12px;
	color: #000000;
	font-style: normal;
	vertical-align: top;
	float: right;
	text-align: justify;
	clear: left;
	margin-left: 10px;
	padding-top: 10px;
}
.listingCaption   {
	font-size: 12px;
	font-style: italic;
	padding-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
	text-align: left;
}
td.pagingControls select{
	font-size:11px;
}

.description  {
text-decoration:underline;
}
.description_li  {
list-style:none;
}