﻿.foo{}

.GridViewStandardRaw
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: MS Sans Serif, Arial;
	font-size: 11px;
	font-weight: normal;
}


.GridViewColoredRaw
{
	background-color: #D2DDEE;
	color: #000000;
	font-family: MS Sans Serif, Arial;
	font-size: 11px;
	font-weight: normal;
}

.GridViewSelectedItem
{
	background-color: #7C9ED1;
	color: #FFFFFF;
	font-family: MS Sans Serif, Arial;
	font-size: 11px;
	font-weight: bold;
}

.GridViewJobLink a
{
	color: #4979C0;
	text-decoration: none;
}

.GridViewJobLink a:hover
{
	color: #4979C0;
	font-weight: bold;
	text-decoration: underline;
}

.GridViewHeaderStandard
{
	background-color: #0162C2;
	color: #FFFFFF;
	text-align: left;
	font-family: MS Sans Serif, Arial;
	font-size: 11px;
	border: none;
}

.GridViewHeaderStandard a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.GridViewHeaderStandard a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.GridViewPagerStyle
{
	font-size: 11px;
	font-family: MS Sans Serif, Arial;
	text-align: center;
}

.GridViewTableList
{
	border: solid 2px #4979C0;
}

.GridViewTableDetail
{
	border: solid 2px #4979C0;
}

.GridViewTableDetailHeader
{
	background-image: url('../../App_Themes/Site_green/pictures/content/content_shaded_header.jpg' );
	background-position: left top;
	background-repeat: repeat-x;
	height: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}


.GridViewStandardColumn
{
	background-color: #C3DDA2;
	font-family: MS Sans Serif, Arial;
	font-size: 11px;
	height: 16px;
	border-bottom-color: #5C8527;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.GridViewColoredColumn
{
	background-color: #EAFAB4;
	font-family: MS Sans Serif, Arial;
	font-size: 11px;
	height: 16px;
	border-bottom-color: #5C8527;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #5C8527;
}
