/* --- CustomExtentions.css --- */
/*
 *****************************************
 * COLORS and FONT SIZES
 *****************************************
*/
/* links */
div.rich-text
	a,
#publication
	div.panel
		a
		{
			color: #7b293f;
		}
		
/* navigatin hover color */
div.navigation
	a:hover,
ul.navigation
	a:hover,
div.navigation
	a:visited:hover,
ul.navigation
	a:visited:hover
	{
		color: #7b293f;
	}
	
#nav, #nav ul {list-style-type: none;}
	
#nav li:hover ul ul, #nav li.sfhover ul ul {left: -999em;display: none;}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {left: auto; display: none;}
	
#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	display: block;
	z-index:100;
}	
/*
 ***************
 * PUBLICATION *
 ***************
*/

/* Post by and on for publication article */
#publication
	span.Author
	{
		font-size: 10px;
		color: #999;
	}
/* article title */
#publication
	h4
	{
		font-size: 14px;
	}
#publication
	div.authoring
	{
		font-size: 12px;
	}
/*
 ************
 * CALENDAR *
 ************
*/
/* title */
/* day of week */
table.event-grid
	th
	{
		background-color: #d0b644;
	}
/* grid lines for month and week view */
table.event-grid
	td
	{
		border-bottom: 1px solid #d0b644;
		border-left: 1px solid #d0b644;
	}
/* week number background */
table.event-grid
	td.week-count
	{
		background-color: #d0b644;
	}

/* today background for month and week view */
table.event-grid
	div.Today
	{
		background-color: #d0b644;
	}




/* --- Print.css --- */
/*@import url(Screen.css);*/

div.l-admin
{
	display: none;
}

table.l-main 
{
	width: 100%;
}

.Header1,
.Flash,
.Flash img,
.Flash Object,
/* #globalnav, */
tr.l-tools
{
	display: none;
}

tr.l-header
	.Logo
	{
		position: relative;
		left: 0;
		top: 0;
	}
	
body.Inner
	td.l-left
		div.l-navigation
		{
			width: 179px;   /*was 125*/
		}
	
body.Inner
	td.l-left
		div.lc-navigation,
body.Inner
	td.l-left
		.text
			h3
			{
				border: none;
			}
			
body.Inner
	td.l-center
	{
		padding-left: 10px;
	}
	
	
	
	
	
	
/* --- Screen.css --- */
body
{
	font-family: Arial;
	padding: 0 10px 0 10px;
	margin: 0;
}

body,
td
{
	font-size: 12px;
}

body.Home,
body.Inner
{
	background-color: #ede1aa;
}

#form
{
	padding: 0;
}

img 
{
	border: none;
}


a
{
	color: #7b293f;
	text-decoration: none;
}

a:visited
{
	color: #F000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

table
{
	border-collapse: collapse;
}

/*
	**************************************
	* Layout tables
	**************************************
*/
table.Layout
{
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

	table.l-main 
	{
		margin: 10px 0 0 0;
		background-color: #fff;
		background-image: url(/Common/Images/custom/HeadBg.gif);
		background-repeat: no-repeat;
		background-position: 50px 30px;
	}
	
	tr.l-header
		td
		{
			background-image: url(/Common/Images/custom/TTopLeftCorner.gif);
			background-repeat: no-repeat;
			background-position: left top;
			padding: 0 0 10px 0;
		}
		
	tr.l-header
		div.l-header-div
		{
			
			background-image: url(/Common/Images/custom/TTopRightCorner.gif);
			background-repeat: no-repeat;
			background-position: right top;
			padding: 0 10px 0 10px;
		}
		
		/*
		************************************
		* search
		************************************
		*/
		
		div.l-search
		{
			float: right;
			margin: -30px 20px 0 0;
		}
		
		
		div.l-search
			div.search
			{
				float: right;
				clear: right;
				padding: 5px 15px 0 0;
			}
		
		div.l-search
			div.search
				a
				{
					color: #fff;
					font-size: 11px;
					font-weight: bold;
					text-decoration: none;
				}

		div.l-search
			div.search
				fieldset
				{
					margin: 0;
					padding: 0 0 0 8px;
					border: none;
					display: inline;
				}	
		div.l-search
			div.search
				input.active
				{
					color: #000;
				}
		div.parameter
			div.search
				label
				{
					position: absolute;
					left: -999px;
				}
		div.l-search
			div.search
				legend
				{
					display: none;
				}
		div.l-search
			div.search
				input.search-query
				{
					width: 105px;
					font-family: Verdana, sans-serif;
					font-size: 11px;
					vertical-align: middle;
					margin: 5px 0 0 10px;
					color: #999;
				}
		div.l-search
			div.search
				input.search-submit
				{
					display: inline;
					width: 28px;
					height: 27px;
					cursor: pointer;
					border: none;
					vertical-align: top;
					padding: 0;
					margin: 0 0 0 6px;
					background: url(/Common/Images/custom/searchbutton.gif) no-repeat top left;
				}

	tr.l-header
		#sitetools
		{
			float: right;
			font-size: 11px;
			margin: 0 0 0 0;
			background-image: url(/Common/Images/custom/TTopRightCorner.gif);
			background-repeat: no-repeat;
			background-position: right 10px;
			padding: 0 0 0 0;
		}
		
	tr.l-header
		#sitetools
			a,
	tr.l-header
		#sitetools
			a:visited
			{
				color: #000;
			}
			
	tr.l-header
		#sitetools
			ul
			{
				padding: 10px 45px 6px 45px;
				margin: 0;
				background-image: url(/Common/Images/custom/SiteToolsBottomLeft.gif);
				background-repeat: no-repeat;
				background-position: left bottom;
				background-color: #d8bd42;
			}
		
	tr.l-header
		#sitetools
			ul
				li
				{
					border-left: solid 2px #961229;
					display: inline;
					padding: 0 10px 0 10px;
				}
				
	tr.l-header
		#sitetools
			ul
				li.first
				{
					border: none;	
				}
	tr.l-header
		#sitetools
			a,
	tr.l-header
		#sitetools
			a:visited
			{
				color: #0c2577;
			}

	/*
	* globalnav
	*/
	tr.l-globalnav
		td.l-globalnav
		{
			vertical-align: top;
			text-align: center;
			/*background-image: url(../Common/Images/custom/HeadBottomBorder.gif);*/
			background-image: url(/Common/images/custom/HeadBottomBorder.gif);
			background-repeat: repeat-x;
			background-position: left bottom;
			padding: 0 0 18px 0;
		}
		
		div.l-globalnav
		{
			margin: 0;
			font-family: Tahoma;
			font-size: 10px;
			margin: 0;
			padding: 0 10px 0 10px;
		}
		
			#globalnav
			{
				margin: 0;
				padding: 0;
			}
			
		div.l-globalnav
			#globalnav
				table.l-htable
				{
					padding: 0;
					margin: 0 auto;
					background-color: #1d1e59;
					width: auto;
				}		
		
		div.l-globalnav
			table.l-htable
				td
				{
					padding: 0 0 0 25px;
					background-image: url(/Common/Images/custom/TabSeparator.gif);
					background-repeat: no-repeat;
					background-position: left top;
					vertical-align: top;
				}
				
		div.l-globalnav
			table.l-htable
				td.end
					{
						background-image: url(/Common/Images/custom/TabEnd.gif);
						background-repeat: no-repeat;
						background-position: left top;
						padding: 0 0 0 12px;
					}
					
		div.l-globalnav
			table.l-htable
				table.current /*.end*/
				{
					background-image: url(/Common/Images/custom/TabCurEnd.gif);
				}
					
		div.l-globalnav
			table.l-htable
				td.current
				{
					background-image: url(/Common/Images/custom/TabCurSeparator.gif);
					background-color: #d0b644;
				}
					
		div.l-globalnav
			table.l-htable
				td.current2
				{
					background-image: url(/Common/Images/custom/TabCurSeparator2.gif);
				}
				
		div.l-globalnav
			table.l-htable
				td.first
				{
					background-image: url(/Common/Images/custom/TabBegin.gif);
					background-repeat: no-repeat;
					background-position: left top;
					background-color: #1d1e59;
					padding: 0 0 0 13px;
					margin: 0;
				}
				
	body.Home, body.Inner
		div.l-globalnav
			table.l-htable
				td.first
				{
					/* background-image: url(/Common/Images/custom/TabCurBegin.gif); */
					background-image: url(/Common/Images/custom/TabBegin.gif);
				}
		
		div.l-globalnav
			table.l-htable
				td
					div.sections
					{
						background-image: url(/Common/Images/custom/TabMiddle.gif);
						background-repeat: repeat-x;
						background-position: left top;
						padding: 5px 0 3px 0;
						margin: 0;
						min-height: 29px;
						height: 29px;
						border: none;
						position: relative;
					}
		
		body.iepre7			
			div.l-globalnav
				table.l-htable
					td
						div.sections
						{
							height: 29px;
						}
						
		div.l-globalnav
			table.l-htable
				td.current
					div
					{
						background-image: url(/Common/Images/custom/TabCurMiddle.gif);
					}
					
		div.l-globalnav
			table.l-htable
				td
					div.sections
						h3
						{
							background-color: Transparent;
							border: none;
						}
						
		div.l-globalnav
			table.l-htable
				td
					div.sections
						div.l-hide
						{
							display: none;
						}
						
		div.l-globalnav
			table.l-htable
				td
					div.sections
						div.links
						{
							border: 2px outset #CCCCCC;
							background-color: #CED3E4;
							color: #7B293F;
							position: absolute;
							z-index: 10;
							text-align: left;
							width: auto;
							margin: 0 0 0 -9px;
							left: 0;
							top: 37px;
						}
						
		div.l-globalnav
			table.l-htable
				td
					div.sections
						div.links
							ul
							{
								margin: 0 0 0 5px;
								padding: 5px 5px 5px 0;
								list-style: none;
							}
							
		div.l-globalnav
			table.l-htable
				td
					div.sections
						div.links
							li
							{
								font-family: Arial;
								padding: 2px 0 2px 0px;
								margin: 0;
								border-top: solid 1px #fff;
								border-bottom: none;
								border-left: none;
								border-right: none;
								text-align: left;
							}
							
		div.l-globalnav
			table.l-htable
				td
					div.sections
						div.links
							li.first
							{
								padding-top: 0;
								border-top: none;
							}
						
		div.l-globalnav
			a
			{
				margin: 0;
				padding: 5px 0 0 0;
				white-space: normal;
				font-size: 11px;
				font-weight: bold;
			}
				
		div.l-globalnav
			table.l-htable
				td
					div.sections
						div.links
							a,
		div.l-globalnav
			table.l-htable
				td
					div.sections
						div.links
							a:visited
							{
								color: #7B293F;
								text-decoration: none;
								font-weight: bold;
								white-space: nowrap;
							}
							
		div.l-globalnav
			table.l-htable
				td
					div.sections
						div.links
							a:hover
							{
								color: #0c2577;
								text-decoration: none;
							}
							
		div.l-globalnav
			a
			{
				margin: 0;
				padding: 5px 0 0 0;
				white-space: normal;
				font-size: 1.2em;
				font-weight: bold;
			}
		
		div.l-globalnav
			td
				.feed
					h3
						a,
		div.l-globalnav
			td
				.feed
					h3
						a:visited
						{
							color: #fff;
							text-decoration: none;
						}
			
		div.l-globalnav
			td
				h3
					a:hover
					{
						color: #d8bd42;
						text-decoration: none;
					}
						

						
/*
table.l-main>tr.l-middle>td.l-middle
*/

	
	tr.l-middle
		td.l-middle
		{
			background-image: url(/Common/Images/custom/TBottomRightCorner.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
			padding: 0;
		}
		
			.l-middle-div
			{
				background-image: url(/Common/Images/custom/TBottomLeftCorner.gif);
				background-repeat: no-repeat;
				background-position: left bottom;
				padding: 0 10px 0 10px;
			}

				td.l-left
				{
					vertical-align: top;
				}
				
				td.l-right
				{
					vertical-align: top;
				}
				
				
				/*
				*
				*/
				.feed
				{
					margin-bottom: 5px;
					font-size: .75em;
					color: #000;
				}
				
				.feed
					h3
					{
						padding: 0 0 1px 0;
						margin: 0 0 3px 0;
						display: block;
						color: #7b293f;
						font-size: 1em;
						font-weight: bold;
						text-align: center;
					}
					
				.feed
					h3
						a,
				.feed
					h3
						a:visited
						{
							color: #7b293f;
						}
						
				.feed
					.publication
						a,
				.feed
					.events
						a
						{
							font-weight: bold;
						}
				
				/*
				* feeds events
				*/
				
				.feed
					dl
					{
						margin: 0 0 5px 0;
						padding: 0;
					}
				
				.feed
					.events
						dt,
				.feed
					.events
						dd
						{
							margin: 0;
							padding: 0;
							display: inline;
						}
						
				.feed
					.events
						dd
						{
							margin-left: 5px;
						}
						
				/*
				* feeds articles
				*/
				.feed
					.articles
						ul
						{
							list-style: none;
							margin: 0;
							padding: 0;
						}
						
				.feed
					.articles
						li
						{
							padding: 3px 0 0 9px;
							margin: 0 0 3px 0;
							background-image: url(/Common/Images/custom/List6.gif);
							background-repeat: no-repeat;
							background-position: left 7px;
						}
						
				.feed
					.articles
						li.first
						{
							padding-top: 0;
							border: none;
						}
						
				.feed
					.articles
						p
						{
							margin: 0;
							padding: 0;
						}
					
				
				/*
				** left column feeds
				*/			
				td.l-left
					.feed
					{
						width: 158px;
						margin: 5px;
						padding: 5px;
						border: dashed 1px #ccc;
						font-size: .8em;
					}
										
				td.l-left
					.feed
						h3
						{
							font-size: .9em;
							font-weight: bold;
							text-align: center;
						}
						
				td.l-left
					.text
					{
						background-color: #fff;
						margin: 10px 0 10px 5px;
						font-size: .8em;
						text-align: center;
					}
					
				td.l-left
					.text
						h3
						{
							padding: 0 0 1px 0;
							margin: 0 0 3px 0;
							display: block;
							color: #878742;
							font-size: .9em;
							font-weight: bold;
							border-bottom: dashed 1px #E1DDB7;
						}
						
				td.l-left
					.feed
						ul
						{
							margin: 0;
							padding: 0 0 0 10px;
						}
						
				td.l-left
					.text
						h3
							a
							{
								color: #878742;
								font-weight: bold;
							}
				
				/*
				** right column feeds
				*/			
				td.l-right
					.feed
					{
						width: 158px;
						margin: 5px;
						padding: 5px;
						border: dashed 1px #ccc;
						font-size: .8em;
					}
										
				td.l-right
					.feed
						h3
						{
							font-size: .9em;
							font-weight: bold;
							text-align: center;
						}
						
				td.l-right
					.text
					{
						background-color: #fff;
						margin: 10px 0 10px 5px;
						text-align: center;
					}
					
				td.l-right
					.text
						h3
						{
							padding: 0 0 1px 0;
							margin: 0 0 3px 0;
							display: block;
							color: #878742;
							font-size: .9em;
							font-weight: bold;
							border-bottom: dashed 1px #E1DDB7;
						}
						
				td.l-right
					.text
						ul
						{
							margin: 0;
							padding: 0 0 0 10px;
						}
						
				td.l-right
					.text
						h3
							a
							{
								color: #878742;
								font-weight: bold;
							}

			
				td.l-center
				{
					vertical-align: top;
					padding-left: 10px;
				}
				
					table.l-maincontent
						{
							width: 100%;
						}
					
						tr.l-titling
							td
								h1
								{
									padding: 15px 0 5px 0;
									margin: 0;
									color: #7b293f; /*#a6021d;*/
									font-size: 1.5em;
									font-weight: bold;
								}
								
						tr.l-content
							td
							{
								padding: 0;
							}
							
						tr.l-content
							#content
							{
								padding-bottom: 15px;
							}
								
								#content
									.rich-text
									{
										padding-left: 0;
									}
									
								#content
									a
									{
										color: #7b293f;
										text-decoration: underline;
									}
									
								#content
									a:visited
									{
										color: #5c4f15;
										text-decoration: underline;
									}
						
						tr.l-middle-feeds
							td
							{
								vertical-align: top;
								padding: 0;
	
							}
							
						tr.l-middle-feeds
							td.HasLeftSibling
							{
								border-left: solid 8px #d8bd42;
								padding-left: 5px;	
							}
							
						tr.l-middle-feeds
							.feed
							{
								font-size: 1em;
								border-top: solid 1px #d8bd42;
								padding: 10px 5px 5px 5px;
							}
							
						tr.l-middle-feeds
							.feed /*.first*/
							{
								border: none;
								padding-top: 2px;
							}
							
						tr.l-middle-feeds
							.f1,
						tr.l-middle-feeds
							.f5
							{
								width: 250px;
							}
					
						tr.l-middle-feeds
							td.f2
							{
								width: 100%;
							}
							
				
						tr.l-middle-feeds
							.navlist
							{
								width: 179px;
								margin: 0 auto 10px auto;
								padding: 0 0 11px 0;
							}
				
				/*
				* feeds navlist
				*/
				.navlist
				{
					width: 179px;
					margin: 0 auto 10px auto;
					padding: 0 0 11px 0;
					background-image: url(/Common/Images/custom/NavBottom.gif);
					background-repeat: no-repeat;
					background-position: left bottom;
				}
				
				.navlist
					h3
					{
						background-image: url(/Common/Images/custom/NavTop.gif);
						background-repeat: no-repeat;
						background-position: left top;
						background-color: #7180b0;
						/*padding: 5px 5px 3px 5px;*/
						margin: 0;
						color: #d8bd42;
						font-weight: bold;
					}
					
				.navlist
					ul
					{
						list-style: none;
						padding: 0;
						margin: 0;
					}
					
				.navlist
					ul
						li
						{
							background-image: url(/Common/Images/custom/list1.gif);
							background-repeat: no-repeat;
							background-position: 3px 7px;
							background-color: #ced3e4;
							padding: 4px 0 4px 13px;
							margin: 0;
							font-weight: bold;
							color: #0c2577;
							border-top: solid 3px #fff;
							font-size: .9em;
						}
			
/*
	**************************************
	* footer
	**************************************
*/

#footer
{
	font-family: Helvetica, Arial;
	font-size: .9em;
	color: #000;
	text-align: center;
	padding: 8px 5px 0 5px;
	margin: 0;
}
	
#footer
	div
	{
		margin: 0 10px 0 10px;
	}

#footer
	span
	{
		padding: 0 3px 0 0;
	}
	
#footer
	#contactinfo
	{
		padding: 2px 5px 8px 5px;
	}
	
#footer
	a,
#footer
	a:visited
	{
		color: #7b293f;
		text-decoration: underline;
	}
	
/*
	**************************************
	* contactinfo
	**************************************
*/

#contactinfo
{
	font-family: Helvetica, Arial;
	font-size: .9em;
	color: #000;
	text-align: center;
	padding: 8px 5px 5px 5px;
	margin: 0;
}

#contactinfo
	div
	{
		margin: 0 10px 0 10px;
	}
	
#contactinfo
	div.info
	{
		margin-bottom: 5px;
	}
	
#contactinfo
	div.images
	{
		padding: 5px 0 5px 0;
		background-color: #fff;
	}

#contactinfo
	span
	{
		padding: 0 3px 0 0;
		vertical-align: top;
	}
	
#contactinfo
	img
	{
		padding: 0 10px 0 10px;
		vertical-align: top;
	}
	
#contactinfo
	a,
#contactinfo
	a:visited
	{
		color: #7b293f;
		text-decoration: underline;
	}
	
/*
	**************************************
	* admin link in upper left corner
	**************************************
*/

div.l-closed
	a:hover
	{
		background-color: #fff;
	}
/*
	**************************************
	* header
	**************************************
*/


/*
	**************************************
	* Home page (Front Door ) specific
	**************************************
*/

/*
* left
*/
body.Home
	td.l-left
	{
		padding: 0;
	}

/*
* middle
*/
		
body.Home						
	table.l-maincontent
		tr.l-titling
		{
			display: none;
		}
		
body.Home
	td.l-left
		.l-navigation
		{
			display: none;
		}
		
body.Home
	.homeimage
	{
		float: left;
		padding: 0 10px 15px 0;
	}
				
body.Home
	#content
		.Title
		{
			color: #000;
			font-size: 1.5em;
			font-weight: bold;
			margin: 0;
			padding: 0;
		}
		
body.Home,
body.Inner
	tr.l-middle-feeds
	{
		border-top: solid 4px #d8bd42;
	}
	
body.Home
	tr.l-middle-feeds
		td
		{
			padding-top: 5px;
		}
		
body.Home
	td.f1
		.feed,
body.Home
	td.f5
		.feed
		{
			color: #352f79;
		}
body.Home,
body.Inner		
	.feed
		h3
		{
			background-color: #7b293f;
			color: #fff;
		}

body.Home,
body.Inner		
	.feed
		h3
			a,
body.Home,
body.Inner
	.feed
		h3
			a:visited
			{
				color: #fff;
			}
			
body.Home
	.navlist
		h3
		{
			background-color: #7180b0;
		}
					

/*
	**************************************
	* Inner page specific
	**************************************
*/

body.Inner
	tr.l-tools
		div.l-tools
		{
			background-image: url(/Common/Images/custom/bgInnerLeft.gif);
			background-repeat: repeat-y;
			background-position: 0px 25px;
		}
body.Inner
	td.l-left
	{
		padding: 0 0 0 5px;
	}
			
body.Inner
	div.l-navigation
	{
		width: 179px;
		margin: 0;
		padding: 10px 0 10px 0;
		background-color: #fff;
	}
		
body.Inner
	div.l-navigation
		#navigation
		{
			padding: 0;
			margin: 0;
		}
		
		
body.Inner
	div.l-navigation
		ul
		{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
body.Inner
	div.l-navigation
		ul.l0
		{
			list-style: none;
			margin: 0;
			padding: 0 0 11px 0;
			background-image: url(/Common/Images/custom/NavBottom.gif);
			background-repeat: no-repeat;
			background-position: left bottom;
		}
		
body.Inner
	div.l-navigation
		ul.l0
			li
			{
				background-color: #ced3e4;
				margin: 0;
				overflow: hidden;
				/*zoom: 1;*/
			}
			
body.Inner
	div.l-navigation
		ul.l0
			li
				a.Home
				{
					display: none;
				}
		
body.Inner
	div.l-navigation
		ul.l0
			.l-section
			{
				display: block;
				background-image: url(/Common/Images/custom/NavTop.gif);
				background-repeat: no-repeat;
				background-position: left top;
				background-color: #7180b0;
				padding: 5px 5px 3px 5px;
				margin: 0;
				color: #d8bd42;
				font-weight: bold;
				text-align: center;
			}
						
body.Inner	
	div.l-navigation
		ul.l0
			ul.l1
			{
				font-size: 11px;
			}
					
body.Inner
	div.l-navigation
		ul.l1
			li.ancestor
			{
				display: block;
				background-image: url(/Common/Images/custom/list4.gif);
				background-repeat: no-repeat;
				background-position: 4px 7px;
				padding: 2px 0 2px 13px;
				margin: 0;
				font-size: 11px;
				font-weight: bold;
				color: #000;
				border-top: solid 3px #fff;
			}
				
body.Inner
	div.l-navigation
		ul.l1
			li.ancestor
				a,
body.Inner
	div.l-navigation
		ul.l1
			li.ancestor
				a:visited
				{	
					background-image: none;
					color: #000;
					font-size: 11px;
					font-weight: bold;
					margin: 0;
					padding: 0;
					text-align: left;
				}
			
					
body.Inner
	div.l-navigation
		ul.l1
			li
			{
				display: block;
				background-image: url(/Common/Images/custom/list1.gif);
				background-repeat: no-repeat;
				background-position: 3px 7px;
				background-color: #ced3e4;
				padding: 4px 0 4px 13px;
				margin: 0;
				/*font-size: 11px;*/
				font-weight: bold;
				color: #0c2577;
				border-top: solid 3px #fff;
			}
			
body.Inner
	div.l-navigation
		ul.l1
			li
				a,
body.Inner
	div.l-navigation
		ul.l1
			li
				a:visited
				{	
					background-image: none;
					color: #0c2577;
					font-size: 11px;
					font-weight: bold;
					margin: 0;
					padding: 0;
					text-align: left;
				}
				
body.Inner
	div.l-navigation
		ul.l1
			li.current
			{	
				background-image: url(/Common/Images/custom/list5.gif);
				color: #5c4f15;
				font-size: 11px;
				font-weight: bold;
				text-align: left;
			}
			
body.Inner
	div.l-navigation
		ul.l1
			li.current
				ul
				{
					padding: 0;
					margin: 0;
				}
body.Inner
	div.l-navigation
		ul.l1
			li.current
				li
				{
					background-image: url(/Common/Images/custom/list3.gif);
					background-repeat: no-repeat;
					background-position: left 9px;
					padding: 4px 0 4px 8px;
					margin: 0;
					font-weight: bold;
					color: #000;
					border-top: solid 1px #fff;
				}

body.Inner
	div.l-navigation
		ul.l1
			li.current
				li
					a
					{
						color: #a5001e;
					}
		
body.Inner
	td.l-center
	{
		width: 100%;
	}
	
body.Inner
	td.l-center
		table.Layout
		{
			width: 100%;
		}
	
.searchPSP
{
	background-color: #D9DCED;
	color: #00358E;
	font-weight: bold;
	font-size: 1em;
}
		
div.popout
{
	position: absolute;
    margin: 0;
    padding: 0;
	display:none;
}

.popoutTop
{
	background: url(/Common/Images/custom/popoutTop.gif) no-repeat left top;
	margin: 0;
	padding: 19px 0 0 0;
}

.popoutBottom
{
	background: url(/Common/Images/custom/popoutBottom.gif) no-repeat left top;
	margin: 0;
	padding: 19px 0 0 0;
}

.popoutTextOuter
{
    background: url(/Common/Images/custom/popoutLeftTile.gif) repeat-y left top;
    margin: 0;
    padding: 0;
}

.popoutText
{
	background: #fff url(/Common/Images/custom/popoutRightTile.gif) repeat-y right top;
	width: 200px;
	color: #000;
	margin: 0 0 0 10px;
	padding: 5px 15px 5px 10px;
}

/*
.popoutTextOuter > .popoutText
{
	width: 205px;
	margin: 0 0 0 10px;
	padding: 5px 15px 5px 10px;
}
*/

	




/* FOR CMS - PLEASE DO NOT DELETE */
.freeTextBox
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	background-color: #ffffff;
	margin: 5px 5px 5px 5px;
}
.alertbox
{
	border-right: #c4c2c2 1px solid;
	border-top: #c4c2c2 1px solid;
	background: #ffffff;
	border-left: #c4c2c2 1px solid;
	border-bottom: #c4c2c2 1px solid;
	background-color: #ffff99;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
}
.boxinner
{
	border-right: #c4c2c2 1px solid;
	border-top: #c4c2c2 1px solid;
	background: #fff;
	border-left: #c4c2c2 1px solid;
	border-bottom: #c4c2c2 1px solid;
}

.boxouter
{
	border-right: #cccccc 2px solid;
	border-top: 0px;
	margin-bottom: 6px;
	border-left: 0px;
	width: 100%;
	border-bottom: #cccccc 3px solid;
}
.cu
{
	background: #dedede;
	border-bottom: #c4c2c2 1px solid;
	text-align:left;
}
.cu H1
{
	font-weight: bold;
	font-size: 100%;
	margin: 2px;
	color: #3f3f3f;
	padding-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
}






/* added 12-18-08  Common-Presentation\assets\common\styles\Screen.css  */
/*
 *************************************
 * misc styling
 *************************************
*/
body
{
	font-family: Arial, Verdana;
	font-size: .75em;
}
h1
{
	font-size: 1.75em;
}
h2
{
	font-size: 1.5em;
}
h3
{
	font-size: 1.25em;
}
h4
{
	font-size: 1em;
}
h5
{
	font-size: .75em;
}
td
{
	vertical-align: top;
}
/* 
*************************************
* Global styles for richtext content area
*************************************
*/
						
#content
	p
	{
		margin: 0;
		padding: 5px 0 5px 0;
	}
	
#content
	ul
	{
		margin-top: 3px;
	}

#content
	.Brick
	{
		margin: 0;
		padding: 0 0 10px 0;
	}
	
#content
	.Brick
		.Title
		{
			padding: 0 0 2px 0;
		}
		
#content
	.Brick
		img.FromImageLibrary
		{
			padding: 5px 5px;
			margin: 0;
			border: 0;
		}
		
#content
	.Property
		.Name
		{
			display: block;
			font-size: 11px;
		}
		
#content
	.Property
		input.SingleLineText
		{
			width: 400px;
		}

#content
	.Property
		textarea
		{
			width: 400px;
			height: 300px;
		}

/*
 *************************************
 * Common to all extensions
 *************************************
*/
div.extension-content
{
	padding: 10px;
}
div.extension-content
	a
	{
		font-weight: bold;
	}
/*
 *************************************
 * Misc
 *************************************
*/
#calendar
	div.navigation,
ul.navigation,
div#documentCollection,
div.image-list,
div.image-details
	{
		padding: 0 10px;
	}
div.confirm-delete
{
	margin: 30px 0 30px 0;
}
/*
 *************************************
 * Image Gallery
 *************************************
 */
div.image-list
	ol
	{
		list-style: none;
	}
div.image-list
	li
	{
		margin: 0;
		padding: 0 0 10px 0;
	}
div.image-details
	div.description
	{
		font-size: 12px;
		padding: 10px 0 10px 0;
	}
div.image-details
	dl
	{
		padding: 0;
		margin: 0;
		font-size: 12px;
	}
div.image-details
	dl
		dt
		{
			font-weight: bold;
		}
div.image-details
	dl
		dd
		{
			padding-bottom: 10px;
		}
div.image-list
	span.title
	{
		display: block;
		font-size: 12px;
		text-decoration: none;
		color: #000;
	}
/*
 *************************************
 * Calendar
 *************************************
 */
#calendar
{
	width: 96%;
}
#calendar
	h2
	{
		margin: 10px 10px;
		padding: 0;
	}
#calendar
	div.peer-navigation
	{
		padding: 0 15px;
	}
#calendar
	table.event-grid
	{
		width: 100%;
		padding: 0;
		margin: 0;
		border-collapse: collapse;
	}
#calendar
	table.event-grid
		th
		{
			text-transform: uppercase;
			letter-spacing: -1px;
			text-align: center;
			vertical-align: middle;
			font-weight: normal;
			width: 12%;
			height: 1.5em;
		}
#calendar
	table.event-grid
		th.week-count
		{
			background: none;
			width: 3%;
		}
#calendar
	table.event-grid
		a
		{
			text-decoration: none;
		}
#calendar
	table.event-grid
		td
		{
			width: 13%;
		}
#calendar
	table.event-grid
		td.week-count
		{
			writing-mode: tb-rl;
			filter:	flipH() flipV();
			text-transform: uppercase;
			letter-spacing: 1px;
			text-align: center;
			vertical-align: middle;
			border-left: none;
			width: 1em;
			padding: 0 2px 0 2px;
		}
#calendar
	table.event-grid
		div.day
		{
			height: 100px;
			padding: 0 2px 2px 2px;
		}
#calendar
	table.event-grid
		td > div.day
		{
			height: auto;
			min-height: 100px;
		}
#calendar
	table.event-grid
		div.OtherMonth
		{
			opacity: 0.2;
			filter: alpha(opacity=20);
		}
#calendar
	table.event-grid
		div.day
			ul
			{
				list-style: none;
				margin: 0;
				padding: 0;
			}
#calendar
	table.event-grid
		div.day
			span.summary
			{
				padding-left: 4px;
				font-weight: bold;
			}
#calendar
	table.event-grid
		div.Today
			span.summary
			{
				font-weight: bold;
			}
#calendar
	table.event-grid
		div.day
			a.url,
#calendar
	table.event-grid
		div.day
			a.url:visited
			{
				font-weight: bold;
			}
#calendar
	div.day
	{
		padding: 10px 10px 10px 15px;
	}
#calendar
	div.event-range
	{
		padding: 10px 10px 10px 15px;
	}
#calendar
	div.event-range
		ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
#calendar
	div.event-range
		div.day
			a.url,
#calendar
	div.event-range
		div.day
			a.url:visited,
#calendar
	div.day
		div.events
			a.url,
#calendar
	div.day
		div.events
			a.url:visited
			{
				font-weight: bold;
				text-decoration: none;
			}
#calendar
	div.event-range
		div.day
			a.url:hover,
#calendar
	div.day
		div.events
			a.url:hover	
		{
			font-weight: bold;
			text-decoration: underline;
		}
#calendar
	div.events
		ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
#calendar
	div.day
		span.importance
		{
			padding: 0 10px 0 0;		
		}
#calendar
	div.event
	{
		padding: 5px 10px 20px 20px;
	}
#calendar
	div.event
		div.summary
		{
			font-weight: bold;
		}
#calendar
	div.event
		div.description
		{
			padding: 0 0 10px 10px;
			color: #666;
			font-weight: normal;
		}
#calendar
	div.peer-navigation
		ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
#calendar
	div.peer-navigation
		li
		{
			display: inline;
			padding: 0 6px 0 10px;
			background: url(../images/bullet-tiny-black.gif) no-repeat left 4px;
		}
#calendar
	div.peer-navigation
		li.first
		{
			background: none;
			padding-left: 0;
		}
#calendar
	div.peer-navigation
		a
	{
		color: #000;
		white-space: nowrap;
		text-decoration: none;
	}
#calendar
	div.peer-navigation
		a:hover
	{
		text-decoration: underline;
	}
#calendar
	div.vevent
		div.property
	{
		padding-bottom: 10px;
		font-weight: bold;	
	}
#calendar
	div.vevent
		div.descrption
	{
		font-weight: normal;
	}
#calendar
	div.vevent
		div.property
			.dtstart,
#calendar
	div.vevent
		div.property
			.dtend,
#calendar
	div.vevent
		div.property
			.importance,
#calendar
	div.vevent
		div.property
			.location
			{
				font-weight: normal;
			}
/*
 *************************************
 * Category Selector
 *************************************
 */
div.category-selector
{
	margin: 5px 10px 0 10px;
	padding: 5px 10px 10px 10px;
}
div.category-selector
	select.selected
	{
		background-color: #fc7a0f;
	}
div.event-range-selector
{
	margin: 0 10px 0 10px;
	padding: 5px 10px 10px 10px;
}
/*
 *************************************
 * Category Editor
 *************************************
 */
div#category-editor
{
	display: block;
	font-size: 12px;
	position: relative;
	width: 100%;
	height: 400px;	
	overflow: auto;
	border: 2px buttonface inset;
	margin: 5px 5px;
	background-color: #eee;
}
div#category-editor
	li
	{
		padding: 0 0 0 18px;
		clear: both;
	}
div#category-editor
	li.Expanded div
	{
		background-image: url(../images/minus.gif);
	}
div#category-editor
	li.Collapsed
		div
		{
			background-image: url(../images/plus.gif);
		}
div#category-editor
	li.Collapsed
		ul
		{
			width: 0;
			height: 0;
			overflow: hidden;
			position: absolute;
		}
div#category-editor
	li
		div.Control
		{
			background-repeat: no-repeat;
			background-position:  0 -1px;
			position: relative;
			left: -18px;
			margin: 0 -18px 0 0;
			float: left;
			width: 16px;
			height: 16px;
			cursor: pointer;
			padding: 0;
		}
div#category-editor
	input
	{
		float: left;
		vertical-align: middle;
	}
div#category-editor
	label
	{
		float: left;
		cursor: pointer;
		display: block;
		padding: 1px 0 0 2px;
	}
div#category-editor
	ul
	{
		list-style: none;
		margin: 0;
		padding: 0 0 0 2px;
	}
div#category-editor
	ul
		ul
		{
			padding: 0 0 0 20px;
		}
/*
 *************************************
 * Publication
 *************************************
 */
#publication
	ul.ArticleList
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
#publication
	ul.ArticleList
		li
		{
			padding: 0 0 10px 0;
		}
#publication
	span
	{
		display: block;
	}
#publication
	h4
	{
		margin: 0;
		padding: 0;
	}
#publication
	span.Author
	{
		display: inline;
	}
#publication
	span.Author
		span.vcard,
#publication
	span.Author
		span.vcard
			span.fn,
#publication
	span.Author
		span.published
		{
			display: inline;
		}
#publication
	span.View
		span.Abstract
		{
			padding: 0 0 10px 10px;
			font-style: italic;
			font-size: 12px;
		}
#publication
	div.panel
		span.Content
		{
			padding: 0 0 10px 0;
		}
/*
 *************************************
 * Extension Auhoring
 *************************************
 */
div.authoring
{
	padding: 0 10px;
	margin: 10px 0 0 0;
}
div.authoring
	div.field
	{
		padding: 0 0 10px 0;
	}
div.authoring
	input.text
	{
		width: 400px;
	}
div.authoring
	textarea
	{
		width: 400px;
	}
/*
 *************************************
 * Extension Commands
 *************************************
 */
ul.commands
{
	margin: 0;
	padding: 0;
	list-style: none;
}
div.Commands
{
	margin: 0;
	padding: 0;
}
ul.commands
	li
	{
		float: left;
		margin: 0 10px 10px 0;
	}
div.Commands
	span
	{
		float: left;
		margin: 0 10px 10px 0;
	}
ul.commands
	a,
ul.commands
	a:visited
	{
		display: block;
		color: #000;
		font-weight: bold;
		font-size: 11px;
		padding: 4px 0 0 0;
	}
/*
 ****************************************************
 * Grid - used for Directory and Document Collection
 ****************************************************
 */
div.grid
	a
	{
		color: #000;
	}
div.grid
	div.visibility
	{
		margin: 0 2px 2px 2px;
		padding: 5px 10px 10px 10px;
		background-color: #eee;
		font-size: 10px;
	}
div.grid
	div.visibility
		ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
div.grid
	div.visibility
		li
		{
			padding: 0 0 0 16px;						
		}
div.grid
	div.visibility
		li.visible
		{
			background: url(../images/check-mark.gif) no-repeat 0 -5px;
		}
div.grid
	div.visibility
		li.reset
		{
			padding-top: 10px;
		}
div.grid
	div.visibility-trigger
	{
		background-color: #eee;
		font-size: 10px;
		text-align: right;
		margin: 0 2px;
		padding: 2px 5px 5px 5px;
	}
div.grid
	div.visibility-trigger
		span
		{
			cursor: pointer;
		}
div.grid
	div.visibility
	{
		display: none;
	}
div.grid
	div.segments
	{
		padding: 2px 5px 5px 5px;
		background-color: #eee;
		font-size: 10px;
	}
div.grid
	div.segments
		ul
		{
			list-style:none;
			margin: 0;
			padding: 0;
		}
div.grid
	div.segments
		li
		{
			display: inline;
			padding: 0 0.2em 0 0;
		}
div.grid
	table
	{
		width: 100%;
	}	
div.grid
	th
	{
		text-align: left;
		padding: 2px 5px 5px 5px;
		background-color: #eee;
		font-size: 12px;
	}
div.grid
	td
	{
		padding: 2px 5px 5px 5px;
		font-size: 12px;
	}
div.grid
	table
		th
			a.ascending,
div.grid
	table
		th
			a.ascending:visited
			{
				padding-right: 16px;
				background: url(../images/sort-ascending.gif) no-repeat right top;
			}
div.grid
	table
		th
			a.descending,
div.grid
	table
		th
			a.descending:visited
			{
				padding-right: 16px;
				background: url(../images/sort-descending.gif) no-repeat right top;
			}
/*
 *************************************
 * Document Collection document types
 *************************************
 */
div.grid td a.ResourceTitle {
	display: block;
	background-image: url(../images/ico-document.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	padding-left: 18px;
	min-height: 16px;
}
		
div.grid td	a.word		{ background-image: url(../images/ico-word.gif); }
div.grid td	a.excel		{ background-image: url(../images/ico-excel.gif);	}
div.grid td	a.powerpoint{ background-image: url(../images/ico-powerpoint.gif); }
div.grid td	a.access	{ background-image: url(../images/ico-access.gif); }
div.grid td	a.publisher	{ background-image: url(../images/ico-publisher.gif); }
div.grid td	a.graphic	{ background-image: url(../images/ico-graphic.gif); }
div.grid td	a.html		{ background-image: url(../images/ico-html.gif); }
div.grid td	a.pdf		{ background-image: url(../images/ico-pdf.gif); }
div.grid td	a.visio		{ background-image: url(../images/ico-visio.gif); }
div.grid td	a.text		{ background-image: url(../images/ico-text.gif); }
div.grid td	a.email		{ background-image: url(../images/ico-email.gif); }
div.grid td	a.archive	{ background-image: url(../images/ico-archive.gif); }
div.grid td	a.video		{ background-image: url(../images/ico-video.gif); }
div.grid td	a.audio		{ background-image: url(../images/ico-audio.gif); }
div.grid td	a.flash		{ background-image: url(../images/ico-flash.gif); }

/* field viewer */
div.field-viewer
	div.field
		div.name
		{
			font-weight: bold;
		}
div.field-viewer
	div.field
		div.value
		{
			padding: 0 0 10px 40px;
		}
div.field-viewer
	div.field
		a
		{
			display: block;
			padding-bottom: 10px;
		}
div.field-viewer
	dl.properties
	{
		margin: 0;
		padding: 0;
	}
div.field-viewer
	dl.properties
		dd
		{
			margin: 0;
			padding: 0 0 10px 40px;
		}
div.panel
	dl
		dd
		{
			display: block;
			margin: 0;
			padding: 0 0 10px 10px;
		}
div.field-viewer
	dl.properties
		dt
		{
			font-weight: bold;
		}
div.panel
	dl
		dt
		{
			font-weight: bold;
		}
div.navigation
	ul,
ul.authoring,
ul.navigation
	{
		margin: 5px 0;
		padding: 5px;
		list-style: none;
		border-top: 2px dotted #eee;
		border-bottom: 2px dotted #ccc;
	}
div.navigation
	li,
ul.navigation
	li
	{
		display: inline;
		padding: 0 2px 0 10px;
		margin: 0;
		background: url(../images/bullet-tiny-black.gif) no-repeat 2px 4px;
	}
div.navigation
	li
		strong,
ul.authoring
		li
			strong,
ul.navigation
	li
		strong
		{
			font-weight: bold;
			font-size: 10px;
		}
div.navigation
	a,
ul.navigation
	a,
ul.authoring
		a,
div.navigation
	a:visited,
ul.navigation
	a:visited
	{
		color: #000;
		white-space: nowrap;
		text-decoration: none;
	}
div.navigation
	a:hover,
ul.navigation
	a:hover,
ul.authoring
		a:hover,
div.navigation
	a:visited:hover,
ul.authoring
		a:visited:hover,
ul.navigation
	a:visited:hover
	{
		text-decoration: underline;
	}
div.navigation
	li.first,
ul.authoring
		li.first,
ul.navigation
	li.first
	{
		background: none;
		padding-left: 0;
	}
div.Input
{
	padding-bottom: 10px;
}
/*
 *************************************
 * Directory - group and entry
 *************************************
 */
div.search-collection
{
	margin: 5px 2px 0 2px;
	padding: 5px 10px 10px 10px;
}
div.search-collection
	div.field
	{
		display: inline;
	}
div.group
{
	padding: 0 10px;
}
#entry
{
	padding: 0 10px;
	font-size: 12px;
	margin: 0 0;
	padding: 0 0;
}
#entry
	a
	{
		color: #000;			
	}
#entry
	div.functions,
#entry
	div.panel
	{
		margin: 0 0;
		padding: 0 0;
	}
#entry
	div.functions
		ul
		{
			zoom: 1;
			margin: 0 0;
			list-style: none;
			padding: 0 0;
		}
#entry
	div.functions
		ul
			li
			{
				margin: 0 0;
				padding: 0 0;
			}
#entry
	div.functions
		dl
		{
			padding: 0 0;
			margin: 0 0;
			border: 0;
		}
#entry
	div.functions
		dt
		{
			margin: 0 0;
			padding: 0 0;
			font-weight: bold;
		}
#entry
	div.functions
		dd
		{
			margin: 0 0;
			padding: 0 0 0 10px;
		}
#entry
	div.functions
		dd.Groups
		{
			padding-bottom: 10px;
		}
#entry
	div.functions
		dd
			a
			{
				font-weight: normal;
				text-decoration: none;
				margin: 0;
				padding: 4px 0 4px 24px;
				display: block;
			}
#entry
	div.functions
		dd
			a:visited
			{
				font-weight: normal;
				text-decoration: none;
				margin: 0;
				padding: 4px 0 4px 24px;
				display: block;
			}
#entry
	div.functions
		dd.Groups
			a
			{
				background: url(../images/Group.gif) no-repeat scroll left 3px;
			}
#entry
	div.functions
		dd.Categories
			li
			{
				font-weight: normal;
				padding: 4px 0 4px 24px;
				display: block;
				background: url(../images/Tag.gif) no-repeat scroll 4px 3px;
			}
/*
 *************************************
 * search results
 *************************************
 */
div.Search
	ul.search-type
	{
		list-style: none;
		margin: 5px 0 5px 10px;
		padding: 0;
	}
div.Search
	ul.Result
	{
		list-style: none;
		margin: 20px 0 0 0;
		padding: 0;
	}
div.Search
	ul.Result
		li.Page
		{
			padding: 0 0 5px 20px;
			background: url(../images/search-page.gif) no-repeat 0 -1px;
		}
div.Search
	ul.Result
		li.Link
		{
			padding: 0 0 5px 20px;
			background: url(../images/search-link.gif) no-repeat 0 -1px;
		}
/*
 ************************************
 * admin/login area
 ************************************
 */
body
{
	margin: 0;
}
#l-authoring {
	margin: 0;
}

.l-admin-closed {
	padding: 0;
}

.l-admin-closed a.l-trigger {
	position: absolute;
	width: 20px;
	height: 0;
	overflow: hidden;
	padding: 16px 0 0 0;
	top: 0;
	left: 0;
}

.l-admin-closed a.l-trigger:hover {
	background: url(../images/icon-login.gif) no-repeat 4px 0;
}

.l-admin-open {
	background-color: #b9d1eb;
	border-bottom: #1b3b57 1px solid;
	padding: 2px;
	font-size: 12px;
}

.l-admin-open a.l-trigger {
	display: block;
	overflow: hidden;
	float: left;
	width: 16px;
	height: 0;
	padding: 16px 0 0 0;
	background: url(../images/icon-close.gif) no-repeat;
}

.l-admin-closed div#properties,
.l-admin-closed div#login {
	display: none;
}

.l-admin-open .l-legend {
	display: none;
}


.l-admin-open a,
.l-admin-open .l-pid {
	color: #1b3b57;
	padding: 0 20px 0 20px;
}

.l-admin-open a {
	color: #1b3b57;
	padding: 0 10px 0 40px;
	background: url(../images/icon-edit.gif) no-repeat 20px 0;
}

.l-admin-open .version {
	padding: 0 5px 0 100px;
	color: #666;
}

.l-admin-open input.url,
.l-admin-open input.password,
.l-admin-open input.text {
	font-family: monospace;
	font-size: 12px;
}

.l-admin-open div {
	display: inline;
}
/*
 *************************************
 * Discussion
 *************************************
 */
ul.authoring
	li
	{
		display: inline;
		padding-right: 20px;
	}
ul.authoring
	li
		a
		{
			padding-left: 14px;
		}
ul.authoring
	li
		a.AddPost,
ul.authoring
	li
		a.AddComment,
ul.authoring
	li
		a.add
		{
			background: url(../images/add.gif) no-repeat left 2px;
		}
ul.authoring
	li
		a.Edit,
ul.authoring
	li
		a.edit
		{
			background: url(../images/edit.gif) no-repeat left 2px;
		}
ul.authoring
	li
		a.Delete,
ul.authoring
	li
		a.delete
		{
			background: url(../images/delete.gif) no-repeat left 2px;
		}
div#discussion
	div.special,
div#post
	div.special
{
	padding: 15px 0px 10px 20px;
	margin: 0 0 10px 0;
}
div#discussion
	div.Posts
		ol
		{
			list-style: none;
			padding: 0;
			margin: 0;
		}
div#discussion
	div.Posts
		li
		{
			background: url(../images/comment.gif) no-repeat left 2px;
			padding-left: 14px;
			padding-bottom: 0;
			margin-bottom: 8px;
		}
div#discussion
	div.Posts
		li
			h4.title
			{
				font-size: .8em;
				margin-bottom: 3px;
				padding: 0;
			}
div#post
	div.comments
		h4
		{
			font-size: 1.2em;
			margin: 8px 0 8px 0;
			padding: 0;
		}
div#post
	div.entry
		div
			div.posted,
div#discussion
	div.comments
		div.lastCommentPosted
		{
			display: inline;
		}
div#discussion
	div.Posts
		ul.authoring
		{
			padding-left: 0;
			border: none;
		}
div#post
	h5
	{
		margin-bottom: 0;
	}
div.posted,
div#post
	div.meta
	{
		padding-bottom: 5px;
	}
div#post
	div.entry
		div.description 
		{
			padding-top: 0;
		}
div#post
	div.entry
		div.comments
			ol
			{
				list-style: none;
				padding: 0;
				margin: 0;
			}
div#post
	div.entry
		div.comments
			ol
				li
				{
					background: url(../images/comment.gif) no-repeat left 2px;
					padding-left: 14px;
					padding-bottom: 5px;
					margin-bottom: 5px;
					border-bottom: dashed 1px #999;
				}
div#post
	div.entry
		div.comments
			ol.replies
			{
				margin: 5px 0 0 0;
			}
div#post
	div.entry
		div.comments
			ol.replies
				li
				{
					background-image: url(../images/reply.gif);
					background-repeat: no-repeat;
					background-position: left top;
					padding-left: 17px;
					padding-bottom: 0;
					
				}
div#post
	div.entry
		div.comments
			ul.authoring
			{
				padding-left: 0;
				border: none;
			}
div#post
	div.entry
		div.comments
			ul.authoring
				li
				{
					background-image: none;
					padding-left: 0;
				}
div#post
	div.entry
		div.comments
			ul.authoring
				li
					a.delete
					{
						background: url(../images/delete.gif) no-repeat left 2px;
						padding-left: 14px;

					}
div.post-comment
{
	margin-top: 20px;
}

div.post-comment
	h4
	{
		font-size: 1.2em;
		padding: 0;
		margin: 0 0 7px 0;
	}
div.post-comment
	div.Form
		li
			div.Value
				textarea
				{
					height: 70px;
				}
	
div#post-comment
	div.Form
		h4,
div#comment
	div.Form
		h4,
div#post
	div.Form
		h4,
div#discussion
	div.Form
		h4
		{
			padding-left: 100px;
		}
div#post-comment
	div.Form
		ul,
div#comment
	div.Form
		ul,
div#post
	div.Form
		ul,
div#discussion
	div.Form
		ul
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
div#post-comment
	div.Form
		ul
			li,
div#comment
	div.Form
		ul
			li,
div#post
	div.Form
		ul
			li,
div#discussion
	div.Form
		ul
			li
			{
				list-style: none;
				display: inline-block;
				padding-top: 3px;
				padding-bottom: 3px;
			}
div#post-comment
	div.Form
		li
			div.Name,
div#comment
	div.Form
		li
			div.Name,
div#post
	div.Form
		li
			div.Name,
div#discussion
	div.Form
		li
			div.Name
			{
				width: 100px;
				padding: 0 10px 0 0;
			}
div#post-comment
	div.Form
		li
			div.Value
				input,
div#post-comment
	div.Form
		li
			div.Value
				textarea,
div#comment
	div.Form
		li
			div.Value
				input,
div#comment
	div.Form
		li
			div.Value
				textarea,
div#post
	div.Form
		li
			div.Value
				input,
div#post
	div.Form
		li
			div.Value
				textarea,
div#discussion
	div.Form
		li
			div.Value
				input,
div#discussion
	div.Form
		li
			div.Value
				textarea
				{
					width: 66%;
				}

div#post-comment
	div.Form
		div.Commands,
div#comment
	div.Form
		div.Commands,
div#post
	div.Form
		div.Commands,
div#discussion
	div.Form
		div.Commands
		{
			padding: 5px 0 0 0;
		}
div#post-comment
	div.Form
		span.Command,
div#comment
	div.Form
		span.Command,
div#post
	div.Form
		span.Command,
div#discussion
	div.Form
		span.Command
		{
			vertical-align: top;
		}
div#post-comment
	div.Form
		span.Command
			input,
div#post-comment
	div.Form
		span.Command
			a,
div#comment
	div.Form
		span.Command
			input,
div#comment
	div.Form
		span.Command
			a,
div#post
	div.Form
		span.Command
			input,
div#post
	div.Form
		span.Command
			a,
div#discussion
	div.Form
		span.Command
			input,
div#discussion
	div.Form
		span.Command
			a
			{
				display: block;
				color: #000;
				font-weight: bold;
				font-size: 11px;
				padding: 4px 0 0 0;
			}
div.tags
	h3
	{
		padding: 0;
		margin: 0;
		font-size: 1em;
	}
div.tags
	ul
	{
		list-style: none;
	}
div.tags
	li
	{	
		font-weight: normal;
		padding: 4px 0 4px 24px;
		display: block;
		background: url(../images/Tag.gif) no-repeat scroll 4px 3px;
	}





/* added 12-18-08  Presentation-JCR-Common-1-1\styles\Screen.css  */  
div#login
	div.authenticate
		div.message
		{
			padding-left: 10px;
			color: Red;
			font-weight: bold;
		}

.hilite1
{ 
	background-color: #ff0; 
}

.hilite2
{
	background-color: #66ff00;
}

div#SubscriberMgtArea
{
	font-size: 1.2em;
}

div#SubscriberMgtArea
	a
	{
		
		font-weight: bold;
		color: #696969;
	}
	
div.subscribermanagement
{
	text-align: left;
	zoom: 1;
	font-size: .8em;
}



div.subscribermanagement
	div.info
	{
		color: #696969;
		font-weight: bold;
		margin: 3px 0 4px 0;
	}

div.subscribermanagement
	fieldset
	{
		padding: 5px;
	}

div.subscribermanagement
	div.mgt-container
	{
		float: left;
		margin: 0 10px 0 0;
		width: 250px;
	}
	
div.subscribermanagement
	div.mgt-password
	{
		width: 250px;
	}
	
div.subscribermanagement
	div.mgt-email
	{
		width: 315px;
	}

div.subscribermanagement
	div.enteradminpassword
	{
		font-weight: bold;
		color: #696969;
		padding: 20px 0 0 0;
		width: 350px;
		clear: both;
	}
	
div.subscribermanagement
	div.enteradminpassword
		.field
		{
			margin-top: 5px;
		}
	
div.subscribermanagement
	div.enteradminpassword
		label
		{
			color: #000;
		}
	
div.subscribermanagement
	input.email
	{
		width: 250px;
	}
	
div.subscribermanagement
	ul.commands
	{
		display: block;
		clear: both;
		height: 40px;
		vertical-align: middle;
		font-size: 1.2em;
	}
	
div#SubscriberMgtArea
	div.subscribermanagement
		ul.commands
			a
			{
				font-size: 1em;
			}
	
div.subscribermanagement
	ul.commands
		li.cancel
		{
			padding-top: 8px;
		}
		
div#SubscriberMgtArea
	div.subscribermanagement
		ul.commands
			li.cancel
				a
				{
					color: #000;
					font-weight: bold;
				}
	
div.subscribermanagement
	input.submit
	{
		margin: 10px 0 10px 50px;
	}
	
div.subscribermanagement
	div.message
	{
		color: #b22222;
		font-weight: bold;
	}
#publication
	span.View
		dt
		{
			display: none;
		}
		
#publication
	span.Author
		span.vcard
		{
			display: none;
		}


		
/* added 12-18-08  Common-Presentation\assets\common\Extentions.css */
/*
 *****************************************
 * COLORS and FONT SIZES
 *****************************************
*/
div.rich-text,
#publication,
#documentInfo
{
	font-size: 12px;
}
/* links */
div.rich-text
	a,
#publication
	div.panel
		a
		{
			color: #0173bc;
		}
div.navigation
	li,
ul.authoring
		li,
ul.navigation
	li
	{
		font-size: 10px;
	}
/* navigatin hover color */
div.navigation
	a:hover,
ul.navigation
	a:hover,
ul.authoring
		a:hover,
div.navigation
	a:visited:hover,
ul.authoring
		a:visited:hover,
ul.navigation
	a:visited:hover
	{
		color: #0173bc;
	}
/* peer navigation, next and previous */
div.peer-navigation
	ul
	{
		font-size: 10px;
	}
div.peer-navigation
	a,
div.peer-navigation
	a:visited
	{
		color: #000;
	}
div.peer-navigation
	a:hover
	{
		color: #0173bc;
	}
/*
 *************************************
 * Publication
 *************************************
 */
/* Post by and on for publication article */
#publication
	span.Author
	{
		font-size: 10px;
		color: #999;
	}
/* article title */
#publication
	h4
	{
		font-size: 14px;
	}
#publication
	div.authoring
	{
		font-size: 12px;
	}
/*
 *************************************
 * Calendar
 *************************************
 */
/* title */
#calendar
	h2
	{
		font-size: 13px;
	}
#calendar
	div.authoring
	{
		font-size: 12px;
	}
/* day of week */
table.event-grid
	th
	{
		font-size: 0.85em;
		font-family: Verdana;
		background-color: #0173bc;
		color: #fff;
		letter-spacing: 2px;
	}
/* grid lines for month and week view */
table.event-grid
	td
	{
		border-bottom: 1px solid #0173bc;
		border-left: 1px solid #0173bc;
		border-right: 1px solid #0173bc;
	}
/* week number background */
table.event-grid
	td.week-count
	{
		font-family: Verdana
		font-size: 10px;
		background-color: #0173bc;
		
	}
/* week number link */
table.event-grid
	td.week-count
		a
		{
			color: #fff;
			font-size: 0.9em;
			font-weight: normal;
		}
/* today background for month and week view */
table.event-grid
	div.Today
	{
		background-color: #92b5df;
	}
/* day number */
table.event-grid
	div.numeric
		a,
table.event-grid
	div.numeric
		a:visited
		{
			color: #000;
		}
/* day cell in month and week view */
table.event-grid
	div.day
	{
		font-size: 10px;
	}
/* event link for day and list view */
div.event-range
	div.day
		a.url,
div.event-range
	div.day
		a.url:visited,
#calendar
	div.day
		div.events
			a.url,
#calendar
	div.day
		div.events
			a.url:visited
		{
			color: #0173bc;
		}
/* event link for month and week view */
table.event-grid
	div.day
		div.events
			a.url,
table.event-grid
	div.day
		div.events
			a.url
			{
				font-size: 10px;
			}
/* event day */
table.event-grid
	div.day
		a,
table.event-grid
	div.day
		a:visited
		{
			color: #000;
		}
/* event title, not today */
table.event-grid
	div.day
		span.summary
		{
			color: #0173bc;
		}
/* event title, today */
table.event-grid
	div.Today
		span.summary
		{
			color: #000;
		}
/* single event view */
div.event
{
	font-size: 12px;
}
/* list view */
div.event-range
{
	font-size: 12px;
}
/* day view */
div.events
{
	font-size: 12px;
}
/* list view event selector */
div.event-range-selector
{
	background-color: none;
	font-size: 14px;
}
/*
 *************************************
 * Document Collection
 *************************************
 */
#documentCollection
	div.authoring,
div.group
	div.authoring
	{
		font-size: 10px;
	}
div.category-selector,
div.search-collection
{
	background-color: none;
	font-size: 10px;
}
/*
 *************************************
 * Discussion
 *************************************
 */
div#discussion
	div.special,
div#post
	div.special
{
	border: solid 1px #FFDE7A;
	background-color: #FFF7E0;
}

div#discussion
	div.Posts
		h4.title
			a,
div#discussion
	div.Posts
		h4.title
			a:visited
			{
				font-size: 14px;
				text-decoration: none;
				color: #000;
			}
div#discussion
	div.Posts
		h4.title
			a:hover,
div#discussion
	div.Posts
		h4.title
			a:visited:hover
			{
				font-size: 14px;
				text-decoration: underline;
				color: #000;
			}
div#post
	div.entry
		div,
div.comments,
div.lastCommentPosted,
div.post-data
{
	font-size: 11px;
	color: #999;
}
div#post
	div.entry
		div.description,
div#post
	div.entry
		div.comments
		{
			font-size: 12px;
			color: #000;
		}
div#post div.entry div.comments ol.replies li
{
	background-color: #f1ffed;
	border: #009933 1px solid;
}
div#post
	h5
	{
		font-size: 11px;
	}
.l-hide
{
	display: none;
}
