@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColFixRtHdr #container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar  [935px]*/
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	/*background: #DDDDDD; */
	background: #FFF;
	 /* padding: 0 10px 0 20px; this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 270px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#0082c2;
} 
.twoColFixRtHdr #mainContent h2{font-size:14px; border:solid 1px #b6b6b6; color:#77B2cf ; background:#ebebeb; padding:5px 4px; margin:0}
.twoColFixRtHdr #mainContent h3{margin:0;font-size:13px;color:#0082c2}

.twoColFixRtHdr #footer {
	margin-top:15px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	background:-moz-linear-gradient(-90deg,#F1f1f1,#c4c4c4);
   background: -webkit-gradient(linear, left top, left bottom, from(#F1f1f1), to(#c4c4c4));
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#login_box
{
	/*background: url("../images/login_bg.jpg") repeat-y scroll 0% 0% transparent; */
	width: 220px; 
	padding: 30px 20px 0px 20px;
	_padding-top:20px; /*for ie 6*/
}

#login_container
{
background:#ebebeb;	
-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
   /*z-index: 90;the stack order: displayed under ribbon rectangle (100) */
   padding-top:0px;
   margin-top:0px;
}

.rectangle {
	background: #7f9db9;
	height: 50px;
	width: 250px;
	position: relative;
	left:-15px;
	top: 30px;
	/*float: left;*/
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle h2 {
	font-size: 25px;
	color: #fff;
	padding-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	margin:0;
}

.triangle-l {
	border-color: transparent #7d90a3 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 30px;
	border-top:none;
	/*z-index: 0;  displayed under bubble */
	_border-style:none;
	_border-width:0px;
	
}

.form_table_input
{
	border:solid 1px #b6b6b6;
	font-size:14px;
	height:20px;
}

/* for Advertisement  */

#ads
{
	margin-top:25px;
}
#ads .head
{
	background:url(../images/ads.png) no-repeat;
	margin:0;
	padding-left:100px;
	padding-top:10px;
    padding-bottom:2px;
	/*width:250px;
	height:30px;*/
	
}
#ads .head span
{
	margin:2px auto;
	font-family: "Trebuchet MS" , Tahoma, Georgia; 

}
#ads .body
{
	border:solid 1px #b9b9ba ;
	width:247px;
}
.scroll {
		position:relative;
		overflow:hidden;
		width: 182px;
		height: 128px;
		margin:5px auto;
	}
	
	/* root element for the scroll pics */
	.scroll .pics {
		width:20000em;
		position:absolute;
	}
	
	/* single scroll item */
	.pics a {
		float:left;
		cursor:pointer;
		width:182px;
		margin:0px;
	}
	.pics img {
		float:left;
		cursor:pointer;
		width:182px;
		margin:0px;
		border:none;
	}

/* for menu*/
#menu
{
	margin-top:0px;
}

.preload16 {background: url(../images/pro16_2.gif);}
.preload16a {background: url(../images/pro16_2a.gif);}

.pro16 {padding:0 0 0 1em; margin:0; list-style:none; height:43px; position:relative; background:transparent url(../images/pro16_back.gif) repeat-x left top; font-size:11px;}
.pro16 li {float:left; height:43px;}
.pro16 li a {display:block; float:left; height:40px; line-height:35px; color:#888; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 10px; cursor:pointer; background:url(../images/pro16_0a.gif) no-repeat;}
.pro16 li a b {float:left; display:block; padding:0 60px 0 0; background:url(../images/pro16_0.gif) no-repeat right top;}
.pro16 li.current a {color:#000; background:url(../images/pro16_2a.gif) no-repeat;}
.pro16 li.current a b {color:#000; background:url(../images/pro16_2.gif) no-repeat right top;}
.pro16 li a:hover {color:#000; background: url(../images/pro16_2a.gif) no-repeat;}
.pro16 li a:hover b {color:#000; background:url(../images/pro16_2.gif) no-repeat right top;}
.pro16 li.current a:hover {color:#000; cursor:default;}

#video
{
height:300px;
/*border:solid 1px #666;*/
margin-top:0px;
z-index:0;
}

#newscontainer
{
	margin-top:10px;
}

#content
{
	margin-top:0px;
}


#info
{
color:#0082c2;
}

#info h2
{
	margin:0;
	padding:0 4px 0 4px;
	font-size:14px;
}

.channels {
	width: 100%;
	display: block;
	background-color: #ffffff;
}
.channels h2, .channels span {
	font-size: 0.5em;
	margin: 10px 0;
	background-color: #00CCFF;
	border: none;
}
.channelsWrapper {
	display: block;
	width:90%;
	margin-left:60px;
}
.channels .item {
	width: 120px;
	text-align: center;
	float: left; display: inline;
	padding: 5px 0;
	margin: 0 10px 20px;
	background: #f4f4f4;
}

.fmlogoswrapper
{
display: block;
margin:10px 0;
background:#393939;
}
.channels .item {
	height: 90px;
	box-shadow: #DCDCDC 3px 3px 4px;
    -moz-box-shadow: #DCDCDC 3px 3px 4px;
    -webkit-box-shadow: #DCDCDC 3px 3px 4px;
}
.channels .item:hover {
	background-color: #B9b9b9;
	-moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
	background-color: rgba(228, 228, 228, .5);
	box-shadow: #D0D0D0 3px 3px 4px;
    -moz-box-shadow: #D0D0D0 3px 3px 4px;
    -webkit-box-shadow: #D0D0D0 3px 3px 4px;
}
.channels .item a img {
	border: 1px solid #FFE5EE;
}
.channels .item a:hover img {
	border-color: #000;
}
.channels .item a {
	display: block;
	margin: 0 auto;
	text-decoration: none;
	color: #000000;
	font-size:12px;
}
.channels .item a:hover { 
	color: #000;
	text-shadow:1px 1px 1px #fefefe;
	font-weight: bold;
	}
.channels span.right, .alignright, .right {
	float: right; display: inline;
}
.channels h2, .channels span, .left, .alignleft {
	float:left; 
	display: inline;
}


/* General styles */

p#copyright { margin: 20px 10px; font-size: 90%; color: #999; }

/* Form styles */
div.form-container { display: block; margin: 0px; padding: 5px; border: #EEE 0px solid; font-family: "Trebuchet MS" , Tahoma, Georgia; font-size:12px }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }
#errorContainer {
	display: none;
}
div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color:#fff; color:#F00 }
div.errors p { margin: 0;}
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }
div.errors h3#errorHead { color: #C00; margin: 10px auto 10px auto; }
div.errors a { color:#C63; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #ccc; }
div.form-container form fieldset { margin:0; padding: 10px; border: #DDD 0px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right:10px; width: 150px; display: inline; float: left; text-align: left; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input{ border:solid 1px #b6b6b6;}
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }
div.form-container label1 { margin-right: 10px; padding-right:50px; width: 150px;}
div.form-container div.buttonrow1 { margin-left: 10px; }

.channel_info
{
	font-family: "Trebuchet MS" , Tahoma, Georgia;
	font-size:12px;
	margin:10px 4px;
}

#payment_message
{
	margin:8px 5px;
	font-size: 12px;
}

.buynow
{
  display: block;
  width: 112px;
  height: 30px;
  background: url(../images/buynow.png) no-repeat 0 0;
  background-position: 0 -29px;
  border:none;
}

.buynow:hover
{
	background-position: 0 0px;
}

#payinfo
{
	margin-top:10px;
	background:#ebebeb;
	border:solid 1px #b6b6b6;
}

#payinfo p
{
	display:block;
	color:#000;
	font-family: "Trebuchet MS" , Tahoma, Georgia; 
	font-size:12px;
	margin-left:5px;
	margin-top:2px;
}

/*contact us page*/
#loader
{ position: absolute; 
  border: 1px ridge #ccc; 
  background-color: #e95555; 
  color: #eee; 
  padding: 3px; 
  display:none 
 }
 
#contactformcontainer input
 {
	 width:240px;
 }
 
#contactformcontainer .buttonrow1 input
{
	width:auto;
}

#contactformcontainer .buttonrow1 input:hover
{
  border: 1px ridge #838383;
}

#contactdetails
{
	margin-top:10px;
	background:#ebebeb;
	border:solid 1px #b6b6b6;
}

#contactdetails span
{
	display:block;
	color:#000;
	font-family: "Trebuchet MS" , Tahoma, Georgia; 
	font-size:12px;
	margin-left:5px;
	margin-top:2px;
}


.news
{
	font-family: "Trebuchet MS" , Tahoma, Georgia; 
	font-size:12px
}

.news h4
{
margin-bottom:0px;
}

.fullnews
{
	display:none;
	background:#000;
	opacity:0.5;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}

