
/*************
	This is used for BODY formating of the page

**/
body
{
font-size: 70%;
color:#464646;
background-color:#E8E8E8;
background-image: url(images/page-bg.gif);
margin:0px;
}

/*************
	All these are related only for BODY part

**/
body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
font-family: Arial,Tahoma,verdana,helvetica,sans-serif;
}


.onlybold{
font-size: 13px;
font-weight:bold;
color: #FE7200;

}
/*************
	All these are related only for HEADINGS part

**/

h1 
{  
	font-family: Arial,Tahoma,verdana,helvetica,sans-serif;
	font: 13px;
	font-weight:bold;
	line-height: 10pt; 
	text-decoration: none
}




/*************
	All these are related to the FORMS
**/
table, input, textarea
{
font-size: 100%;
}


table.right
{
color:#000000;
background-color:#ffffff;
border:2px ridge;
margin-bottom:1px;
}

th.right
{
color:#ffffff;
background-color:#808080;
padding-bottom:2px;
}

td.right
{
color:#000000;
background-color:#FFFFFF;
padding-top:3px;
padding-bottom:6px;
}

td.content
{
color:#900B09;
background-color:#f1f1f1;
}

td.deprecated
{
color: #FF0000;
background-color:transparent;
}

td.red
{
color: #FF0000;
background-color:transparent;
}

.leftbgimg{
	background-image:url(images/left-part-top.gif);
}

.midspotimg{

background-image:url(images/middle-background.jpg);background-repeat: no-repeat;

	/*
	background-image:url(images/middle-background.jpg);		
	*/
}


.midspotimg1{
background-image:url(images/grey-spot-1.jpg);background-repeat: no-repeat;
}
.midspotimg2{
background-image:url(images/grey-spot-2.jpg);background-repeat: no-repeat;
}

/*
This is used for  LINKS, no need to call the class
*/
a.nounderline{text-decoration:none}
a:link    {color:#000000; background-color:transparent;text-decoration:none}
a:visited {color:#000000; background-color:transparent;text-decoration:none}
a:active  {color:#000000; background-color:transparent;text-decoration:none}
a:hover   {color:#FE7200; background-color:transparent;text-decoration:none}


/*
	This is used for  LEFT  LINKS ONLY, HAVE TO CALL THE CLASS
*/

a.other:link    {text-decoration:none;color:#FE7200;background-color:transparent;font:none}
a.other:visited {text-decoration:none;color:#FE7200;background-color:transparent;font:none}
a.other:active  {text-decoration:underline;color:#FE7200;background-color:transparent;font:none}
a.other:hover   {text-decoration:underline;color:#000000;;background-color:transparent;font:none}


