@charset "ISO-8859-1";


/*+++++++  Listing for PUBLIC Records Listed In Details View*/
#projects_listing {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#details_table {
	width: 780px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
}
#details_img_area {
	width: 133px;
	text-align: left;
	vertical-align: top;
	padding: 6px;
}
#details_img_area img {
	border: 1px solid #CCCCCC;
}
#details_text_area {
	padding-right: 5px;
	padding-left: 5px;
}
.title  {
	color: #ED6317;
	font-size: 14pt;
	font-weight: bold;
}
.client_director_link {
	color: #00AAC3;
}
#details_ClientDirectorLink_area {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED6317;
	width: 90%;
}
#category_long_description_area img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#projects_listing_content{
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}


/*+++++++  Listing for PUBLIC Records Listed In Category View*/

#category_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.4em;
	width: 380px;
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#category_table td {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 4px;	
}
#category_img_area {
	width: 100px;
	height: 67px;
	text-align: left;
	vertical-align: top;
}
#category_img_area img {
	height: 67px;
	width: 100px;
	border: 1px solid #FFFFFF;
}
#category_text_area {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
}
.title  {
	color: #ED6317;
	font-size: 14pt;
	font-weight: bold;
}
.client_director_link {
	color: #00AAC3;
}
.description {
	color: #333333;
}
#category_ClientDirectorLink_area {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED6317;
}
#details_long_description_area a {
	color: #FFFFFF;
	text-decoration: underline;
}
#details_long_description_area {
	padding: 6px;
	color: #FFFFFF;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#category_long_description_area {
	padding: 6px;
	color: #FFFFFF;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 100%;
}
#category_long_description_area a {
	color: #FFFFFF;
	text-decoration: underline;
}
#details_video_area {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 24px;
	background-color: #000000;
}
#details_long_description_area img {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
