
/**
 *	Name							: style.css
 *	Author							: Prabhat & Dinakar 
 *	Created Date					: Nov 09 20034 
 *	Description						: Style Sheet for the application.
 *
 *	Modification History
 *	Modified by					Modified Date				Modification Description
 *
*/


/* BODY styles */
body
{
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-family: verdana; 
}



/* TD styles */
td
{
	font-family : verdana; 
	font-size : 9pt;
}

td.footerprint
{
	color: #000000;
	font-family : verdana; 
	font-size : 7pt;
}


td.footer
{
	color: #000000;
	font-family : verdana; 
	font-size : 7pt;
	background-color: #989898;
}

td.subtitle
{
	color: #587F8F;
	font-family : verdana; 
	font-size : 10pt;
	font-weight: bold;
}

td.subtitle1
{
	color: #587F8F;
	font-family: verdana; 
	font-size: 8pt; 
}

td.flash
{
	background-color: #537A8B;
}

td.leftpanel
{
	background-color: #F8F8F8;
}


td.points
{
	font-family : verdana; 
	font-size : 8pt;
}

td.submenu
{
	color: #FF0000;
	font-family : verdana; 
	font-size : 8pt;
	font-weight: bold;
}



/* ANCHOR tag styles */
/*anchor*/
a
{
	color: #FF0000;
	font-family : verdana; 
	font-size : 8pt; 
	text-decoration: none;
}
a:hover 
{
	color: #FF0000;
	text-decoration: underline;
}

a
{
	color: #FF0000;
	font-family : verdana; 
	font-size : 8pt; 
	text-decoration: none;
}
a:hover 
{
	color: #FF0000;
	text-decoration: underline;
}

/*small anchor*/
a.small 
{
	font-family : verdana; 
	font-size : 8pt; 
}

a.small:hover 
{
	text-decoration: underline;
	font-family : verdana; 
	font-size : 8pt;
}

/*medium anchor*/
a.medium 
{
	font-family : verdana; 
	font-size : 8pt; 
}

a.medium:hover 
{
	text-decoration: underline;
}

/*for sitemap page anchor*/
a.sitemap
{
	color: #FF0000;
	font-family : verdana; 
	font-size : 8pt; 
	text-decoration: none;
}
a.sitemap:hover
{
	color: #FF0000;
	font-family : verdana; 
	font-size : 8pt; 
	text-decoration: underline;
}

a.footerlink
{
	color: #FF0000;
	font-family : verdana; 
	font-size : 8pt; 
	text-decoration: none;
}
a.footerlink:hover 
{
	color: #FF0000;
	text-decoration: underline;
}




/* INPUT field tag styles */
input 
{ 
	font-family: verdana; 
	font-size: 8pt; 
}

option 
{ 
	font-family: verdana; 
	font-size: 8pt; 
}

textarea 
{	
	font-family : verdana; 
	font-size : 8pt; 
}

select 
{ 
	font-family: verdana; 
	font-size: 8pt; 
}



/* DIV tag styles */
div.moreinfo
{
	font-family: verdana; 
	font-size: 8pt; 
}