/* WAM Browser */
/* Breadcrumb */
.breadcrumb {
	list-style: none;
	margin: 5px 15px 10px 0;
	padding: 5px 10px 0 8px ;
	font-size: 0.95em;
	line-height: 1.2; /* HACK - peek-a-boo bug IE */
}
.breadcrumb a{
	color: #985C98;
}
.breadcrumb a:hover{
	color: #3F5B7C;
	text-decoration: none;
}

/* folder layout */
ul.folderList {
	list-style: none outside none;
	padding: 0;
	font-size: 0.95em;
	margin: 15px 10px 0px 8px;
}
ul.folderList li.Folder {
	padding: 3px 8px 3px 21px;
	background-image:url(../../../../images/dms/icons/list/Folder.gif);
	background-repeat: no-repeat;
}
ul.folderList li.Category {
	padding: 3px 8px 3px 21px;
	background-image:url(../../../../images/dms/icons/list/Category.gif);
	background-repeat: no-repeat;
}
ul.folderList li a {
	color: #985C98;
}
ul.folderList li a:hover {
	color: #3F5B7C;
	text-decoration: none;
}
.clear{
	clear: both;
	display: block;
	margin: 10px 0 10px 0;
}
/* Table styles */
.displayTable{
	width: 95%;
	border: 0;
	border-collapse: collapse;
	font-size: 0.95em;
	clear: both;
	margin: 15px 10px 0 8px ;
}
.displayTable a{
	color: #985C98;
}
.displayTable a:hover{
	color: #3F5B7C;
	text-decoration: none;
}
td.iconColumn{
	width:18px;
	padding: 0 0 5px 0;
}
/* Tile View Styles */
.Tile {
    Width:300px;
    Float:Left;
}
.Tile IMG {
    Float:Left;
    margin: 10px;
}
.clear {
    clear:both;
}

/* Rss Feed Styles */
UL.rssFeed		{list-style:none; margin:0px; margin-bottom:20px; width:40em;}
UL.rssFeed LI		{margin-bottom:.75em;}
UL.rssFeed A		{font-weight:bold;}
Ul.rssFeed .desc	{margin-bottom:.2em;}
Ul.rssFeed .meta	{}

/* Events Calendar */
/* main event calendar table */
TABLE.eventBrowser		{border: solid green 0px; vertical-align:top;} /*; border:solid red 1px;}*/

/* calendar section */
TABLE.eventCalendar		{border-collapse:collapse;} /* border: solid blue 0px*/

/* calendar month section */
Table.eventMonth		{border-collapse:collapse; margin-bottom:0.2em; margin-right:0.2em;}
TD.eventMonthTitle		{padding-left:0.2em; background-color: #9AB6FF; height:1em; font-family:Tahoma,Arial; font-size:70%; font-weight:bold;}
TD.eventMonthContent		{background-color: FFF0D3; border: solid #9AB6FF 1px;}
DIV.eventMonthContent		{padding:0.2em; overflow: auto ; height:5.5em; width:11em;}

/* calendar event details section */
DIV.eventDetails		{} /*border:solid cyan 0px;}*/
Table.eventDetails		{border-collapse:collapse; vertical-align:top; height:100%;} /*border:solid red 0px;*/
TD.eventDetailsTitle		{background-color: #9AB6FF; height:1em; font-family:Tahoma,Arial; font-size:70%; font-weight:bold;}
TD.eventDetailsContent		{background-color: FFF0D3; border: solid #9AB6FF 1px;}
DIV.eventDetailsContent		{margin:2px; overflow: auto ; height:26.2em; width:18em;}
DIV.eventDetailsHeaders		{color:black; font-family:Tahoma,Arial; font-size:80%;}
DIV.eventDetailsDescription	{color:black; font-family:Tahoma,Arial; font-size:100%;}

/* calendar key section */
Table.eventKey			{border-collapse:collapse; border: solid #9AB6FF 1px; width:100%;}
TD.eventKeyTitle		{background-color: #9AB6FF; height:1em; width:13.1em; font-family:Tahoma,Arial; font-size:70%; font-weight:bold;}

/* calendar key types */
.eventKeyDefault		{color:gray; font-family:Tahoma,Arial; font-size:80%;}
.eventKeyFinancial		{color:red; font-family:Tahoma,Arial; font-size:80%;}
.eventKeyGeneral		{color:blue; font-family:Tahoma,Arial; font-size:80%;}
.eventKeyInternal		{color:green; font-family:Tahoma,Arial; font-size:80%; }
.eventKeyTrade			{color:magenta; font-family:Tahoma,Arial; font-size:80%;}
.eventKeyOther			{color:cyan; font-family:Tahoma,Arial; font-size:80%;}
/* end Events Calendar plugin extras... */

