﻿/* CSS Classes Related to Controls */
/* Links */


a:visited, a:active, a:link 
{
    color:#21285e;
}

a:hover 
{ color:#ccc;
}

/* LABELS */

.Labels_PageHeading
{
	color:#0049aa; font-size:16px; font-weight:bold;
}
.Labels_PageHeadingGray
{
	font-size: 16px; color: #7e8890;	font-weight: bold; 
}

.Labels_BlueHeading
{
	color:#0049aa; font-size:12px; font-weight:bold;
}
.Labels_GrayHeading
{
	font-size: 12px; color: #7e8890;	font-weight: bold; 
}



.Labels_PageSubHeading
{
	font-size: 12px; color: #333;	font-weight: bold; 
}
.bluetxtitalics {
	color:#0049aa;	font-size:14px;	font-weight:bold;	font-style:italic;
}
.LeftSeparator
{
	
}
.Labels_Validation,
.Labels_Messages /* error messages, system messages etc */
{
		font-size: 11px;	color: Red;	
}
.Labels
{
	font-size: 11px;
}
.Labels_Small
{
	font-size: 11px;
}
.Labels_Medium
{
	font-size: 13px;
}
.Labels_Large
{
	font-size: 14px;
}
.Labels_Bold
{
	font-size: 12px; font-weight: bold; color: #7e8890;
}

.Labels_Bold2
{
	font-size: 12px; font-weight: bold; color: #0049aa;
}

.Labels_SmallBold
{
	font-size: 11px; font-style: normal; font-weight: bold;
}
.Labels_MediumBold
{
	font-size: 11px; font-weight: bold;
}
.Labels_LargeBold
{
	font-size: 14px; font-weight: bold;
}

/* END OF LABELS */
