.SiteMapPath *
{
	color: Gray;
}

.LoginBox *
{
	font-size: 11px;
}

.progressdiv
{
	z-index:101; 
	position:absolute; 
	left:450px; 
	top:250px;
	background: #C2F5E8; 
	border: solid 1px navy;
	width: 250px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

.datagrid
{
	background-color: #F6FFF2;
}

.datagrid_title
{
	background-color: #CFCFCF;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
}

.listview_title
{
	background-color: #CFCFCF;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-align : center;
}

.datagrid_selected
{
	background-color: #D1F4FF;
}

.DataGridPagerContainer
{
	font-size: 10pt;
}

a.datagrid_title_link:hover, a.datagrid_title_link:link, a.datagrid_title_link:visited
{
	color: Black;
}

.caption
{
	font-weight: bold;
}

.tl_date_group
{
	font-weight:bold;
	padding:2px 2px 2px 2px;
	background-color:#eeeeee;
	border-bottom:1px solid #cccccc;
	width:auto;
	margin : 7px 0px 7px 0px;
}

.tl_time
{
	color : #ccc;
	padding-left : 10px;
}

.tl_comment
{
	color : #999;
	padding-top : 5px;
	padding-left : 50px;
	padding-bottom : 10px;
	width : auto;
}

.tl_comment pre
{
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
}


.tl_user
{
	color : #000;
}

.tl_tasktime
{
	color : #ccc; 
}

.DynamicMenu
{
  	z-index: 100; /* IE 8 menu fix */
}

