/* CSS for News Text START */

.googleimg
{	
 background-image: url(eng/images/google_custom_search_watermark.gif);
}


.newsheading
{
	font-family:Verdana;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}
.eNewstext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}
.newstext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
/* CSS for News Text END */

/* CSS for PAGE Text START */
/*--------------- */
/* for Page Heading */
.heading {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

/* for Page Sub Heading in RED color*/
/* Added by Chital Panchal on 11th May,07 */
.subheadingRed
{
	font-family:  "Century Gothic", Arial;
	font-size: 14px;
	color:Red;
	font-weight:bold;
}

/* Sub Heading Style for Inner Sub Heading */
/* Added by Chital Panchal on 11th May,07 */
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 15px;
	color: #333333;	
	font-weight:bold;
}
.subheading4chkout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 15px;
	color: #333333;	
	font-weight:bold;
	text-align: left;
}
.subheadingSmallRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 15px;
	color: Red;	
	font-weight:bold;
}

/* Whole website Text CSS Class */
.regulartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	line-height: 15px;
	color: #333333;
	text-align: left;
}

.regulartext4chkout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	line-height: 15px;
	color: #333333;
	text-align: center;
}

/* CSS Class for text under Image */
.imagetext 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:Gray;
}

/* CSS Class for Submit Buttons */
.text4vote
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}
.button4vote
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: White;
	text-align: center;
	background-color: transparent;
	font-weight: bold;
}
a:hover.button4vote
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: White;
	text-align: center;	
	font-weight: bold;
	text-decoration: underline;
}

.button
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333333;
    text-align: center;
    background-color: #CECECE;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
}
.buttonsearch
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
    text-align: center;
    background-color: #CECECE;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
}

/* CSS Class for Validation Text */
.validationtext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: red;
    vertical-align: middle;
    direction: ltr;
    text-align: left;
}
/* End here */

.printtext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size:x-small;
    color: red;
    vertical-align: middle;
    direction: ltr;
    text-align: left;
}

.field {
	font-family: Verdana;
	font-size: 1em;
	color: #333333;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px groove #CCCCCC;
		
}

/* Table Heading Style for Table's Heading */
/* Added by Chital Panchal on 11th May,07 */
.tableheading
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:Red;
}

/* Table Border Style with No Background*/
.tableborder
{
    border-left-color: #efefef;
    border-bottom-color: #efefef;
    border-top-color: #efefef;
    border-right-color: #efefef;
    
    text-align: justify;
    border-collapse: collapse;
    border-top-style: double;
    border-right-style: double;
    border-left-style: double;
    border-bottom-style: double;
}
/* Table Border Style with Background*/
.tableborder1
{
	border-left-color: #efefef;
	border-bottom-color: #efefef;
	border-top-color: #efefef;
	border-right-color: #efefef;
	background-color: #fafafa;
	text-align: justify;
	border-collapse: collapse;
	border-top-style: double;
	border-right-style: double;
	border-left-style: double;
	border-bottom-style: double;
	border:1;
}

/* Mail Heading Style for HTML Mail */
/* Added by Chital Panchal on 16th May,07 */

.mailheading
{
	font-family:  "Century Gothic", Arial;
	font-size: 12px;
	color:Red;
	font-weight:bold;
}
/* Signature Text Style for HTML Mail */
.signaturetext {
	font-family: "Century Gothic", Arial;
	font-size: 10px;	
	color: #333333;	
}

/* Link Text Style*/
A 
{
    color:#FF0000;	
    font-weight:normal;
    font-size:x-small;
    text-decoration: none;
}

A:Hover
{
	font-size:x-small;
	color:#FF0000;
	text-decoration:underline;    
}

/* Use when needed

.download {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
	text-align: justify;
	font-weight: normal;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;

}*/
.menu
{
    text-transform: capitalize;
    font-family: 'Century Gothic';
}
a:hover.newstext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: normal;    
}
.hover
{
    color: #FF0000;
}