@charset "utf-8";
/* -------------------------------
Basic Style Sheet (for version 4 browsers)

Version:  1.0
Author:  Balaji Telefilms LTD.
Website: www.balajitelefilms.com
Created by www.bcwebwise.com
CSS Developer Vishal Kamble
------------------------------- */


@import url(layout.css);
/***** Global Settings *****/
 * html {
 margin:0;
 padding:0;
 }
 
html, body{ 
 margin:0; 
 padding:0;
 background-color:#330000;
} 


 /***** Headings *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

 
 /***** Common Formatting *****/

p, ul, ol {
margin:0;
padding:0;
}

img {
border:0;
}


/***** Links *****/

a,
a:link,
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
	

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}



/***** ToolTip *****/
 
        .dvhdr1 {
            background:#b34418;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            padding:5px;
            width:300px; color:#fff; text-align:left;
         }
         
         .dvbdy1 {
            background:#edc973;
            font-family:arial;
            font-size:12px;
            padding:5px;
            width:300px; color:#000; text-align:left;
         }

 
/***** Wrapper *****/
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



