/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:0em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 10px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 0px;
 border: 1px solid #778;
 border-bottom: none;
 background: #ff0101;/*#3878db; /*DDE*/
 text-decoration: none;
}

ul.tabbernav li a:link { color: #fff; } /*448*/
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #e01919; /*#AAE;*/
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #ed5050; /*#01adfd;  /*a1bdea*/
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px;
	border-top: .1px solid #aaa;
   	height: 200px;
	width: 97%;
}	



/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 /*overflow:auto; */
}


@font-face {
 font-family: MyCustomFont;
 src: url("K010.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("K010.ttf") /* TTF file for CSS3 browsers */
}

.hfont{
	font-family: MyCustomFont; 
}

@font-face{
	font-family:hindi;
	src:url(K010.ttf);
}
.hindi{
	font-family: hindi;
}



.menu{
	/* list-style:none;  */
	padding:0;
	margin:25px;
}

.title{
    background-color: #14b0b2;
    text-align: center;
    color: #fff;

}

.style1 {
    font-size: 12px; 
    font-family: verdana
}
.style2 {
    font-size: 14px; 
    font-family: verdana;
    alignment-adjust: middle;
    vertical-align: bottom
     
}


#marqueecontainer{
position: relative;
width: 180px; /*marquee width */
height: 180px; /*marquee height */
background-color: #f4f4f4;
overflow: hidden;
border: 0px solid orange;
padding: 2px;
padding-left: 4px;
}


.content_left{
width: 20%;
    float: left;
}
.content_right{
width: 70%;
    float: left;
}
.row {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
        /*border-style: dotted;*/ 
        border-width: 1;
line-height: 1.5;
}
