

/*CSS Document*/
/*(Project) CSS files - by http://www.Konstantinfosolutation.com India*/
/*Comment all css which you are not useing in Layout*/
/*Don't use undescore(_)*/
/*Don't define font family in body*/  
/*UseProper name for css*/

/*ClearFix*/
.Clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.Clear{ clear:both;}
.Clearfix {display: inline-block;}

a
{
	outline:none;
}
       /*for FireFox*/
       input[type="submit"]::-moz-focus-inner,
       input[type="button"]::-moz-focus-inner,
       input[type="image"]:focus { outline : none; }
	   button::-moz-focus-inner { border : 0px; }
       /*for IE8 */
       input[type="submit"]:focus,
       input[type="button"]:focus { outline : none; }
	   input[type="image"]:focus { outline : none; }
:focus
{ 
  -moz-outline-style: none;
  -webkit-border-radius:0;
}


h1 {font-size: 100%;}
h2 {font-size: 80%;}


/*Tab CSS*/
ul,li{margin:0px; padding:0px;}


.Bdr_1{ border:1px solid #000; }
.BgTest{ background:#000000; }

/*Find MenuTab Current css */
.FindMenuTab{
	width: 307px;
	margin:0 auto;
	float:left;
	

}

.FindMenuTab li{
 float:left;
 padding:0 0px;
 list-style:none;
}

.FindMenuTab a{
 width:224px;
 background: url(../images/find_bt.jpg) no-repeat left top;
 height:67px;
 display:block;
 padding-top:25px;
 padding-left:83px;
 color:#32434e;
 font-family: Arial, Helvetica, sans-serif; font-size:19px;
}

.FindMenuTab a:hover{
 color:#32434e;
 text-decoration:none;
 background: url(../images/find_roll.jpg) no-repeat left top;

}


/*Find MenuTab1 Current css*/	


.FindMenuTab1{
	width: 307px;
	margin:0 auto;
	float:left;
	

}

.FindMenuTab1 li{
 float:left;
 padding:0 0px;
 list-style:none;
}

.FindMenuTab1 a{
 width:224px;
 background: url(../images/film_but.jpg) no-repeat left top;
 height:67px;
 display:block;
 padding-top:25px;
 padding-left:83px;
 color:#32434e;
 font-family: Arial, Helvetica, sans-serif; font-size:19px;
}

.FindMenuTab1 a:hover{
 color:#32434e;
 text-decoration:none;
 background: url(../images/film_ro.jpg) no-repeat left top;

}


/*Find MenuTab1 Current css*/	


.FindMenuTab2{
	width: 307px;
	margin:0 auto;
	float:left;
	

}

.FindMenuTab2 li{
 float:left;
 padding:0 0px;
 list-style:none;
}

.FindMenuTab2 a{
 width:204px;
 background: url(../images/registration_bt.jpg) no-repeat left top;
 height:82px;
 display:block;
 padding-top:10px;
 padding-left:83px;
 padding-right:20px;
 color:#32434e;
 font-family: Arial, Helvetica, sans-serif; font-size:19px;
}

.FindMenuTab2 a:hover{
 color:#32434e;
 text-decoration:none;
 background: url(../images/registration_roll.jpg) no-repeat left top;

}

.VideoTitle{ width:222px; height:27px; background-image:url(../images/videotitlebg.gif); background-repeat:no-repeat; padding:16px 0 0 14px;}

.VideoTitle1{ width:219px; height:27px; background-image:url(../images/videotitle1bg.gif); background-repeat:no-repeat; padding:10px 0 0 14px;} 
 
.LoginTitle{ width:230px; height:31px; background-image:url(../images/logintitlebg.gif); background-repeat:no-repeat; padding:8px 0 0 14px;} 



/* Ramphool */

#tabs {
	float:left;
	width:660px;
	font-size:93%;
	line-height:normal;
	/*border-bottom:1px solid #666;*/
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:5px 5px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/right.png") no-repeat right top;
	padding:5px 10px 5px 6px;
	margin-right:4px;	
	color:#878787;
	font-family:Arial, Helvetica, sans-serif; font-size:17px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -30px;
	}
#tabs a.current12 {
	background-position:0% -30px;
	}
#tabs a:hover span {
	background-position:100% -30px;
	color:#ffffff;
	}
#tabs a.current12 span {
	background-position:100% -30px;
	color:#ffffff;
	}


