/*****
 * BOXED
 *****/
/*members*/
.boxed #member {
	width:150px;
}

.boxed #member	img {
	width: 130px;
}
/**NOTUSED**
.boxed #gallery	{
	line-height:5px;
	text-align:center;
	display:block;
	border: 0px solid green;
}
.boxed #gallery	#arrowLeft, .boxed #gallery	#arrowRight, .boxed #gallery #arrowUp	{
	font-size:50px;
	font-weight:bold;
	text-shadow: 5px 3px 10px #000000;
	color: #000000;
	position: relative;
	border:0px solid red;
	
}
.boxed #gallery #arrowLeft	{
	float:left;
	top:100px;
	left:-20px;
}
.boxed #gallery #arrowRight	{
	float:right;
	top:100px;
	right:-20px;
}
.boxed #gallery #arrowUp	{
	float:left;
	left:38%;
	top: -10px;
}
.boxed #gallery	#arrowLeft:hover, .boxed #gallery	#arrowRight:hover, .boxed #gallery #arrowUp:hover	{
	color: #F5F5F5;
}
***/
/*****
 * CONTentLIST
 *****/
/*events*/
.contList	#eventSecMonth span, .contList	#eventSecYear span	{
	display: block;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	text-align:center;
}
.contList #eventSecYear span	{
	background: #8B8878;
	color: #F5F5F5;	
	font-size:20px;
	letter-spacing:2px;
}
.contList	#eventSecMonth span	{
	border-top:1px solid #888682;
	border-bottom:1px solid #888682;
	font-size:17px;
	letter-spacing:8px;
}
/*assayDates*/
.contList #cRow	{
	background: #FF7256;
}

/*****
 * BOXEDFORM
 *****/
/*GB*/
.boxedForm #Title #linkExt	{
	color:#104E8B;
	font-size:11px;
	text-decoration:none;
}
/*admin-forms*/
.boxedForm #readOnly {
	background:#888682;
	color:#F5F5F5;
}
/*****
 * NOTE
 *****/
.note #hint- #red	{
	color:#BE1A40;
}
.note #hint- #green	{
	color:#2E8B57;
}
/*****
 * ADMIN presence-module
 *****/
.infoPane	{
	position:							absolute;
	display:							block;
	background-color:			#BEBEBE;
	border:								1px solid #BE1A40;
	padding:							3px;
	z-index:							4;
}
.infoPane	a	{
	text-decoration:			none;
}
/*****
 * NEWS marker
 *****/
#red	{
	color:#BE1A40;
	font-weight:bold;
}
/** IE ADJUST **/
//* .pageNav, .sectionTitle, .boxed, .note, .contList, .boxedForm {
//	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements */
//}
