/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Arial;
    margin: 0px 0px;
}

td
{
    FONT-FAMILY: Arial;
	font-size: 10pt;
}

/* Advertizement form styles */
td.Fttl { font-family:Arial; font-size:10pt; padding-left:15px; background-color:#f2f8fe; font-weight:bold}
td.Flbl { font-family:Arial; font-size:7.5pt; padding-left:15px}
td.FCom { font-family:Arial; font-size:10pt; padding-left:15px}
td.FHlp { font-family:Arial; font-size:10pt; padding-left:15px; border:solid 1px #404040}

/* Banners column style */
td.rcol{ background-color:#E2F0FD; border-left: solid 1px #456B8F; }

/* Menu Header Style */
td.mnuHdr
{
	font-family:Arial; 
	font-size:9pt; 
	text-align:center; 
	color:#FFFFFF; 
	font-weight:bold; 
	background-color:#6b94b8 
}

input 
{
	font-family : Verdana, Arial ;
	font-size : 11px;
	}
textarea 
{
	font-family : Verdana, Arial ;
	font-size : 11px;
}
select 
{
	font-family : Verdana, Arial ;
	font-size : 11px;
}

.GridPager A:link, A:visited
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}

.GridPager A:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: Black;
}

.GridPager td
{
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: Black;
}

A:link{	text-decoration: none; color: #0000ff; }	
A:hover{ text-decoration: none; color: #0000ff; }
A:active{ text-decoration: none; color: #0000ff; }	
A:visited{ text-decoration: none; color: #0000ff; }	

td.bplink  { text-decoration: none; color: #000000; font-size:7pt }
a.bplink  { text-decoration: none; color: #0000ff; font-size:7pt }
a.bplink:hover  { text-decoration: none; color: #0000ff; font-size:7pt }
a.bplink:visited  { text-decoration: none; color: #0000ff; font-size:7pt }