.navigation
{
font-family:verdana;
font-size:11px;
color:#ffffff;
line-height:1.5;
text-decoration:none;
}
.data
{
font-family:verdana;
font-size:11px;
color:#606060;
line-height:1.5;
text-decoration:none;
text-align:justify;
}
.frame_data
{
font-family:verdana;
font-size:10px;
color:#606060;
line-height:1.5;
text-decoration:none;
text-align:justify;
}
.premixesdata
{
font-family:verdana;
font-size:11px;
color:#824D4D;
line-height:1.5;
text-decoration:none;
text-align:justify;
}
.ngodata
{
font-family:verdana;
font-size:10px;
color:#606060;
line-height:1.5;
text-decoration:none;
text-align:justify;
}
.img-title
{
font-family:verdana;
font-size:12px;
color:#000000;
line-height:1.5;
text-decoration:none;
font-weight:bold;
}
.sitemap
{
font-family:verdana;
font-size:10px;
color:#919191;
line-height:1.5;
text-decoration:none;
}
.data
{
margin-left:5px;
}

.dataintcol
{
margin-left:14px;
}

/*ul
{ 
list-style-type: none;
padding:0px;
margin:0px;
border:0px solid #ff0000;
}

li
{
list-style-type: none;
line-height:1.7;
background-image:url("../images/common/bul-li.gif");
background-repeat:no-repeat;
background-position:0 10;
padding-left: 12px;
padding-top: 2px;
border:0px solid #ff0000;
}*/

.statusbar
{
font-family:verdana;
font-size:10px;
color:#bcbcbc;
line-height:1.5;
text-decoration:none;
}

.textbox{
border:1px solid #e8e9e4;
font-family:verdana;
font-size:11px;
}
.alert
{
font-family:verdana;
font-size:11px;
color:#af0000;
line-height:1.5;
text-decoration:none;
text-align:justify;
}


.subtab ul{
list-style-type: none;

background-image:url("../images/common/bul-li.gif");
background-repeat:no-repeat;
background-position:0 10;
padding-left: 12px;
padding-top: 2px;

border:0px solid #ff0000;
margin-left:-10px;
}


.right_tab a{
color:#606060;
line-height:25px;
text-decoration:none;
}
.right_tab a:hover{
color:#9e0202;
line-height:25px;
text-decoration:none;
}

/* css inserted by shweta kadam  for Image Zooming */

.gallerycontainer{
position: relative;
height:170px;
width:150px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img{
border:none;
margin: 0 0 -5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border:none;
}

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
background-color:white;
padding-bottom:5px;
/*left: 1px;*/
border: 1px solid #999999;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
border-style:solid;
border-color:#CCCCCC;
top: -1px;
left: -1px; /*position where enlarged image should offset horizontally */
z-index:1;
}
