﻿/******************************/
/*       Lable                */
/******************************/

/*It is used for panelheader.*/
.panelheaderlabel
{
	font-size: 19px;
	color: #1a7ca2;
}

/* Header */
.headerlabel
{
	font-weight: 600;
}

/* Standard (which could be deleted)*/
.standardlabel
{
	text-align: left;
}

/* Standard and italic*/
.standarditaliclabel
{
	text-align: left;
	font-style:italic;
}

/* Standard and bold*/
.standardboldlabel
{
	text-align: left;
	font-weight: bold;
}
.themelabelcolor {
	color: #388DAE !important;
}


/* Be used in footer of Login panel*/
.footerlabel
{
	color:#1a7ca2;
	font-size:8px;
	font-weight:600;
}

/* Be used in footer of Login panel*/
.minifooterlabel
{
	font-size:8px;
}

/* Be used in footer of Login panel*/
.minifooterlabel a
{
	font-size:8px;
	color:#1a7ca2;
}

/*header label in message dialogue box*/
.msgheaderlabel
{
	font-weight: 600;
	color:#1a7ca2;
}

/*Be used for text of "Total:".*/
.totaltext
{
	font-size: 12px;
	color: #5c6180;
	font-weight: bold;
	margin-top: 5px;
}

.redlabel
{
	text-align: left;
	color:Red;
}