/* CSS document for tool tip*/

.balloonstyle{
position:absolute;
top: -500px;
left: 0;

padding-left:5px;
padding-top:6px;
padding-right:5px;
padding-bottom:5px;
visibility: hidden;


font:normal 10px Verdana;
line-height: 15px;
z-index: 100;

background-image:url(../images/common/navigation.jpg); background-repeat:no-repeat;width:310px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=#cbcac8,direction=115,Strength=0);*/
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

/* end */

/* CSS Document */

body{margin:0px; background-color:#4a1446;font-family:Verdana; }
.genesisbg{ background-image:url(../images/background/genesis_bg.jpg); background-repeat:no-repeat;}
.media_bg{ background-image:url(../images/background/iptv-.jpg); background-repeat:no-repeat;}
 a{color:#591e58; text-decoration:none;}
a:hover{color:#eebb00; text-decoration:underline;}
.link{font-size:11px; color:#591e58; text-decoration:none;}
.link:hover{font-size:11px; color:#eebb00; text-decoration:underline;}
.link{font-size:10px; color:#deb0d9; text-decoration:none;}
.link:hover{font-size:10px; color:#deb0d9; text-decoration:underline;}
.mainbg{background-image:url(../images/background/bg.jpg); background-repeat:no-repeat;}
.search{font-size:12px; width:80px; height:10px; color:#6e6e6e;}
.box{font-size:11px; width:120px; height:20px;color:#6e6e6e;}
.txtbox{font-size:11px; width:120px; height:15px;color:#6e6e6e;}
.box1{font-size:11px; width:90px; height:16px;color:#6e6e6e;}
.box2{font-size:11px; width:70px; height:16px;}
.textmain{font-size:12px; color:#deb0d9; line-height:17px;}
.textcomp1{font-size:11px; color:#7d337c; }
.textcomp2{font-size:10px; color:#340e33; }
.textcomp3{font-size:10px; color:#7d337c; }
.textmaininner{font-size:11px; color:#6d6d6d; line-height:17px;}
.textwhite{font-size:10px; color:#ffffff; line-height:17px;}
.textpresswhite{font-size:12px; color:#ffffff; line-height:17px;}
.footerbg{background-image:url(../images/background/footer.jpg); background-repeat:no-repeat;}
.footer{font-family:"Swis721 Cn BT"; font-size:13px; color:#e9a218;}
.copyright{font-size:10px;color:#deb0d9;}
.btn1 {background-image:url(../images/common/go1.jpg);background-repeat: no-repeat;border:0px;width:21px;height:20px;cursor:hand; }
.btn { background-image:url(../images/common/go.jpg);background-repeat: no-repeat;border:0px;width:16px;height:16px;cursor:hand; }
.show{}
.hidden{ display:none;}


/* CSS Document for image scroller */

#sitemap
{
	padding:2pt 2pt 4pt 0pt;
	color:#591e58;
	font-size:12pt;
	font-family:Arial,Verdana,Sans-serif;
}


#container{
  position: relative;
  width: 550px;
  height:260px;
  overflow: hidden; 
  padding-top:7px;
 }

#scroller {
  width: 570px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
  width: 530px;
  height: 40px;
  float: left;
  left:0px;
   
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}

/*
[if IE]>
<style type="text/css">

#scroller{
  width: 540px; /* = width + margin left + margin right from the content rule + border*2 from the container rule
}

</style>
<! [endif]

 end */
