body, input, select, textarea
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}

.newsTitle
{
	font-size: 13pt;
}
.newsDate
{
	font-size: 8pt;
}
.newsBody
{
	font-size: 10pt;
}

.timesheetList td
{
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	border-color: #F3F3F3;
	text-align: left;
	padding: 5px;
}

.CSVTableRow
{
	font-family: Calibri,Verdana;
	font-size: 8pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: Black;
	text-align: left;
}
.CSVTableHeaderRow
{
	font-family: Calibri,Verdana;
	font-size: 8pt;
	font-weight: bold;
	background-color: white;
	color: Black;
	text-align: left;
}

GridViewStyle
{
}

.GridViewStyle a
{
	color: #000000;
}

.GridViewHeaderStyle th
{
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	padding: 3px;
}

.GridViewHeaderStyle
{
	background-color: #C0C0C0;
	font-weight: bold;
	color: black;
}

.GridViewFooterStyle
{
	background-color: #C0C0C0;
	font-weight: bold;
	color: black;
}

.GridViewRowStyle
{
	background-color: #F7F6F3;
	color: #333333;
}

.GridViewAlternatingRowStyle
{
	background-color: #FFFFFF;
	color: #333333;
}

.GridViewItemStyle
{
	border: 1px solid #C0C0C0;
	padding: 3px;
}

.GridViewSelectedRowStyle
{
	background-color: #F3F3F3;
	font-weight: bold;
	color: #333333;
}

.GridViewPagerStyle
{
	background-color: #284775;
	color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
	margin: 0 auto 0 auto;
}
