/*
 *****************************************
 * COLORS and FONT SIZES
 *****************************************
*/
div.rich-text,
#publication,
#documentInfo
{
	font-size: 12px;
}
/* links */
div.rich-text
	a,
#publication
	div.panel
		a
		{
			color: #0173bc;
		}
div.image-list
	span.title
	{
		font-size: 12px;
		color: #000;
	}
div.image-details
	div.description,
div.image-details
	dl
	{
		font-size: 12px;
	}
div.navigation
	li,
ul.authoring
		li,
ul.navigation
	li
	{
		font-size: 10px;
	}
div.navigation
	li
		strong,
ul.authoring
		li
			strong,
ul.navigation
	li
		strong
		{
			font-size: 10px;

		}
/* navigatin links */
/* TODO(dglazkov): this block defines "a" too widely, so I am clipping it out
                   must find out what this is for and refactor
                   

div.navigation
	a,
ul.navigation
	a,
ul.authoring
		a,
div.navigation
	a:visited,
ul.navigation
	a:visited
	{
		color: #000;
	}
/* 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;
	}
ul.commands
	a,
ul.commands
	a:visited
	{
		color: #000;
		font-weight: bold;
		font-size: 11px;
	}
/*
 *************************************
 * 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;
	}
#publication
	span.View
		span.Abstract
		{
			font-size: 12px;
		}
/*
 *************************************
 * Calendar
 *************************************
 */
/* title */
#calendar
	h2
	{
		font-size: 13px;
	}
#calendar
	div.authoring
	{
		font-size: 12px;
	}
#calendar
	div.event
		div.description
		{
			color: #666;
			font-weight: normal;
		}
#calendar
	div.peer-navigation
		a
		{
			color: #000;
		}
/* 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.search-collection
{
	background-color: none;
	font-size: 10px;
}
/*
 *************************************
 * category selector
 *************************************
 */
div.category-selector
{
	background-color: none;
	font-size: 10px;
}
div#category-editor
{
	font-size: 12px;
	background-color: #eee;
}
div.category-selector
	select.selected
	{
		background-color: #fc7a0f;
	}
/*
 *************************************
 * Directory
 *************************************
 */
#entry
{
	font-size: 12px;
}
#entry
	a
	{
		color: #000;			
	}
/*
 *************************************
 * 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.Form,
div.Form
	input.text
{
	font-size: 1.0em;
	font-family: monospace;
}
div#post div.entry div,
div.comments,
div.lastCommentPosted,
div.post-data,
div#post div.entry div#comment ol li div.meta
{
	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
				li
				{
					background-color: #f8f8f8;
				}
div#post
	h5
	{
		font-size: 11px;
	}
div#discussion
	div.Posts
		li.entry
		{
			background-color: #f8f8f8;
		}
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
			{
				color: #000;
				font-weight: bold;
				font-size: 0.8em;
			}
div#discussion
	div.Posts
		li.entry
			h4.title
			{
				font-size: .8em;
			}
div#post
	div#comments
		h5
		{
			font-size: 1.0em;
		}
div#post
	ul.authoring
		li
		{
			font-size: 0.8em;
		}
div.post-comment
	h4
	{
		font-size: 1.2em;
	}
/*	
 *************************************
 * Grid
 *************************************
 */
div.grid
	a
	{
		color: #000;
	}
div.grid
	div.visibility
	{
		background-color: #eee;
		font-size: 10px;
	}
div.grid
	div.visibility-trigger
	{
		background-color: #eee;
		font-size: 10px;
	}
div.grid
	div.segments
	{
		background-color: #eee;
		font-size: 10px;
	}
div.grid
	th
	{
		background-color: #eee;
		font-size: 12px;
	}
div.grid
	td
	{
		font-size: 12px;
	}
div.tags
	h3
	{
		font-size: 1em;
	}