﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link	{	
	text-decoration:	none;
	}	
		
A:visited	{	
	text-decoration:	none;
	}	
		
A:active	{	
	text-decoration:	none;
	}	
		
A:hover	{	
	text-decoration:	none;
	}
	
TD
{
    FONT-FAMILY: Arial,Verdana,Tahoma,Trebuchet,Sans-Serif
}
.HeaderMenu
{
    FONT-SIZE: 12px;
    FONT-STYLE:normal;
    font-weight: 700;
    LETTER-SPACING: 1px;
    TEXT-DECORATION: none
}
.SubHeaderMenu
{
    FONT-SIZE: 11px;
    FONT-STYLE:normal;
    font-weight: 700;
    LETTER-SPACING: 1px;
    TEXT-DECORATION: none
}

.ErrorTxt
{
    FONT-SIZE: 11px;
    FONT-STYLE:normal;
    font-weight: 700;
    LETTER-SPACING: 1px;
}

.txt
{
	FONT-FAMILY: Arial,Verdana,Tahoma,Trebuchet,Sans-Serif;
    FONT-SIZE: 12px;
    FONT-STYLE:normal;
    font-weight: 500;
    LETTER-SPACING: 1px;
    color:Black;
}

.smalltxt
{
	FONT-FAMILY: Arial,Verdana,Tahoma,Trebuchet,Sans-Serif;
    FONT-SIZE: 10px;
    FONT-STYLE:normal;
    font-weight: 500;
    LETTER-SPACING: 1px;
    color:Black;
}

.smalltxtstrike
{
	FONT-FAMILY: Arial,Verdana,Tahoma,Trebuchet,Sans-Serif;
    FONT-SIZE: 10px;
    FONT-STYLE:normal;
    font-weight: 500;
    LETTER-SPACING: 1px;
    color:Black;
    text-decoration: line-through;
}

.txtbold
{
	FONT-FAMILY: Arial,Verdana,Tahoma,Trebuchet,Sans-Serif;
    FONT-SIZE: 12px;
    FONT-STYLE:normal;
    font-weight: 700;
    LETTER-SPACING: 1px;
    color:Black;
}

.gridtxt
{
	FONT-FAMILY: Arial,Verdana,Tahoma,Trebuchet,Sans-Serif;
    FONT-SIZE: 12px;
    FONT-STYLE:normal;
    font-weight: 500;
    LETTER-SPACING: 1px;
    color: black;
}

.gridheader
{
	FONT-FAMILY: Arial,Verdana,Tahoma,Trebuchet,Sans-Serif;
    FONT-SIZE: 12px;
    FONT-STYLE:normal;
    font-weight: 700;
    LETTER-SPACING: 1px;
    color: white;
}

.smallgridheader
{
	FONT-FAMILY: Arial,Verdana,Tahoma,Trebuchet,Sans-Serif;
    FONT-SIZE: 10px;
    FONT-STYLE:normal;
    font-weight: 500;
    LETTER-SPACING: 1px;
    color: white;
}

.gridlink
{
	FONT-FAMILY: Arial,Verdana,Tahoma,Trebuchet,Sans-Serif;
    FONT-SIZE: 12px;
    FONT-STYLE:normal;
    font-weight: 700;
    LETTER-SPACING: 1px;
    color: blue;
}

.buttontxt
{
	FONT-FAMILY: Arial,Verdana,Tahoma,Trebuchet,Sans-Serif;
    FONT-SIZE: 10px;
    FONT-STYLE:normal;
    font-weight: 500;
    LETTER-SPACING: 1px;
    color:Black;
}

.txtlink
{
	color:#006EA8;
	font-weight: normal;
	font-family: Verdana;
	font-size: 9pt;
}
.status
{
	FONT-FAMILY: Arial,Verdana,Tahoma,Trebuchet,Sans-Serif;
    FONT-SIZE: 11px;
    FONT-STYLE:normal;
    font-weight: 700;
    LETTER-SPACING: 1px;
    color:red;
}

