@charset "utf-8";

/* R E S E T */


/*
FONT FACE RULE
=====================================================
@font-face {
font-family:<a-remote-font-name>; 
src:<source> [,<source>]; 
font-weight:<weight>; 
font-style:<style>;
}


NEED ALL THE FOLLOWING FILES FOR BEST SUPPORT POSSIBLE
=========================================================
.eot + .ttf /.otf + svg + woff
---------------------------------------------------------
Internet Explorer (all versions): EOT [Embedded OpenType] - Tool to convert TTF into an EOT format:	http://code.google.com/p/ttf2eot/
Safari (3.2+): TTF/OTF [TrueType Format/OpenType Format] - 	Tool to convert OTF into an TTF format:	http://fontforge.sourceforge.net/
iPhone (3.1): SVG [Scalable Vector Graphics] - SVG Converter:	http://xmlgraphics.apache.org/batik/tools/font-converter.html
Chrome (all versions): SVG [TTF/OTF]
Firefox (3.5+): TTF/OTF [.WOFF added 3.6]
Opera (10+): TTF/OTF
=========================================================
*/



/* F O N T   F A C E */
@font-face{font-family: 'WebRupee';src: url('WebRupee.V2.0.eot');src: local('WebRupee'), url('WebRupee.V2.0.ttf') format('truetype'),  url('WebRupee.V2.0.woff') format('woff'), url('WebRupee.V2.0.svg') format('svg'); font-weight:normal; font-style:normal;}
.WebRupee {font-family:'WebRupee';}
html>body .WebRupee {margin-right:2px;}
html>body .WebRupee {*margin-right:0;} 


/* C O N T E N T */
#container {width:500px; margin:50px auto;}


/*
TEST RESULTS
============================================================
Windows:	XP, Vista
-----------------------------------------------------------
Mozilla
4.0(beta)	Fine
3.5.0		Fine
Below this version, Rs. will come instead of rupees sign.


INTERNET EXPLORER
6.0			Fine
7.0			Fine
8.0			Fine
 

Chrome
8.0			Fine
7.0			Fine 
6.0			Fine
 

Opera
10.61		Fine
10.51		Fine
10.10		Fine


Safari
5.0			Fine


============================================================
Linux:		CentOS, Ubuntu 9.04
------------------------------------------------------------
CentOS
Mozilla 3.0		Rs. will come instead of rupees sign.


Ubuntu 9.04	
Mozilla 3.0.5	Rs. will come instead of rupees sign.
*/
