/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-image: url(images/Backgrounds/front-bg.jpg);
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 13px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

SPAN
{
	FONT-SIZE: 13px;
}

THEAD
{
	background-color: Gray;
}

TBODY
{
	font-size: smaller;
}

.ScrollDivOn
{
	overflow:auto;	
	height:430;
	width:730;
}

.tblLabelCell
{
	background-color: Transparent;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
	border-color: Gray;
}

.TextBoxUpperCase 
{ 
	text-transform: uppercase; 
	color: black; 
}

.tblTextBoxCell
{
	
}

.tblStandardCell
{
	
}

.cmdButton
{
	font-family: Tahoma;
	font-weight: bold;
}

.messageText
{
	font-family: Tahoma;
	font-weight: bold;
	color: White;
}

.dgFormat
{
		
}

A:Visited
{
	color: Blue
}

.HeaderText
{
	background-color: Red; 
	font-family: Tahoma;
	font-weight: bold;
	font-size: large;
	text-align: center;
	color: White;
}

.AdvertPopUpLinksBox
{
	background-color: Red; 
	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
	
}

