A:link {
	font-size: 11pt;
	color: #414141;
	font-family: verdana;
	text-decoration: none;
}
A.linkY {
	font-size: 14pt;
	color: red;
	font-family: verdana;
    text-decoration: underline;
}

A:active {
	font-size: 11pt;
	color: #fc4732;
	font-family: verdana;
	text-decoration: none;
}

A:visited {
	font-size: 11pt;
	color: #414141;
	font-family: verdana;
	text-decoration: none;
}

A:hover {
	font-size: 11pt;
	color: #fc4732;
	font-family: verdana;
	text-decoration: none;
}

.TextField_Style {
	width: 100%;
    height: 20;
    font-size: 10pt
    
}

.title{
    width: 100%;
    height: 50;
	font-family: Verdana;
	color:#4B6E98;
	font-size: 18pt;
    font-variant: normal;
    font-weight: lighter;
    vertical-align: middle;
    text-align: center;
}
TD.DESC{
    
	font-family: Verdana;
	color:#4B6E98;
	font-size: 12pt;
    font-variant: normal;
    font-weight: lighter;
    
}
TD.question{

	font-family: Verdana;
	color:red;
	font-size: 12pt;
    font-variant: normal;
    font-weight: lighter;

}
.DDL_Style {
	width: 100%;
	height: 20;
	font-size: 10pt
}

.Red_Star {

	font-size: 10pt;
	font-weight: bold;
	color: red;
}

.Label_Style
{

	font-size: 12pt;
    font-family: verdana;
}
TD.Label_Style2
{

	font-size: 12pt;
    font-family: verdana;
   
}

.Button_Style {

    width: 20%;
    color: black;
    background-color: #E8F0F8;
    border-style: solid;
    border-color: #4685A8;
    border-width: thin;
}

.Msg_Style {

	font-size: 10pt;
}
TABLE.Table_Style_2
{
	border-color: #4B4B4B;
}
TABLE.Table_Style
{
	border-style: solid;
	border-color: #4B4B4B;
	border-width: thin
}

TR.Tuple_1
{
	background-color: #E8F0F8;
	color: black;
	font-size: 10pt;
}

TR.Tuple_2
{
	background-color: #D5D5D3;
	color: white;
	font-size: 10pt
}

TR.Table_Header_Style
{
	font-style: normal;
	background-color: #4685A8;
	color: white;
	font-weight: bold;
	font-size: 10pt
}

TR.Table_Footer_Style
{
	font-style: normal;
	background-color: #4685A8;
	color: white;
	font-weight: bold;
	font-size: 10pt
}

/** styles from JFDA begins from here */

/**
author: Abdullah Al Fararjeh
*/
input.groovybutton
{
   font-size: small;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color: #484138;
   background-color: #F2F2F1;

   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
   width: 140px;
   cursor: pointer;
}

td.errorFlag
{
    border-bottom: 1px #6699CC dotted;
    text-align: right;
    font-weight: normal;
    font-size: x-small;
    font-weight: bold;
    color: red;
    background-color: #E1ECF2;
}
/**
author: Abdullah Al Fararjeh
*/
td.pageHeader
{
    margin-bottom: 15px;
    font-weight: bold;
    font-size: x-large;
    color: #455C92;
}
/**
author: Abdullah Al Fararjeh
*/
td.searchCriteria
{
    color: #484138;
    background-color: #F2F2F1;
    border-bottom:2px solid #D05005;
    margin-bottom: 10px;
    font-size: medium;
   
}

td.searchCriteriaSub
{
    background-color: #F1EEEE;
    color: #484138;
    font-size: small;
    font-weight: bold;
    font-style: italic;
    padding-right: 30px;
}
/**
author: Abdullah Al Fararjeh
*/
td.searchCriteriaSpacer
{
    background-color: #F2F2F1;
    margin-bottom: 3px;
}

td.searchCriteriaTableContainer
{
    vertical-align: top;
    text-align: center;
}

/**
author: Abdullah Al Fararjeh
*/
table.searchCriteriaTable
{
    margin: 0px;
    padding: 0px;
    background-color: #E1ECF2;
    border: 1px #DFDFD9 solid;
    border-collapse: collapse;
}

/**
author: Abdullah Al Fararjeh
*/
table.FormDetailsTable
{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    border: 1px #DFDFD9 solid;
    border-collapse: collapse;
    color: #0C2C58;
}

/**
author: Abdullah Al Fararjeh
*/
td.errorFlagFormDetails
{
    border-bottom: 1px #6699CC dotted;
    text-align: right;
    font-weight: normal;
    font-size: x-small;
    font-weight: bold;
    color: red;
    background-color: #ffffff;
}

/**
author: Abdullah Al Fararjeh
*/
td.searchCriteriaCellLbl
{
    border-bottom: 1px #6699CC dotted;
    /*text-align: right;*/
    font-weight: normal;
    font-size: x-small;
    /**font-weight: bold;*/
    color: black;
    background-color: #E1ECF2;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 8px;
    font-family: Verdana;
}
td.noDotslbl
{
    /*text-align: right;*/
    font-weight: normal;
    font-size: x-small;
    /**font-weight: bold;*/
    color: black;
    background-color: #E1ECF2;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 8px;
    font-family:Tahoma;
}
/**
author: Abdullah Al Fararjeh
*/
td.searchCriteriaCellVal
{
    border-bottom: 1px #6699CC dotted;
    /*text-align: right;*/
    font-weight: normal;
    font-size: x-small;
    color: black;
    background-color: #E1ECF2;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 8px;
}
td.msdsCellVal
{
    border-bottom: 1px #6699CC dotted;
    /*text-align: right;*/
    font-weight: normal;
    font-size: small;
    color: black;
    background-color: #E1ECF2;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 8px;
}


/**
author: Abdullah Al Fararjeh
*/
td.FormDetailsCellLbl
{
    border-bottom: 1px #6699CC dotted;
    text-align: right;
    font-weight: normal;
    font-size: x-small;
    font-weight: bold;
    color: #0C2C58;
    background-color: #FFFFFF;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 8px;
}
/**
author: Abdullah Al Fararjeh
*/
td.FormDetailsCellVal
{
    border-bottom: 1px #6699CC dotted;
    text-align: right;
    font-weight: normal;
    font-size: x-small;
    color: #0C2C58;
    background-color: #FFFFFF;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 8px;
}

/**
author: Abdullah Al Fararjeh
*/
option.DDLVal
{
    font-weight: normal;
    font-size: x-small;
    color: #0C2C58;
}

td.doctorBooksTableLbl{
    color: #484138;
    font-size: medium;
    text-align: right;
}
/**
author: Abdullah Al Fararjeh
*/
td.MenuHeaderChemicalSearch
{
    text-indent: 5px;
    color: #ffffff;
    background-color: #8EC200;
    font-family: "Myriad Pro";
    font-size: small;
    font-weight: bold;
}

/**
author: Abdullah Al Fararjeh
*/
td.MenuHeaderLatestNews
{
    text-indent: 5px;
    color: #ffffff;
    background-color: #F1661D;
    font-family: "Myriad Pro";
    font-size: small;
    font-weight: bold;
}

/**
author: Abdullah Al Fararjeh
*/
td.ErrorMsg
{
    background-color: #FFF9D7;
    color: #333333;
    font-weight: bold;
    visibility: visible;
    border:1px solid #E2C822;
    padding:10px 10px 5px;
    margin:0px 10px;
    text-align: right;
}

A:link
{
	font-size: 11pt;
	color: #414141;
	font-family: verdana;
	text-decoration: none;
}

a:link {color:#0C2C58; text-decoration: none;}
a:visited {color:#800080; text-decoration: none;}
a:active {color:#680e64; text-decoration: underline;}
a:hover {color:#0c1184; text-decoration: underline;}
/**
A:active {
	font-size: 11pt;
	color: #fc4732;
	font-family: verdana;
	text-decoration: none;
}

A:visited {
	font-size: 11pt;
	color: #414141;
	font-family: verdana;
	text-decoration: none;
}

A:hover {
	font-size: 11pt;
	color: #fc4732;
	font-family: verdana;
	text-decoration: none;
}
*/
.TextField_Style {
	width: 100%;
    height: 20;
    font-size: 10pt

}

.DDL_Style {
	width: 100%;
	height: 20;
	font-size: 10pt
}

.Red_Star {

	font-size: 10pt;
	font-weight: bold;
	color: red;
}

.Label_Style {

	font-size: 10pt;
}

.Msg_Style {

	font-size: 10pt;
}


.cssbox_grd1, .cssbox_grd1_body{
      background: transparent url(../img/gradiant1.png) no-repeat bottom right}
.cssbox_grd1{
    /* intended total box width - padding-right(next) */
      width:415px !important; /* IE Win = width - padding */
	  border:0px solid #eee;
    /* the gap on the right edge of the image (not content padding) */
      padding-right:5px; /* use to position the box */
	  margin-left:0px;
      margin:10px auto;
	  postion:relative;
	  overflow: hidden;}

a img {
    border: 0px;
}

.body_header{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    
}
a.titleBar_header:visited{
    font-family:'Myriad Pro';
    color:#ffffff;
    text-decoration:none;
    cursor:pointer;
    /*text-indent: 10px;*/
}
a.titleBar_header:link{
    font-family:'Myriad Pro';
    color:#ffffff;
    text-decoration:none;
    cursor:pointer;
    /*text-indent: 10px;*/
}
.projectTitle_header{
    font-family:'Myriad Pro';
    color:#ffffff;
    text-decoration:none;
}

.menuItem_header{
 color: white;
 font-family: Arial;
 font-size:small;
 font-weight: bold;
}

.body_intro{
 margin-top:0px;
 color:blue;
 margin-bottom: 0px;
 margin-right: 0px;
 margin-left: 0px;
}
.msdsTable{
 vertical-align:middle;
 text-align:center;
 color: white;
 font-family: Verdana;
 font-size: 12pt;
}

td.ingredientTable
{
    font-size:small;
}

td.opositeDirection
{
    direction:ltr;
    color:white;
}

td.rsctextAlignment
{
    direction:ltr;
    text-align:right;
    border-bottom: 1px #6699CC dotted;
    /*text-align: right;*/
    font-weight: normal;
    font-size: x-small;
    color: black;
    background-color: #E1ECF2;
}