@CHARSET "ISO-8859-1";

/*
All variant HTML will be stored within an element with a classname variant[variantName]. Using this all variant CSS 
can be loaded at the same time, and will apply itself appropriately. 

This is convenient and efficient, but does make it one of the only things that can't be inherited. Each variant 
needs to define these CSS values even if they're the same as another variant using the same map.

Occupation bars and country text colors need to be defined here.
*/

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantClassic .country0 {
	color: #CE7800 ! important;
}
.variantClassic .country1 {
	color: #DD51BD ! important;
}
.variantClassic .country2 {
	color: #007BA5 ! important;
}
.variantClassic .country3 {
	color: #259901 ! important;
}
.variantClassic .country4 {
	color: #8B481A ! important;
}
.variantClassic .country5 {
	color: #D62929 ! important;
}
.variantClassic .country6 {
	color: #b8ad00 ! important;
}
.variantClassic .country7 {
	color: #6F005D ! important;
}

.variantClassic .occupationBar1 {
	background-color: #EFC4E4;
}
.variantClassic .occupationBar2 {
	background-color: #79AFC6;
}
.variantClassic .occupationBar3 {
	background-color: #A4C499;
}
.variantClassic .occupationBar4 {
	background-color: #A08A75;
}
.variantClassic .occupationBar5 {
	background-color: #C48F85;
}
.variantClassic .occupationBar6 {
	background-color: #EAEAAF;
}
.variantClassic .occupationBar7 {
	background-color: #A87E9F;
}

@CHARSET "ISO-8859-1";

.variantWorld .country0 { color: #CE7800 ! important; }  /*  Global             */
.variantWorld .country1 { color: #cc0205 ! important; }  /*  Argentina          */
.variantWorld .country2 { color: #04cc04 ! important; }  /*  Brazil             */
.variantWorld .country3 { color: #fc02fc ! important; }  /*  China              */
.variantWorld .country4 { color: #0482fc ! important; }  /*  Europe             */
.variantWorld .country5 { color: #044284 ! important; }  /*  Frozen-Antarctica  */
.variantWorld .country6 { color: #cc6a68 ! important; }  /*  Ghana              */
.variantWorld .country7 { color: #048284 ! important; }  /*  India              */
.variantWorld .country8 { color: #646204 ! important; }  /*  Kenya              */
.variantWorld .country9 { color: #840284 ! important; }  /*  Libya              */
.variantWorld .country10 { color: #625ee4 ! important; } /*  Near-East          */
.variantWorld .country11 { color: #246244 ! important; } /*  Pacific-Russia     */
.variantWorld .country12 { color: #A4C244 ! important; } /*  Quebec             */
.variantWorld .country13 { color: #000000 ! important; } /*  Russia             */
.variantWorld .country14 { color: #00ccc8 ! important; } /*  South-Africa       */
.variantWorld .country15 { color: #cc4d37 ! important; } /*  USA                */
.variantWorld .country16 { color: #b1b300 ! important; } /*  Western-Canada     */
.variantWorld .country17 { color: #666666 ! important; } /*  Oz                 */

.variantWorld .occupationBar1 { background-color: #fc0204; }  /*  Argentina          */
.variantWorld .occupationBar2 { background-color: #04fc04; }  /*  Brazil             */
.variantWorld .occupationBar3 { background-color: #fc02fc; }  /*  China              */
.variantWorld .occupationBar4 { background-color: #0482fc; }  /*  Europe             */
.variantWorld .occupationBar5 { background-color: #044284; }  /*  Frozen-Antarctica  */
.variantWorld .occupationBar6 { background-color: #fc8284; }  /*  Ghana              */
.variantWorld .occupationBar7 { background-color: #048284; }  /*  India              */
.variantWorld .occupationBar8 { background-color: #646204; }  /*  Kenya              */
.variantWorld .occupationBar9 { background-color: #840284; }  /*  Libya              */
.variantWorld .occupationBar10 { background-color: #c4c2fc; } /*  Near-East          */
.variantWorld .occupationBar11 { background-color: #246244; } /*  Pacific-Russia     */
.variantWorld .occupationBar12 { background-color: #A4C244; } /*  Quebec             */
.variantWorld .occupationBar13 { background-color: #000000; } /*  Russia             */
.variantWorld .occupationBar14 { background-color: #04fefc; } /*  South-Africa       */
.variantWorld .occupationBar15 { background-color: #fc6244; } /*  USA                */
.variantWorld .occupationBar16 { background-color: #dcde04; } /*  Western-Canada     */
.variantWorld .occupationBar17 { background-color: #6a6868; } /*  Oz                 */
@CHARSET "ISO-8859-1";

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantFleetRome .country0 {
	color: #CE7800 ! important;
}
.variantFleetRome .country1 {
	color: #DD51BD ! important;
}
.variantFleetRome .country2 {
	color: #007BA5 ! important;
}
.variantFleetRome .country3 {
	color: #259901 ! important;
}
.variantFleetRome .country4 {
	color: #8B481A ! important;
}
.variantFleetRome .country5 {
	color: #D62929 ! important;
}
.variantFleetRome .country6 {
	color: #b8ad00 ! important;
}
.variantFleetRome .country7 {
	color: #6F005D ! important;
}

.variantFleetRome .occupationBar1 {
	background-color: #EFC4E4;
}
.variantFleetRome .occupationBar2 {
	background-color: #79AFC6;
}
.variantFleetRome .occupationBar3 {
	background-color: #A4C499;
}
.variantFleetRome .occupationBar4 {
	background-color: #A08A75;
}
.variantFleetRome .occupationBar5 {
	background-color: #C48F85;
}
.variantFleetRome .occupationBar6 {
	background-color: #EAEAAF;
}
.variantFleetRome .occupationBar7 {
	background-color: #A87E9F;
}
@CHARSET "ISO-8859-1";

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantCustomStart .country0 {
	color: #CE7800 ! important;
}
.variantCustomStart .country1 {
	color: #DD51BD ! important;
}
.variantCustomStart .country2 {
	color: #007BA5 ! important;
}
.variantCustomStart .country3 {
	color: #259901 ! important;
}
.variantCustomStart .country4 {
	color: #8B481A ! important;
}
.variantCustomStart .country5 {
	color: #D62929 ! important;
}
.variantCustomStart .country6 {
	color: #b8ad00 ! important;
}
.variantCustomStart .country7 {
	color: #6F005D ! important;
}

.variantCustomStart .occupationBar1 {
	background-color: #EFC4E4;
}
.variantCustomStart .occupationBar2 {
	background-color: #79AFC6;
}
.variantCustomStart .occupationBar3 {
	background-color: #A4C499;
}
.variantCustomStart .occupationBar4 {
	background-color: #A08A75;
}
.variantCustomStart .occupationBar5 {
	background-color: #C48F85;
}
.variantCustomStart .occupationBar6 {
	background-color: #EAEAAF;
}
.variantCustomStart .occupationBar7 {
	background-color: #A87E9F;
}
@CHARSET "ISO-8859-1";

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantBuildAnywhere .country0 {
	color: #CE7800 ! important;
}
.variantBuildAnywhere .country1 {
	color: #DD51BD ! important;
}
.variantBuildAnywhere .country2 {
	color: #007BA5 ! important;
}
.variantBuildAnywhere .country3 {
	color: #259901 ! important;
}
.variantBuildAnywhere .country4 {
	color: #8B481A ! important;
}
.variantBuildAnywhere .country5 {
	color: #D62929 ! important;
}
.variantBuildAnywhere .country6 {
	color: #b8ad00 ! important;
}
.variantBuildAnywhere .country7 {
	color: #6F005D ! important;
}

.variantBuildAnywhere .occupationBar1 {
	background-color: #EFC4E4;
}
.variantBuildAnywhere .occupationBar2 {
	background-color: #79AFC6;
}
.variantBuildAnywhere .occupationBar3 {
	background-color: #A4C499;
}
.variantBuildAnywhere .occupationBar4 {
	background-color: #A08A75;
}
.variantBuildAnywhere .occupationBar5 {
	background-color: #C48F85;
}
.variantBuildAnywhere .occupationBar6 {
	background-color: #EAEAAF;
}
.variantBuildAnywhere .occupationBar7 {
	background-color: #A87E9F;
}
@CHARSET "ISO-8859-1";

.variantSouthAmerica5 .country0 { color: #CE7800 ! important; } /* Global    */
.variantSouthAmerica5 .country1 { color: #DD51BD ! important; } /* Argentina */
.variantSouthAmerica5 .country2 { color: #007BA5 ! important; } /* Brazil    */
.variantSouthAmerica5 .country3 { color: #b8ad00 ! important; } /* Chile     */
.variantSouthAmerica5 .country4 { color: #259901 ! important; } /* Colombia  */
.variantSouthAmerica5 .country5 { color: #8B481A ! important; } /* Peru      */

.variantSouthAmerica5 .occupationBar1 { background-color: #EFC4E4; } /* Argentina */
.variantSouthAmerica5 .occupationBar2 { background-color: #79AFC6; } /* Brazil    */
.variantSouthAmerica5 .occupationBar3 { background-color: #EAEAAF; } /* Chile     */
.variantSouthAmerica5 .occupationBar4 { background-color: #A4C499; } /* Colombia  */
.variantSouthAmerica5 .occupationBar5 { background-color: #A08A75; } /* Peru      */


@CHARSET "ISO-8859-1";

.variantSouthAmerica4 .country0 { color: #CE7800 ! important; } /* Global    */
.variantSouthAmerica4 .country1 { color: #DD51BD ! important; } /* Argentina */
.variantSouthAmerica4 .country2 { color: #007BA5 ! important; } /* Brazil    */
.variantSouthAmerica4 .country3 { color: #b8ad00 ! important; } /* Chile     */
.variantSouthAmerica4 .country4 { color: #259901 ! important; } /* Colombia  */

.variantSouthAmerica4 .occupationBar1 { background-color: #EFC4E4; } /* Argentina */
.variantSouthAmerica4 .occupationBar2 { background-color: #79AFC6; } /* Brazil    */
.variantSouthAmerica4 .occupationBar3 { background-color: #EAEAAF; } /* Chile     */
.variantSouthAmerica4 .occupationBar4 { background-color: #A4C499; } /* Colombia  */


@CHARSET "ISO-8859-1";

.variantHundred .country0 { color: #CE7800 ! important; } /* Global   */
.variantHundred .country1 { color: #8B481A ! important; } /* Burgundy */
.variantHundred .country2 { color: #DD51BD ! important; } /* England  */
.variantHundred .country3 { color: #007BA5 ! important; } /* France   */

.variantHundred .occupationBar1 { background-color: #A08A75; } /* Burgundy */
.variantHundred .occupationBar2 { background-color: #EFC4E4; } /* England  */
.variantHundred .occupationBar3 { background-color: #79AFC6; } /* France   */


@CHARSET "ISO-8859-1";

.variantAncMed .country0 { color: #CE7800 ! important; } /* Global   */
.variantAncMed .country1 { color: #007BA5 ! important; } /* Carthage */
.variantAncMed .country2 { color: #b8ad00 ! important; } /* Egypt    */
.variantAncMed .country3 { color: #259901 ! important; } /* Greece   */
.variantAncMed .country4 { color: #6F005D ! important; } /* Persia   */
.variantAncMed .country5 { color: #D62929 ! important; } /* Rome     */

.variantAncMed .occupationBar1 { background-color: #79AFC6; } /* Carthage */
.variantAncMed .occupationBar2 { background-color: #EAEAAF; } /* Egypt    */
.variantAncMed .occupationBar3 { background-color: #A4C499; } /* Greece   */
.variantAncMed .occupationBar4 { background-color: #A87E9F; } /* Persia   */
.variantAncMed .occupationBar5 { background-color: #C48F85; } /* Rome     */

@CHARSET "ISO-8859-1";

.variantClassicMilan .country0 { color: #CE7800 ! important; } /* (Global) */
.variantClassicMilan .country1 { color: #DD51BD ! important; } /* England  */
.variantClassicMilan .country2 { color: #007BA5 ! important; } /* France   */
.variantClassicMilan .country3 { color: #259901 ! important; } /* Italy    */
.variantClassicMilan .country4 { color: #8B481A ! important; } /* Germany  */
.variantClassicMilan .country5 { color: #D62929 ! important; } /* Austria  */
.variantClassicMilan .country6 { color: #b8ad00 ! important; } /* Turkey   */
.variantClassicMilan .country7 { color: #6F005D ! important; } /* Russia   */

.variantClassicMilan .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantClassicMilan .occupationBar2 { background-color: #79AFC6; } /* France  */
.variantClassicMilan .occupationBar3 { background-color: #A4C499; } /* Italy   */
.variantClassicMilan .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantClassicMilan .occupationBar5 { background-color: #C48F85; } /* Austria */
.variantClassicMilan .occupationBar6 { background-color: #EAEAAF; } /* Turkey  */
.variantClassicMilan .occupationBar7 { background-color: #A87E9F; } /* Russia  */


@CHARSET "ISO-8859-1";

.variantPure .country0 { color: #CE7800 ! important; } /* Neutral */
.variantPure .country1 { color: #D62929 ! important; } /* Austria */
.variantPure .country2 { color: #DD51BD ! important; } /* England */
.variantPure .country3 { color: #007BA5 ! important; } /* France  */
.variantPure .country4 { color: #8B481A ! important; } /* Germany */
.variantPure .country5 { color: #259901 ! important; } /* Italy   */
.variantPure .country6 { color: #6F005D ! important; } /* Russia  */
.variantPure .country7 { color: #b8ad00 ! important; } /* Turkey  */

.variantPure .occupationBar1 { background-color: #C48F85; } /* Austria */
.variantPure .occupationBar2 { background-color: #EFC4E4; } /* England */
.variantPure .occupationBar3 { background-color: #79AFC6; } /* France  */
.variantPure .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantPure .occupationBar5 { background-color: #A4C499; } /* Italy   */
.variantPure .occupationBar6 { background-color: #A87E9F; } /* Russia  */
.variantPure .occupationBar7 { background-color: #EAEAAF; } /* Turkey  */


@CHARSET "ISO-8859-1";

.variantColonial .country0 { color: #CE7800 ! important; } /* Global  */
.variantColonial .country1 { color: #DD51BD ! important; } /* Britain */
.variantColonial .country2 { color: #D62929 ! important; } /* China   */
.variantColonial .country3 { color: #007BA5 ! important; } /* France  */
.variantColonial .country4 { color: #8B481A ! important; } /* Holland */
.variantColonial .country5 { color: #259901 ! important; } /* Japan   */
.variantColonial .country6 { color: #6F005D ! important; } /* Russia  */
.variantColonial .country7 { color: #b8ad00 ! important; } /* Turkey  */

.variantColonial .occupationBar1 { background-color: #EFC4E4; } /* Britain */
.variantColonial .occupationBar2 { background-color: #C48F85; } /* China   */
.variantColonial .occupationBar3 { background-color: #79AFC6; } /* France  */
.variantColonial .occupationBar4 { background-color: #A08A75; } /* Holland */
.variantColonial .occupationBar5 { background-color: #A4C499; } /* Japan   */
.variantColonial .occupationBar6 { background-color: #A87E9F; } /* Russia  */
.variantColonial .occupationBar7 { background-color: #EAEAAF; } /* Turkey  */


@CHARSET "ISO-8859-1";

.variantImperium .country0 { color: #CE7800 ! important;} /* Global   */
.variantImperium .country1 { color: #8B481A ! important;} /* Alamanni */
.variantImperium .country2 { color: #007BA5 ! important;} /* Franci   */
.variantImperium .country3 { color: #259901 ! important;} /* Gothi    */
.variantImperium .country4 { color: #6F005D ! important;} /* Hunni    */
.variantImperium .country5 { color: #DD51BD ! important;} /* Saxones  */
.variantImperium .country6 { color: #D62929 ! important;} /* Vandali  */

.variantImperium .occupationBar1 { background-color: #A08A75; } /* Alamanni */
.variantImperium .occupationBar2 { background-color: #79AFC6; } /* Franci   */
.variantImperium .occupationBar3 { background-color: #A4C499; } /* Gothi    */
.variantImperium .occupationBar4 { background-color: #A87E9F; } /* Hunni    */
.variantImperium .occupationBar5 { background-color: #EFC4E4; } /* Saxones  */
.variantImperium .occupationBar6 { background-color: #C48F85; } /* Vandali  */


@CHARSET "ISO-8859-1";
	
.variantClassicCrowded .country0 { color: #CE7800 ! important; } /* Global  */
.variantClassicCrowded .country1 { color: #DD51BD ! important; } /* England */
.variantClassicCrowded .country2 { color: #007BA5 ! important; } /* France  */
.variantClassicCrowded .country3 { color: #259901 ! important; } /* Italy   */
.variantClassicCrowded .country4 { color: #8B481A ! important; } /* Germany */
.variantClassicCrowded .country5 { color: #D62929 ! important; } /* Austria */
.variantClassicCrowded .country6 { color: #b8ad00 ! important; } /* Turkey  */
.variantClassicCrowded .country7 { color: #6F005D ! important; } /* Russia  */
.variantClassicCrowded .country8 { color: #08374d ! important; } /* Balkan  */
.variantClassicCrowded .country9 { color: #b05500 ! important; } /* Lowland */
.variantClassicCrowded .country10 { color: #1a6600 ! important; } /* Norway */
.variantClassicCrowded .country11 { color: #514f4f ! important; } /* Spain  */

.variantClassicCrowded .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantClassicCrowded .occupationBar2 { background-color: #79AFC6; } /* France  */
.variantClassicCrowded .occupationBar3 { background-color: #A4C499; } /* Italy   */
.variantClassicCrowded .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantClassicCrowded .occupationBar5 { background-color: #C48F85; } /* Austria */
.variantClassicCrowded .occupationBar6 { background-color: #EAEAAF; } /* Turkey  */
.variantClassicCrowded .occupationBar7 { background-color: #A87E9F; } /* Russia  */
.variantClassicCrowded .occupationBar8 { background-color: #406c80; } /* Balkan  */
.variantClassicCrowded .occupationBar9 { background-color: #ce9967; } /* Lowland */
.variantClassicCrowded .occupationBar10 { background-color: #729267; } /* Norway */
.variantClassicCrowded .occupationBar11 { background-color: #6a6868; } /* Spain  */



@CHARSET "ISO-8859-1";

.variantClassicFvA .country0 { color: #CE7800 ! important; } /* Global */
.variantClassicFvA .country1 { color: #007BA5 ! important; } /* France */
.variantClassicFvA .country2 { color: #D62929 ! important; } /* Austria */

.variantClassicFvA .occupationBar1 { background-color: #79AFC6; } /* France */
.variantClassicFvA .occupationBar2 { background-color: #C48F85; } /* Austria */

@CHARSET "ISO-8859-1";

.variantSailHo2 .country0 { color: #CE7800 ! important; } /* Global */
.variantSailHo2 .country1 { color: #259901 ! important; } /* East   */
.variantSailHo2 .country2 { color: #DD51BD ! important; } /* North  */
.variantSailHo2 .country3 { color: #007BA5 ! important; } /* South  */
.variantSailHo2 .country4 { color: #b8ad00 ! important; } /* West   */

.variantSailHo2 .occupationBar1 { background-color: #A4C499; } /* East  */
.variantSailHo2 .occupationBar2 { background-color: #EFC4E4; } /* North */
.variantSailHo2 .occupationBar3 { background-color: #79AFC6; } /* South */
.variantSailHo2 .occupationBar4 { background-color: #EAEAAF; } /* West  */

@CHARSET "ISO-8859-1";

.variantClassicChaos .country0 { color: #CE7800 ! important; }  /* Global         */
.variantClassicChaos .country1 { color: #5D8AA8 ! important; }  /* Ankara         */
.variantClassicChaos .country2 { color: #FF1717 ! important; }  /* Belgium        */
.variantClassicChaos .country3 { color: #BF367E ! important; }  /* Berlin         */
.variantClassicChaos .country4 { color: #ED3CCA ! important; }  /* Brest          */
.variantClassicChaos .country5 { color: #89CFF0 ! important; }  /* Budapest       */
.variantClassicChaos .country6 { color: #223241 ! important; }  /* Bulgaria       */
.variantClassicChaos .country7 { color: #A4C639 ! important; }  /* Constantinople */
.variantClassicChaos .country8 { color: #CAB310 ! important; }  /* Denmark        */
.variantClassicChaos .country9 { color: #4B5320 ! important; }  /* Edinburgh      */
.variantClassicChaos .country10 { color: #FD5F00 ! important; } /* Greece         */
.variantClassicChaos .country11 { color: #B2BEB5 ! important; } /* Holland        */
.variantClassicChaos .country12 { color: #1ADD51 ! important; } /* Kiel           */
.variantClassicChaos .country13 { color: #FF9966 ! important; } /* Liverpool      */
.variantClassicChaos .country14 { color: #00FFFF ! important; } /* London         */
.variantClassicChaos .country15 { color: #FDEE00 ! important; } /* Marseilles     */
.variantClassicChaos .country16 { color: #C072C8 ! important; } /* Moscow         */
.variantClassicChaos .country17 { color: #A08A75 ! important; } /* Munich         */
.variantClassicChaos .country18 { color: #004225 ! important; } /* Naples         */
.variantClassicChaos .country19 { color: #4D4DB3 ! important; } /* Norway         */
.variantClassicChaos .country20 { color: #87A96B ! important; } /* Paris          */
.variantClassicChaos .country21 { color: #5CFF9B ! important; } /* Portugal       */
.variantClassicChaos .country22 { color: #FA9DA6 ! important; } /* Rome           */
.variantClassicChaos .country23 { color: #000000 ! important; } /* Rumania        */
.variantClassicChaos .country24 { color: #CFEB1E ! important; } /* Serbia         */
.variantClassicChaos .country25 { color: #46B300 ! important; } /* Sevastopol     */
.variantClassicChaos .country26 { color: #FFBF00 ! important; } /* Smyrna         */
.variantClassicChaos .country27 { color: #93A2D0 ! important; } /* Spain          */
.variantClassicChaos .country28 { color: #8B0000 ! important; } /* Petersburg     */
.variantClassicChaos .country29 { color: #ACE1AF ! important; } /* Sweden         */
.variantClassicChaos .country30 { color: #007FFF ! important; } /* Trieste        */
.variantClassicChaos .country31 { color: #FFB7C5 ! important; } /* Tunis          */
.variantClassicChaos .country32 { color: #6B3F95 ! important; } /* Venice         */
.variantClassicChaos .country33 { color: #FF8C00 ! important; } /* Vienna         */
.variantClassicChaos .country34 { color: #00CC99 ! important; } /* Warsaw         */

.variantClassicChaos .occupationBar1 { background-color: #5D8AA8 ! important; }  /* Ankara         */
.variantClassicChaos .occupationBar2 { background-color: #FF1717 ! important; }  /* Belgium        */
.variantClassicChaos .occupationBar3 { background-color: #BF367E ! important; }  /* Berlin         */
.variantClassicChaos .occupationBar4 { background-color: #ED3CCA ! important; }  /* Brest          */
.variantClassicChaos .occupationBar5 { background-color: #89CFF0 ! important; }  /* Budapest       */
.variantClassicChaos .occupationBar6 { background-color: #223241 ! important; }  /* Bulgaria       */
.variantClassicChaos .occupationBar7 { background-color: #A4C639 ! important; }  /* Constantinople */
.variantClassicChaos .occupationBar8 { background-color: #CAB310 ! important; }  /* Denmark        */
.variantClassicChaos .occupationBar9 { background-color: #4B5320 ! important; }  /* Edinburgh      */
.variantClassicChaos .occupationBar10 { background-color: #FD5F00 ! important; } /* Greece         */
.variantClassicChaos .occupationBar11 { background-color: #B2BEB5 ! important; } /* Holland        */
.variantClassicChaos .occupationBar12 { background-color: #1ADD51 ! important; } /* Kiel           */
.variantClassicChaos .occupationBar13 { background-color: #FF9966 ! important; } /* Liverpool      */
.variantClassicChaos .occupationBar14 { background-color: #00FFFF ! important; } /* London         */
.variantClassicChaos .occupationBar15 { background-color: #FDEE00 ! important; } /* Marseilles     */
.variantClassicChaos .occupationBar16 { background-color: #C072C8 ! important; } /* Moscow         */
.variantClassicChaos .occupationBar17 { background-color: #A08A75 ! important; } /* Munich         */
.variantClassicChaos .occupationBar18 { background-color: #004225 ! important; } /* Naples         */
.variantClassicChaos .occupationBar19 { background-color: #4D4DB3 ! important; } /* Norway         */
.variantClassicChaos .occupationBar20 { background-color: #87A96B ! important; } /* Paris          */
.variantClassicChaos .occupationBar21 { background-color: #5CFF9B ! important; } /* Portugal       */
.variantClassicChaos .occupationBar22 { background-color: #FA9DA6 ! important; } /* Rome           */
.variantClassicChaos .occupationBar23 { background-color: #000000 ! important; } /* Rumania        */
.variantClassicChaos .occupationBar24 { background-color: #CFEB1E ! important; } /* Serbia         */
.variantClassicChaos .occupationBar25 { background-color: #46B300 ! important; } /* Sevastopol     */
.variantClassicChaos .occupationBar26 { background-color: #FFBF00 ! important; } /* Smyrna         */
.variantClassicChaos .occupationBar27 { background-color: #93A2D0 ! important; } /* Spain          */
.variantClassicChaos .occupationBar28 { background-color: #8B0000 ! important; } /* Petersburg     */
.variantClassicChaos .occupationBar29 { background-color: #ACE1AF ! important; } /* Sweden         */
.variantClassicChaos .occupationBar30 { background-color: #007FFF ! important; } /* Trieste        */
.variantClassicChaos .occupationBar31 { background-color: #FFB7C5 ! important; } /* Tunis          */
.variantClassicChaos .occupationBar32 { background-color: #6B3F95 ! important; } /* Venice         */
.variantClassicChaos .occupationBar33 { background-color: #FF8C00 ! important; } /* Vienna         */
.variantClassicChaos .occupationBar34 { background-color: #00CC99 ! important; } /* Warsaw         */

@CHARSET "ISO-8859-1";
	
.variantClassicSevenIslands .country0 { color: #CE7800 ! important; } /* Global  */
.variantClassicSevenIslands .country1 { color: #DD51BD ! important; } /* England */
.variantClassicSevenIslands .country2 { color: #007BA5 ! important; } /* France  */
.variantClassicSevenIslands .country3 { color: #259901 ! important; } /* Italy   */
.variantClassicSevenIslands .country4 { color: #8B481A ! important; } /* Germany */
.variantClassicSevenIslands .country5 { color: #D62929 ! important; } /* Austria */
.variantClassicSevenIslands .country6 { color: #b8ad00 ! important; } /* Turkey  */
.variantClassicSevenIslands .country7 { color: #6F005D ! important; } /* Russia  */

.variantClassicSevenIslands .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantClassicSevenIslands .occupationBar2 { background-color: #79AFC6; } /* France  */
.variantClassicSevenIslands .occupationBar3 { background-color: #A4C499; } /* Italy   */
.variantClassicSevenIslands .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantClassicSevenIslands .occupationBar5 { background-color: #C48F85; } /* Austria */
.variantClassicSevenIslands .occupationBar6 { background-color: #EAEAAF; } /* Turkey  */
.variantClassicSevenIslands .occupationBar7 { background-color: #A87E9F; } /* Russia  */

@CHARSET "ISO-8859-1";
	
.variantModern2 .country0 { color: #CE7800 ! important; }  /* Global  */
.variantModern2 .country1 { color: #DD51BD ! important; }  /* Britain */
.variantModern2 .country2 { color: #1a6600 ! important; }  /* Egypt   */
.variantModern2 .country3 { color: #007BA5 ! important; }  /* France  */
.variantModern2 .country4 { color: #8B481A ! important; }  /* Germany */
.variantModern2 .country5 { color: #259901 ! important; }  /* Italy   */
.variantModern2 .country6 { color: #D62929 ! important; }  /* Poland  */
.variantModern2 .country7 { color: #6F005D ! important; }  /* Russia  */
.variantModern2 .country8 { color: #b05500 ! important; }  /* Spain   */
.variantModern2 .country9 { color: #b8ad00 ! important; }  /* Turkey  */
.variantModern2 .country10 { color: #514f4f ! important; } /* Ukraine */

.variantModern2 .occupationBar1 { background-color: #EFC4E4; }  /* Britain */
.variantModern2 .occupationBar2 { background-color: #729267; }  /* Egypt   */
.variantModern2 .occupationBar3 { background-color: #79AFC6; }  /* France  */
.variantModern2 .occupationBar4 { background-color: #A08A75; }  /* Germany */
.variantModern2 .occupationBar5 { background-color: #A4C499; }  /* Italy   */
.variantModern2 .occupationBar6 { background-color: #C48F85; }  /* Poland  */
.variantModern2 .occupationBar7 { background-color: #A87E9F; }  /* Russia  */
.variantModern2 .occupationBar8 { background-color: #ce9967; }  /* Spain   */
.variantModern2 .occupationBar9 { background-color: #EAEAAF; }  /* Turkey  */
.variantModern2 .occupationBar10 { background-color: #6a6868; } /* Ukraine */
@CHARSET "ISO-8859-1";

.variantEmpire4 .country0 { color: #CE7800 ! important; }  /* Global           */
.variantEmpire4 .country1 { color: #b8ad00 ! important; }  /* British-Columbia */
.variantEmpire4 .country2 { color: #D62929 ! important; }  /* California       */
.variantEmpire4 .country3 { color: #b05500 ! important; }  /* Florida          */
.variantEmpire4 .country4 { color: #08374d ! important; }  /* Heartland        */
.variantEmpire4 .country5 { color: #259901 ! important; }  /* Mexico           */
.variantEmpire4 .country6 { color: #6F005D ! important; }  /* New-York         */
.variantEmpire4 .country7 { color: #DD51BD ! important; }  /* Peru             */
.variantEmpire4 .country8 { color: #1a6600 ! important; }  /* Quebec           */
.variantEmpire4 .country9 { color: #514f4f ! important; }  /* Texas            */
.variantEmpire4 .country10 { color: #007BA5 ! important; } /* Cuba             */

.variantEmpire4 .occupationBar1 { background-color: #EAEAAF; }  /* British-Columbia */
.variantEmpire4 .occupationBar2 { background-color: #C48F85; }  /* California       */
.variantEmpire4 .occupationBar3 { background-color: #ce9967; }  /* Florida          */
.variantEmpire4 .occupationBar4 { background-color: #406c80; }  /* Heartland        */
.variantEmpire4 .occupationBar5 { background-color: #A4C499; }  /* Mexico           */
.variantEmpire4 .occupationBar6 { background-color: #A87E9F; }  /* New-York         */
.variantEmpire4 .occupationBar7 { background-color: #EFC4E4; }  /* Peru             */
.variantEmpire4 .occupationBar8 { background-color: #729267; }  /* Quebec           */
.variantEmpire4 .occupationBar9 { background-color: #6a6868; }  /* Texas            */
.variantEmpire4 .occupationBar10 { background-color: #79AFC6; } /* Cuba             */

@CHARSET "ISO-8859-1";

.variantMigraine .country0 { color: #CE7800 ! important; } /* Global */
.variantMigraine .country1 { color: #259901 ! important; } /* Beta   */
.variantMigraine .country2 { color: #007ba5 ! important; } /* Delta  */
.variantMigraine .country3 { color: #00354d ! important; } /* Gamma  */
.variantMigraine .country4 { color: #D62929 ! important; } /* Kappa  */
.variantMigraine .country5 { color: #b05500 ! important; } /* Lambda */
.variantMigraine .country6 { color: #b8ad00 ! important; } /* Sigma  */
.variantMigraine .country7 { color: #6F005D ! important; } /* Theta  */
.variantMigraine .country8 { color: #1a6600 ! important; } /* Zeta   */

.variantMigraine .occupationBar1 { background-color: #A4C499; } /* Beta   */
.variantMigraine .occupationBar2 { background-color: #79AFC6; } /* Delta  */
.variantMigraine .occupationBar3 { background-color: #406c80; } /* Gamma  */
.variantMigraine .occupationBar4 { background-color: #C48F85; } /* Kappa  */
.variantMigraine .occupationBar5 { background-color: #ce9967; } /* Lambda */
.variantMigraine .occupationBar6 { background-color: #EAEAAF; } /* Sigma  */
.variantMigraine .occupationBar7 { background-color: #A87E9F; } /* Theta  */
.variantMigraine .occupationBar8 { background-color: #729267; } /* Zeta   */

@CHARSET "ISO-8859-1";

.variantDuo .country0 { color: #CE7800 ! important; } /* Neutral */
.variantDuo .country1 { color: #D62929 ! important; } /* Austria */
.variantDuo .country2 { color: #259901 ! important; } /* Italy   */
.variantDuo .country3 { color: #666666 ! important; } /* Germany */

.variantDuo .occupationBar1 { background-color: #C48F85; } /* Austria */
.variantDuo .occupationBar2 { background-color: #A4C499; } /* Italy   */
.variantDuo .occupationBar3 { background-color: #666666; } /* Germany */

@CHARSET "ISO-8859-1";

.variantClassicGvI .country0 { color: #CE7800 ! important; } /* Global */
.variantClassicGvI .country1 { color: #8B481A ! important; } /* Germany */
.variantClassicGvI .country2 { color: #259901 ! important; } /* Italy */

.variantClassicGvI .occupationBar1 { background-color: #A08A75; } /* Germany */
.variantClassicGvI .occupationBar2 { background-color: #A4C499; } /* Italy */

@CHARSET "ISO-8859-1";

.variantSouthAmerica8 .country0 { color: #CE7800 ! important; } /* Global    */
.variantSouthAmerica8 .country1 { color: #DD51BD ! important; } /* Argentina */
.variantSouthAmerica8 .country2 { color: #6F005D ! important; } /* Bolivia   */
.variantSouthAmerica8 .country3 { color: #007BA5 ! important; } /* Brazil    */
.variantSouthAmerica8 .country4 { color: #b8ad00 ! important; } /* Chile     */
.variantSouthAmerica8 .country5 { color: #259901 ! important; } /* Colombia  */
.variantSouthAmerica8 .country6 { color: #b05500 ! important; } /* Paraquay  */
.variantSouthAmerica8 .country7 { color: #8B481A ! important; } /* Peru      */
.variantSouthAmerica8 .country8 { color: #D62929 ! important; } /* Venezuela */

.variantSouthAmerica8 .occupationBar1 { background-color: #EFC4E4; } /* Argentina */
.variantSouthAmerica8 .occupationBar2 { background-color: #A87E9F; } /* Bolivia   */
.variantSouthAmerica8 .occupationBar3 { background-color: #79AFC6; } /* Brazil    */
.variantSouthAmerica8 .occupationBar4 { background-color: #EAEAAF; } /* Chile     */
.variantSouthAmerica8 .occupationBar5 { background-color: #A4C499; } /* Colombia  */
.variantSouthAmerica8 .occupationBar6 { background-color: #ce9967; } /* Paraquay  */
.variantSouthAmerica8 .occupationBar7 { background-color: #A08A75; } /* Peru      */
.variantSouthAmerica8 .occupationBar8 { background-color: #C48F85; } /* Venezuela */

@CHARSET "ISO-8859-1";

.variantClassicFGvsRT .country0 { color: #CE7800 ! important; } /* Global */
.variantClassicFGvsRT .country1 { color: #b05500 ! important; } /* Frankland */
.variantClassicFGvsRT .country2 { color: #514f4f ! important; } /* Juggernaut*/

.variantClassicFGvsRT .occupationBar1 { background-color: #ce9967; } /* Frankland */
.variantClassicFGvsRT .occupationBar2 { background-color: #6a6868; } /* Juggernaut*/



@CHARSET "ISO-8859-1";

.variantSengoku5 .country0 { color: #CE7800 ! important; } /* Global    */
.variantSengoku5 .country1 { color: #259901 ! important; } /* Shimazu   */
.variantSengoku5 .country2 { color: #007BA5 ! important; } /* Mori      */
.variantSengoku5 .country3 { color: #DD51BD ! important; } /* Chosokabe */
.variantSengoku5 .country4 { color: #b05500 ! important; } /* Asakura   */
.variantSengoku5 .country5 { color: #D62929 ! important; } /* Oda       */
.variantSengoku5 .country6 { color: #b8ad00 ! important; } /* Uesugi    */
.variantSengoku5 .country7 { color: #08374d ! important; } /* Takeda    */
.variantSengoku5 .country8 { color: #6F005D ! important; } /* Hojo      */
.variantSengoku5 .country9 { color: #514f4f ! important; } /* Impartial */

.variantSengoku5 .occupationBar1 { background-color: #A4C499; } /* Shimazu   */
.variantSengoku5 .occupationBar2 { background-color: #79AFC6; } /* Mori      */
.variantSengoku5 .occupationBar3 { background-color: #EFC4E4; } /* Chosokabe */
.variantSengoku5 .occupationBar4 { background-color: #ce9967; } /* Asakura   */
.variantSengoku5 .occupationBar5 { background-color: #C48F85; } /* Oda       */
.variantSengoku5 .occupationBar6 { background-color: #EAEAAF; } /* Uesugi    */
.variantSengoku5 .occupationBar7 { background-color: #406c80; } /* Takeda    */
.variantSengoku5 .occupationBar8 { background-color: #A87E9F; } /* Hojo      */
.variantSengoku5 .occupationBar9 { background-color: #6a6868; } /* Impartial */



@CHARSET "ISO-8859-1";

/*
All variant HTML will be stored within an element with a classname variant[variantName]. Using this all variant CSS 
can be loaded at the same time, and will apply itself appropriately. 

This is convenient and efficient, but does make it one of the only things that can't be inherited. Each variant 
needs to define these CSS values even if they're the same as another variant using the same map.

Occupation bars and country text colors need to be defined here.
*/

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantClassic1897 .country0 {
	color: #CE7800 ! important;
}
.variantClassic1897  .country1 {
	color: #DD51BD ! important;
}
.variantClassic1897  .country2 {
	color: #007BA5 ! important;
}
.variantClassic1897  .country3 {
	color: #259901 ! important;
}
.variantClassic1897  .country4 {
	color: #8B481A ! important;
}
.variantClassic1897  .country5 {
	color: #D62929 ! important;
}
.variantClassic1897  .country6 {
	color: #b8ad00 ! important;
}
.variantClassic1897  .country7 {
	color: #6F005D ! important;
}

.variantClassic1897  .occupationBar1 {
	background-color: #EFC4E4;
}
.variantClassic1897  .occupationBar2 {
	background-color: #79AFC6;
}
.variantClassic1897 .occupationBar3 {
	background-color: #A4C499;
}
.variantClassic1897  .occupationBar4 {
	background-color: #A08A75;
}
.variantClassic1897  .occupationBar5 {
	background-color: #C48F85;
}
.variantClassic1897  .occupationBar6 {
	background-color: #EAEAAF;
}
.variantClassic1897  .occupationBar7 {
	background-color: #A87E9F;
}
@CHARSET "ISO-8859-1";

.variantRinascimento .country0 { color: #CE7800 ! important; } /* Global  */
.variantRinascimento .country1 { color: #514f4F ! important; } /* Ferrara */
.variantRinascimento .country2 { color: #DD51BD ! important; } /* Firenze */
.variantRinascimento .country3 { color: #ED3CCA ! important; } /* French  */
.variantRinascimento .country4 { color: #08374d ! important; } /* Genova  */
.variantRinascimento .country5 { color: #D62929 ! important; } /* Milano  */
.variantRinascimento .country6 { color: #259901 ! important; } /* Napoli  */
.variantRinascimento .country7 { color: #b05500 ! important; } /* Pisa    */
.variantRinascimento .country8 { color: #6F005D ! important; } /* Savoia  */
.variantRinascimento .country9 { color: #1A6600 ! important; } /* Siena   */
.variantRinascimento .country10 { color: #b8ad00 ! important; } /* Stato della Chiesa */
.variantRinascimento .country11 { color: #8B481A ! important; } /* Turkish */
.variantRinascimento .country12 { color: #007BA5 ! important; } /* Venezia */
.variantRinascimento .country13 { color: #888888 ! important; } /* Neutral units */

.variantRinascimento .occupationBar1 { background-color: #6A6868; } /* Ferrara */
.variantRinascimento .occupationBar2 { background-color: #EFC4E4; } /* Firenze   */
.variantRinascimento .occupationBar3 { background-color: #ED3CCA; } /* French */
.variantRinascimento .occupationBar4 { background-color: #406c80; } /* Genova */
.variantRinascimento .occupationBar5 { background-color: #C48F85; } /* Milano */
.variantRinascimento .occupationBar6 { background-color: #A4C499; } /* Napoli */
.variantRinascimento .occupationBar7 { background-color: #ce9967; } /* Pisa      */
.variantRinascimento .occupationBar8 { background-color: #A87E9F; } /* Savoia */
.variantRinascimento .occupationBar9 { background-color: #729267; } /* Siena */
.variantRinascimento .occupationBar10 { background-color: #EAEAAF; } /* Stato della Chiesa */
.variantRinascimento .occupationBar11 { background-color: #A08A75; } /* Turkish */
.variantRinascimento .occupationBar12 { background-color: #79afc6; } /* Venezia */
.variantRinascimento .occupationBar13 { background-color: #888888; } /* Neutral units */
@CHARSET "ISO-8859-1";

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantClassicFog .country0 { color: #CE7800 ! important; }
.variantClassicFog .country1 { color: #DD51BD ! important; }
.variantClassicFog .country2 { color: #007BA5 ! important; }
.variantClassicFog .country3 { color: #259901 ! important; }
.variantClassicFog .country4 { color: #8B481A ! important; }
.variantClassicFog .country5 { color: #D62929 ! important; }
.variantClassicFog .country6 { color: #b8ad00 ! important; }
.variantClassicFog .country7 { color: #6F005D ! important; }

.variantClassicFog .occupationBar1 { background-color: #EFC4E4; }
.variantClassicFog .occupationBar2 { background-color: #79AFC6; }
.variantClassicFog .occupationBar3 { background-color: #A4C499; }
.variantClassicFog .occupationBar4 { background-color: #A08A75; }
.variantClassicFog .occupationBar5 { background-color: #C48F85; }
.variantClassicFog .occupationBar6 { background-color: #EAEAAF; }
.variantClassicFog .occupationBar7 { background-color: #A87E9F; }

@CHARSET "ISO-8859-1";

/*
All variant HTML will be stored within an element with a classname variant[variantName]. Using this all variant CSS 
can be loaded at the same time, and will apply itself appropriately. 

This is convenient and efficient, but does make it one of the only things that can't be inherited. Each variant 
needs to define these CSS values even if they're the same as another variant using the same map.

Occupation bars and country text colors need to be defined here.
*/

.variantAlacavre .country0 {
	color: #CE7800 ! important;
}
.variantAlacavre .country1 {
	color: #259901 ! important;
}
.variantAlacavre .country2 {
	color: #007BA5 ! important;
}
.variantAlacavre .country3 {
	color: #DD51BD ! important;
}
.variantAlacavre .country4 {
	color: #8B481A ! important;
}
.variantAlacavre .country5 {
	color: #D62929 ! important;
}
.variantAlacavre .country6 {
	color: #b8ad00 ! important;
}
.variantAlacavre .country7 {
	color: #6F005D ! important;
}

.variantAlacavre .occupationBar1 {
	background-color: #EFC4E4;
}
.variantAlacavre .occupationBar2 {
	background-color: #79AFC6;
}
.variantAlacavre .occupationBar3 {
	background-color: #A4C499;
}
.variantAlacavre .occupationBar4 {
	background-color: #A08A75;
}
.variantAlacavre .occupationBar5 {
	background-color: #C48F85;
}
.variantAlacavre .occupationBar6 {
	background-color: #EAEAAF;
}
.variantAlacavre .occupationBar7 {
	background-color: #A87E9F;
}
@CHARSET "ISO-8859-1";
	
.variantDutchRevolt .country0 { color: #CE7800 ! important; } /* Global   */
.variantDutchRevolt .country1 { color: #DD51BD! important; } /* England  */
.variantDutchRevolt .country2 { color: #007FFF ! important; } /* France   */
.variantDutchRevolt .country3 { color: #b8ad00! important; } /* Spain    */
.variantDutchRevolt .country4 { color: #8B481A! important; } /* Muenster */
.variantDutchRevolt .country5 { color: #FF7E00 ! important; } /* Holland  */

.variantDutchRevolt .occupationBar1 { background-color: #EFC4E4! important; } /* England  */
.variantDutchRevolt .occupationBar2 { background-color: #0059B2 ! important; } /* France   */
.variantDutchRevolt .occupationBar3 { background-color: #EAEAAF! important; } /* Spain    */
.variantDutchRevolt .occupationBar4 { background-color: #A08A75! important; } /* Muenster */
.variantDutchRevolt .occupationBar5 { background-color: #B25800 ! important; } /* Holland  */

@CHARSET "ISO-8859-1";

.variantEmpire1on1 .country0 { color: #CE7800 ! important; } /* Global      */
.variantEmpire1on1 .country1 { color: #514f4F ! important; } /* Confederacy */
.variantEmpire1on1 .country2 { color: #08374d ! important; } /* Union       */

.variantEmpire1on1 .occupationBar1 { background-color: #6A6868; }  /* Confederacy */
.variantEmpire1on1 .occupationBar2 { background-color: #406c80; }  /* Union       */
@CHARSET "ISO-8859-1";

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantClassic1880 .country0 { color: #CE7800 ! important; }
.variantClassic1880 .country1 { color: #DD51BD ! important; }
.variantClassic1880 .country2 { color: #007BA5 ! important; }
.variantClassic1880 .country3 { color: #259901 ! important; }
.variantClassic1880 .country4 { color: #8B481A ! important; }
.variantClassic1880 .country5 { color: #D62929 ! important; }
.variantClassic1880 .country6 { color: #b8ad00 ! important; }
.variantClassic1880 .country7 { color: #6F005D ! important; }

.variantClassic1880 .occupationBar1 { background-color: #EFC4E4; }
.variantClassic1880 .occupationBar2 { background-color: #79AFC6; }
.variantClassic1880 .occupationBar3 { background-color: #A4C499; }
.variantClassic1880 .occupationBar4 { background-color: #A08A75; }
.variantClassic1880 .occupationBar5 { background-color: #C48F85; }
.variantClassic1880 .occupationBar6 { background-color: #EAEAAF; }
.variantClassic1880 .occupationBar7 { background-color: #A87E9F; }
@CHARSET "ISO-8859-1";

.variantGreekDip .country0 { color: #CE7800 ! important; } /* Global    */
.variantGreekDip .country1 { color: #08374d ! important; } /* Athens    */
.variantGreekDip .country2 { color: #259901 ! important; } /* Byzantium */
.variantGreekDip .country3 { color: #6F005D ! important; } /* Macedonia */
.variantGreekDip .country4 { color: #b8ad00 ! important; } /* Persia    */
.variantGreekDip .country5 { color: #007BA5 ! important; } /* Rhoades   */
.variantGreekDip .country6 { color: #D62929 ! important; } /* Sparta    */

.variantGreekDip .occupationBar1 { background-color: #406c80; } /* Athens    */
.variantGreekDip .occupationBar2 { background-color: #A4C499; } /* Byzantium */
.variantGreekDip .occupationBar3 { background-color: #A87E9F; } /* Macedonia */
.variantGreekDip .occupationBar4 { background-color: #EAEAAF; } /* Persia    */
.variantGreekDip .occupationBar5 { background-color: #79AFC6; } /* Rhoades   */
.variantGreekDip .occupationBar6 { background-color: #C48F85; } /* Sparta    */

@CHARSET "ISO-8859-1";

.variantGermany1648 .country0 { color: #CE7800 ! important; } /* Global  */
.variantGermany1648 .country1 { color: #D62929 ! important; } /* Austrian Habsburg */
.variantGermany1648 .country2 { color: #b8ad00 ! important; } /* Spanish Habsburg */
.variantGermany1648 .country3 { color: #DD51BD ! important; } /* Wettin */
.variantGermany1648 .country4 { color: #259901 ! important; } /* Bavarian Wittelsbach */
.variantGermany1648 .country5 { color: #b05500 ! important; } /* Palatinate Wittelsbach */
.variantGermany1648 .country6 { color: #08374d ! important; } /* Hohenzollern */
.variantGermany1648 .country7 { color: #007BA5 ! important; } /* Ecclesiastic Lands */
.variantGermany1648 .country8 { color: #888888 ! important; } /* Free Imperial Cities */

.variantGermany1648 .occupationBar1 { background-color: #C48F85; } /* Austrian Habsburg */
.variantGermany1648 .occupationBar2 { background-color: #EAEAAF; } /* Spanish Habsburg */
.variantGermany1648 .occupationBar3 { background-color: #EFC4E4; } /* Wettin */
.variantGermany1648 .occupationBar4 { background-color: #A4C499; } /* Bavarian Wittelsbach */
.variantGermany1648 .occupationBar5 { background-color: #ce9967; } /* Palatinate Wittelsbach */
.variantGermany1648 .occupationBar6 { background-color: #406c80; } /* Hohenzollern */
.variantGermany1648 .occupationBar7 { background-color: #79afc6; } /* Ecclesiastic Lands */
.variantGermany1648 .occupationBar8 { background-color: #888888; } /* Free Imperial Cities */
@CHARSET "ISO-8859-1";



.variantMateAgainstMate .country0 { color: #CE7800 ! important; } /* Global    */
.variantMateAgainstMate .country1 { color: #ff69c7 ! important; } /* Indonesia */
.variantMateAgainstMate .country2 { color: #9d8f44 ! important; } /* Western Australia   */
.variantMateAgainstMate .country3 { color: #D62929 ! important; } /* South Australia */
.variantMateAgainstMate .country4 { color: #7ba26c ! important; } /* Tasmania */
.variantMateAgainstMate .country5 { color: #797979 ! important; } /* New Zealand */
.variantMateAgainstMate .country6 { color: #406c80 ! important; } /* Victoria */
.variantMateAgainstMate .country7 { color: #7fb7f8 ! important; } /* New South Wales      */
.variantMateAgainstMate .country8 { color: #882727 ! important; } /* Queensland */
.variantMateAgainstMate .country9 { color: #74593f ! important; } /* Neutral units */



.variantMateAgainstMate .occupationBar1 { background-color: #efc4e4; } /* Indonesia */
.variantMateAgainstMate .occupationBar2 { background-color: #d8c559; } /* Western Australia   */
.variantMateAgainstMate .occupationBar3 { background-color: #c46d5d; } /* South Australia */
.variantMateAgainstMate .occupationBar4 { background-color: #96c882; } /* Tasmania */
.variantMateAgainstMate .occupationBar5 { background-color: #797979; } /* New Zealand */
.variantMateAgainstMate .occupationBar6 { background-color: #406c80; } /* Victoria */
.variantMateAgainstMate .occupationBar7 { background-color: #7fb7f8; } /* New South Wales      */
.variantMateAgainstMate .occupationBar8 { background-color: #882727; } /* Queensland */
.variantMateAgainstMate .occupationBar9 { background-color: #a08a75; } /* Neutral units */



@CHARSET "ISO-8859-1";

/*
All variant HTML will be stored within an element with a classname variant[variantName]. Using this all variant CSS 
can be loaded at the same time, and will apply itself appropriately. 

This is convenient and efficient, but does make it one of the only things that can't be inherited. Each variant 
needs to define these CSS values even if they're the same as another variant using the same map.

Occupation bars and country text colors need to be defined here.
*/

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantClassicNoNeutrals .country0 {
	color: #CE7800 ! important;
}
.variantClassicNoNeutrals .country1 {
	color: #DD51BD ! important;
}
.variantClassicNoNeutrals .country2 {
	color: #007BA5 ! important;
}
.variantClassicNoNeutrals .country3 {
	color: #259901 ! important;
}
.variantClassicNoNeutrals .country4 {
	color: #8B481A ! important;
}
.variantClassicNoNeutrals .country5 {
	color: #D62929 ! important;
}
.variantClassicNoNeutrals .country6 {
	color: #b8ad00 ! important;
}
.variantClassicNoNeutrals .country7 {
	color: #6F005D ! important;
}

.variantClassicNoNeutrals .occupationBar1 {
	background-color: #EFC4E4;
}
.variantClassicNoNeutrals .occupationBar2 {
	background-color: #79AFC6;
}
.variantClassicNoNeutrals .occupationBar3 {
	background-color: #A4C499;
}
.variantClassicNoNeutrals .occupationBar4 {
	background-color: #A08A75;
}
.variantClassicNoNeutrals .occupationBar5 {
	background-color: #C48F85;
}
.variantClassicNoNeutrals .occupationBar6 {
	background-color: #EAEAAF;
}
.variantClassicNoNeutrals .occupationBar7 {
	background-color: #A87E9F;
}
@CHARSET "ISO-8859-1";
	
.variantFubar .country0 { color: #CE7800 ! important; } /* Global      */
.variantFubar .country1 { color: #87A96B ! important; } /* Fatflap     */
.variantFubar .country2 { color: #9F2B68 ! important; } /* Howdoileave */
.variantFubar .country3 { color: #FF9866 ! important; } /* timmy       */
.variantFubar .country4 { color: #00CC99 ! important; } /* shitnoob    */
.variantFubar .country5 { color: #89CFF0 ! important; } /* omgslut     */
.variantFubar .country6 { color: #EFA9E4 ! important; } /* multi       */

.variantFubar .occupationBar1 { background-color: #87A96B ! important; } /* Fatflap     */
.variantFubar .occupationBar2 { background-color: #9F2B68 ! important; } /* howdoileave */
.variantFubar .occupationBar3 { background-color: #FF9866 ! important; } /* timmy       */
.variantFubar .occupationBar4 { background-color: #00CC99 ! important; } /* shitnoob    */
.variantFubar .occupationBar5 { background-color: #89CFF0 ! important; } /* omgslut     */
.variantFubar .occupationBar6 { background-color: #EFA9E4 ! important; } /* multi       */

@CHARSET "ISO-8859-1";

.variantClassicOctopus .country0 { color: #CE7800 ! important; } /* Global  */
.variantClassicOctopus .country1 { color: #DD51BD ! important; } /* England */
.variantClassicOctopus .country2 { color: #007BA5 ! important; } /* France  */
.variantClassicOctopus .country3 { color: #259901 ! important; } /* Italy   */
.variantClassicOctopus .country4 { color: #8B481A ! important; } /* Germany */
.variantClassicOctopus .country5 { color: #D62929 ! important; } /* Austria */
.variantClassicOctopus .country6 { color: #b8ad00 ! important; } /* Turkey  */
.variantClassicOctopus .country7 { color: #6F005D ! important; } /* Russia  */

.variantClassicOctopus .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantClassicOctopus .occupationBar2 { background-color: #79AFC6; } /* France  */
.variantClassicOctopus .occupationBar3 { background-color: #A4C499; } /* Italy   */
.variantClassicOctopus .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantClassicOctopus .occupationBar5 { background-color: #C48F85; } /* Austria */
.variantClassicOctopus .occupationBar6 { background-color: #EAEAAF; } /* Turkey  */
.variantClassicOctopus .occupationBar7 { background-color: #A87E9F; } /* Russia  */
@CHARSET "ISO-8859-1";

.variantLepanto .country0 { color: #08374d ! important; }  /* Global           */
.variantLepanto .country1 { color: #259901 ! important; }  /* Holy League */
.variantLepanto .country2 { color: #D62929 ! important; }  /* Ottoman Empire */

.variantLepanto .occupationBar1 { background-color: #A4C499; }  /* Holy League */
.variantLepanto .occupationBar2 { background-color: #C48F85; }  /* Ottoman Empire */

@CHARSET "ISO-8859-1";

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantClassicVS .country0 { color: #CE7800 ! important; }
.variantClassicVS .countryEngland { color: #DD51BD ! important; }
.variantClassicVS .countryFrance { color: #007BA5 ! important; }
.variantClassicVS .countryItaly { color: #259901 ! important; }
.variantClassicVS .countryGermany { color: #8B481A ! important; }
.variantClassicVS .countryAustria { color: #D62929 ! important; }
.variantClassicVS .countryTurkey { color: #b8ad00 ! important; }
.variantClassicVS .countryRussia { color: #6F005D ! important; }

.variantClassicVS .occupationBarEngland { background-color: #EFC4E4; }
.variantClassicVS .occupationBarFrance { background-color: #79AFC6; }
.variantClassicVS .occupationBarItaly { background-color: #A4C499; }
.variantClassicVS .occupationBarGermany { background-color: #A08A75; }
.variantClassicVS .occupationBarAustria { background-color: #C48F85; }
.variantClassicVS .occupationBarTurkey { background-color: #EAEAAF; }
.variantClassicVS .occupationBarRussia { background-color: #A87E9F; }

@CHARSET "ISO-8859-1";

.variantWhoControlsAmerica .country0 { color: #CE7800 ! important; } /* Global  */
.variantWhoControlsAmerica .country1 { color: #DD51BD ! important; } /* Liberal Interests */
.variantWhoControlsAmerica .country2 { color: #639BB3 ! important; } /* Republican Party  */
.variantWhoControlsAmerica .country3 { color: #259901 ! important; } /* The Military   */
.variantWhoControlsAmerica .country4 { color: #523726 ! important; } /* Corporate America */
.variantWhoControlsAmerica .country5 { color: #D62929 ! important; } /* Democratic Party */
.variantWhoControlsAmerica .country6 { color: #00386F ! important; } /* Conservative Interests  */
.variantWhoControlsAmerica .country7 { color: #6F005D ! important; } /* The Underworld  */
.variantWhoControlsAmerica .country8 { color: #B8AD00 ! important; } /* Secret Societies  */

.variantWhoControlsAmerica .occupationBar1 { background-color: #EFC4E4; } /* Liberal Interests */
.variantWhoControlsAmerica .occupationBar2 { background-color: #79AFC6; } /* Republican Party  */
.variantWhoControlsAmerica .occupationBar3 { background-color: #A4C499; } /* The Military   */
.variantWhoControlsAmerica .occupationBar4 { background-color: #A08A75; } /* Corporate America */
.variantWhoControlsAmerica .occupationBar5 { background-color: #C48F85; } /* Democratic Party */
.variantWhoControlsAmerica .occupationBar6 { background-color: #285096; } /* Conservative Interests  */
.variantWhoControlsAmerica .occupationBar7 { background-color: #A87E9F; } /* The Underworld  */
.variantWhoControlsAmerica .occupationBar8 { background-color: #EAEAAF; } /* Secret Societies  */
@CHARSET "ISO-8859-1";
	
.variantFantasyWorld .country0 { color: #CE7800 ! important; }  /* Global        */

.variantFantasyWorld .country1 { color: #6b4c2e ! important; }  /* Arafura       */
.variantFantasyWorld .country2 { color: #259901 ! important; }  /* Hamra         */
.variantFantasyWorld .country3 { color: #514f4f ! important; }  /* Ishfahan      */
.variantFantasyWorld .country4 { color: #DD51BD ! important; }  /* Jylland       */
.variantFantasyWorld .country5 { color: #b41e1e ! important; }  /* Kyushu        */
.variantFantasyWorld .country6 { color: #1a6600 ! important; }  /* Lugulu        */
.variantFantasyWorld .country7 { color: #b8ad00 ! important; }  /* Ming-tao      */
.variantFantasyWorld .country8 { color: #864a3f ! important; }  /* New Foundland */
.variantFantasyWorld .country9 { color: #007BA5 ! important; }  /* Orleans       */
.variantFantasyWorld .country10 { color: #6F005D ! important; } /* Rajasthan     */
.variantFantasyWorld .country11 { color: #08374d ! important; } /* Sakhalin      */
.variantFantasyWorld .country12 { color: #b05500 ! important; } /* Valparaiso    */

.variantFantasyWorld .occupationBar1 { background-color: #A08A75; }  /* Arafura       */
.variantFantasyWorld .occupationBar2 { background-color: #A4C499; }  /* Hamra         */
.variantFantasyWorld .occupationBar3 { background-color: #6a6868; }  /* Ishfahan      */
.variantFantasyWorld .occupationBar4 { background-color: #EFC4E4; }  /* Jylland       */
.variantFantasyWorld .occupationBar5 { background-color: #883C3C; }  /* Kyushu        */
.variantFantasyWorld .occupationBar6 { background-color: #729267; }  /* Lugulu        */
.variantFantasyWorld .occupationBar7 { background-color: #EAEAAF; }  /* Ming-tao      */
.variantFantasyWorld .occupationBar8 { background-color: #C48F85; }  /* New Foundland */
.variantFantasyWorld .occupationBar9 { background-color: #79AFC6; }  /* Orleans       */
.variantFantasyWorld .occupationBar10 { background-color: #A87E9F; } /* Rajasthan     */
.variantFantasyWorld .occupationBar11 { background-color: #406c80; } /* Sakhalin      */
.variantFantasyWorld .occupationBar12 { background-color: #ce9967; } /* Valparaiso    */

@CHARSET "ISO-8859-1";

.variantKaribik .country0 { color: #CE7800 ! important; } /* Global    */
.variantKaribik .country1 { color: #1a6600 ! important; } /* Brasil    */
.variantKaribik .country2 { color: #8B481A ! important; } /* Columbia  */
.variantKaribik .country3 { color: #D62929 ! important; } /* Cuba      */
.variantKaribik .country4 { color: #259901 ! important; } /* Mexico    */
.variantKaribik .country5 { color: #6F005D ! important; } /* Paraquay  */
.variantKaribik .country6 { color: #007BA5 ! important; } /* Peru      */
.variantKaribik .country7 { color: #08374d ! important; } /* USA       */
.variantKaribik .country8 { color: #b8ad00 ! important; } /* Venezuela */

.variantKaribik .occupationBar1 { background-color: #729267; } /* Brasil    */
.variantKaribik .occupationBar2 { background-color: #A08A75; } /* Columbia  */
.variantKaribik .occupationBar3 { background-color: #C48F85; } /* Cuba      */
.variantKaribik .occupationBar4 { background-color: #A4C499; } /* Mexico    */
.variantKaribik .occupationBar5 { background-color: #A87E9F; } /* Paraquay  */
.variantKaribik .occupationBar6 { background-color: #79AFC6; } /* Peru      */
.variantKaribik .occupationBar7 { background-color: #406c80; } /* USA       */
.variantKaribik .occupationBar8 { background-color: #EAEAAF; } /* Venezuela */


@CHARSET "ISO-8859-1";

.variantBalkanWarsVI .country0 { color: #CE7800 ! important; } /* Global  */
.variantBalkanWarsVI .country1 { color: #6F005D ! important; } /* Albania  */
.variantBalkanWarsVI .country2 { color: #DD51BD ! important; } /* Bulgaria */
.variantBalkanWarsVI .country3 { color: #259901 ! important; } /* Greece   */
.variantBalkanWarsVI .country4 { color: #b05500 ! important; } /* Rumania */
.variantBalkanWarsVI .country5 { color: #514f4f ! important; } /* Serbia  */
.variantBalkanWarsVI .country6 { color: #b8ad00 ! important; } /* Turkey  */

.variantBalkanWarsVI .occupationBar1 { background-color: #A87E9F; } /* Albania  */
.variantBalkanWarsVI .occupationBar2 { background-color: #EFC4E4; } /* Bulgaria */
.variantBalkanWarsVI .occupationBar3 { background-color: #A4C499; } /* Greece   */
.variantBalkanWarsVI .occupationBar4 { background-color: #ce9967; } /* Rumania */
.variantBalkanWarsVI .occupationBar5 { background-color: #6a6868; } /* Serbia  */
.variantBalkanWarsVI .occupationBar6 { background-color: #EAEAAF; } /* Turkey  */



@CHARSET "ISO-8859-1";

.variantHussite .country0 { color: #CE7800 ! important; } /* Neutral                      */
.variantHussite .country1 { color: #B2A38F ! important; } /* Bavaria                      */
.variantHussite .country2 { color: #b8ad00 ! important; } /* Catholic Landfrieden         */
.variantHussite .country3 { color: #98555C ! important; } /* Hungary                      */
.variantHussite .country4 { color: #EC6275 ! important; } /* Kingdom of Poland            */
.variantHussite .country5 { color: #7B5A5A ! important; } /* Margraviate of Brandenburg   */
.variantHussite .country6 { color: #18835C ! important; } /* Orebites                     */
.variantHussite .country7 { color: #5961C6 ! important; } /* Praguers                     */
.variantHussite .country8 { color: #9B93B4 ! important; } /* Saxony                       */
.variantHussite .country9 { color: #FF9A22 ! important; } /* Taborites                    */

.variantHussite .occupationBar1 { background-color: #A19381; } /* Bavaria                      */
.variantHussite .occupationBar2 { background-color: #D3D523; } /* Catholic Landfrieden         */
.variantHussite .occupationBar3 { background-color: #80484E; } /* Hungary                      */
.variantHussite .occupationBar4 { background-color: #D25768; } /* Kingdom of Poland            */
.variantHussite .occupationBar5 { background-color: #5E4545; } /* Margraviate of Brandenburg   */
.variantHussite .occupationBar6 { background-color: #136849; } /* Orebites                     */
.variantHussite .occupationBar7 { background-color: #4A51A5; } /* Praguers                     */
.variantHussite .occupationBar8 { background-color: #817A94; } /* Saxony                       */
.variantHussite .occupationBar9 { background-color: #DC851D; } /* Taborites                    */


@CHARSET "ISO-8859-1";

.variantClassicFGA .country0 { color: #CE7800 ! important; } /* Global */
.variantClassicFGA .country1 { color: #007BA5 ! important; } /* France */
.variantClassicFGA .country2 { color: #D62929 ! important; } /* Austria */
.variantClassicFGA .country3 { color: #8B481A ! important; } /* German */

.variantClassicFGA .occupationBar1 { background-color: #79AFC6; } /* France */
.variantClassicFGA .occupationBar2 { background-color: #C48F85; } /* Austria */
.variantClassicFGA .occupationBar3 { background-color: #A08A75; } /* German */

@CHARSET "ISO-8859-1";

.variantClassicIER .country0 { color: #CE7800 ! important; } /* Global  */
.variantClassicIER .country1 { color: #DD51BD ! important; } /* England */
.variantClassicIER .country2 { color: #259901 ! important; } /* Italy   */
.variantClassicIER .country3 { color: #6F005D ! important; } /* Russia  */

.variantClassicIER .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantClassicIER .occupationBar2 { background-color: #A4C499; } /* Italy   */
.variantClassicIER .occupationBar3 { background-color: #A87E9F; } /* Russia  */


@CHARSET "ISO-8859-1";
	
.variantClassicGreyPress .country0 { color: #CE7800 ! important; } /* Global  */
.variantClassicGreyPress .country1 { color: #DD51BD ! important; } /* England */
.variantClassicGreyPress .country2 { color: #007BA5 ! important; } /* France  */
.variantClassicGreyPress .country3 { color: #259901 ! important; } /* Italy   */
.variantClassicGreyPress .country4 { color: #8B481A ! important; } /* Germany */
.variantClassicGreyPress .country5 { color: #D62929 ! important; } /* Austria */
.variantClassicGreyPress .country6 { color: #b8ad00 ! important; } /* Turkey  */
.variantClassicGreyPress .country7 { color: #6F005D ! important; } /* Russia  */
.variantClassicGreyPress .country8 { color: #777777 ! important; } /* Russia  */

.variantClassicGreyPress .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantClassicGreyPress .occupationBar2 { background-color: #79AFC6; } /* France  */
.variantClassicGreyPress .occupationBar3 { background-color: #A4C499; } /* Italy   */
.variantClassicGreyPress .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantClassicGreyPress .occupationBar5 { background-color: #C48F85; } /* Austria */
.variantClassicGreyPress .occupationBar6 { background-color: #EAEAAF; } /* Turkey  */
.variantClassicGreyPress .occupationBar7 { background-color: #A87E9F; } /* Russia  */

@CHARSET "ISO-8859-1";

.variantHaven .country0 { color: #CE7800 ! important; } /* Global  */
.variantHaven .country1 { color: #0000C9 ! important; } /* Archers */
.variantHaven .country2 { color: #A1A140 ! important; } /* Barbarians */
.variantHaven .country3 { color: #612F4b ! important; } /* Centaurs   */
.variantHaven .country4 { color: #004D4D ! important; } /* Dwarves */
.variantHaven .country5 { color: #00A6A6 ! important; } /* Elves   */
.variantHaven .country6 { color: #A6A600 ! important; } /* Faeries  */
.variantHaven .country7 { color: #636300 ! important; } /* Gnomes  */
.variantHaven .country8 { color: #CC5229 ! important; } /* Hobbits  */
.variantHaven .country9 { color: #1A1A1A ! important; } /* Knights  */
.variantHaven .country10 { color: #005700 ! important; } /* Leprechauns */
.variantHaven .country11 { color: #B200B2 ! important; } /* Magicians   */
.variantHaven .country12 { color: #CC0000 ! important; } /* Nomads      */
.variantHaven .country13 { color: #995C2E ! important; } /* Ogres       */
.variantHaven .country14 { color: #4D4D4D ! important; } /* Pirates  */
.variantHaven .country15 { color: #B07C79 ! important; } /* Rogues  */
.variantHaven .country16 { color: #3E3EC9 ! important; } /* Samurai  */
.variantHaven .country17 { color: #00B300 ! important; } /* Trolls  */
.variantHaven .country18 { color: #808080 ! important; } /* Undead  */
.variantHaven .country19 { color: #4C004C ! important; } /* Wizards  */

.variantHaven .occupationBar1 { background-color: #0000FE; } /* Archers */
.variantHaven .occupationBar2 { background-color: #D4D480; } /* Barbarians   */
.variantHaven .occupationBar3 { background-color: #94667F; } /* Centaurs  */
.variantHaven .occupationBar4 { background-color: #007F7F; } /* Dwarves */
.variantHaven .occupationBar5 { background-color: #00FFFF; } /* Elves   */
.variantHaven .occupationBar6 { background-color: #FFFF00; } /* Faeries  */
.variantHaven .occupationBar7 { background-color: #7E7E00; } /* Gnomes  */
.variantHaven .occupationBar8 { background-color: #FF6633; } /* Hobbits  */
.variantHaven .occupationBar9 { background-color: #545454; } /* Knights  */
.variantHaven .occupationBar10 { background-color: #007E00; } /* Leprechauns  */
.variantHaven .occupationBar11 { background-color: #FF00FF; } /* Magicians  */
.variantHaven .occupationBar12 { background-color: #FF0000; } /* Nomads  */
.variantHaven .occupationBar13 { background-color: #CD9366; } /* Ogres  */
.variantHaven .occupationBar14 { background-color: #ABABAB; } /* Pirates  */
.variantHaven .occupationBar15 { background-color: #FCD5D3; } /* Rogues  */
.variantHaven .occupationBar16 { background-color: #8080FC; } /* Samurai  */
.variantHaven .occupationBar17 { background-color: #00FF00; } /* Trolls  */
.variantHaven .occupationBar18 { background-color: #999999; } /* Undead  */
.variantHaven .occupationBar19 { background-color: #800080; } /* Wizards  */


.variantWWIV .country0  { color: #CE7800 ! important; }  /* Global         */
.variantWWIV .country1  { color: #0a23c0 ! important; }  /* Amazon-Empire  */
.variantWWIV .country2  { color: #c49612 ! important; }  /* Argentina      */
.variantWWIV .country3  { color: #0a31ff ! important; }  /* Australia      */
.variantWWIV .country4  { color: #6f0d03 ! important; }  /* Brazil         */
.variantWWIV .country5  { color: #6d1367 ! important; }  /* California     */
.variantWWIV .country6  { color: #515100 ! important; }  /* Canada         */
.variantWWIV .country7  { color: #00c81c ! important; }  /* Catholica      */
.variantWWIV .country8  { color: #00fa2c ! important; }  /* Central-Asia   */
.variantWWIV .country9  { color: #b9b9b9 ! important; }  /* Colombia       */
.variantWWIV .country10 { color: #d73911 ! important; }  /* Congo          */
.variantWWIV .country11 { color: #ff9c00 ! important; }  /* Cuba           */
.variantWWIV .country12 { color: #fffd33 ! important; }  /* Egypt          */
.variantWWIV .country13 { color: #eb53e9 ! important; }  /* Germany        */
.variantWWIV .country14 { color: #101010 ! important; }  /* Illinois       */
.variantWWIV .country15 { color: #fb3383 ! important; }  /* Inca-Empire    */
.variantWWIV .country16 { color: #73710e ! important; }  /* India          */
.variantWWIV .country17 { color: #47fb97 ! important; }  /* Indonesia      */
.variantWWIV .country18 { color: #ff91d6 ! important; }  /* Iran           */
.variantWWIV .country19 { color: #4797fb ! important; }  /* Japan          */
.variantWWIV .country20 { color: #00b6b8 ! important; }  /* Kenya          */
.variantWWIV .country21 { color: #007a7c ! important; }  /* Manchuria      */
.variantWWIV .country22 { color: #8cba1c ! important; }  /* Mexico         */
.variantWWIV .country23 { color: #686868 ! important; }  /* Nigeria        */
.variantWWIV .country24 { color: #c5fb43 ! important; }  /* Oceania        */
.variantWWIV .country25 { color: #ff0000 ! important; }  /* Philippines    */
.variantWWIV .country26 { color: #00650b ! important; }  /* Quebec         */
.variantWWIV .country27 { color: #a2a6fe ! important; }  /* Russia         */
.variantWWIV .country28 { color: #ff6a6d ! important; }  /* Sichuan-Empire */
.variantWWIV .country29 { color: #b7600a ! important; }  /* Song-Empire    */
.variantWWIV .country20 { color: #00b56b ! important; }  /* South-Africa   */
.variantWWIV .country31 { color: #5a60ad ! important; }  /* Texas          */
.variantWWIV .country32 { color: #c32368 ! important; }  /* Thailand       */
.variantWWIV .country33 { color: #1414a2 ! important; }  /* Turkey         */
.variantWWIV .country34 { color: #ffd84e ! important; }  /* United-Kingdom */
.variantWWIV .country35 { color: #bab76c ! important; }  /* United-States  */

.variantWWIV .occupationBar1  { background-color: #0a23c0; } /* Amazon-Empire  */
.variantWWIV .occupationBar2  { background-color: #c49612; } /* Argentina      */
.variantWWIV .occupationBar3  { background-color: #0a31ff; } /* Australia      */
.variantWWIV .occupationBar4  { background-color: #6f0d03; } /* Brazil         */
.variantWWIV .occupationBar5  { background-color: #6d1367; } /* California     */
.variantWWIV .occupationBar6  { background-color: #515100; } /* Canada         */
.variantWWIV .occupationBar7  { background-color: #00c81c; } /* Catholica      */
.variantWWIV .occupationBar8  { background-color: #00fa2c; } /* Central-Asia   */
.variantWWIV .occupationBar9  { background-color: #b9b9b9; } /* Colombia       */
.variantWWIV .occupationBar10 { background-color: #d73911; } /* Congo          */
.variantWWIV .occupationBar11 { background-color: #ff9c00; } /* Cuba           */
.variantWWIV .occupationBar12 { background-color: #fffd33; } /* Egypt          */
.variantWWIV .occupationBar13 { background-color: #eb53e9; } /* Germany        */
.variantWWIV .occupationBar14 { background-color: #fefefe; } /* Illinois       */
.variantWWIV .occupationBar15 { background-color: #fb3383; } /* Inca-Empire    */
.variantWWIV .occupationBar16 { background-color: #73710e; } /* India          */
.variantWWIV .occupationBar17 { background-color: #47fb97; } /* Indonesia      */
.variantWWIV .occupationBar18 { background-color: #ff91d6; } /* Iran           */
.variantWWIV .occupationBar19 { background-color: #4797fb; } /* Japan          */
.variantWWIV .occupationBar20 { background-color: #00b6b8; } /* Kenya          */
.variantWWIV .occupationBar21 { background-color: #007a7c; } /* Manchuria      */
.variantWWIV .occupationBar22 { background-color: #8cba1c; } /* Mexico         */
.variantWWIV .occupationBar23 { background-color: #686868; } /* Nigeria        */
.variantWWIV .occupationBar24 { background-color: #c5fb43; } /* Oceania        */
.variantWWIV .occupationBar25 { background-color: #ff0000; } /* Philippines    */
.variantWWIV .occupationBar26 { background-color: #00650b; } /* Quebec         */
.variantWWIV .occupationBar27 { background-color: #a2a6fe; } /* Russia         */
.variantWWIV .occupationBar28 { background-color: #ff6a6d; } /* Sichuan-Empire */
.variantWWIV .occupationBar29 { background-color: #b7600a; } /* Song-Empire    */
.variantWWIV .occupationBar30 { background-color: #00b56b; } /* South-Africa   */
.variantWWIV .occupationBar31 { background-color: #5a60ad; } /* Texas          */
.variantWWIV .occupationBar32 { background-color: #c32368; } /* Thailand       */
.variantWWIV .occupationBar33 { background-color: #1414a2; } /* Turkey         */
.variantWWIV .occupationBar34 { background-color: #ffd84e; } /* United-Kingdom */
.variantWWIV .occupationBar35 { background-color: #bab76c; } /* United-States  */

@CHARSET "ISO-8859-1";

.variantClassicEconomic .country0 { color: #CE7800 ! important; } /* Global  */
.variantClassicEconomic .country1 { color: #DD51BD ! important; } /* England */
.variantClassicEconomic .country2 { color: #007BA5 ! important; } /* France  */
.variantClassicEconomic .country3 { color: #259901 ! important; } /* Italy   */
.variantClassicEconomic .country4 { color: #8B481A ! important; } /* Germany */
.variantClassicEconomic .country5 { color: #D62929 ! important; } /* Austria */
.variantClassicEconomic .country6 { color: #b8ad00 ! important; } /* Turkey  */
.variantClassicEconomic .country7 { color: #6F005D ! important; } /* Russia  */

.variantClassicEconomic .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantClassicEconomic .occupationBar2 { background-color: #79AFC6; } /* France  */
.variantClassicEconomic .occupationBar3 { background-color: #A4C499; } /* Italy   */
.variantClassicEconomic .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantClassicEconomic .occupationBar5 { background-color: #C48F85; } /* Austria */
.variantClassicEconomic .occupationBar6 { background-color: #EAEAAF; } /* Turkey  */
.variantClassicEconomic .occupationBar7 { background-color: #A87E9F; } /* Russia  */
@CHARSET "ISO-8859-1";

.variantTenSixtySix .country0 { color: #CE7800 ! important; }  /* Global           */
.variantTenSixtySix .country1 { color: #D62929 ! important; }  /* English */
.variantTenSixtySix .country2 { color: #007BA5 ! important; }  /* Normans */
.variantTenSixtySix .country3 { color: #259901 ! important; }  /* Norwegians */
.variantTenSixtySix .country4 { color: #888888 ! important; } /* Neutral units */

.variantTenSixtySix .occupationBar1 { background-color: #C48F85; }  /* English */
.variantTenSixtySix .occupationBar2 { background-color: #79afc6; }  /* Normans */
.variantTenSixtySix .occupationBar3 { background-color: #A4C499; }  /* Norwegians */
.variantTenSixtySix .occupationBar4 { background-color: #888888; } /* Neutral units */
@CHARSET "ISO-8859-1";
	
.variantUSofA .country0 { color: #CE7800 ! important; } /* Global  */
.variantUSofA .country1 { color: #DD51BD ! important; } /* England */
.variantUSofA .country2 { color: #007BA5 ! important; } /* France  */
.variantUSofA .country3 { color: #259901 ! important; } /* Italy   */
.variantUSofA .country4 { color: #8B481A ! important; } /* Germany */
.variantUSofA .country5 { color: #D62929 ! important; } /* Austria */
.variantUSofA .country6 { color: #b8ad00 ! important; } /* Turkey  */
.variantUSofA .country7 { color: #6F005D ! important; } /* Russia  */

.variantUSofA .country8 { color: #406c80 ! important; } /* USA     */

.variantUSofA .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantUSofA .occupationBar2 { background-color: #79AFC6; } /* France  */
.variantUSofA .occupationBar3 { background-color: #A4C499; } /* Italy   */
.variantUSofA .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantUSofA .occupationBar5 { background-color: #C48F85; } /* Austria */
.variantUSofA .occupationBar6 { background-color: #EAEAAF; } /* Turkey  */
.variantUSofA .occupationBar7 { background-color: #A87E9F; } /* Russia  */

.variantUSofA .occupationBar8 { background-color: #406c80; } /* USA     */

@CHARSET "ISO-8859-1";
	
.variantKnownWorld_901 .country0 { color: #b86b00 ! important; } /* Global  */
.variantKnownWorld_901 .country1 { color: #c4a1bb ! important; } /* Arabia */
.variantKnownWorld_901 .country2 { color: #628ea1 ! important; } /* Axum  */
.variantKnownWorld_901 .country3 { color: #768e6e ! important; } /* Byzantium   */
.variantKnownWorld_901 .country4 { color: #897664 ! important; } /* China */
.variantKnownWorld_901 .country5 { color: #a1756d ! important; } /* Denmark */
.variantKnownWorld_901 .country6 { color: #bebe8e ! important; } /* Egypt  */
.variantKnownWorld_901 .country7 { color: #8c6984 ! important; } /* France  */
.variantKnownWorld_901 .country8 { color: #315261 ! important; } /* Germany  */
.variantKnownWorld_901 .country9 { color: #a77c53 ! important; } /* Khazaria */
.variantKnownWorld_901 .country10 { color: #5a580b ! important; } /* Russia */
.variantKnownWorld_901 .country11 { color: #556d4d ! important; } /* Spain */
.variantKnownWorld_901 .country12 { color: #5a5a5a ! important; } /* Turan  */
.variantKnownWorld_901 .country13 { color: #789f18 ! important; } /* Srivijaya  */
.variantKnownWorld_901 .country14 { color: #086061 ! important; } /* Wagadu  */
.variantKnownWorld_901 .country15 { color: #b44a4a ! important; } /* India  */

.variantKnownWorld_901 .occupationBar1 { background-color: #efc4e4; } /* Arabia */
.variantKnownWorld_901 .occupationBar2 { background-color: #79AFC6; } /* Axum  */
.variantKnownWorld_901 .occupationBar3 { background-color: #a4c499; } /* Byzantium   */
.variantKnownWorld_901 .occupationBar4 { background-color: #a08a75; } /* China */
.variantKnownWorld_901 .occupationBar5 { background-color: #c48f85; } /* Denmark */
.variantKnownWorld_901 .occupationBar6 { background-color: #eaeaaf; } /* Egypt  */
.variantKnownWorld_901 .occupationBar7 { background-color: #a87e9f; } /* France  */
.variantKnownWorld_901 .occupationBar8 { background-color: #406c80; } /* Germany  */
.variantKnownWorld_901 .occupationBar9 { background-color: #ce9967; } /* Khazaria */
.variantKnownWorld_901 .occupationBar10 { background-color: #73710e; } /* Russia */
.variantKnownWorld_901 .occupationBar11 { background-color: #729267; } /* Spain */
.variantKnownWorld_901 .occupationBar12 { background-color: #787878; } /* Turan  */
.variantKnownWorld_901 .occupationBar13 { background-color: #8cba1c; } /* Srivijaya  */
.variantKnownWorld_901 .occupationBar14 { background-color: #0a7a7c; } /* Wagadu  */
.variantKnownWorld_901 .occupationBar15 { background-color: #de5b5b; } /* India  */



@CHARSET "ISO-8859-1";

.variantTreatyOfVerdun .country0 { color: #CE7800 ! important; } /* Neutral                */
.variantTreatyOfVerdun .country1 { color: #787068 ! important; } /* East Francia           */
.variantTreatyOfVerdun .country2 { color: #978d19 ! important; } /* Middle Francia         */
.variantTreatyOfVerdun .country3 { color: #804a50 ! important; } /* West Francia           */

.variantTreatyOfVerdun .occupationBar1 { background-color: #b0afae; } /* East Francia      */
.variantTreatyOfVerdun .occupationBar2 { background-color: #e8e84d; } /* Middle Francia    */
.variantTreatyOfVerdun .occupationBar3 { background-color: #99686e; } /* West Francia      */

@CHARSET "ISO-8859-1";
	
.variantYoungstownRedux .country0 { color: #CE7800 ! important; } /* Global  */
.variantYoungstownRedux .country1 { color: #FFA500 ! important; } /* India   */ 
.variantYoungstownRedux .country2 { color: #254117 ! important; } /* Japan  */
.variantYoungstownRedux .country3 { color: #800000 ! important; } /* Austria */
.variantYoungstownRedux .country4 { color: #41A317 ! important; } /* Italy   */
.variantYoungstownRedux .country5 { color: #990099 ! important; } /* China   */
.variantYoungstownRedux .country6 { color: #FF0000 ! important; } /* Britain */
.variantYoungstownRedux .country7 { color: #330099 ! important; } /* France  */
.variantYoungstownRedux .country8 { color: #808080 ! important; } /* Germany */
.variantYoungstownRedux .country9 { color: #C7A317 ! important; } /* Turkey  */
.variantYoungstownRedux .country10 { color: #000000 ! important; } /* Russia  */


.variantYoungstownRedux .occupationBar1 { background-color: #FFA500; } /* India   */
.variantYoungstownRedux .occupationBar2 { background-color: #008000; } /* Japan   */
.variantYoungstownRedux .occupationBar3 { background-color: #800000; } /* Austria */
.variantYoungstownRedux .occupationBar4 { background-color: #4AA02C; } /* Italy   */
.variantYoungstownRedux .occupationBar5 { background-color: #B93B8F; } /* China   */
.variantYoungstownRedux .occupationBar6 { background-color: #F62217; } /* Britain */
.variantYoungstownRedux .occupationBar7 { background-color: #488AC7; } /* France  */
.variantYoungstownRedux .occupationBar8 { background-color: #C0C0C0; } /* Germany */
.variantYoungstownRedux .occupationBar9 { background-color: #FFFF00; } /* Turkey  */
.variantYoungstownRedux .occupationBar10 { background-color: #FFFFFF; } /* Russia  */


@CHARSET "ISO-8859-1";

/*
All variant HTML will be stored within an element with a classname variant[variantName]. Using this all variant CSS 
can be loaded at the same time, and will apply itself appropriately. 

This is convenient and efficient, but does make it one of the only things that can't be inherited. Each variant 
needs to define these CSS values even if they're the same as another variant using the same map.

Occupation bars and country text colors need to be defined here.
*/

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantClassicPilot .country0 {
	color: #CE7800 ! important;
}
.variantClassicPilot .country1 {
	color: #DD51BD ! important;
}
.variantClassicPilot .country2 {
	color: #007BA5 ! important;
}
.variantClassicPilot .country3 {
	color: #259901 ! important;
}
.variantClassicPilot .country4 {
	color: #8B481A ! important;
}
.variantClassicPilot .country5 {
	color: #D62929 ! important;
}
.variantClassicPilot .country6 {
	color: #b8ad00 ! important;
}
.variantClassicPilot .country7 {
	color: #6F005D ! important;
}

.variantClassicPilot .occupationBar1 {
	background-color: #EFC4E4;
}
.variantClassicPilot .occupationBar2 {
	background-color: #79AFC6;
}
.variantClassicPilot .occupationBar3 {
	background-color: #A4C499;
}
.variantClassicPilot .occupationBar4 {
	background-color: #A08A75;
}
.variantClassicPilot .occupationBar5 {
	background-color: #C48F85;
}
.variantClassicPilot .occupationBar6 {
	background-color: #EAEAAF;
}
.variantClassicPilot .occupationBar7 {
	background-color: #A87E9F;
}

@CHARSET "ISO-8859-1";

.variantWar2020 .country0 { color: #CE7800 ! important; } /* Global */
.variantWar2020 .country1 { color: #DD51BD ! important; }  /* Australia */
.variantWar2020 .country2 { color: #1a6600 ! important; }  /* USA   */
.variantWar2020 .country3 { color: #007BA5 ! important; }  /* OAS  */
.variantWar2020 .country4 { color: #8B481A ! important; }  /* EU */
.variantWar2020 .country5 { color: #259901 ! important; }  /* South Africa   */
.variantWar2020 .country6 { color: #D62929 ! important; }  /* India  */
.variantWar2020 .country7 { color: #6F005D ! important; }  /* OPEC  */
.variantWar2020 .country8 { color: #b05500 ! important; }  /* China   */
.variantWar2020 .country9 { color: #b8ad00 ! important; }  /* Russia  */
.variantWar2020 .country10 { color: #514f4f ! important; } /* Japan */

.variantWar2020 .occupationBar1 { background-color: #EFC4E4; }  /* Australia */
.variantWar2020 .occupationBar2 { background-color: #729267; }  /* USA   */
.variantWar2020 .occupationBar3 { background-color: #79AFC6; }  /* OAS  */
.variantWar2020 .occupationBar4 { background-color: #A08A75; }  /* EU */
.variantWar2020 .occupationBar5 { background-color: #A4C499; }  /* South Africa   */
.variantWar2020 .occupationBar6 { background-color: #C48F85; }  /* India  */
.variantWar2020 .occupationBar7 { background-color: #A87E9F; }  /* OPEC  */
.variantWar2020 .occupationBar8 { background-color: #ce9967; }  /* China   */
.variantWar2020 .occupationBar9 { background-color: #EAEAAF; }  /* Russia  */
.variantWar2020 .occupationBar10 { background-color: #6a6868; } /* Japan */
@CHARSET "ISO-8859-1";

.variantClassicEvT .country0 { color: #CE7800 ! important; } /* Global  */
.variantClassicEvT .country1 { color: #DD51BD ! important; } /* England */
.variantClassicEvT .country2 { color: #b8ad00 ! important; } /* Turkey  */

.variantClassicEvT .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantClassicEvT .occupationBar2 { background-color: #EAEAAF; } /* Turkey  */


@CHARSET "ISO-8859-1";
	
.variantViking .country0 { color: #CE7800 ! important; }  /* Global  */
.variantViking .country1 { color: #DD51BD ! important; }  /* Arab Caliphates */
.variantViking .country2 { color: #1a6600 ! important; }  /* Burgandy   */
.variantViking .country3 { color: #007BA5 ! important; }  /* Danmark  */
.variantViking .country4 { color: #8B481A ! important; }  /* Eastern Roman Empire */
.variantViking .country5 { color: #259901 ! important; }  /* France   */
.variantViking .country6 { color: #D62929 ! important; }  /* Slavic Nations  */
.variantViking .country7 { color: #6F005D ! important; }  /* Norge  */
.variantViking .country8 { color: #b05500 ! important; }  /* Sverige   */
.variantViking .country9 { color: #b8ad00 ! important; }  /* Neutral units  */

.variantViking .occupationBar1 { background-color: #EFC4E4; }  /* Arab Caliphates */
.variantViking .occupationBar2 { background-color: #729267; }  /* Burgandy   */
.variantViking .occupationBar3 { background-color: #79AFC6; }  /* Danmark  */
.variantViking .occupationBar4 { background-color: #A08A75; }  /* Eastern Roman Empire */
.variantViking .occupationBar5 { background-color: #A4C499; }  /* France   */
.variantViking .occupationBar6 { background-color: #C48F85; }  /* Slavic Nations  */
.variantViking .occupationBar7 { background-color: #A87E9F; }  /* Norge  */
.variantViking .occupationBar8 { background-color: #ce9967; }  /* Sverige   */
.variantViking .occupationBar9 { background-color: #EAEAAF; }  /* Neutral units  */


@CHARSET "ISO-8859-1";
	
.variantClassicTouchy .country0 { color: #CE7800 ! important; } /* Global  */
.variantClassicTouchy .country1 { color: #DD51BD ! important; } /* England */
.variantClassicTouchy .country2 { color: #007BA5 ! important; } /* France  */
.variantClassicTouchy .country3 { color: #259901 ! important; } /* Italy   */
.variantClassicTouchy .country4 { color: #8B481A ! important; } /* Germany */
.variantClassicTouchy .country5 { color: #D62929 ! important; } /* Austria */
.variantClassicTouchy .country6 { color: #b8ad00 ! important; } /* Turkey  */
.variantClassicTouchy .country7 { color: #6F005D ! important; } /* Russia  */

.variantClassicTouchy .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantClassicTouchy .occupationBar2 { background-color: #79AFC6; } /* France  */
.variantClassicTouchy .occupationBar3 { background-color: #A4C499; } /* Italy   */
.variantClassicTouchy .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantClassicTouchy .occupationBar5 { background-color: #C48F85; } /* Austria */
.variantClassicTouchy .occupationBar6 { background-color: #EAEAAF; } /* Turkey  */
.variantClassicTouchy .occupationBar7 { background-color: #A87E9F; } /* Russia  */

@CHARSET "ISO-8859-1";
	
.variantRatWars .country0 { color: #CE7800 ! important; } /* Global  */
.variantRatWars .country1 { color: #DD51BD ! important; } /* Dead Rabbits */
.variantRatWars .country2 { color: #007BA5 ! important; } /* Plug Uglies */
.variantRatWars .country3 { color: #6F005D ! important; } /* Shirt Tails */
.variantRatWars .country4 { color: #259901 ! important; } /* Hell-Cats */

.variantRatWars .occupationBar1 { background-color: #EFC4E4; } /* Dead Rabbits */
.variantRatWars .occupationBar2 { background-color: #79AFC6; } /* Plug Uglies */
.variantRatWars .occupationBar3 { background-color: #A87E9F; } /* Shirt Tails */
.variantRatWars .occupationBar4 { background-color: #A4C499; } /* Hell-Cats */

@CHARSET "ISO-8859-1";
	
.variantPirates .country0 { color: #CE7800 ! important; } /* Global  */
.variantPirates .country1 { color: #b8ad00 ! important; } /* Spain */
.variantPirates .country2 { color: #DD51BD ! important; } /* England */
.variantPirates .country3 { color: #007BA5 ! important; } /* France */
.variantPirates .country4 { color: #E6B43C ! important; } /* Holland */
.variantPirates .country5 { color: #b05500 ! important; } /* Dunkirkers */
.variantPirates .country6 { color: #6F005D ! important; } /* Henry Morgan */
.variantPirates .country7 { color: #5050FA ! important; } /* Francois l Olonnais */
.variantPirates .country8 { color: #F08282 ! important; } /* Isaac Rochussen */
.variantPirates .country9 { color: #8cac5e ! important; } /* The Infamous El Guapo */
.variantPirates .country10 { color: #9a76af ! important; } /* Daniel "The Exterminator" Montbars */
.variantPirates .country11 { color: #8B481A ! important; } /* Roche "The Rock" Braziliano */
.variantPirates .country12 { color: #32AA1E ! important; } /* Bartolomeu "The Portuguese" de la Cueva */
.variantPirates .country13 { color: #71b5a6 ! important; } /* Daniel "The Terror" Johnson */

.variantPirates .occupationBar1 { background-color: #b8ad00; } /* Spain */
.variantPirates .occupationBar2 { background-color: #DD51BD; } /* England */
.variantPirates .occupationBar3 { background-color: #007BA5; } /* France */
.variantPirates .occupationBar4 { background-color: #E6B43C; } /* Holland */
.variantPirates .occupationBar5 { background-color: #b05500; } /* Dunkirkers */
.variantPirates .occupationBar6 { background-color: #6F005D; } /* Henry Morgan */
.variantPirates .occupationBar7 { background-color: #5050FA; } /* Francois l Olonnais */
.variantPirates .occupationBar8 { background-color: #F08282; } /* Isaac Rochussen */
.variantPirates .occupationBar9 { background-color: #8cac5e; } /* The Infamous El Guapo */
.variantPirates .occupationBar10 { background-color: #9a76af; } /* Daniel "The Exterminator" Montbars */
.variantPirates .occupationBar11 { background-color: #8B481A; } /* Roche "The Rock" Braziliano */
.variantPirates .occupationBar12 { background-color: #32AA1E; } /* Bartolomeu "The Portuguese" de la Cueva */
.variantPirates .occupationBar13 { background-color: #71b5a6; } /* Daniel "The Terror" Johnson */


@CHARSET "ISO-8859-1";

.variantAbstraction3 .country0 { color: #CE7800 ! important; } /* Global  */
.variantAbstraction3 .country1 { color: #D62929 ! important; } /* Austria */
.variantAbstraction3 .country2 { color: #007BA5 ! important; } /* France  */
.variantAbstraction3 .country3 { color: #8B481A ! important; } /* Germany */
.variantAbstraction3 .country4 { color: #259901 ! important; } /* Italy   */
.variantAbstraction3 .country5 { color: #DD51BD ! important; } /* Britain */
.variantAbstraction3 .country6 { color: #6F005D ! important; } /* Russia  */
.variantAbstraction3 .country7 { color: #b8ad00 ! important; } /* Turkey  */

.variantAbstraction3 .occupationBar1 { background-color: #C48F85; } /* Austria */
.variantAbstraction3 .occupationBar2 { background-color: #79AFC6; } /* France  */
.variantAbstraction3 .occupationBar3 { background-color: #A08A75; } /* Germany */
.variantAbstraction3 .occupationBar4 { background-color: #A4C499; } /* Italy   */
.variantAbstraction3 .occupationBar5 { background-color: #EFC4E4; } /* Britain */
.variantAbstraction3 .occupationBar6 { background-color: #A87E9F; } /* Russia  */
.variantAbstraction3 .occupationBar7 { background-color: #EAEAAF; } /* Turkey  */

@CHARSET "ISO-8859-1";
	

.variantHabelya .country0 { color: #CE7800 ! important; } /* Global  */
.variantHabelya .country1 { color: #b8ad00 ! important; } /* Turkey  */
.variantHabelya .country2 { color: #007BA5 ! important; } /* France  */
.variantHabelya .country3 { color: #514f4f ! important; } /* Spain  */
.variantHabelya .country4 { color: #b05500 ! important; } /* Lowland */
.variantHabelya .country5 { color: #1a6600 ! important; } /* Norway */
.variantHabelya .country6 { color: #D62929 ! important; } /* Austria */
.variantHabelya .country7 { color: #08374d ! important; } /* Balkan  */
.variantHabelya .country8 { color: #6F005D ! important; } /* Russia  */

.variantHabelya .occupationBar1 { background-color: #eaeaaf; }  /* Socialist Glock */
.variantHabelya .occupationBar2 { background-color: #79afc6; }  /* Kingdom of Saltz   */
.variantHabelya .occupationBar3 { background-color: #787878; }  /* The Hacklers  */
.variantHabelya .occupationBar4 { background-color: #ce9967; }  /* Trylikia */
.variantHabelya .occupationBar5 { background-color: #729267; }  /* Ruins of Holgii   */
.variantHabelya .occupationBar6 { background-color: #c48f85; }  /* Gernavia  */
.variantHabelya .occupationBar7 { background-color: #406c80; }  /* Old Bramia  */
.variantHabelya .occupationBar8 { background-color: #a87e9f; }  /* Elenian Empire   */
@CHARSET "ISO-8859-1";

.variantAmericanConflict .country0 { color: #CE7800 ! important; } /* Global             */
.variantAmericanConflict .country1 { color: #95708D ! important; } /* Russia             */
.variantAmericanConflict .country2 { color: #9F9F9F ! important; } /* Confederate States */
.variantAmericanConflict .country3 { color: #406C80 ! important; } /* United States      */
.variantAmericanConflict .country4 { color: #D4AECA ! important; } /* England            */
.variantAmericanConflict .country5 { color: #79AFC6 ! important; } /* France             */
.variantAmericanConflict .country6 { color: #C1C163 ! important; } /* Spain              */

.variantAmericanConflict .occupationBar1 { background-color: #A87E9F; } /* Russia             */
.variantAmericanConflict .occupationBar2 { background-color: #D3D3D3; } /* Confederate States */
.variantAmericanConflict .occupationBar3 { background-color: #406C80; } /* United States      */
.variantAmericanConflict .occupationBar4 { background-color: #EFC4E4; } /* England            */
.variantAmericanConflict .occupationBar5 { background-color: #79AFC6; } /* France             */
.variantAmericanConflict .occupationBar6 { background-color: #C1C163; } /* Spain              */


@CHARSET "ISO-8859-1";
	
.variantZeus5 .country0 { color: #CE7800 ! important; } /* Global  */
.variantZeus5 .country1 { color: #DD51BD ! important; } /* United Kingdom */
.variantZeus5 .country2 { color: #007BA5 ! important; } /* United States  */
.variantZeus5 .country3 { color: #259901 ! important; } /* Italy   */
.variantZeus5 .country4 { color: #8B481A ! important; } /* Germany */
.variantZeus5 .country5 { color: #D62929 ! important; } /* Japan */
.variantZeus5 .country6 { color: #b8ad00 ! important; } /* China  */
.variantZeus5 .country7 { color: #6F005D ! important; } /* Soviet Union  */

.variantZeus5 .occupationBar1 { background-color: #EFC4E4; } /* United Kingdom */
.variantZeus5 .occupationBar2 { background-color: #79AFC6; } /* United States  */
.variantZeus5 .occupationBar3 { background-color: #A4C499; } /* Italy   */
.variantZeus5 .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantZeus5 .occupationBar5 { background-color: #C48F85; } /* Japan */
.variantZeus5 .occupationBar6 { background-color: #EAEAAF; } /* China  */
.variantZeus5 .occupationBar7 { background-color: #A87E9F; } /* Soviet Union  */
@CHARSET "ISO-8859-1";

.variantColonial1885 .country0 { color: #CE7800 ! important; }  /* Global    */
.variantColonial1885 .country1 { color: #FF9999 ! important; }  /* Britain  */
.variantColonial1885 .country2 { color: #3366FF ! important; }  /* France  */
.variantColonial1885 .country3 { color: #666666 ! important; }  /* Germany  */
.variantColonial1885 .country4 { color: #82B337 ! important; }  /* Italy  */
.variantColonial1885 .country5 { color: #660000 ! important; }  /* Austria  */
.variantColonial1885 .country6 { color: #FF9900 ! important; }  /* Holland  */
.variantColonial1885 .country7 { color: #CC3333 ! important; }  /* Russia  */
.variantColonial1885 .country8 { color: #B0B030 ! important; }  /* Turkey  */
.variantColonial1885 .country9 { color: #660099 ! important; }  /* China  */
.variantColonial1885 .country10 { color: #339900 ! important; } /* Japan */

.variantColonial1885 .occupationBar1 { background-color: #FF9999; }  /* Britain  */
.variantColonial1885 .occupationBar2 { background-color: #3366FF; }  /* France  */
.variantColonial1885 .occupationBar3 { background-color: #666666; }  /* Germany  */
.variantColonial1885 .occupationBar4 { background-color: #82B337; }  /* Italy  */
.variantColonial1885 .occupationBar5 { background-color: #660000; }  /* Austria  */
.variantColonial1885 .occupationBar6 { background-color: #FF9900; }  /* Holland  */
.variantColonial1885 .occupationBar7 { background-color: #CC3333; }  /* Russia  */
.variantColonial1885 .occupationBar8 { background-color: #B0B030; }  /* Turkey  */
.variantColonial1885 .occupationBar9 { background-color: #660099; }  /* China  */
.variantColonial1885 .occupationBar10 { background-color: #339900; } /* Japan */
@CHARSET "ISO-8859-1";
	
.variantEurope1939 .country0 { color: #CE7800 ! important; } /* Global  */
.variantEurope1939 .country1 { color: #DD51BD ! important; } /* Britain */
.variantEurope1939 .country2 { color: #007BA5 ! important; } /* France */
.variantEurope1939 .country3 { color: #8B481A ! important; } /* Germany */
.variantEurope1939 .country4 { color: #b05500 ! important; } /* Spain */
.variantEurope1939 .country5 { color: #259901 ! important; } /* Italy */
.variantEurope1939 .country6 { color: #D62929 ! important; } /* Poland */
.variantEurope1939 .country7 { color: #6F005D ! important; } /* USSR */
.variantEurope1939 .country8 { color: #b8ad00 ! important; } /* Turkey */

.variantEurope1939 .occupationBar1 { background-color: #EFC4E4; } /* Britain */
.variantEurope1939 .occupationBar2 { background-color: #79AFC6; } /* France */
.variantEurope1939 .occupationBar3 { background-color: #A08A75; } /* Germany */
.variantEurope1939 .occupationBar4 { background-color: #ce9967; } /* Spain */
.variantEurope1939 .occupationBar5 { background-color: #A4C499; } /* Italy */
.variantEurope1939 .occupationBar6 { background-color: #C48F85; } /* Poland */
.variantEurope1939 .occupationBar7 { background-color: #A87E9F; } /* USSR */
.variantEurope1939 .occupationBar8 { background-color: #EAEAAF; } /* Turkey */

@CHARSET "ISO-8859-1";
	
.variantNorthSeaWars .country0 { color: #CE7800 ! important; } /* Global  */
.variantNorthSeaWars .country1 { color: #6F005D ! important; } /* Briton */
.variantNorthSeaWars .country2 { color: #259901 ! important; } /* Roman */
.variantNorthSeaWars .country3 { color: #D62929 ! important; } /* Frysian */
.variantNorthSeaWars .country4 { color: #DD51BD ! important; } /* Norse */

.variantNorthSeaWars .occupationBar1 { background-color: #A87E9F; } /* Briton */
.variantNorthSeaWars .occupationBar2 { background-color: #A4C499; } /* Roman */
.variantNorthSeaWars .occupationBar3 { background-color: #C48F85; } /* Frysian */
.variantNorthSeaWars .occupationBar4 { background-color: #EFC4E4; } /* Norse */

@CHARSET "ISO-8859-1";
	
.variantMaharajah .country0 { color: #CE7800 ! important; } /* Global  */
.variantMaharajah .country1 { color: #DD51BD ! important; } /* Vijayanagar */
.variantMaharajah .country2 { color: #007BA5 ! important; } /* Gondwana  */
.variantMaharajah .country3 { color: #259901 ! important; } /* Persia   */
.variantMaharajah .country4 { color: #8B481A ! important; } /* Mughalistan */
.variantMaharajah .country5 { color: #D62929 ! important; } /* Delhi */
.variantMaharajah .country6 { color: #b8ad00 ! important; } /* Rajputana  */
.variantMaharajah .country7 { color: #6F005D ! important; } /* Bahmana  */

.variantMaharajah .occupationBar1 { background-color: #EFC4E4; } /* Vijayanagar */
.variantMaharajah .occupationBar2 { background-color: #79AFC6; } /* Gondwana  */
.variantMaharajah .occupationBar3 { background-color: #A4C499; } /* Persia   */
.variantMaharajah .occupationBar4 { background-color: #A08A75; } /* Mughalistan */
.variantMaharajah .occupationBar5 { background-color: #C48F85; } /* Delhi */
.variantMaharajah .occupationBar6 { background-color: #EAEAAF; } /* Rajputana  */
.variantMaharajah .occupationBar7 { background-color: #A87E9F; } /* Bahmana  */

@CHARSET "ISO-8859-1";
	
.variantCelticBritain .country0 { color: #000000 ! important; } /* Global      */
.variantCelticBritain .country1 { color: #FF7E00 ! important; } /* Brigantes   */
.variantCelticBritain .country2 { color: #6F3198 ! important; } /* Iceni       */
.variantCelticBritain .country3 { color: #00B7EF ! important; } /* Caledonii   */
.variantCelticBritain .country4 { color: #4C52FF ! important; } /* Picts       */
.variantCelticBritain .country5 { color: #006400 ! important; } /* Cornovii    */
.variantCelticBritain .country6 { color: #7CCF00 ! important; } /* Ivernia     */
.variantCelticBritain .country7 { color: #FA8072 ! important; } /* Voluntii    */
.variantCelticBritain .country8 { color: #990030 ! important; } /* Durotriges  */

.variantCelticBritain .occupationBar1 { background-color: #FF7E00; } /* Brigantes   */
.variantCelticBritain .occupationBar2 { background-color: #6F3198; } /* Iceni       */
.variantCelticBritain .occupationBar3 { background-color: #00B7EF; } /* Caledonii   */
.variantCelticBritain .occupationBar4 { background-color: #4C52FF; } /* Picts       */
.variantCelticBritain .occupationBar5 { background-color: #006400; } /* Cornovii    */
.variantCelticBritain .occupationBar6 { background-color: #7CCF00; } /* Ivernia     */
.variantCelticBritain .occupationBar7 { background-color: #FA8072; } /* Voluntii    */
.variantCelticBritain .occupationBar8 { background-color: #990030; } /* Durotriges  */
@CHARSET "ISO-8859-1";

.variantEnlightenment .country0 { color: #CE7800 ! important; } /* Neutral */
.variantEnlightenment .country1 { color: #6F005D ! important; } /* Russia */
.variantEnlightenment .country2 { color: #259901 ! important; } /* Venice */
.variantEnlightenment .country3 { color: #D62929 ! important; } /* Austria */
.variantEnlightenment .country4 { color: #007BA5 ! important; } /* France */
.variantEnlightenment .country5 { color: #8B481A ! important; } /* Prussia */
.variantEnlightenment .country6 { color: #B8AD00 ! important; } /* Turkey */
.variantEnlightenment .country7 { color: #DD51BD ! important; } /* England */
.variantEnlightenment .country8 { color: #1A6600 ! important; } /* Poland */
.variantEnlightenment .country9 { color: #514F4F ! important; } /* Sweden */
.variantEnlightenment .country10 { color: #B05500 ! important; } /* Spain */

.variantEnlightenment .occupationBar1 { background-color: #A87E9F; } /* Russia */
.variantEnlightenment .occupationBar2 { background-color: #A4C499; } /* Venice */
.variantEnlightenment .occupationBar3 { background-color: #C48F85; } /* Austria */
.variantEnlightenment .occupationBar4 { background-color: #79AFC6; } /* France */
.variantEnlightenment .occupationBar5 { background-color: #A08A75; } /* Prussia */
.variantEnlightenment .occupationBar6 { background-color: #EAEAAF; } /* Turkey */
.variantEnlightenment .occupationBar7 { background-color: #EFC4E4; } /* England */
.variantEnlightenment .occupationBar8 { background-color: #729267; } /* Poland */
.variantEnlightenment .occupationBar9 { background-color: #6A6868; } /* Sweden */
.variantEnlightenment .occupationBar10 { background-color: #CE9967; } /* Spain */

@CHARSET "ISO-8859-1";
	
.variantGreatLakes .country0 { color: #CE7800 ! important; } /* Global  */
.variantGreatLakes .country1 { color: #007BA5 ! important; } /* Algonquin */
.variantGreatLakes .country2 { color: #B8AD00 ! important; } /* Erie */
.variantGreatLakes .country3 { color: #6F005D ! important; } /* Huron */
.variantGreatLakes .country4 { color: #8B481A ! important; } /* Iroquois */
.variantGreatLakes .country5 { color: #259901 ! important; } /* Kaskasia */
.variantGreatLakes .country6 { color: #D62929 ! important; } /* Mississauga */
.variantGreatLakes .country7 { color: #B05500 ! important; } /* Ojibwe */
.variantGreatLakes .country8 { color: #DD51BD ! important; } /* Otawatomi */
.variantGreatLakes .country9 { color: #514F4F ! important; } /* Ottawa */    


.variantGreatLakes .occupationBar1 { background-color: #79AFC6; } /* Algonquin */
.variantGreatLakes .occupationBar2 { background-color: #EAEAAF; } /* Erie */
.variantGreatLakes .occupationBar3 { background-color: #A87E9F; } /* Huron */
.variantGreatLakes .occupationBar4 { background-color: #A08A75; } /* Iroquois */
.variantGreatLakes .occupationBar5 { background-color: #A4C499; } /* Kaskasia */
.variantGreatLakes .occupationBar6 { background-color: #C48F85; } /* Mississauga */
.variantGreatLakes .occupationBar7 { background-color: #CE9967; } /* Ojibwe */
.variantGreatLakes .occupationBar8 { background-color: #EFC4E4; } /* Otawatomi */
.variantGreatLakes .occupationBar9 { background-color: #787878; } /* Ottawa */
@CHARSET "ISO-8859-1";
	
.variantAgeOfPericles .country0 { color: #CE7800 ! important; } /* Global   */
.variantAgeOfPericles .country1 { color: #DD51BD ! important; } /* Aetolia  */
.variantAgeOfPericles .country2 { color: #6F005D ! important; } /* Arcolia  */
.variantAgeOfPericles .country3 { color: #b05500 ! important; } /* Attica   */
.variantAgeOfPericles .country4 { color: #1a6600 ! important; } /* Boeotia  */
.variantAgeOfPericles .country5 { color: #007BA5 ! important; } /* Elia     */
.variantAgeOfPericles .country6 { color: #259901 ! important; } /* Laconia  */
.variantAgeOfPericles .country7 { color: #D62929 ! important; } /* Messenia */

.variantAgeOfPericles .occupationBar1 { background-color: #EFC4E4; } /* Aetolia  */
.variantAgeOfPericles .occupationBar2 { background-color: #A87E9F; } /* Arcolia  */
.variantAgeOfPericles .occupationBar3 { background-color: #ce9967; } /* Attica   */
.variantAgeOfPericles .occupationBar4 { background-color: #729267; } /* Boeotia  */
.variantAgeOfPericles .occupationBar5 { background-color: #79AFC6; } /* Elia     */
.variantAgeOfPericles .occupationBar6 { background-color: #A4C499; } /* Laconia  */
.variantAgeOfPericles .occupationBar7 { background-color: #C48F85; } /* Messenia */

@CHARSET "ISO-8859-1";
	
.variantAnarchyInTheUK .country0 { color: #000000 ! important; } /* Global      */
.variantAnarchyInTheUK .country1 { color: #FF0AC8 ! important; } /* Merseyside  */
.variantAnarchyInTheUK .country2 { color: #1E90FF ! important; } /* Up North    */
.variantAnarchyInTheUK .country3 { color: #FF0000 ! important; } /* London      */
.variantAnarchyInTheUK .country4 { color: #b8ad00 ! important; } /* Bristol     */
.variantAnarchyInTheUK .country5 { color: #32CD32 ! important; } /* Wales       */
.variantAnarchyInTheUK .country6 { color: #9370DB ! important; } /* East-Anglia */

.variantAnarchyInTheUK .occupationBar1 { background-color: #FF0AC8; } /* Merseyside  */
.variantAnarchyInTheUK .occupationBar2 { background-color: #1E90FF; } /* Up North    */
.variantAnarchyInTheUK .occupationBar3 { background-color: #FF0000; } /* London      */
.variantAnarchyInTheUK .occupationBar4 { background-color: #b8ad00; } /* Bristol     */
.variantAnarchyInTheUK .occupationBar5 { background-color: #32CD32; } /* Wales       */
.variantAnarchyInTheUK .occupationBar6 { background-color: #6A5ACD; } /* East-Anglia */
@CHARSET"ISO-8859-1";
.variantMars .country0{color:#CE7800!important;}/*Global*/
.variantMars .country1{color:#DD51BD!important;}/*Amazonia*/
.variantMars .country2{color:#007BA5!important;}/*Mareotia*/
.variantMars .country3{color:#259901!important;}/*Noachtia*/
.variantMars .country4{color:#8B481A!important;}/*Cydonia*/
.variantMars .country5{color:#D62929!important;}/*Arkadia*/
.variantMars .country6{color:#b8ad00!important;}/*Alborian*/

.variantMars .occupationBar1{background-color:#EFC4E4;}/*Amazonia*/
.variantMars .occupationBar2{background-color:#79AFC6;}/*Mareaotia*/
.variantMars .occupationBar3{background-color:#A4C499;}/*Noachtia*/
.variantMars .occupationBar4{background-color:#A08A75;}/*Cydonia*/
.variantMars .occupationBar5{background-color:#C48F85;}/*Arkadia*/
.variantMars .occupationBar6{background-color:#EAEAAF;}/*Alborian*/
@CHARSET "ISO-8859-1";

.variantImperial2 .country0 { color: #c9a865 ! important; } /* Global  */
.variantImperial2 .country1 { color: #99320f ! important; } /* Austria */
.variantImperial2 .country2 { color: #55aa00 ! important; } /* Brazil  */
.variantImperial2 .country3 { color: #00aaff ! important; } /* Britain */
.variantImperial2 .country4 { color: #b8ad00 ! important; } /* China   */
.variantImperial2 .country5 { color: #99994d ! important; } /* CSA     */
.variantImperial2 .country6 { color: #ff5555 ! important; } /* France  */
.variantImperial2 .country7 { color: #00a4a6 ! important; } /* Holland */
.variantImperial2 .country8 { color: #808000 ! important; } /* Japan   */
.variantImperial2 .country9 { color: #d58000 ! important; } /* Mexico  */
.variantImperial2 .country10 { color: #7f5a37 ! important; }/* Prussia */
.variantImperial2 .country11 { color: #8080ff ! important; }/* Russia  */
.variantImperial2 .country12 { color: #969696 ! important; }/* Turkey  */
.variantImperial2 .country13 { color: #008055 ! important; }/* USA     */

.variantImperial2 .occupationBar1 { background-color: #99320f; } /* Austria */
.variantImperial2 .occupationBar2 { background-color: #55aa00; } /* Brazil  */
.variantImperial2 .occupationBar3 { background-color: #00aaff; } /* Britain */
.variantImperial2 .occupationBar4 { background-color: #ffff00; } /* China   */
.variantImperial2 .occupationBar5 { background-color: #aaaa55; } /* CSA     */
.variantImperial2 .occupationBar6 { background-color: #ff5555; } /* France  */
.variantImperial2 .occupationBar7 { background-color: #00a4a6; } /* Holland */
.variantImperial2 .occupationBar8 { background-color: #808000; } /* Japan   */
.variantImperial2 .occupationBar9 { background-color: #d58000; } /* Mexico  */
.variantImperial2 .occupationBar10 { background-color: #7f5a37; }/* Prussia */
.variantImperial2 .occupationBar11 { background-color: #8080ff; }/* Russia  */
.variantImperial2 .occupationBar12 { background-color: #aaaaaa; }/* Turkey  */
.variantImperial2 .occupationBar13 { background-color: #008055; }/* USA     */


@CHARSET "ISO-8859-1";

.variantDarkAges .country0 { color: #CE7800 ! important; } /* Global      */
.variantDarkAges .country1 { color: #DD51BD ! important; } /* Gaels       */
.variantDarkAges .country2 { color: #007BA5 ! important; } /* Scots       */
.variantDarkAges .country3 { color: #259901 ! important; } /* Bretons     */
.variantDarkAges .country4 { color: #8B481A ! important; } /* Norse       */
.variantDarkAges .country5 { color: #D62929 ! important; } /* AngloSaxons */
.variantDarkAges .country6 { color: #b8ad00 ! important; } /* Danes       */
.variantDarkAges .country7 { color: #6F005D ! important; } /* Swedes      */
 
.variantDarkAges .occupationBar1 { background-color: #EFC4E4; } /* Gaels       */
.variantDarkAges .occupationBar2 { background-color: #79AFC6; } /* Scots       */
.variantDarkAges .occupationBar3 { background-color: #A4C499; } /* Bretons     */
.variantDarkAges .occupationBar4 { background-color: #A08A75; } /* Norse       */
.variantDarkAges .occupationBar5 { background-color: #C48F85; } /* AngloSaxons */
.variantDarkAges .occupationBar6 { background-color: #EAEAAF; } /* Danes       */
.variantDarkAges .occupationBar7 { background-color: #A87E9F; } /* Swedes      */

@CHARSET "ISO-8859-1";

.variantAfrica .country0 { color: #CE7800 ! important; } /* Global */
.variantAfrica .country1 { color: #0080C0 ! important; } /* DRC */
.variantAfrica .country2 { color: #B05500 ! important; } /* Egypt */
.variantAfrica .country3 { color: #E02000 ! important; } /* Ethiopia */
.variantAfrica .country4 { color: #604080 ! important; } /* Madagascar */
.variantAfrica .country5 { color: #b8ad00 ! important; } /* Mali */
.variantAfrica .country6 { color: #C02040 ! important; } /* Morocco */
.variantAfrica .country7 { color: #008040 ! important; } /* Nigeria */
.variantAfrica .country8 { color: #002080 ! important; } /* South Africa */

.variantAfrica .occupationBar1 { background-color: #0080C0; } /* DRC */
.variantAfrica .occupationBar2 { background-color: #C0A000; } /* Egypt */
.variantAfrica .occupationBar3 { background-color: #E02000; } /* Ethiopia */
.variantAfrica .occupationBar4 { background-color: #604080; } /* Madagascar */
.variantAfrica .occupationBar5 { background-color: #EAEAAF; } /* Mali */
.variantAfrica .occupationBar6 { background-color: #C02040; } /* Morocco */
.variantAfrica .occupationBar7 { background-color: #008040; } /* Nigeria */
.variantAfrica .occupationBar8 { background-color: #002080; } /* South Africa */
@CHARSET "ISO-8859-1";

/*
All variant HTML will be stored within an element with a classname variant[variantName]. Using this all variant CSS 
can be loaded at the same time, and will apply itself appropriately. 

This is convenient and efficient, but does make it one of the only things that can't be inherited. Each variant 
needs to define these CSS values even if they're the same as another variant using the same map.

Occupation bars and country text colors need to be defined here.
*/

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia', 'SeaTer' */
.variantClassicCataclysm .country0 {
	color: #CE7800 ! important;
}
.variantClassicCataclysm .country1 {
	color: #DD51BD ! important;
}
.variantClassicCataclysm .country2 {
	color: #007BA5 ! important;
}
.variantClassicCataclysm .country3 {
	color: #259901 ! important;
}
.variantClassicCataclysm .country4 {
	color: #8B481A ! important;
}
.variantClassicCataclysm .country5 {
	color: #D62929 ! important;
}
.variantClassicCataclysm .country6 {
	color: #b8ad00 ! important;
}
.variantClassicCataclysm .country7 {
	color: #6F005D ! important;
}

.variantClassicCataclysm .occupationBar1 {
	background-color: #EFC4E4;
}
.variantClassicCataclysm .occupationBar2 {
	background-color: #79AFC6;
}
.variantClassicCataclysm .occupationBar3 {
	background-color: #A4C499;
}
.variantClassicCataclysm .occupationBar4 {
	background-color: #A08A75;
}
.variantClassicCataclysm .occupationBar5 {
	background-color: #C48F85;
}
.variantClassicCataclysm .occupationBar6 {
	background-color: #EAEAAF;
}
.variantClassicCataclysm .occupationBar7 {
	background-color: #A87E9F;
}
.variantClassicCataclysm .occupationBar8 {
	background-color: #9B9B9B;
}
@CHARSET "ISO-8859-1";

.variantTenSixtySix_V2 .country0 { color: #CE7800 ! important; } /* Global        */
.variantTenSixtySix_V2 .country1 { color: #D62929 ! important; } /* English       */
.variantTenSixtySix_V2 .country2 { color: #007BA5 ! important; } /* Normans       */
.variantTenSixtySix_V2 .country3 { color: #259901 ! important; } /* Norwegians    */
.variantTenSixtySix_V2 .country4 { color: #888888 ! important; } /* Neutral units */

.variantTenSixtySix_V2 .occupationBar1 { background-color: #C48F85; } /* English       */
.variantTenSixtySix_V2 .occupationBar2 { background-color: #79afc6; } /* Normans       */
.variantTenSixtySix_V2 .occupationBar3 { background-color: #A4C499; } /* Norwegians    */
.variantTenSixtySix_V2 .occupationBar4 { background-color: #888888; } /* Neutral units */
@CHARSET "ISO-8859-1";

.variantWWII .country0 { color: #CE7800 ! important; } /* Global */
.variantWWII .country1 { color: #007BA5 ! important; } /* France */
.variantWWII .country2 { color: #8B481A ! important; } /* Germany */
.variantWWII .country3 { color: #DD51BD ! important; } /* Great Britain */
.variantWWII .country4 { color: #259901 ! important; } /* Italy */
.variantWWII .country5 { color: #C00000 ! important; } /* U.S.S.R */

.variantWWII .occupationBar1 { background-color: #79AFC6; } /* France */
.variantWWII .occupationBar2 { background-color: #8B481A; } /* Germany */
.variantWWII .occupationBar3 { background-color: #EFC4E4; } /* Great Britain */
.variantWWII .occupationBar4 { background-color: #A4C499; } /* Italy */
.variantWWII .occupationBar5 { background-color: #C00000; } /* U.S.S.R */

@CHARSET "ISO-8859-1";
	
.variantAberrationV .country0 { color: #CE7800 ! important; } /* Global  */
.variantAberrationV .country1 { color: #007BA5 ! important; } /* Burgundy */
.variantAberrationV .country2 { color: #B8AD00 ! important; } /* Byzantium */
.variantAberrationV .country3 { color: #D62929 ! important; } /* Hungary */
.variantAberrationV .country4 { color: #DD51BD ! important; } /* Ireland */
.variantAberrationV .country5 { color: #8B481A ! important; } /* Israel */
.variantAberrationV .country6 { color: #514F4F ! important; } /* Poland */
.variantAberrationV .country7 { color: #259901 ! important; } /* Sicily */
.variantAberrationV .country8 { color: #B05500 ! important; } /* Spain */
.variantAberrationV .country9 { color: #6F005D ! important; } /* Ukraine */    

.variantAberrationV .occupationBar1 { background-color: #79AFC6; } /* Burgundy */
.variantAberrationV .occupationBar2 { background-color: #EAEAAF; } /* Byzantium */
.variantAberrationV .occupationBar3 { background-color: #C48F85; } /* Hungary */
.variantAberrationV .occupationBar4 { background-color: #EFC4E4; } /* Ireland */
.variantAberrationV .occupationBar5 { background-color: #A08A75; } /* Israel */
.variantAberrationV .occupationBar6 { background-color: #787878; } /* Poland */
.variantAberrationV .occupationBar7 { background-color: #A4C499; } /* Sicily */
.variantAberrationV .occupationBar8 { background-color: #CE9967; } /* Spain */
.variantAberrationV .occupationBar9 { background-color: #A87E9F; } /* Ukraine */
@CHARSET "ISO-8859-1";

.variantHeptarchyIV .country0 { color: #CE7800 ! important; } /* Global  */
.variantHeptarchyIV .country1 { color: #DD51BD ! important; } /* Anglia */
.variantHeptarchyIV .country2 { color: #007BA5 ! important; } /* Cornubia  */
.variantHeptarchyIV .country3 { color: #259901 ! important; } /* Ireland   */
.variantHeptarchyIV .country4 { color: #8B481A ! important; } /* Mercia */
.variantHeptarchyIV .country5 { color: #D62929 ! important; } /* Northumbria */
.variantHeptarchyIV .country6 { color: #b8ad00 ! important; } /* Scotland  */
.variantHeptarchyIV .country7 { color: #6F005D ! important; } /* Wales  */

.variantHeptarchyIV .occupationBar1 { background-color: #EFC4E4; } /* Anglia */
.variantHeptarchyIV .occupationBar2 { background-color: #79AFC6; } /* Cornubia  */
.variantHeptarchyIV .occupationBar3 { background-color: #A4C499; } /* Ireland   */
.variantHeptarchyIV .occupationBar4 { background-color: #A08A75; } /* Mercia */
.variantHeptarchyIV .occupationBar5 { background-color: #C48F85; } /* Northumbria */
.variantHeptarchyIV .occupationBar6 { background-color: #EAEAAF; } /* Scotland  */
.variantHeptarchyIV .occupationBar7 { background-color: #A87E9F; } /* Wales  */

@CHARSET "ISO-8859-1";

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantClassicAnkaraCrescent .country0 { color: #CE7800 ! important; }
.variantClassicAnkaraCrescent .country1 { color: #DD51BD ! important; }
.variantClassicAnkaraCrescent .country2 { color: #007BA5 ! important; }
.variantClassicAnkaraCrescent .country3 { color: #259901 ! important; }
.variantClassicAnkaraCrescent .country4 { color: #8B481A ! important; }
.variantClassicAnkaraCrescent .country5 { color: #D62929 ! important; }
.variantClassicAnkaraCrescent .country6 { color: #b8ad00 ! important; }
.variantClassicAnkaraCrescent .country7 { color: #6F005D ! important; }

.variantClassicAnkaraCrescent .occupationBar1 { background-color: #EFC4E4; }
.variantClassicAnkaraCrescent .occupationBar2 { background-color: #79AFC6; }
.variantClassicAnkaraCrescent .occupationBar3 { background-color: #A4C499; }
.variantClassicAnkaraCrescent .occupationBar4 { background-color: #A08A75; }
.variantClassicAnkaraCrescent .occupationBar5 { background-color: #C48F85; }
.variantClassicAnkaraCrescent .occupationBar6 { background-color: #EAEAAF; }
.variantClassicAnkaraCrescent .occupationBar7 { background-color: #A87E9F; }
@CHARSET "ISO-8859-1";

.variantColdWar .country0 { color: #CE7800 ! important; } /* Global */
.variantColdWar .country1 { color: #990033 ! important; } /* USSR */
.variantColdWar .country2 { color: #006699 ! important; } /* NATO */

.variantColdWar .occupationBar1 { background-color: #be0707; } /* USSR */
.variantColdWar .occupationBar2 { background-color: #3e5fec; } /* NATO */

@CHARSET "ISO-8859-1";
'','','','','',''
.variantYoungstownWWII .country0 { color: #CE7800 ! important; } /* Global */
.variantYoungstownWWII .country1 { color: #DD51BD! important; } /* British Empire */
.variantYoungstownWWII .country2 { color: #007BA5 ! important; } /* French Empire */
.variantYoungstownWWII .country3 { color: #259901 ! important; } /* Italian Empire */
.variantYoungstownWWII .country4 { color: #254117 ! important; } /* Japanese Empire */
.variantYoungstownWWII .country5 { color: #8B481A ! important; } /* Germany */
.variantYoungstownWWII .country6 { color: #6F005D ! important; } /* Soviet Union */

.variantYoungstownWWII .occupationBar1 { background-color: #EFC4E4; } /* British Empire */
.variantYoungstownWWII .occupationBar2 { background-color: #79AFC6; } /* French Empire */
.variantYoungstownWWII .occupationBar3 { background-color: #A4C499; } /* Italian Empire */
.variantYoungstownWWII .occupationBar4 { background-color: #008000; } /* Japanese Empire */
.variantYoungstownWWII .occupationBar5 { background-color: #A08A75; } /* Germany */
.variantYoungstownWWII .occupationBar6 { background-color: #A87E9F; } /* Soviet Union */
@CHARSET "ISO-8859-1";

.variantChromatic .country0 { color: #CE7800 ! important; } /* Global */
.variantChromatic .country1 { color: #007BA5 ! important; } /* Blue   */
.variantChromatic .country2 { color: #b8ad00 ! important; } /* Yellow */
.variantChromatic .country3 { color: #333333 ! important; } /* Dark  */
.variantChromatic .country4 { color: #808080 ! important; } /* Light */
.variantChromatic .country5 { color: #D62929 ! important; } /* Red    */

.variantChromatic .occupationBar1 { background-color: #79AFC6; } /* Blue   */
.variantChromatic .occupationBar2 { background-color: #EAEAAF; } /* Yellow */
.variantChromatic .occupationBar3 { background-color: #7f7f7f; } /* Dark  */
.variantChromatic .occupationBar4 { background-color: #ebebeb; } /* Light */
.variantChromatic .occupationBar5 { background-color: #C48F85; } /* Red    */
@CHARSET "ISO-8859-1";

.variantTenSixtySix_V3 .country0 { color: #CE7800 ! important; } /* Global        */
.variantTenSixtySix_V3 .country1 { color: #D62929 ! important; } /* English       */
.variantTenSixtySix_V3 .country2 { color: #007BA5 ! important; } /* Normans       */
.variantTenSixtySix_V3 .country3 { color: #259901 ! important; } /* Norwegians    */
.variantTenSixtySix_V3 .country4 { color: #888888 ! important; } /* Neutral units */

.variantTenSixtySix_V3 .occupationBar1 { background-color: #C48F85; } /* English       */
.variantTenSixtySix_V3 .occupationBar2 { background-color: #79afc6; } /* Normans       */
.variantTenSixtySix_V3 .occupationBar3 { background-color: #A4C499; } /* Norwegians    */
.variantTenSixtySix_V3 .occupationBar4 { background-color: #888888; } /* Neutral units */
@CHARSET "ISO-8859-1";

.variantMongolianEmpire .country0 { color: #CE7800 ! important; }   /* Global           */
.variantMongolianEmpire .country1 { color: #1a6600 ! important; }   /* Chagatai Khanate */
.variantMongolianEmpire .country2 { color: #259901 ! important; }   /* Crusader States  */
.variantMongolianEmpire .country3 { color: #93A2D0 ! important; }   /* Delhi Sultanate  */
.variantMongolianEmpire .country4 { color: #6F005D ! important; }   /* Golden Horde     */
.variantMongolianEmpire .country5 { color: #8B481A ! important; }   /* Ilkhanate        */
.variantMongolianEmpire .country6 { color: #DD51BD ! important; }   /* Khmer Empire     */
.variantMongolianEmpire .country7 { color: #514f4f ! important; }   /* Sirijaya         */
.variantMongolianEmpire .country8 { color: #b8ad00 ! important; }   /* The Caliphate    */
.variantMongolianEmpire .country9 { color: #007BA5 ! important; }   /* The Great Khans  */
.variantMongolianEmpire .country10 { color: #b05500 ! important; }  /* Tibet            */
.variantMongolianEmpire .country11 { color: #D62929 ! important; }  /* Yuan Dynasty     */

.variantMongolianEmpire .occupationBar1 { background-color: #729267; }  /* Chagatai Khanate */
.variantMongolianEmpire .occupationBar2 { background-color: #A4C499; }  /* Crusader States  */
.variantMongolianEmpire .occupationBar3 { background-color: #93A2D0; }  /* Delhi Sultanate  */
.variantMongolianEmpire .occupationBar4 { background-color: #A87E9F; }  /* Golden Horde     */
.variantMongolianEmpire .occupationBar5 { background-color: #A08A75; }  /* Ilkhanate        */
.variantMongolianEmpire .occupationBar6 { background-color: #EFC4E4; }  /* Khmer Empire     */
.variantMongolianEmpire .occupationBar7 { background-color: #6a6868; }  /* Sirijaya         */
.variantMongolianEmpire .occupationBar8 { background-color: #EAEAAF; }  /* The Caliphate    */
.variantMongolianEmpire .occupationBar9 { background-color: #79AFC6; }  /* The Great Khans  */
.variantMongolianEmpire .occupationBar10 { background-color: #ce9967; } /* Tibet            */
.variantMongolianEmpire .occupationBar11 { background-color: #C48F85; } /* Yuan Dynasty     */

@CHARSET "ISO-8859-1";

.variantEurope1600 .country0 { color: #CE7800 ! important; } /* Global  */
.variantEurope1600 .country1 { color: #1a6600 ! important; } /* Denmark / Norway */
.variantEurope1600 .country2 { color: #DD51BD ! important; } /* England */
.variantEurope1600 .country3 { color: #007BA5 ! important; } /* France  */
.variantEurope1600 .country4 { color: #8B481A ! important; } /* HabsburgEmpire - Germany */
.variantEurope1600 .country5 { color: #b8ad00 ! important; } /* Turkey - OttomanEmpire */
.variantEurope1600 .country6 { color: #D62929 ! important; } /* Austria - Poland*/
.variantEurope1600 .country7 { color: #6F005D ! important; } /* Russia  */
.variantEurope1600 .country8 { color: #b05500 ! important; } /* Lowland - Spain*/
.variantEurope1600 .country9 { color: #259901 ! important; } /* Italy - Sweden  */

.variantEurope1600 .occupationBar1 { background-color: #729267; } /* Norway */
.variantEurope1600 .occupationBar2 { background-color: #EFC4E4; } /* England */
.variantEurope1600 .occupationBar3 { background-color: #79AFC6; } /* France  */
.variantEurope1600 .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantEurope1600 .occupationBar5 { background-color: #EAEAAF; } /* Turkey  */
.variantEurope1600 .occupationBar6 { background-color: #C48F85; } /* Austria */
.variantEurope1600 .occupationBar7 { background-color: #A87E9F; } /* Russia  */
.variantEurope1600 .occupationBar8 { background-color: #ce9967; } /* Lowland */
.variantEurope1600 .occupationBar9 { background-color: #A4C499; } /* Italy   */

@CHARSET "ISO-8859-1";
	
.variantFirstCrusade .country0 { color: #bb8c4a ! important; } /* Global  */
.variantFirstCrusade .country1 { color: #c39e08 ! important; } /* Holy Roman Empire */
.variantFirstCrusade .country2 { color: #c75858 ! important; } /* England  */
.variantFirstCrusade .country3 { color: #2020bf ! important; } /* France   */
.variantFirstCrusade .country4 { color: #4a92d9 ! important; } /* Seljuk Turks */
.variantFirstCrusade .country5 { color: #dd6210 ! important; } /* Byzantine Empire */
.variantFirstCrusade .country6 { color: #650505 ! important; } /* Russia  */
.variantFirstCrusade .country7 { color: #3b6b0d ! important; } /* Almoravids  */

.variantFirstCrusade .occupationBar1 { background-color: #e6bb0d; } /* Holy Roman Empire */
.variantFirstCrusade .occupationBar2 { background-color: #e16666; } /* England  */
.variantFirstCrusade .occupationBar3 { background-color: #3b3be3; } /* France   */
.variantFirstCrusade .occupationBar4 { background-color: #65b0fa; } /* Seljuk Turks */
.variantFirstCrusade .occupationBar5 { background-color: #fb7821; } /* Byzantine Empire */
.variantFirstCrusade .occupationBar6 { background-color: #940606; } /* Russia  */
.variantFirstCrusade .occupationBar7 { background-color: #4b8611; } /* Almoravids  */
@CHARSET "ISO-8859-1";

.variantAtlanticColonies .country0 { color: #CE7800 ! important; } /* Global   */
.variantAtlanticColonies .country1 { color: #C07D24 ! important; } /* France   */
.variantAtlanticColonies .country2 { color: #81802E ! important; } /* Spain    */
.variantAtlanticColonies .country3 { color: #CC836E ! important; } /* England  */
.variantAtlanticColonies .country4 { color: #DCA50F ! important; } /* Portugal */

.variantAtlanticColonies .occupationBar1 { background-color: #C07D24; } /* France   */
.variantAtlanticColonies .occupationBar2 { background-color: #81802E; } /* Spain    */
.variantAtlanticColonies .occupationBar3 { background-color: #CC836E; } /* England  */
.variantAtlanticColonies .occupationBar4 { background-color: #DCA50F; } /* Portugal */
@CHARSET "ISO-8859-1";

.variantSengoku6 .country0 { color: #CE7800 ! important; } /* Global  */
.variantSengoku6 .country1 { color: #556d4d ! important; } /* Shimazu */
.variantSengoku6 .country2 { color: #315261 ! important; } /* Mori    */
.variantSengoku6 .country3 { color: #b44a4a ! important; } /* Oda     */
.variantSengoku6 .country4 { color: #a1756d ! important; } /* Hojo    */
.variantSengoku6 .country5 { color: #8c6984 ! important; } /* Uesugi  */

.variantSengoku6 .occupationBar1 { background-color: #729267; } /* Shimazu */
.variantSengoku6 .occupationBar2 { background-color: #406c80; } /* Mori    */
.variantSengoku6 .occupationBar3 { background-color: #de5b5b; } /* Oda     */
.variantSengoku6 .occupationBar4 { background-color: #c48f85; } /* Hojo    */
.variantSengoku6 .occupationBar5 { background-color: #a87e9f; } /* Uesugi  */

@CHARSET "ISO-8859-1";
	
.variantNapoleonic .country0 { color: #CE7800 ! important; }  /* Global  */
.variantNapoleonic .country1 { color: #D62929 ! important; }  /* Austria */
.variantNapoleonic .country2 { color: #DD51BD ! important; }  /* Britain */
.variantNapoleonic .country3 { color: #8B481A ! important; }  /* Denmark */
.variantNapoleonic .country4 { color: #007BA5 ! important; }  /* France  */
.variantNapoleonic .country5 { color: #259901 ! important; }  /* Naples  */
.variantNapoleonic .country6 { color: #514f4f ! important; }  /* Prussia */
.variantNapoleonic .country7 { color: #6F005D ! important; }  /* Russia  */
.variantNapoleonic .country8 { color: #b05500 ! important; }  /* Spain   */
.variantNapoleonic .country9 { color: #537289 ! important; }  /* Sweden  */
.variantNapoleonic .country10 { color: #b8ad00 ! important; } /* Turkey  */

.variantNapoleonic .occupationBar1 { background-color: #C48F85; }  /* Austria */
.variantNapoleonic .occupationBar2 { background-color: #EFC4E4; }  /* Britain */
.variantNapoleonic .occupationBar3 { background-color: #A08A75; }  /* Denmark */
.variantNapoleonic .occupationBar4 { background-color: #79AFC6; }  /* France  */
.variantNapoleonic .occupationBar5 { background-color: #A4C499; }  /*  Naples */
.variantNapoleonic .occupationBar6 { background-color: #6a6868; }  /* Prussia */
.variantNapoleonic .occupationBar7 { background-color: #A87E9F; }  /* Russia  */
.variantNapoleonic .occupationBar8 { background-color: #ce9967; }  /*  Spain  */
.variantNapoleonic .occupationBar9 { background-color: #537289; }  /* Sweden  */
.variantNapoleonic .occupationBar10 { background-color: #EAEAAF; } /* Turkey  */

@CHARSET "ISO-8859-1";

.variantBalkans1860 .country0 { color: #CE7800 ! important; } /* Global  */
.variantBalkans1860 .country1 { color: #D62929 ! important; } /* Austria-Hungary */
.variantBalkans1860 .country2 { color: #8B481A ! important; } /* Bulgaria */
.variantBalkans1860 .country3 { color: #007BA5 ! important; } /* Greece  */
.variantBalkans1860 .country4 { color: #259901 ! important; } /* Italy   */
.variantBalkans1860 .country5 { color: #b8ad00 ! important; } /* Ottomans  */
.variantBalkans1860 .country6 { color: #DD51BD ! important; } /* Romania */
.variantBalkans1860 .country7 { color: #6F005D ! important; } /* Serbia  */

.variantBalkans1860 .occupationBar1 { background-color: #C48F85; } /* Austria-Hungary */
.variantBalkans1860 .occupationBar2 { background-color: #A08A75; } /* Bulgaria */
.variantBalkans1860 .occupationBar3 { background-color: #79AFC6; } /* Greece  */
.variantBalkans1860 .occupationBar4 { background-color: #A4C499; } /* Italy   */
.variantBalkans1860 .occupationBar5 { background-color: #EAEAAF; } /* Ottomans  */
.variantBalkans1860 .occupationBar6 { background-color: #EFC4E4; } /* Romania */
.variantBalkans1860 .occupationBar7 { background-color: #A87E9F; } /* Serbia  */



@CHARSET "ISO-8859-1";

.variantMiddeast .country0 { color: #CE7800 ! important; } /* Global       */
.variantMiddeast .country1 { color: #D62929 ! important; } /* Egypt        */
.variantMiddeast .country2 { color: #6F005D ! important; } /* Iran         */
.variantMiddeast .country3 { color: #8B481A ! important; } /* Iraq         */
.variantMiddeast .country4 { color: #007BA5 ! important; } /* Israel       */
.variantMiddeast .country5 { color: #b8ad00 ! important; } /* Saudi Arabia */
.variantMiddeast .country6 { color: #DD51BD ! important; } /* Turkey       */

.variantMiddeast .occupationBar1 { background-color: #C48F85; } /* Egypt        */
.variantMiddeast .occupationBar2 { background-color: #A87E9F; } /* Iran         */
.variantMiddeast .occupationBar3 { background-color: #A08A75; } /* Iraq         */
.variantMiddeast .occupationBar4 { background-color: #79AFC6; } /* Israel       */
.variantMiddeast .occupationBar5 { background-color: #EAEAAF; } /* Saudi Arabia */
.variantMiddeast .occupationBar6 { background-color: #EFC4E4; } /* Turkey       */

@CHARSET "ISO-8859-1";

.variantClassic1913 .country0 { color: #CE7800 ! important; } /* Global  */
.variantClassic1913 .country1 { color: #DD51BD ! important; } /* England */
.variantClassic1913 .country2 { color: #007BA5 ! important; } /* France  */
.variantClassic1913 .country3 { color: #259901 ! important; } /* Italy   */
.variantClassic1913 .country4 { color: #8B481A ! important; } /* Germany */
.variantClassic1913 .country5 { color: #D62929 ! important; } /* Austria */
.variantClassic1913 .country6 { color: #b8ad00 ! important; } /* Turkey  */
.variantClassic1913 .country7 { color: #6F005D ! important; } /* Russia  */

.variantClassic1913 .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantClassic1913 .occupationBar2 { background-color: #79AFC6; } /* France  */
.variantClassic1913 .occupationBar3 { background-color: #A4C499; } /* Italy   */
.variantClassic1913 .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantClassic1913 .occupationBar5 { background-color: #C48F85; } /* Austria */
.variantClassic1913 .occupationBar6 { background-color: #EAEAAF; } /* Turkey  */
.variantClassic1913 .occupationBar7 { background-color: #A87E9F; } /* Russia  */
@CHARSET "ISO-8859-1";

.variantRenaissance1453 .country0 { color: #CE7800 ! important; } /* Global  */
.variantRenaissance1453 .country1 { color: #D62929 ! important; } /* Venice  */
.variantRenaissance1453 .country2 { color: #259901 ! important; } /* Spain   */
.variantRenaissance1453 .country3 { color: #007BA5 ! important; } /* France  */
.variantRenaissance1453 .country4 { color: #DD51BD ! important; } /* England */
.variantRenaissance1453 .country5 { color: #6F005D ! important; } /* Poland-Lithuania  */
.variantRenaissance1453 .country6 { color: #8B481A ! important; } /* Holy Roman Empire */
.variantRenaissance1453 .country7 { color: #b8ad00 ! important; } /* Turkey            */

.variantRenaissance1453 .occupationBar1 { background-color: #C48F85; } /* Venice  */
.variantRenaissance1453 .occupationBar2 { background-color: #A4C499; } /* Spain   */
.variantRenaissance1453 .occupationBar3 { background-color: #79AFC6; } /* France  */
.variantRenaissance1453 .occupationBar4 { background-color: #EFC4E4; } /* England */
.variantRenaissance1453 .occupationBar5 { background-color: #A87E9F; } /* Poland-Lithuania  */
.variantRenaissance1453 .occupationBar6 { background-color: #A08A75; } /* Holy Roman Empire */
.variantRenaissance1453 .occupationBar7 { background-color: #EAEAAF; } /* Turkey            */
 
@CHARSET "ISO-8859-1";

.variantCanton .country0 { color: #CE7800 ! important; } /* Neutral */
.variantCanton .country1 { color: #003F7D ! important; } /* Britain */
.variantCanton .country2 { color: #C48F00 ! important; } /* China */
.variantCanton .country3 { color: #466A7A ! important; } /* France */
.variantCanton .country4 { color: #52631C ! important; } /* Holland */
.variantCanton .country5 { color: #961926 ! important; } /* Japan */
.variantCanton .country6 { color: #3B3F3C ! important; } /* Russia */
.variantCanton .country7 { color: #BC6400 ! important; } /* Turkey */

.variantCanton .occupationBar1 { background-color: #007FFF; } /* Britain */
.variantCanton .occupationBar2 { background-color: #FFBF00; } /* China */
.variantCanton .occupationBar3 { background-color: #89CFF0; } /* France */
.variantCanton .occupationBar4 { background-color: #A4C639; } /* Holland */
.variantCanton .occupationBar5 { background-color: #E32636; } /* Japan */
.variantCanton .occupationBar6 { background-color: #B2BEB5; } /* Russia */
.variantCanton .occupationBar7 { background-color: #FF8C00; } /* Turkey */

@CHARSET "ISO-8859-1";

/*Chat and Name colors */
.variantAustrianSuccession .country0 { color: #CE7800 ! important; } /* Global  */
.variantAustrianSuccession .country1 { color: #B8AD00 ! important; } /* Austria */
.variantAustrianSuccession .country2 { color: #204983 ! important; } /* Bavaria */
.variantAustrianSuccession .country3 { color: #D62929 ! important; } /* England */
.variantAustrianSuccession .country4 { color: #007BA5 ! important; } /* France */
.variantAustrianSuccession .country5 { color: #5C0A06 ! important; } /* Ottoman Empire */
.variantAustrianSuccession .country6 { color: #88b266 ! important; } /* Piedmont-Sardinia */
.variantAustrianSuccession .country7 { color: #E37917 ! important; } /* Prussia */
.variantAustrianSuccession .country8 { color: #A713C5 ! important; } /* Russia */
.variantAustrianSuccession .country9 { color: #2e5906 ! important; } /* Spain */    

/*SC Bar colors*/
.variantAustrianSuccession .occupationBar1 { background-color: #f9fb6d; } /* Austria */
.variantAustrianSuccession .occupationBar2 { background-color: #4d71a3; } /* Bavaria */
.variantAustrianSuccession .occupationBar3 { background-color: #d9644d; } /* England */
.variantAustrianSuccession .occupationBar4 { background-color: #79b9d4; } /* France */
.variantAustrianSuccession .occupationBar5 { background-color: #ab4120; } /* Ottoman Empire */
.variantAustrianSuccession .occupationBar6 { background-color: #b7c572; } /* Piedmont-Sardinia */
.variantAustrianSuccession .occupationBar7 { background-color: #CE9967; } /* Prussia */
.variantAustrianSuccession .occupationBar8 { background-color: #e1b1b9; } /* Russia */
.variantAustrianSuccession .occupationBar9 { background-color: #447911; } /* Spain */

@CHARSET "ISO-8859-1";

.variantEdwardian .country0 { color: #000000 ! important; } /* Neutral */
.variantEdwardian .country1 { color: #910000 ! important; } /* Austria-Hungary */
.variantEdwardian .country2 { color: #C44E4E ! important; } /* Britain */
.variantEdwardian .country3 { color: #00798E ! important; } /* France */
.variantEdwardian .country4 { color: #111110 ! important; } /* Germany */
.variantEdwardian .country5 { color: #277000 ! important; } /* Italy */
.variantEdwardian .country6 { color: #606060 ! important; } /* Russia */
.variantEdwardian .country7 { color: #9E4F00 ! important; } /* Turkey */

.variantEdwardian .occupationBar1 { background-color: #CC3F3D; } /* Austria-Hungary */
.variantEdwardian .occupationBar2 { background-color: #FF9999; } /* Britain */
.variantEdwardian .occupationBar3 { background-color: #9BEEFF; } /* France */
.variantEdwardian .occupationBar4 { background-color: #8C8C8C; } /* Germany */
.variantEdwardian .occupationBar5 { background-color: #75CC47; } /* Italy */
.variantEdwardian .occupationBar6 { background-color: #FFF5E7; } /* Russia */
.variantEdwardian .occupationBar7 { background-color: #C9935C; } /* Turkey */

@CHARSET "ISO-8859-1";

.variantLegacyVersailles .country0 { color: #000000 ! important; } /* Neutral */
.variantLegacyVersailles .country1 { color: #0656A8 ! important; } /* Britain */
.variantLegacyVersailles .country2 { color: #49CCC8 ! important; } /* France */
.variantLegacyVersailles .country3 { color: #545454 ! important; } /* Germany */
.variantLegacyVersailles .country4 { color: #259901 ! important; } /* Italy */
.variantLegacyVersailles .country5 { color: #FF4FA4 ! important; } /* Poland */
.variantLegacyVersailles .country6 { color: #D62929 ! important; } /* Soviet Union */
.variantLegacyVersailles .country7 { color: #D48218 ! important; } /* Turkey */

.variantLegacyVersailles .occupationBar1 { background-color: #1677BC; } /* Britain */
.variantLegacyVersailles .occupationBar2 { background-color: #5BB5D3; } /* France */
.variantLegacyVersailles .occupationBar3 { background-color: #969696; } /* Germany */
.variantLegacyVersailles .occupationBar4 { background-color: #34DB82; } /* Italy */
.variantLegacyVersailles .occupationBar5 { background-color: #FF4FA4; } /* Poland */
.variantLegacyVersailles .occupationBar6 { background-color: #FF3D3D; } /* Soviet Union */
.variantLegacyVersailles .occupationBar7 { background-color: #FF9859; } /* Turkey */

@CHARSET "ISO-8859-1";

.variantManifestDestiny .country0 { color: #000000 ! important; } /* Neutral */
.variantManifestDestiny .country1 { color: #FF2626 ! important; } /* Britain */
.variantManifestDestiny .country2 { color: #0026FF ! important; } /* United States */
.variantManifestDestiny .country3 { color: #007070 ! important; } /* Texas */
.variantManifestDestiny .country4 { color: #00870F ! important; } /* Mexico */
.variantManifestDestiny .country5 { color: #A58700 ! important; } /* Spain */

.variantManifestDestiny .occupationBar1 { background-color: #FF2626; } /* Britain */
.variantManifestDestiny .occupationBar2 { background-color: #0026FF; } /* United States */
.variantManifestDestiny .occupationBar3 { background-color: #00FFFF; } /* Texas */
.variantManifestDestiny .occupationBar4 { background-color: #00FF21; } /* Mexico */
.variantManifestDestiny .occupationBar5 { background-color: #FFD800; } /* Spain */

@CHARSET "ISO-8859-1";

.variantEmpiresCoalitions .country0 { color: #000000 ! important; } /* Neutral */
.variantEmpiresCoalitions .country1 { color: #606060 ! important; } /* Austria */
.variantEmpiresCoalitions .country2 { color: #CE0000 ! important; } /* Britain */
.variantEmpiresCoalitions .country3 { color: #7A3D58 ! important; } /* Denmark */
.variantEmpiresCoalitions .country4 { color: #6772B5 ! important; } /* France */
.variantEmpiresCoalitions .country5 { color: #685E34 ! important; } /* Ottoman Empire */
.variantEmpiresCoalitions .country6 { color: #005089 ! important; } /* Prussia */
.variantEmpiresCoalitions .country7 { color: #57AF62 ! important; } /* Russia */
.variantEmpiresCoalitions .country8 { color: #AD0096 ! important; } /* Sicily */
.variantEmpiresCoalitions .country9 { color: #8E7700 ! important; } /* Spain */

.variantEmpiresCoalitions .occupationBar1 { background-color: #C6C6C6; } /* Austria */
.variantEmpiresCoalitions .occupationBar2 { background-color: #FF0000; } /* Britain */
.variantEmpiresCoalitions .occupationBar3 { background-color: #994C6E; } /* Denmark */
.variantEmpiresCoalitions .occupationBar4 { background-color: #91A1FF; } /* France */
.variantEmpiresCoalitions .occupationBar5 { background-color: #7F743F; } /* Ottoman Empire */
.variantEmpiresCoalitions .occupationBar6 { background-color: #006FBF; } /* Prussia */
.variantEmpiresCoalitions .occupationBar7 { background-color: #7FFF8E; } /* Russia */
.variantEmpiresCoalitions .occupationBar8 { background-color: #FF00DC; } /* Sicily */
.variantEmpiresCoalitions .occupationBar9 { background-color: #FFD800; } /* Spain */

@CHARSET "ISO-8859-1";

.variantCrusades1201 .country0 { color: #000000 ! important; } /* Neutral */
.variantCrusades1201 .country1 { color: #A5A500 ! important; } /* Castille */
.variantCrusades1201 .country2 { color: #A54C26 ! important; } /* Almohad Caliphate */
.variantCrusades1201 .country3 { color: #C10000 ! important; } /* England */
.variantCrusades1201 .country4 { color: #0000A0 ! important; } /* France */
.variantCrusades1201 .country5 { color: #444444 ! important; } /* Holy Roman Empire */
.variantCrusades1201 .country6 { color: #AF00AF ! important; } /* Denmark */
.variantCrusades1201 .country7 { color: #600060 ! important; } /* Papacy */
.variantCrusades1201 .country8 { color: #007F3B ! important; } /* Hungary */
.variantCrusades1201 .country9 { color: #353500 ! important; } /* Rus */
.variantCrusades1201 .country10 { color: #008282 ! important; } /* Byzantine Empire */
.variantCrusades1201 .country11 { color: #8E8A00 ! important; } /* Ayyubid Sultanate */

.variantCrusades1201 .occupationBar1 { background-color: #ECD900; } /* Castille */
.variantCrusades1201 .occupationBar2 { background-color: #FF7B39; } /* Almohad Caliphate */
.variantCrusades1201 .occupationBar3 { background-color: #F92F2F; } /* England */
.variantCrusades1201 .occupationBar4 { background-color: #2B4BFF; } /* France */
.variantCrusades1201 .occupationBar5 { background-color: #BDBDBD; } /* Holy Roman Empire */
.variantCrusades1201 .occupationBar6 { background-color: #FF51FF; } /* Denmark */
.variantCrusades1201 .occupationBar7 { background-color: #872987; } /* Papacy */
.variantCrusades1201 .occupationBar8 { background-color: #26FF8B; } /* Hungary */
.variantCrusades1201 .occupationBar9 { background-color: #BDBD00; } /* Rus */
.variantCrusades1201 .occupationBar10 { background-color: #00C4C4; } /* Byzantine Empire */
.variantCrusades1201 .occupationBar11 { background-color: #FFEB70; } /* Ayyubid Sultanate */

@CHARSET "ISO-8859-1";

.variantSpiceIslands .country0 { color: #000000 ! important; } /* Neutral */
.variantSpiceIslands .country1 { color: #4F5154 ! important; } /* Brunei */
.variantSpiceIslands .country2 { color: #3A368A ! important; } /* Majapahit */
.variantSpiceIslands .country3 { color: #917214 ! important; } /* Tondo */
.variantSpiceIslands .country4 { color: #30972E ! important; } /* Malacca */
.variantSpiceIslands .country5 { color: #FE382F ! important; } /* Ayutthaya */
.variantSpiceIslands .country6 { color: #774677 ! important; } /* Ternate */
.variantSpiceIslands .country7 { color: #9E9E01 ! important; } /* Dai Viet */

.variantSpiceIslands .occupationBar1 { background-color: #C2C5CE; } /* Brunei */
.variantSpiceIslands .occupationBar2 { background-color: #5956FF; } /* Majapahit */
.variantSpiceIslands .occupationBar3 { background-color: #B59019; } /* Tondo */
.variantSpiceIslands .occupationBar4 { background-color: #30972E; } /* Malacca */
.variantSpiceIslands .occupationBar5 { background-color: #FE382F; } /* Ayutthaya */
.variantSpiceIslands .occupationBar6 { background-color: #AC65AB; } /* Ternate */
.variantSpiceIslands .occupationBar7 { background-color: #E8EA6E; } /* Dai Viet */

@CHARSET "ISO-8859-1";

.variantCaucasia .country0 { color: #000000 ! important; } /* Neutral */
.variantCaucasia .country1 { color: #F4973F ! important; } /* Armenia */
.variantCaucasia .country2 { color: #047729 ! important; } /* Chechnya */
.variantCaucasia .country3 { color: #EA0756 ! important; } /* Georgia */
.variantCaucasia .country4 { color: #2929AA ! important; } /* Russia */
.variantCaucasia .country5 { color: #429180 ! important; } /* Azerbaijan */

.variantCaucasia .occupationBar1 { background-color: #F4973F; } /* Armenia */
.variantCaucasia .occupationBar2 { background-color: #047729; } /* Chechnya */
.variantCaucasia .occupationBar3 { background-color: #EA0756; } /* Georgia */
.variantCaucasia .occupationBar4 { background-color: #235ED3; } /* Russia */
.variantCaucasia .occupationBar5 { background-color: #54B7A2; } /* Azerbaijan */

@CHARSET "ISO-8859-1";

.variantClassicCroatia .country0 { color: #CE7800 ! important; } /* Neutral */
.variantClassicCroatia .country1 { color: #0B3E60 ! important; } /* England */
.variantClassicCroatia .country2 { color: #0083AF ! important; } /* France */
.variantClassicCroatia .country3 { color: #259901 ! important; } /* Italy */
.variantClassicCroatia .country4 { color: #111111 ! important; } /* Germany */
.variantClassicCroatia .country5 { color: #D62929 ! important; } /* Austria */
.variantClassicCroatia .country6 { color: #A09500 ! important; } /* Turkey */
.variantClassicCroatia .country7 { color: #605D59 ! important; } /* Russia */

.variantClassicCroatia .occupationBar1 { background-color: #1677BC; } /* England */
.variantClassicCroatia .occupationBar2 { background-color: #9BC2E6; } /* France */
.variantClassicCroatia .occupationBar3 { background-color: #94D354; } /* Italy */
.variantClassicCroatia .occupationBar4 { background-color: #565656; } /* Germany */
.variantClassicCroatia .occupationBar5 { background-color: #E7343F; } /* Austria */
.variantClassicCroatia .occupationBar6 { background-color: #FFCD3A; } /* Turkey */
.variantClassicCroatia .occupationBar7 { background-color: #FFF5E7; } /* Russia */

@CHARSET "ISO-8859-1";

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantClassic1898 .country0 {
	color: #CE7800 ! important;
}
.variantClassic1898 .country1 {
	color: #DD51BD ! important;
}
.variantClassic1898 .country2 {
	color: #007BA5 ! important;
}
.variantClassic1898 .country3 {
	color: #259901 ! important;
}
.variantClassic1898 .country4 {
	color: #8B481A ! important;
}
.variantClassic1898 .country5 {
	color: #D62929 ! important;
}
.variantClassic1898 .country6 {
	color: #b8ad00 ! important;
}
.variantClassic1898 .country7 {
	color: #6F005D ! important;
}

.variantClassic1898 .occupationBar1 {
	background-color: #EFC4E4;
}
.variantClassic1898 .occupationBar2 {
	background-color: #79AFC6;
}
.variantClassic1898 .occupationBar3 {
	background-color: #A4C499;
}
.variantClassic1898 .occupationBar4 {
	background-color: #A08A75;
}
.variantClassic1898 .occupationBar5 {
	background-color: #C48F85;
}
.variantClassic1898 .occupationBar6 {
	background-color: #EAEAAF;
}
.variantClassic1898 .occupationBar7 {
	background-color: #A87E9F;
}
@CHARSET "ISO-8859-1";

.variantClassicEgypt .country0 { color: #CE7800 ! important; } /* Global  */
.variantClassicEgypt .country1 { color: #DD51BD ! important; } /* England */
.variantClassicEgypt .country2 { color: #007BA5 ! important; } /* France  */
.variantClassicEgypt .country3 { color: #259901 ! important; } /* Italy   */
.variantClassicEgypt .country4 { color: #8B481A ! important; } /* Germany */
.variantClassicEgypt .country5 { color: #D62929 ! important; } /* Austria */
.variantClassicEgypt .country6 { color: #b8ad00 ! important; } /* Turkey  */
.variantClassicEgypt .country7 { color: #6F005D ! important; } /* Russia  */

.variantClassicEgypt .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantClassicEgypt .occupationBar2 { background-color: #79AFC6; } /* France  */
.variantClassicEgypt .occupationBar3 { background-color: #A4C499; } /* Italy   */
.variantClassicEgypt .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantClassicEgypt .occupationBar5 { background-color: #C48F85; } /* Austria */
.variantClassicEgypt .occupationBar6 { background-color: #EAEAAF; } /* Turkey  */
.variantClassicEgypt .occupationBar7 { background-color: #A87E9F; } /* Russia  */
@CHARSET "ISO-8859-1";

.variantClassicBrazilian .country0 { color: #CE7800 ! important; } /* Neutral */
.variantClassicBrazilian .country1 { color: #0B3E60 ! important; } /* England */
.variantClassicBrazilian .country2 { color: #0083AF ! important; } /* France */
.variantClassicBrazilian .country3 { color: #259901 ! important; } /* Italy */
.variantClassicBrazilian .country4 { color: #111111 ! important; } /* Germany */
.variantClassicBrazilian .country5 { color: #D62929 ! important; } /* Austria */
.variantClassicBrazilian .country6 { color: #A09500 ! important; } /* Turkey */
.variantClassicBrazilian .country7 { color: #605D59 ! important; } /* Russia */

.variantClassicBrazilian .occupationBar1 { background-color: #1677BC; } /* England */
.variantClassicBrazilian .occupationBar2 { background-color: #9BC2E6; } /* France */
.variantClassicBrazilian .occupationBar3 { background-color: #94D354; } /* Italy */
.variantClassicBrazilian .occupationBar4 { background-color: #565656; } /* Germany */
.variantClassicBrazilian .occupationBar5 { background-color: #E7343F; } /* Austria */
.variantClassicBrazilian .occupationBar6 { background-color: #FFCD3A; } /* Turkey */
.variantClassicBrazilian .occupationBar7 { background-color: #FFF5E7; } /* Russia */

@CHARSET "ISO-8859-1";

.variantEurope1908 .country0 { color: #000000 ! important; } /* Neutral */
.variantEurope1908 .country1 { color: #A87800 ! important; } /* Austria */
.variantEurope1908 .country2 { color: #C44E4E ! important; } /* Britain */
.variantEurope1908 .country3 { color: #006E7F ! important; } /* France */
.variantEurope1908 .country4 { color: #111110 ! important; } /* Germany */
.variantEurope1908 .country5 { color: #277000 ! important; } /* Italy */
.variantEurope1908 .country6 { color: #606060 ! important; } /* Russia */
.variantEurope1908 .country7 { color: #910000 ! important; } /* Turkey */

.variantEurope1908 .occupationBar1 { background-color: #FCC01B; } /* Austria */
.variantEurope1908 .occupationBar2 { background-color: #FF9999; } /* Britain */
.variantEurope1908 .occupationBar3 { background-color: #7AABD3; } /* France */
.variantEurope1908 .occupationBar4 { background-color: #565656; } /* Germany */
.variantEurope1908 .occupationBar5 { background-color: #9CE54E; } /* Italy */
.variantEurope1908 .occupationBar6 { background-color: #EAE1D5; } /* Russia */
.variantEurope1908 .occupationBar7 { background-color: #FF3845; } /* Turkey */

@CHARSET "ISO-8859-1";

.variantWesternWorld_901 .country0 { color: #AA9F55 ! important; } /* Global  */
.variantWesternWorld_901 .country1 { color: #358F48 ! important; } /* Arabia */
.variantWesternWorld_901 .country2 { color: #A85452 ! important; } /* Byzantium   */
.variantWesternWorld_901 .country3 { color: #DE5B5B ! important; } /* Denmark */
.variantWesternWorld_901 .country4 { color: #B8AD00 ! important; } /* Egypt  */
.variantWesternWorld_901 .country5 { color: #0656A8 ! important; } /* France  */
.variantWesternWorld_901 .country6 { color: #111111 ! important; } /* Germany  */
.variantWesternWorld_901 .country7 { color: #00CCC8 ! important; } /* Khazaria */
.variantWesternWorld_901 .country8 { color: #048284 ! important; } /* Rus */
.variantWesternWorld_901 .country9 { color: #04CC4B ! important; } /* Spain */

.variantWesternWorld_901 .occupationBar1 { background-color: #64805A; } /* Arabia */
.variantWesternWorld_901 .occupationBar2 { background-color: #A85452; } /* Byzantium   */
.variantWesternWorld_901 .occupationBar3 { background-color: #DE5B5B; } /* Denmark */
.variantWesternWorld_901 .occupationBar4 { background-color: #EBD984; } /* Egypt  */
.variantWesternWorld_901 .occupationBar5 { background-color: #0656A8; } /* France  */
.variantWesternWorld_901 .occupationBar6 { background-color: #333333; } /* Germany  */
.variantWesternWorld_901 .occupationBar7 { background-color: #00FFFF; } /* Khazaria */
.variantWesternWorld_901 .occupationBar8 { background-color: #048284; } /* Rus */
.variantWesternWorld_901 .occupationBar9 { background-color: #8CBA1C; } /* Spain */



@CHARSET "ISO-8859-1";

.variantColdWarRedux .country0 { color: #CE7800 ! important; } /* Neutral */
.variantColdWarRedux .country1 { color: #BE0707 ! important; } /* USSR */
.variantColdWarRedux .country2 { color: #3CBCD8 ! important; } /* NATO */
.variantColdWarRedux .country3 { color: #7B5EFF ! important; } /* USA */
.variantColdWarRedux .country4 { color: #FF6A00 ! important; } /* PRC */

.variantColdWarRedux .occupationBar1 { background-color: #BE0707; } /* USSR */
.variantColdWarRedux .occupationBar2 { background-color: #3CBCD8; } /* NATO */
.variantColdWarRedux .occupationBar3 { background-color: #7B5EFF; } /* USA */
.variantColdWarRedux .occupationBar4 { background-color: #FF6A00; } /* PRC */

@CHARSET "ISO-8859-1";

.variantWorld10 .country0 { color: #CE7800 ! important; } /* Neutral */
.variantWorld10 .country1 { color: #CC0205 ! important; } /* Argentina */
.variantWorld10 .country2 { color: #A4C499 ! important; } /* Brazil */
.variantWorld10 .country3 { color: #FC02FC ! important; } /* China */
.variantWorld10 .country4 { color: #0482FC ! important; } /* EU */
.variantWorld10 .country5 { color: #5A60AD ! important; } /* Frozen */
.variantWorld10 .country6 { color: #CC6A68 ! important; } /* Ghana */
.variantWorld10 .country7 { color: #EBC43A ! important; } /* India */
.variantWorld10 .country8 { color: #A08A75 ! important; } /* Japan */
.variantWorld10 .country9 { color: #840284 ! important; } /* Egypt */
.variantWorld10 .country10 { color: #625EE4 ! important; } /* Near East */
.variantWorld10 .country11 { color: #007A7C ! important; } /* Siberia */
.variantWorld10 .country12 { color: #B7600A ! important; } /* Quebec */
.variantWorld10 .country13 { color: #000000 ! important; } /* Russia */
.variantWorld10 .country14 { color: #048284 ! important; } /* South Africa */
.variantWorld10 .country15 { color: #C32368 ! important; } /* USA */
.variantWorld10 .country16 { color: #B1B300 ! important; } /* Canada */
.variantWorld10 .country17 { color: #666666 ! important; } /* Australia */

.variantWorld10 .occupationBar1 { background-color: #C48F85; } /* Argentina */
.variantWorld10 .occupationBar2 { background-color: #A4C499; } /* Brazil */
.variantWorld10 .occupationBar3 { background-color: #FC02FC; } /* China */
.variantWorld10 .occupationBar4 { background-color: #0482FC; } /* EU */
.variantWorld10 .occupationBar5 { background-color: #5A60AD; } /* Frozen */
.variantWorld10 .occupationBar6 { background-color: #FC8284; } /* Ghana */
.variantWorld10 .occupationBar7 { background-color: #EBC43A; } /* India */
.variantWorld10 .occupationBar8 { background-color: #A08A75; } /* Japan */
.variantWorld10 .occupationBar9 { background-color: #A87E9F; } /* Egypt */
.variantWorld10 .occupationBar10 { background-color: #C4C2FC; } /* Near East */
.variantWorld10 .occupationBar11 { background-color: #007A7C; } /* Siberia */
.variantWorld10 .occupationBar12 { background-color: #B7600A; } /* Quebec */
.variantWorld10 .occupationBar13 { background-color: #000000; } /* Russia */
.variantWorld10 .occupationBar14 { background-color: #048284; } /* South Africa */
.variantWorld10 .occupationBar15 { background-color: #C32368; } /* USA */
.variantWorld10 .occupationBar16 { background-color: #DCDE04; } /* Canada */
.variantWorld10 .occupationBar17 { background-color: #6A6868; } /* Australia */

@CHARSET "ISO-8859-1";

.variantEdwardian3 .country0 { color: #000000 ! important; } /* Neutral */
.variantEdwardian3 .country1 { color: #910000 ! important; } /* Austria-Hungary */
.variantEdwardian3 .country2 { color: #C44E4E ! important; } /* Britain */
.variantEdwardian3 .country3 { color: #487DCE ! important; } /* France */
.variantEdwardian3 .country4 { color: #191919 ! important; } /* Germany */
.variantEdwardian3 .country5 { color: #277000 ! important; } /* Italy */
.variantEdwardian3 .country6 { color: #606060 ! important; } /* Russia */
.variantEdwardian3 .country7 { color: #9E4F00 ! important; } /* Turkey */

.variantEdwardian3 .occupationBar1 { background-color: #CC3F3D; } /* Austria-Hungary */
.variantEdwardian3 .occupationBar2 { background-color: #FF9999; } /* Britain */
.variantEdwardian3 .occupationBar3 { background-color: #5999FF; } /* France */
.variantEdwardian3 .occupationBar4 { background-color: #595959; } /* Germany */
.variantEdwardian3 .occupationBar5 { background-color: #75CC47; } /* Italy */
.variantEdwardian3 .occupationBar6 { background-color: #FFF5E7; } /* Russia */
.variantEdwardian3 .occupationBar7 { background-color: #C9935C; } /* Turkey */

@CHARSET "ISO-8859-1";

.variantEastIndies .country0 { color: #000000 ! important; } /* Neutral */
.variantEastIndies .country1 { color: #DD51BD ! important; } /* Bahmana */
.variantEastIndies .country2 { color: #4F5154 ! important; } /* Brunei */
.variantEastIndies .country3 { color: #007BA5 ! important; } /* Delhi */
.variantEastIndies .country4 { color: #259901 ! important; } /* Gondwana */
.variantEastIndies .country5 { color: #3A368A ! important; } /* Majapahit */
.variantEastIndies .country6 { color: #30972E ! important; } /* Malacca */
.variantEastIndies .country7 { color: #8B481A ! important; } /* Mughalistan */
.variantEastIndies .country8 { color: #C48F85 ! important; } /* Persia */
.variantEastIndies .country9 { color: #B8AD00 ! important; } /* Rajputana */
.variantEastIndies .country10 { color: #D30300 ! important; } /* Ayutthaya */
.variantEastIndies .country11 { color: #AC65AB ! important; } /* Ternate */
.variantEastIndies .country12 { color: #917214 ! important; } /* Tondo */
.variantEastIndies .country13 { color: #A5A500 ! important; } /* Dai Viet */
.variantEastIndies .country14 { color: #CE7100 ! important; } /* Vijayanagar */

.variantEastIndies .occupationBar1 { background-color: #EFC4E4; } /* Bahmana */
.variantEastIndies .occupationBar2 { background-color: #C2C5CE; } /* Brunei */
.variantEastIndies .occupationBar3 { background-color: #79AFC6; } /* Delhi */
.variantEastIndies .occupationBar4 { background-color: #A4C499; } /* Gondwana */
.variantEastIndies .occupationBar5 { background-color: #6C6AC1; } /* Majapahit */
.variantEastIndies .occupationBar6 { background-color: #439E3F; } /* Malacca */
.variantEastIndies .occupationBar7 { background-color: #A08A75; } /* Mughalistan */
.variantEastIndies .occupationBar8 { background-color: #C48F85; } /* Persia */
.variantEastIndies .occupationBar9 { background-color: #EAEAAF; } /* Rajputana */
.variantEastIndies .occupationBar10 { background-color: #F94B48; } /* Ayutthaya */
.variantEastIndies .occupationBar11 { background-color: #AA63AA; } /* Ternate */
.variantEastIndies .occupationBar12 { background-color: #B29337; } /* Tondo */
.variantEastIndies .occupationBar13 { background-color: #DBDB4A; } /* Dai Viet */
.variantEastIndies .occupationBar14 { background-color: #FFAB51; } /* Vijayanagar */

@CHARSET "ISO-8859-1";

.variantChesspolitik .country0 { color: #000000 ! important; } /* Neutral */
.variantChesspolitik .country1 { color: #003BA1 ! important; } /* Russians */
.variantChesspolitik .country2 { color: #E60918 ! important; } /* Ottomans */
.variantChesspolitik .country3 { color: #01411C ! important; } /* Mughals */
.variantChesspolitik .country4 { color: #9E4F00 ! important; } /* Chinese */

.variantChesspolitik .occupationBar1 { background-color: #79AFC6; } /* Russians */
.variantChesspolitik .occupationBar2 { background-color: #C46B77; } /* Ottomans */
.variantChesspolitik .occupationBar3 { background-color: #B1B063; } /* Mughals */
.variantChesspolitik .occupationBar4 { background-color: #F5D376; } /* Chinese */

@CHARSET "ISO-8859-1";

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantClassic1898Fog .country0 { color: #CE7800 ! important; }
.variantClassic1898Fog .country1 { color: #DD51BD ! important; }
.variantClassic1898Fog .country2 { color: #007BA5 ! important; }
.variantClassic1898Fog .country3 { color: #259901 ! important; }
.variantClassic1898Fog .country4 { color: #8B481A ! important; }
.variantClassic1898Fog .country5 { color: #D62929 ! important; }
.variantClassic1898Fog .country6 { color: #b8ad00 ! important; }
.variantClassic1898Fog .country7 { color: #6F005D ! important; }

.variantClassic1898Fog .occupationBar1 { background-color: #EFC4E4; }
.variantClassic1898Fog .occupationBar2 { background-color: #79AFC6; }
.variantClassic1898Fog .occupationBar3 { background-color: #A4C499; }
.variantClassic1898Fog .occupationBar4 { background-color: #A08A75; }
.variantClassic1898Fog .occupationBar5 { background-color: #C48F85; }
.variantClassic1898Fog .occupationBar6 { background-color: #EAEAAF; }
.variantClassic1898Fog .occupationBar7 { background-color: #A87E9F; }

@CHARSET "ISO-8859-1";

.variantA_Modern_Europe .country0 { color: #000000 ! important; } /* Neutral */
.variantA_Modern_Europe .country1 { color: #8E6F08 ! important; } /* Czechia */
.variantA_Modern_Europe .country2 { color: #A6ADBD ! important; } /* Finland */
.variantA_Modern_Europe .country3 { color: #1029AD ! important; } /* France */
.variantA_Modern_Europe .country4 { color: #AA0000 ! important; } /* Georgia */
.variantA_Modern_Europe .country5 { color: #2f3d4d ! important; } /* Germany */
.variantA_Modern_Europe .country6 { color: #5DB5E3 ! important; } /* Greece */
.variantA_Modern_Europe .country7 { color: #009E60 ! important; } /* Ireland */
.variantA_Modern_Europe .country8 { color: #7DAB54 ! important; } /* Italy */
.variantA_Modern_Europe .country9 { color: #9A4574 ! important; } /* Lithuania */
.variantA_Modern_Europe .country10 { color: #DC8A39 ! important; } /* Netherlands */
.variantA_Modern_Europe .country11 { color: #DB6777 ! important; } /* Poland */
.variantA_Modern_Europe .country12 { color: #1D5734 ! important; } /* Portugal */
.variantA_Modern_Europe .country13 { color: #1560B2 ! important; } /* Romania */
.variantA_Modern_Europe .country14 { color: #608350 ! important; } /* Russia */
.variantA_Modern_Europe .country15 { color: #A64839 ! important; } /* Serbia */
.variantA_Modern_Europe .country16 { color: #E7B50C ! important; } /* Spain */
.variantA_Modern_Europe .country17 { color: #0852A5 ! important; } /* Sweden */
.variantA_Modern_Europe .country18 { color: #C05943 ! important; } /* Turkey */
.variantA_Modern_Europe .country19 { color: #6A6868 ! important; } /* Ukraine */
.variantA_Modern_Europe .country20 { color: #800000 ! important; } /* United Kingdom */

.variantA_Modern_Europe .occupationBar1 { background-color: #978104; } /* Czechia */
.variantA_Modern_Europe .occupationBar2 { background-color: #CDD4E4; } /* Finland */
.variantA_Modern_Europe .occupationBar3 { background-color: #1432D2; } /* France */
.variantA_Modern_Europe .occupationBar4 { background-color: #AA0000; } /* Georgia */
.variantA_Modern_Europe .occupationBar5 { background-color: #4C6179; } /* Germany */
.variantA_Modern_Europe .occupationBar6 { background-color: #5DB5E3; } /* Greece */
.variantA_Modern_Europe .occupationBar7 { background-color: #009E60; } /* Ireland */
.variantA_Modern_Europe .occupationBar8 { background-color: #7DAB54; } /* Italy */
.variantA_Modern_Europe .occupationBar9 { background-color: #9A4574; } /* Lithuania */
.variantA_Modern_Europe .occupationBar10 { background-color: #DC8A39; } /* Netherlands */
.variantA_Modern_Europe .occupationBar11 { background-color: #C55C6A; } /* Poland */
.variantA_Modern_Europe .occupationBar12 { background-color: #277446; } /* Portugal */
.variantA_Modern_Europe .occupationBar13 { background-color: #1560B2; } /* Romania */
.variantA_Modern_Europe .occupationBar14 { background-color: #608350; } /* Russia */
.variantA_Modern_Europe .occupationBar15 { background-color: #A64839; } /* Serbia */
.variantA_Modern_Europe .occupationBar16 { background-color: #E7B50C; } /* Spain */
.variantA_Modern_Europe .occupationBar17 { background-color: #0852A5; } /* Sweden */
.variantA_Modern_Europe .occupationBar18 { background-color: #C05943; } /* Turkey */
.variantA_Modern_Europe .occupationBar19 { background-color: #6A6868; } /* Ukraine */
.variantA_Modern_Europe .occupationBar20 { background-color: #990000; } /* United Kingdom */

@CHARSET "ISO-8859-1";

.variantScottish_Clan_Wars .country0 { color: #CE7800 ! important; } /* Neutral */
.variantScottish_Clan_Wars .country1 { color: #D62929 ! important; } /* Edinburgh */
.variantScottish_Clan_Wars .country2 { color: #007BA5 ! important; } /* Glasgow */
.variantScottish_Clan_Wars .country3 { color: #B8AD00 ! important; } /* Dundee */
.variantScottish_Clan_Wars .country4 { color: #6F005D ! important; } /* Aberdeen */
.variantScottish_Clan_Wars .country5 { color: #DD51BD ! important; } /* Orkney Islands */
.variantScottish_Clan_Wars .country6 { color: #259901 ! important; } /* Outer Hebrides */
.variantScottish_Clan_Wars .country7 { color: #8B481A ! important; } /* Kintyre */

.variantScottish_Clan_Wars .occupationBar1 { background-color: #C48F85; } /* Edinburgh */
.variantScottish_Clan_Wars .occupationBar2 { background-color: #79AFC6; } /* Glasgow */
.variantScottish_Clan_Wars .occupationBar3 { background-color: #EAEAAF; } /* Dundee */
.variantScottish_Clan_Wars .occupationBar4 { background-color: #A87E9F; } /* Aberdeen */
.variantScottish_Clan_Wars .occupationBar5 { background-color: #EFC4E4; } /* Orkney Islands */
.variantScottish_Clan_Wars .occupationBar6 { background-color: #A4C499; } /* Outer Hebrides */
.variantScottish_Clan_Wars .occupationBar7 { background-color: #A08A75; } /* Kintyre */

@CHARSET "ISO-8859-1";

.variantWesternEurope1300 .country0 { color: #000000 ! important; } /* Neutral */
.variantWesternEurope1300 .country1 { color: #7C98C9 ! important; } /* France */
.variantWesternEurope1300 .country2 { color: #5DBF72 ! important; } /* England */
.variantWesternEurope1300 .country3 { color: #C9C05A ! important; } /* Castile */
.variantWesternEurope1300 .country4 { color: #CE8600 ! important; } /* Aragon */
.variantWesternEurope1300 .country5 { color: #A57287 ! important; } /* Burgundy */

.variantWesternEurope1300 .occupationBar1 { background-color: #88A7DD; } /* France */
.variantWesternEurope1300 .occupationBar2 { background-color: #9DEBAF; } /* England */
.variantWesternEurope1300 .occupationBar3 { background-color: #D8D167; } /* Castile */
.variantWesternEurope1300 .occupationBar4 { background-color: #D2A94D; } /* Aragon */
.variantWesternEurope1300 .occupationBar5 { background-color: #BC8099; } /* Burgundy */

@CHARSET "ISO-8859-1";

.variantSouthSahara .country0 { color: #000000 ! important; } /* Neutral */
.variantSouthSahara .country1 { color: #FE382F ! important; } /* Benin */
.variantSouthSahara .country2 { color: #007BA5 ! important; } /* Bonoman */
.variantSouthSahara .country3 { color: #259901 ! important; } /* Bornu */
.variantSouthSahara .country4 { color: #895189 ! important; } /* Jolof */
.variantSouthSahara .country5 { color: #A09500 ! important; } /* Mali */

.variantSouthSahara .occupationBar1 { background-color: #FC403A; } /* Benin */
.variantSouthSahara .occupationBar2 { background-color: #79AFC6; } /* Bonoman */
.variantSouthSahara .occupationBar3 { background-color: #A4C499; } /* Bornu */
.variantSouthSahara .occupationBar4 { background-color: #AC65AB; } /* Jolof */
.variantSouthSahara .occupationBar5 { background-color: #EAEAAF; } /* Mali */

@CHARSET "ISO-8859-1";

.variantIberia1065 .country0 { color: #CE7800 ! important; } /* Neutral */
.variantIberia1065 .country1 { color: #29872E ! important; } /* Granada */ 
.variantIberia1065 .country2 { color: #8A2BE2 ! important; } /* Castilla y Leon */
.variantIberia1065 .country3 { color: #88b266 ! important; } /* Almoravids */
.variantIberia1065 .country4 { color: #00FFCC ! important; } /* Galicia */
.variantIberia1065 .country5 { color: #E37917 ! important; } /* Aragon */
.variantIberia1065 .country6 { color: #FF0800 ! important; } /* Sevilla */
.variantIberia1065 .country7 { color: #1A75E3 ! important; } /* Zaragoza */
.variantIberia1065 .country8 { color: #94968F ! important; } /* Toledo */
.variantIberia1065 .country9 { color: #B8AD00 ! important; } /* Badajoz */
.variantIberia1065 .country10 { color: #A3305A ! important; } /* Denia */

.variantIberia1065 .occupationBar1 { background-color: #29872E; } /* Granada */
.variantIberia1065 .occupationBar2 { background-color: #8A2BE2; } /* Castilla y Leon */
.variantIberia1065 .occupationBar3 { background-color: #B7C572; } /* Almoravids */
.variantIberia1065 .occupationBar4 { background-color: #00FFCC; } /* Galicia */
.variantIberia1065 .occupationBar5 { background-color: #CE9967; } /* Aragon */
.variantIberia1065 .occupationBar6 { background-color: #FF0800; } /* Sevilla */
.variantIberia1065 .occupationBar7 { background-color: #1A75E3; } /* Zaragoza */
.variantIberia1065 .occupationBar8 { background-color: #94968F; } /* Toledo */
.variantIberia1065 .occupationBar9 { background-color: #F9FB6D; } /* Badajoz */
.variantIberia1065 .occupationBar10 { background-color: #A3305A; } /* Denia */

//.variantIberia1065 .country0 { color: #E2C69E ! important; } /* Neutral */
//.variantIberia1065 .country1 { color: #E58DEC ! important; } /* Granada */
//.variantIberia1065 .country2 { color: #8A2BE2 ! important; } /* Castilla y Leon */
//.variantIberia1065 .country3 { color: #29872E ! important; } /* Almoravids */
//.variantIberia1065 .country4 { color: #00FFCC ! important; } /* Galicia */
//.variantIberia1065 .country5 { color: #94968F ! important; } /* Aragon */
//.variantIberia1065 .country6 { color: #1A75E3 ! important; } /* Sevilla */
//.variantIberia1065 .country7 { color: #795A38 ! important; } /* Zaragoza */
//.variantIberia1065 .country8 { color: #FF0800 ! important; } /* Toledo */
//.variantIberia1065 .country9 { color: #E2BF0F ! important; } /* Badajoz */
//.variantIberia1065 .country10 { color: #A3305A ! important; } /* Denia */

//.variantIberia1065 .occupationBar1 { background-color: #E58DEC; } /* Granada */
//.variantIberia1065 .occupationBar2 { background-color: #8A2BE2; } /* Castilla y Leon */
//.variantIberia1065 .occupationBar3 { background-color: #29872E; } /* Almoravids */
//.variantIberia1065 .occupationBar4 { background-color: #00FFCC; } /* Galicia */
//.variantIberia1065 .occupationBar5 { background-color: #94968F; } /* Aragon */
//.variantIberia1065 .occupationBar6 { background-color: #1A75E3; } /* Sevilla */
//.variantIberia1065 .occupationBar7 { background-color: #795A38; } /* Zaragoza */
//.variantIberia1065 .occupationBar8 { background-color: #FF0800; } /* Toledo */
//.variantIberia1065 .occupationBar9 { background-color: #E2BF0F; } /* Badajoz */
//.variantIberia1065 .occupationBar10 { background-color: #A3305A; } /* Denia */

@CHARSET "ISO-8859-1";



.variantEuropa_Renovatio .country0 { color: #CE7800 ! important; } /* Neutral */
.variantEuropa_Renovatio .country1 { color: #a64448 ! important; } /* Aragon */
.variantEuropa_Renovatio .country2 { color: #a2a2a2 ! important; } /* Austria */
.variantEuropa_Renovatio .country3 { color: #1174c1 ! important; } /* Bavaria  */
.variantEuropa_Renovatio .country4 { color: #a18b28 ! important; } /* Bohemia */
.variantEuropa_Renovatio .country5 { color: #7b5a5a ! important; } /* Brandenburg   */
.variantEuropa_Renovatio .country6 { color: #941e46 ! important; } /* Burgundy  */
.variantEuropa_Renovatio .country7 { color: #c1ab08 ! important; } /* Castille  */
.variantEuropa_Renovatio .country8 { color: #be4646 ! important; } /* Denmark */
.variantEuropa_Renovatio .country9 { color: #c11a0e ! important; } /* England */
.variantEuropa_Renovatio .country10 { color: #1432d2 ! important; } /* France  */
.variantEuropa_Renovatio .country11 { color: #dad738 ! important; } /* Genoa */
.variantEuropa_Renovatio .country12 { color: #c1b37f ! important; } /* Great-Horde   */
.variantEuropa_Renovatio .country13 { color: #98555c ! important; } /* Hungary  */
.variantEuropa_Renovatio .country14 { color: #9a4574 ! important; } /* Lithuania */
.variantEuropa_Renovatio .country15 { color: #7d1e64 ! important; } /* Livonian-Order */
.variantEuropa_Renovatio .country16 { color: #bca65d ! important; } /* Mamluks */
.variantEuropa_Renovatio .country17 { color: #a66c92 ! important; } /* Milan  */
.variantEuropa_Renovatio .country18 { color: #be6e3e ! important; } /* Morocco */
.variantEuropa_Renovatio .country19 { color: #ceb561 ! important; } /* Muscovy   */
.variantEuropa_Renovatio .country20 { color: #643296 ! important; } /* Naples  */
.variantEuropa_Renovatio .country21 { color: #75a5bc ! important; } /* Norway  */
.variantEuropa_Renovatio .country22 { color: #617e25 ! important; } /* Novgorod */
.variantEuropa_Renovatio .country23 { color: #7ecb78 ! important; } /* Ottomans */
.variantEuropa_Renovatio .country24 { color: #a6b56f ! important; } /* Papacy  */
.variantEuropa_Renovatio .country25 { color: #c55c6a ! important; } /* Poland */
.variantEuropa_Renovatio .country26 { color: #328c58 ! important; } /* Portugal   */
.variantEuropa_Renovatio .country27 { color: #467988 ! important; } /* Qara-Qoyunlu  */
.variantEuropa_Renovatio .country28 { color: #f14cdf ! important; } /* Savoy  */
.variantEuropa_Renovatio .country29 { color: #9b93b4 ! important; } /* Saxony */
.variantEuropa_Renovatio .country30 { color: #dab80d ! important; } /* Scotland */
.variantEuropa_Renovatio .country31 { color: #0852a5 ! important; } /* Sweden  */
.variantEuropa_Renovatio .country32 { color: #997a6c ! important; } /* Switzerland */
.variantEuropa_Renovatio .country33 { color: #666968 ! important; } /* Teutonic-Order   */
.variantEuropa_Renovatio .country34 { color: #286e8c ! important; } /* Tlemcen  */
.variantEuropa_Renovatio .country35 { color: #7d7231 ! important; } /* Tunis  */
.variantEuropa_Renovatio .country36 { color: #36a79c ! important; } /* Venice */

.variantEuropa_Renovatio .occupationBar0 { background-color: #CE7800 ! important; } /* Neutral */
.variantEuropa_Renovatio .occupationBar1 { background-color: #a64448 ! important; } /* Aragon */
.variantEuropa_Renovatio .occupationBar2 { background-color: #dcdcdc ! important; } /* Austria */
.variantEuropa_Renovatio .occupationBar3 { background-color: #1174c1 ! important; } /* Bavaria  */
.variantEuropa_Renovatio .occupationBar4 { background-color: #a18b28 ! important; } /* Bohemia */
.variantEuropa_Renovatio .occupationBar5 { background-color: #7b5a5a ! important; } /* Brandenburg   */
.variantEuropa_Renovatio .occupationBar6 { background-color: #941e46 ! important; } /* Burgundy  */
.variantEuropa_Renovatio .occupationBar7 { background-color: #c1ab08 ! important; } /* Castille  */
.variantEuropa_Renovatio .occupationBar8 { background-color: #be4646 ! important; } /* Denmark */
.variantEuropa_Renovatio .occupationBar9 { background-color: #c11a0e ! important; } /* England */
.variantEuropa_Renovatio .occupationBar10 { background-color: #1432d2 ! important; } /* France  */
.variantEuropa_Renovatio .occupationBar11 { background-color: #dad738 ! important; } /* Genoa */
.variantEuropa_Renovatio .occupationBar12 { background-color: #c1b37f ! important; } /* Great-Horde   */
.variantEuropa_Renovatio .occupationBar13 { background-color: #98555c ! important; } /* Hungary  */
.variantEuropa_Renovatio .occupationBar14 { background-color: #9a4574 ! important; } /* Lithuania */
.variantEuropa_Renovatio .occupationBar15 { background-color: #7d1e64 ! important; } /* Livonian-Order */
.variantEuropa_Renovatio .occupationBar16 { background-color: #bca65d ! important; } /* Mamluks */
.variantEuropa_Renovatio .occupationBar17 { background-color: #a66c92 ! important; } /* Milan  */
.variantEuropa_Renovatio .occupationBar18 { background-color: #be6e3e ! important; } /* Morocco */
.variantEuropa_Renovatio .occupationBar19 { background-color: #ceb561 ! important; } /* Muscovy   */
.variantEuropa_Renovatio .occupationBar20 { background-color: #643296 ! important; } /* Naples  */
.variantEuropa_Renovatio .occupationBar21 { background-color: #75a5bc ! important; } /* Norway  */
.variantEuropa_Renovatio .occupationBar22 { background-color: #617e25 ! important; } /* Novgorod */
.variantEuropa_Renovatio .occupationBar23 { background-color: #7ecb78 ! important; } /* Ottomans */
.variantEuropa_Renovatio .occupationBar24 { background-color: #d3dcb2 ! important; } /* Papacy  */
.variantEuropa_Renovatio .occupationBar25 { background-color: #c55c6a ! important; } /* Poland */
.variantEuropa_Renovatio .occupationBar26 { background-color: #328c58 ! important; } /* Portugal   */
.variantEuropa_Renovatio .occupationBar27 { background-color: #467988 ! important; } /* Qara-Qoyunlu  */
.variantEuropa_Renovatio .occupationBar28 { background-color: #ebc4e7 ! important; } /* Savoy  */
.variantEuropa_Renovatio .occupationBar29 { background-color: #9b93b4 ! important; } /* Saxony */
.variantEuropa_Renovatio .occupationBar30 { background-color: #dab80d ! important; } /* Scotland */
.variantEuropa_Renovatio .occupationBar31 { background-color: #0852a5 ! important; } /* Sweden  */
.variantEuropa_Renovatio .occupationBar32 { background-color: #997a6c ! important; } /* Switzerland */
.variantEuropa_Renovatio .occupationBar33 { background-color: #666968 ! important; } /* Teutonic-Order   */
.variantEuropa_Renovatio .occupationBar34 { background-color: #286e8c ! important; } /* Tlemcen  */
.variantEuropa_Renovatio .occupationBar35 { background-color: #7d7231 ! important; } /* Tunis  */
.variantEuropa_Renovatio .occupationBar36 { background-color: #36a79c ! important; } /* Venice */
@CHARSET "ISO-8859-1";

.variantPunicWars .country0 { color: #CE7800 ! important; } /* Global */
.variantPunicWars .country1 { color: #D62929 ! important; } /* Carthago   */
.variantPunicWars .country2 { color: #b8ad00 ! important; } /* Hellenii  */
.variantPunicWars .country3 { color: #6F005D ! important; } /* Etruria  */
.variantPunicWars .country4 { color: #259901 ! important; } /* Roma   */

.variantPunicWars .occupationBar1 { background-color: #C48F85; } /* Carthago  */
.variantPunicWars .occupationBar2 { background-color: #EAEAAF; } /* Hellenii */
.variantPunicWars .occupationBar3 { background-color: #A87E9F; } /* Etruria */
.variantPunicWars .occupationBar4 { background-color: #A4C499; } /* Romae  */

@CHARSET "ISO-8859-1";

.variantMachiavelli .country0 { color: #CE7800 ! important; } /* Neutral */
.variantMachiavelli .country1 { color: #0080C0 ! important; } /* Austria */
.variantMachiavelli .country2 { color: #B05500 ! important; } /* Florence */
.variantMachiavelli .country3 { color: #E02000 ! important; } /* France */
.variantMachiavelli .country4 { color: #604080 ! important; } /* Milan */
.variantMachiavelli .country5 { color: #b8ad00 ! important; } /* Naples */
.variantMachiavelli .country6 { color: #C02040 ! important; } /* Papacy */
.variantMachiavelli .country7 { color: #008040 ! important; } /* Turkey */
.variantMachiavelli .country8 { color: #002080 ! important; } /* Venice */

.variantMachiavelli .occupationBar1 { background-color: #0080C0; } /* Austria */
.variantMachiavelli .occupationBar2 { background-color: #C0A000; } /* Florence */
.variantMachiavelli .occupationBar3 { background-color: #E02000; } /* France */
.variantMachiavelli .occupationBar4 { background-color: #604080; } /* Milan */
.variantMachiavelli .occupationBar5 { background-color: #EAEAAF; } /* Naples */
.variantMachiavelli .occupationBar6 { background-color: #C02040; } /* Papacy */
.variantMachiavelli .occupationBar7 { background-color: #008040; } /* Turkey */
.variantMachiavelli .occupationBar8 { background-color: #002080; } /* Venice */

@CHARSET "ISO-8859-1";

.variantMachiavelliTTR .country0 { color: #CE7800 ! important; } /* Neutral */
.variantMachiavelliTTR .country1 { color: #DD51BD ! important; } /* Aragon */
.variantMachiavelliTTR .country2 { color: #007BA5 ! important; } /* Florence */
.variantMachiavelliTTR .country3 { color: #259901 ! important; } /* Avignon */
.variantMachiavelliTTR .country4 { color: #8B481A ! important; } /* Milan */
.variantMachiavelliTTR .country5 { color: #D62929 ! important; } /* Genoa */
.variantMachiavelliTTR .country6 { color: #b8ad00 ! important; } /* Papacy */
.variantMachiavelliTTR .country7 { color: #6F005D ! important; } /* Venice */

.variantMachiavelliTTR .occupationBar1 { background-color: #EFC4E4; } /* Aragon */
.variantMachiavelliTTR .occupationBar2 { background-color: #79AFC6; } /* Florence */
.variantMachiavelliTTR .occupationBar3 { background-color: #A4C499; } /* Avignon */
.variantMachiavelliTTR .occupationBar4 { background-color: #A08A75; } /* Milan */
.variantMachiavelliTTR .occupationBar5 { background-color: #C48F85; } /* Genoa */
.variantMachiavelliTTR .occupationBar6 { background-color: #EAEAAF; } /* Papacy */
.variantMachiavelliTTR .occupationBar7 { background-color: #A87E9F; } /* Venice */

@CHARSET "ISO-8859-1";

.variantMinorPower .country0 { color: #CE7800 ! important; }  /* Global         */
.variantMinorPower .country1 { color: #FF1717 ! important; }  /* Austria        */
.variantMinorPower .country2 { color: #FD5F00 ! important; } /* Belgium         */
.variantMinorPower .country3 { color: #5D8AA8 ! important; } /* Bulgaria          */
.variantMinorPower .country4 { color: #CAB310 ! important; }  /* Denmark        */
.variantMinorPower .country5 { color: #007FFF ! important; } /* England        */
.variantMinorPower .country6 { color: #00BCFF ! important; } /* France         */
.variantMinorPower .country7 { color: #666666 ! important; }  /* Germany       */
.variantMinorPower .country8 { color: #BF367E ! important; }  /* Greece         */
.variantMinorPower .country9 { color: #ED3CCA ! important; }  /* Holland          */
.variantMinorPower .country10 { color: #1ADD51 ! important; } /* Italy           */
.variantMinorPower .country11 { color: #46B300 ! important; } /* Norway     */
.variantMinorPower .country12 { color: #8B481A ! important; } /* Portugal         */
.variantMinorPower .country13 { color: #000000 ! important; } /* Russia        */
.variantMinorPower .country14 { color: #87A96B ! important; } /* Rumania          */
.variantMinorPower .country15 { color: #008055 ! important; } /* Serbia         */
.variantMinorPower .country16 { color: #FF9966 ! important; } /* Spain      */
.variantMinorPower .country17 { color: #6B3F95 ! important; } /* Sweden         */
.variantMinorPower .country18 { color: #8B0000 ! important; } /* Tunis     */
.variantMinorPower .country19 { color: #FFBF00 ! important; } /* Turkey     */

.variantMinorPower .occupationBar1 { background-color: #FF1717 ! important; }  /* Austria        */
.variantMinorPower .occupationBar2 { background-color: #FD5F00 ! important; } /* Belgium         */
.variantMinorPower .occupationBar3 { background-color: #5D8AA8 ! important; } /* Bulgaria          */
.variantMinorPower .occupationBar4 { background-color: #CAB310 ! important; }  /* Denmark        */
.variantMinorPower .occupationBar5 { background-color: #007FFF ! important; } /* England        */
.variantMinorPower .occupationBar6 { background-color: #00BCFF ! important; } /* France         */
.variantMinorPower .occupationBar7 { background-color: #666666 ! important; }  /* Germany       */
.variantMinorPower .occupationBar8 { background-color: #BF367E ! important; }  /* Greece         */
.variantMinorPower .occupationBar9 { background-color: #ED3CCA ! important; }  /* Holland          */
.variantMinorPower .occupationBar10 { background-color: #1ADD51 ! important; } /* Italy           */
.variantMinorPower .occupationBar11 { background-color: #46B300 ! important; } /* Norway     */
.variantMinorPower .occupationBar12 { background-color: #A08A75 ! important; } /* Portugal         */
.variantMinorPower .occupationBar13 { background-color: #000000 ! important; } /* Russia        */
.variantMinorPower .occupationBar14 { background-color: #87A96B ! important; } /* Rumania          */
.variantMinorPower .occupationBar15 { background-color: #008055 ! important; } /* Serbia         */
.variantMinorPower .occupationBar16 { background-color: #FF9966 ! important; } /* Spain      */
.variantMinorPower .occupationBar17 { background-color: #6B3F95 ! important; } /* Sweden         */
.variantMinorPower .occupationBar18 { background-color: #8B0000 ! important; } /* Tunis     */
.variantMinorPower .occupationBar19 { background-color: #FFBF00 ! important; } /* Turkey     */

@CHARSET "ISO-8859-1";

/*
All variant HTML will be stored within an element with a classname variant[variantName]. Using this all variant CSS 
can be loaded at the same time, and will apply itself appropriately. 

This is convenient and efficient, but does make it one of the only things that can't be inherited. Each variant 
needs to define these CSS values even if they're the same as another variant using the same map.

Occupation bars and country text colors need to be defined here.
*/

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantSpeedEuropa .country0 {
	color: #CE7800 ! important;
}
.variantSpeedEuropa .country1 {
	color: #DD51BD ! important;
}
.variantSpeedEuropa .country2 {
	color: #007BA5 ! important;
}
.variantSpeedEuropa .country3 {
	color: #259901 ! important;
}
.variantSpeedEuropa .country4 {
	color: #8B481A ! important;
}
.variantSpeedEuropa .country5 {
	color: #D62929 ! important;
}
.variantSpeedEuropa .country6 {
	color: #b8ad00 ! important;
}
.variantSpeedEuropa .country7 {
	color: #6F005D ! important;
}

.variantSpeedEuropa .occupationBar1 {
	background-color: #EFC4E4;
}
.variantSpeedEuropa .occupationBar2 {
	background-color: #79AFC6;
}
.variantSpeedEuropa .occupationBar3 {
	background-color: #A4C499;
}
.variantSpeedEuropa .occupationBar4 {
	background-color: #A08A75;
}
.variantSpeedEuropa .occupationBar5 {
	background-color: #C48F85;
}
.variantSpeedEuropa .occupationBar6 {
	background-color: #EAEAAF;
}
.variantSpeedEuropa .occupationBar7 {
	background-color: #A87E9F;
}
@CHARSET "ISO-8859-1";

.variantClassicANvsTR .country0 { color: #CE7800 ! important; } /* Global */
.variantClassicANvsTR .country1 { color: #007BA5 ! important; } /* Antanta */
.variantClassicANvsTR .country2 { color: #D62929 ! important; } /* Triple Alliance*/

.variantClassicANvsTR .occupationBar1 { background-color: #79AFC6; } /* Antanta */
.variantClassicANvsTR .occupationBar2 { background-color: #C48F85; } /* Triple Alliance*/



@CHARSET "ISO-8859-1";

.variantClassicOneOnOne .country0 { color: #CE7800 ! important; } /* Global */
.variantClassicOneOnOne .country1 { color: #007BA5 ! important; } /* Antanta */
.variantClassicOneOnOne .country2 { color: #8B481A ! important; } /* Axis*/

.variantClassicOneOnOne .occupationBar1 { background-color: #79AFC6; } /* Antanta */
.variantClassicOneOnOne .occupationBar2 { background-color: #C48F85; } /* Axis*/



