/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: White;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

THEAD
{
	background-color: Gray;
}

TBODY
{
	font-size: smaller;
}


.HeaderText
{
	background-color: #5E7E97; 
	font-family: Tahoma;
	font-weight: bold;
	font-size: large;
	text-align: center;
	color: Black;
}



A:link
{
	color: Black;
}

A:Visited
{
	color: Black;
}



.tblLabelCell
{
	background-color: white;
	font-family: Tahoma;
	font-weight: bold;
	color: Black;
	border-color: Gray;
}


.TableBorder
{
	border-color: Black;
	border-style:solid;
}

.TableBackgroundDark
{
	background-color: White;
	
}

.TableBackgroundAlt
{
	background-color: White;
	
}

.TableBackgroundLight
{
	background-color: Black;
}


.tblTextBoxCell
{
	background-color: White;
}

.tblStandardCell
{
	background-color: White;
}


.lnkStandardCell
{
	background-color: White;
	font-family: Tahoma;
	font-weight: bold;		
}

.lnkStandardCell A:visited
{
	color: green;
}

.lnkStandardCell A:link
{
	color: green;
}


.dgFormat
{
	background-color: White;	
}

.dgFormat A:visited
{
	color: blue;
}

.dgFormat A:link
{
	color: blue;
}


.cmdButton
{
	font-family: Tahoma;
	font-weight: bold;
}

.messageText
{
	font-family: Tahoma;
	font-weight: bold;
	color: Black;
}


.LinkButtons
{
	font-family: Tahoma;
	font-weight: bold;
	color: Black;	
}

.LinkButtons A:visited
{
	color: Black;
}

.LinkButtons A:link
{
	color: Black;
}


.LinkBar
{
	background-color:#5E7E97;
	font-weight: bold;
}

.LinkBar A:visited
{
	color: Black;
}

.LinkBar A:link
{
	color: Black;
}


.LinkBarBack
{
	background-color:#9A0000;
	font-weight: bold;	
}

.LinkBarBack A:visited
{
	color: Black;
}

.LinkBarBack A:link
{
	color: Black;
}


.LinkTextTrans
{
	color: Black;
	background-color: transparent;
}

.LinkTextTrans A:visited
{
	color: Black;
}

.LinkTextTrans A:link
{
	color: Black;
}



.AdvertPopUpDetailsBox
{
 margin-left: 5%;
 margin-right: 5%;
 background-color: white;
 padding: 10px
 
}



.GraphicalAccessorySelected
{
	color: blue;
	background-color: transparent;
}

.GraphicalAccessoryNoData
{
	color: red;
	background-color: transparent;
}


.glFormat
{
	background-color: White;	
}

.glFormat A:visited
{
	color: #00C000;
}

.glFormat A:link
{
	color: #00C000;
}



.ErrorLabel
{
	font-family: Tahoma;
	font-weight: bold;
	color:Red
}



.DarkBackground
{
	background-color: White; 
}

.LightBackground
{
	background-color: Black; 
}

.LightTextTrans
{
	color: black;
	background-color: transparent;
}

.AltTextTrans
{
	color: white;
	background-color: transparent;
}

.DarkTextTrans
{
	color: Black;
	background-color: transparent;
}


.ErrorTextTrans
{
	color: red;
	background-color: transparent;
}



