/* description: Primary module stylesheet. */

.pf_database {
    font: 11px tahoma, verdana, sans-serif;
	color: #000000;
	text-align: left; 
}

.pf_database_separator {
	font: bold 11px tahoma, verdana, sans-serif;
	color: #003366;
	text-decoration: underline;
	padding-bottom: 5px;
}

.pf_database_asterisk {
	font: bold 11px tahoma, verdana, sans-serif;
	color: #FF0000;
	border: none;
}

.email_ob {
	unicode-bidi: bidi-override;
	color: #0000FF;
	text-decoration: underline;
	cursor: pointer;
}

img.disabled {
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}

.required_error {
	color: #CC0000;
	text-decoration: underline;
}

.ItemArea {
clear:both;
border-left:dotted 1px #EEEEEE;
border-bottom:solid 1px #DDDDDD;
min-height:160px;
margin-bottom:25px;
margin-left:10px;
padding-left:10px;
}

.ItemTitle {
   font-weight:300;
   font-family:arial black;
   font-size:18px;
   border-bottom: solid 3px #167732;
}

#ItemTitle {
        background-color:#167732;
        color:#FFFFFF;
	font-family: Arial Black;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 2px;
        padding-left: 10px;
        padding-bottom:2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
#ManuLogo {
	padding-left: 10px;
	padding-right: 10px;
}
#ListItem {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	width:600px;
        margin-left:20px;
        margin-right:20px;
        margin-bottom:10px;
}
#ItemBlurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #333333;
	padding: 15px;
	margin-top: 15px;
        margin-left:15px;
}
