.button
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #333333;
    text-align: center;
    font-weight: normal;
    background-color: #CECECE;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
}
.validationtext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;
    color: red;
    vertical-align: middle;
    direction: ltr;
    text-align: left;
}
/* 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;
}


/* Table Heading Style for Table's Heading */
/* Added by Chital Panchal on 11th May,07 */
.tableheading_old
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:Red;
}


/* Use when needed
.field {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
	text-align: justify;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px groove #CCCCCC;
}
.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;

}
*/

/* Added by Chital Panchal on 11th May,07 
/* Error Message Style for display error to users */
/* Added by Chital Panchal on 11th May,07 
.errortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:Red;
	text-align: justify;
}*/