@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------------------
Menu Panel
-----------------------------------------------------------------------------------------------------------------*/
div.projectTitle
{
	margin: 15px 10px 0px 10px;
	padding: 0px 5px 15px 5px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #1851A0;
	border: 0px;
	border-bottom: 1px solid #1851A0;
}

div.projectOption
{
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 10px 0px;
	border: 0px;
	border-bottom: 1px solid #1851A0;
	text-align: center;
}

div.projectKeyword
{
	margin: 10px 10px 15px 10px;
	padding: 0px 5px 10px 5px;
	border: 0px;
	border-bottom: 1px solid #1851A0;	
}

div.projectSearch
{
	margin: -3px 0px 0px 0px;
	padding: 0px;
	float: left;
}

div.projectButton
{
	margin: 1px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}

input.projectSearch
{
	padding: 4px 5px 0px 5px;
	height: 18px;
	width: 145px;
	font-family: arial;
	font-size: 10px;
	color: #1851A0;
	border: 1px solid #666666;
}

/*-----------------------------------------------------------------------------------------------------------------
Body Panel
-----------------------------------------------------------------------------------------------------------------*/
#oBodyList
{
	border: 0px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}

#oBodyList div.projectMenu
{
	float: right;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
}

#oBodyList div.projectMenu a
{
	font-weight: bold;
	color: #1851A0;
	text-decoration: none;
}

#oBodyList div.projectMenu a:HOVER
{
	text-decoration: underline;
}

#oBodyList div.projectCount
{
	margin: 0px;
	padding: 0px 5px;
	line-height: 30px;
	height: 30px;
}

#oBodyList div.projectDetails
{
	border: 0px;
	border-bottom: 1px dotted #F7941D;
}

#oBodyList div.projectEntry, #oBodyList div.projectEntryAlter
{
	margin: 0px;
	padding: 0px 10px 10px 10px;
	border: 0px;
	line-height: 18px;
	border-top: 1px dotted #F7941D;
	background: #FFFFFF;
}

#oBodyList div.projectEntryAlter
{
	background: #EFEFEF;
}


#oBodyList div.projectFullTitle
{
	margin: 0px;
	padding: 10px 0px;
	font-weight: bold;
	color: #1851A0;
}

#oBodyList div.projectFullTitle a.projectFullTitle
{
	font-weight: bold;
	color: #1851A0;
	text-decoration: none;
}

#oBodyList div.projectEntry a.More, #oBodyList div.projectEntryAlter a.More
{
	color: #993333;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#oBodyList div.projectEntry a.More:HOVER, #oBodyList div.projectEntryAlter a.More:HOVER, #oBodyList div.projectFullTitle a.projectFullTitle:HOVER
{
	text-decoration: underline;
}

#oBodyList input.NoButton, #oBodyList input.NoButtonActive
{
	margin: 0px;
	padding: 0px;
	background: transparent;
	border: 0px;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

#oBodyList input.NoButtonActive
{
	font-weight: bold;
	color: #1851A0;	
	cursor: pointer;
}

#oProjectName
{
	color: #1851A0;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	line-height: 21px;
}

#oProjectText
{
	width: 340px;
	line-height: 18px;
}

#oProjectImage
{
  width: 340px;
  margin: 0px 0px 10px 0px;
  overflow: hidden;
}

#oProjectDetails
{
	width: 190px;
	float: right;
}

#oProjectDetails div.titleBarGrey
{
	margin-bottom: 1px;
	padding-left: 5px;
	height: 21px;
	line-height: 21px;
	background: #666666;
	color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 11px;
	font-weight: bold;

}

#oProjectDetails div.textDetails
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #666666;
	font-size: 11px;
	line-height: 21px;
}

#oProjectDetails div.textDetails ul
{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	line-height: 16px;
}

#oProjectDetails div.textDetails ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	min-height: 18px;
	line-height: 18px;
	list-style-image: url('../_images/bullet_smallsquare.gif');
	list-style-position: outside;
}

#oProjectText ul
{
	margin: 5px 0px 15px 15px;
	padding: 0px;
}

#oProjectText ul li
{
	margin: 0px;
	padding: 0px;
	list-style-image: url('../_images/bullet_square.gif');
}

#oProjectText span
{
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}