/* --- HTML Element Styles --- */
BODY
{
	margin: 5px;
	background-color: White;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
}

A:link, A:visited
{
	color: #2765CF; /* #1D6CA9; #1C4899;*/
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}

UL
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
LI
{
	margin-top: 2px;
	margin-bottom: 2px;
}
/* --- HTML Element Styles --- */



/* --- Page Content Styles --- */
.pageBody
{
	padding: 20px 20px 20px 20px;
	color: black;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.pageBody TABLE
{
	color: black;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.pageBody .pageHeading
{
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
}

.pageBody .pageSubHeading
{
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
}

.pageBody .pageText
{
	color: black;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.pageBody .errorText
{
	color: Red;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}
/* --- Page Content Styles --- */



/* ---ASP.NET Control Styles --- */
.btn
{
	background-color: #1C4899; /* #C5C5C5;*/
	color: white;
	border-style: none;
	/*border-top: solid 1px #CCCCFF;
	border-left: solid 1px #CCCCFF;
	border-bottom: solid 1px #CCCCFF;
	border-right: solid 1px #CCCCFF;*/
	padding: 2px 5px 2px 5px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style:	normal;
}

.cbo
{
	background-color: #FFFFE5;
	color: black;
	border: solid 1px black;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style:	normal;
}

.chk
{
	color: black;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style:	normal;
}

.lbl
{
	color: black;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style:	normal;
}

.lnk
{
	color: #1D6CA9;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	font-style:	normal;
}

.rdo
{
	color: black;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style:	normal;
}

.txt
{
	padding-left: 2px;
	border: solid 1px #000000;
	background-color: #FFFFE5; /* #F9FAE8; */
	color: black;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style:	normal;
}

.grid
{
	border: solid 1px black;
	border-collapse: collapse;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}
.grid TD
{
	padding: 2px 4px 2px 4px;
	border: solid 1px black;
}
.grid .gridHeader TD
{
	background: #2C57A5;
	/* background: #2C57A5 url(https://www.rosterapps.com/images/cellpic.gif); */
	/* background-color: #1C4899; */
	color: white;
}
.grid .gridHeader A:link, .grid .gridHeader A:visited
{
	color: #F9FAE8;
	text-decoration: underline;
}
.grid .gridHeader A:hover
{
	text-decoration: underline;
}
.grid .gridItem TD
{
	background-color: white;
	color: black;
}
.grid .gridAltItem TD
{
	background-color: #EFEFEF;
	color: black;
}
.grid .gridFooter TD
{
	background-color:  white;
	color: black;
}
.grid .gridPager TD
{
	background: #2C57A5;
	/* background: #2C57A5 url(https://www.rosterapps.com/images/cellpic.gif); */
	color: white;
	font-weight: bold;
	text-align: right;
}
.grid .gridPager A:link, .grid .gridPager A:visited
{
	color: #d8d8d8;
	text-decoration: none;
}
.grid .gridPager A:hover
{
	text-decoration: underline;
}
/* ---ASP.NET Control Styles --- */


/* --- Template-Only Styles --- */
.titleLine
{
	border-bottom: white 1px solid;
	background-color: #F59E12;
}
.titleLine TABLE
{
	color: #1B489B;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}
.titleLine TD.userName
{
	padding: 3px 10px 3px 10px;
}
.titleLine TD.logout
{
	padding: 3px 10px 3px 10px;
}
.titleLine .logout A:link, .titleLine .logout A:visited
{
	color: #1B489B;
	text-decoration: none;
}
.titleLine .logout A:hover
{
	text-decoration: underline;
}

.feedback
{
	padding-right: 10px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}
.feedback A:link, .feedback A:visited
{
	color: #1B489B;
	text-decoration: none;
}
.feedback A:hover
{
	text-decoration: underline;
}

.roleSwitcher
{
	color: black;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.footer TD
{
	padding: 5px 10px 0px 10px;
	color: #B0B0B0;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
}
.footerLink, A.footerLink:link, A.footerLink:visited
{
	color: #B0B0B0;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
A.footerLink:hover
{
	text-decoration: underline;
}
/* --- Template-Only Styles --- */



/* --- Tab Control Styles --- */
.tabControl
{
	color: White;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}
.tabControl .tabText
{
	padding: 1px 5px 1px 5px;
}
.tabControl .tabText A:link, .tabControl .tabText A:visited
{
	color: White;
	text-decoration: none;
}
.tabControl .tabText A:hover
{
	text-decoration: none;
}
.tabControl .tabOn
{
	background-color: #F59E12;
	font-weight: bold;
}
.tabControl .tabOff
{
	background-color: #1C4899;
	border-bottom: white 1px solid;
	font-weight: normal;
}
/* --- Tab Control Styles --- */