
/*************
	This is used for BODY formating of the page

**/
body{
	font-size: 11px;
	color:#464646;
	background-color:#F3DCA8;
	margin:0px;
}

/*************
	All these are related only for BODY part

**/
body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input{
	font-family: Tahoma,verdana,helvetica,arial,sans-serif;
}

#maintable { 
width:780px; 

} 

 .cell-color{
	background-color: #FFFEE2;
 }
 .brown-cell{
	 background-color: #EBC389;
 }
.topbg{
	background-image:url(images/top_red.jpg);
	background-repeat: repeat;
}
.bar{
	background-image:url(images/bar_below_header.jpg);
	background-repeat: repeat;
}
.searchbg{
	background-image:url(images/yello-bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
}

.onlybold{
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}

.headerbg{
	background-image:url(images/header_bg.jpg);	
}

.dotedlineimg{
	background-image:url(images/doted-line.gif);background-repeat: repeat;
}
.verLine{
	background-image:url(images/verLine.gif);background-repeat: repeat;
}
.blueimg{
	background-image:url(images/bottom.gif);background-repeat: repeat;
}
.highlightedtext{
	font-family: Tahoma,verdana,helvetica,arial,sans-serif;
	font-size: 70%;
}

.googlecurvleftbg{
	background-image:url(images/google-curv-leftbg.gif);
	background-repeat: repeat-y;
	background-position:left;
}

.googlecurvrightbg{
	background-image:url(images/google-curv-rightbg.gif);
	background-repeat: repeat-y;
	background-position:right;
}

.googlecurvbottombg{
	background-image:url(images/google-curv-bottombg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}

.googlecurvtopbg{
	background-image:url(images/google-curv-topbg.gif);
	background-repeat: repeat-x;
	background-position:top;
}





.moretext{
	font-size:11px;
	font-weight:bold;
	color:#7C4605;
	padding-right: 35pt ;
}

.moretext_other{
	font-size:11px;
	font-weight:bold;
	color:#7C4605;
}

/*************
	All these are related only for HEADINGS part
**/

.heading-text{
	font-size: 13pt;
	color:#4E4E4E;
	font-weight:bold;
}
.small-heading{
	font-size: 11pt;
	color:#4E4E4E;
	font-weight:bold;
}

.bgColor {
background-color:#EBF5FF;
padding:5px;
}
/*************
	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;
}


/*
	This is used for  LINKS, no need to call the class
*/
a.nounderline{text-decoration:none}
a:link    {color:#000000; background-color:transparent}
a:visited {color:#000000; background-color:transparent}
a:hover   {color:#FF0000; background-color:transparent}
a:active  {color:#000000; background-color:transparent}

/*
	This is used for  LEFT  LINKS ONLY, HAVE TO CALL THE CLASS
*/

a.other:link    {text-decoration:none;color:#7C4605;background-color:transparent;font-weight:bold}
a.other:visited {text-decoration:none;color:#7C4605;background-color:transparent;font-weight:bold}
a.other:active  {text-decoration:underline;color:#7C4605;background-color:transparent;font-weight:bold}
a.other:hover   {text-decoration:underline;color:#FF0000;;background-color:transparent;font-weight:bold}

a.otherbottom:link    {text-decoration:none;color:#7C4605;background-color:transparent;font-weight:none}
a.otherbottom:visited {text-decoration:none;color:#7C4605;background-color:transparent;font-weight:none}
a.otherbottom:active  {text-decoration:underline;color:#7C4605;background-color:transparent;font-weight:none}
a.otherbottom:hover   {text-decoration:underline;color:#FF0000;;background-color:transparent;font-weight:none}


.elementsstyle{
	font-family: Arial,Tahoma,verdana,helvetica,sans-serif;
	font-size: 11px; 
	border: 1px solid #0E4071;
	background-color:#FFFFFF;
}

.start{
	color:#FF0000;
}