/*Used for AJAX presentation of view collection*/
.plsminus {
	cursor: 		pointer; 
	font-family: 	verdana, arial, sans-serif; 
	font-size: 	0.75em; 
	text-align:	center;
	font-weight:	bold;
	width:		11px;
	height:		11px;
	background:	buttonface;
	border: 		1px solid black;
	margin:		2px;
	color: 		black;
}
.docTable {
font-size: 	0.9em;
}
.docHeader {
	padding-right:	5px;
	font-weight:	bold;
	text-decoration:	underline;
}
.docData {
	padding-right:	5px;
}
div.class{
	
}
.viewdocument{
	margin-bottom: 15px;
	line-height: 1.5em;
}
#footer{
	color:gray;
	text-align: right;
	border-top:1px solid gray;
	margin-top:50px;
	padding:10px;
	clear:both;
}
/*Header and Body*/
#cob-domcontents {
	float:left;
	width:70%;
/*	margin:10px 0px 10px 20px;*/
	margin:10px 10px 10px 10px;
	font-size:80%;
	}
#cob-domcontents h1 {
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:160%;
	color:#FF4000;
	}
/*Tables*/
#cob-domcontents table {
	margin:0px 0px 0px 0px  ! important; /* cob-contents tables have a large left margin. This fix removes that margin */
   }
#cob-domcontents ul {
	margin:0px 0px 0px 0px  ! important; /* cob-contents tables have a large left margin. This fix removes that margin */
   }
#cob-domcontents p {
	margin:0px 0px 0px 0px  ! important; /* cob-contents tables have a large left margin. This fix removes that margin */
   }
fieldset{
	margin-top:5px;
	padding:10px;
}
#tablecontents td{ valign: top;
background-color: #EEE8AA;
color: #000000;
border-top: 0px dotted #E7E3E7;
border-left: 0px dotted #E7E3E7;
border-right: 0px dotted #848284;
border-bottom: 0px dotted #848284;
	 }
.tablecellborder{ border: solid #000000 1px;
	 }
/*Search*/
#cob-domsearch{
	top:110px;
	left:400px;
	text-align:left;
	width:50%;
	margin:10px 0px 10px 10px;
	font-size:80%;
}
#cob-domsearch h2 {
	color:#FF4000;
	font-size:130%;
	text-align:left;
}
#cob-domsearch input{
	font-size:10pt;
}
#search-results-detail{
	margin-top: 10px;
}
.search-results-navigation{
	text-align: right;
}

