/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #1d5fa9;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 13px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

SPAN
{
   FONT-FAMILY: Tahoma;
   FONT-SIZE: 13px;
   FONT-WEIGHT: normal;
   LETTER-SPACING: normal;
   TEXT-TRANSFORM: none;
   WORD-SPACING: normal
}

THEAD
{
	background-color: Gray;
}

TBODY
{
	font-size: smaller;
}

.tblLabelCell
{
	background-color: #1d5fa9;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
	border-color: Gray;
}

.tblLrgLabelCell
{
	background-color: #1d5fa9;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 15px;
	color: White;
	border-color: Gray;
}

.tblTextBoxCell
{
	background-color: #1d5fa9;
}

.tblStandardCell
{
	background-color: #1d5fa9;
}

.cmdButton
{
	font-family: Tahoma;
	font-weight: bold;
}

.messageText
{
	font-family: Tahoma;
	font-weight: bold;
	color: White;
}

.dgFormat
{
		
}

A:Visited
{
	color:#1d5fa9;
}

.HeaderText
{
	background-color: #fa0f0c; 
	font-family: Tahoma;
	font-weight: bold;
	font-size: large;
	text-align: center;
	color: White;
}

.AdvertPopUpLinksBox
{
	background-color: #fa0f0c; 
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	color: White;
}
.AdvertPopUpDetailsBox
{
 margin-left: 5%;
 margin-right: 5%;
 background-color: white;
 padding: 10px
 
}

.ErrorLabel
{
	font-family: Tahoma;
	font-weight: bold;
	color:Red
}

.LinkButtons
{
	font-family: Tahoma;
	font-weight: bold;
	color: PaleTurquois;
	font-size: larger
	
}

#HPIDetailsLabel {height:auto !Important;}