"मीडियाविकि:Common.css": अवतरणों में अंतर

भारत डिस्कवरी प्रस्तुति
यहाँ जाएँ:नेविगेशन, खोजें
No edit summary
No edit summary
 
(7 सदस्यों द्वारा किए गए बीच के 151 अवतरण नहीं दर्शाए गए)
पंक्ति 1: पंक्ति 1:
/* Közös CSS az összes skinnek
/* यहां रखी css सभी त्वचाओंपर असर करेगी */
[[en:MediaWiki:Common.css]]
*/
 
#interwiki-completelist {
    font-weight: bold;
}


/*
/*
== Táblázatok (a régi prettytable és wikitable összevonva) ==
This is the CSS for all skins (for all users) on MediaWiki.org.
SECTIONS:
1. Indication of namespaces
2. Color classes for content
3. Special pages
4. Main page styling
5. Sidebar external links
6. Extension:Matrix stuff
7. Wikitables, infobox templates, warnings, and other such stylings
8. Some other small things
*/
*/
/***** 1. INDICATION OF NAMESPACES *****/
/* Pseudo NS Special (light grey) */
.ns--2 #content { background-color: #f4f4f4; }
.ns--2 div.thumb { border-color: #f4f4f4; }
/* NS Project + Project_talk (light sky blue) */
.ns-4 #content, .ns-5 #content { background-color: #fff; }
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; }
/* NS MediaWiki + MediaWiki_talk (light grey) */
.ns-8 #content, .ns-9 #content { background-color: #fff; }
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; }
/* NS Lab + Lab_talk (light bluish violet) */
.ns-100 #content, .ns-101 #content { background-color: white; }
.ns-100 div.thumb, .ns-101 div.thumb { border-color: white; }
/* NS Portal + Portal_talk (white) */
.ns-112 #content, .ns-113 #content { background-color:white; }
.ns-112 div.thumb, .ns-113 div.thumb { border-color:white; }


table.wikitable,
/* NS Help (but NOT Help_talk) (blue border and Public Domain icon)  */
table.prettytable {
.ns-12 #content {
  border-collapse: collapse;
border: 2px solid #0000cc;
  background: #f9f9f9;
border-right: none;
  margin: 1em 1em 1em 0;
background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
background-repeat: no-repeat;
background-position: right top;
}
}
 
.ns-12 #bodyContent {
table.wikitable td,
background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
table.wikitable th,
background-repeat: no-repeat;
table.prettytable td,
background-position: right 5em;
table.prettytable th {  
  border: 1px solid #ccc;
  padding: 3px 6px 3px 6px;
  overflow: visible; /* IE bugix: http://hu.wikipedia.org/w/index.php?title=Wikip%C3%A9dia:Kocsmafal_(m%C5%B1szaki)&oldid=5171001#IE_t.C3.A1bl.C3.A1zatprobl.C3.A9m.C3.A1k */
}
}
 
table.wikitable th,  
/***** 2. COLOR CLASSES FOR CONTENT  *****/
table.prettytable th {
  background: #efefef;
/* Border colors */
  font-weight: bold;
.borderc1 { border-color: #e9e9e9; border-width: thin; }  /* light grey */
  text-align: center;
.borderc2 { border-color: #aaaaaa; border-width: thin; }  /* grey (as toc) */
.borderc3 { border-color: #777777; border-width: thin; }  /* dark grey */
.borderc4 { border-color: #000000; border-width: thin; }  /* black */
.borderc5 { border-color: #c00000; border-width: thin; }  /* red */
.borderc6 { border-color: #025e9d; border-width: thin; }  /* blue */
.borderc7 { border-color: #008040; border-width: thin; }  /* green */
.borderc8 { border-color: #ffcc00; border-width: thin; }  /* yellow */
/* Background colors */
.backgroundc1 { background-color: #ffffff; }  /* white */
.backgroundc2 { background-color: #f9f9f9; }  /* light grey (as toc)  */
.backgroundc3 { background-color: #eeeeee; }  /* light grey (headers) */
.backgroundc4 { background-color: #e0e0e0; }  /* more grey */
.backgroundc5 { background-color: #d2d2d2; }  /* more grey */
.backgroundc6 { background-color: #b7b7b7; }  /* more grey */
.backgroundc7 { background-color: #a3a3a3; }  /* darker grey */
.backgroundc8 { background-color: #444455; }  /* very dark grey */
/***** 3. SPECIAL PAGES *****/
/* Marking redirects  */
.allpagesredirect, .watchlistredir, .redirect-in-category { font-style: italic; }
/* Coloured edit size numbers on watchlist/recentchanges */
.mw-plusminus-pos { color: #006400; } /* darkgreen */
.mw-plusminus-neg { color: #8b0000; } /* darkred */
/* Consistent special page navigation */
.sp-cached {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.svg/20px-Clock%20and%20warning.svg);
background-position: 5px 3px;
background-repeat: no-repeat;
padding: 4px 0 4px 30px;
font-style: italic;
color: #606000;
margin: 0.3em 0;
border: 1px solid #eeee80;
background-color: #ffffe0;
}
}
 
.SpecialPageInfo {
table.wikitable table td,
background-color: #f9f9f9;
table.wikitable table th,
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
table.prettytable table td,
background-position: 0.8em 0.5em;
table.prettytable table th {
background-repeat: no-repeat;
  border: 0px none #fff;
padding: 0.3em 0.5em 0.3em 5.0em;
border-color: #025e9d;
border-width: 1px;
border-style: solid;
border-bottom-width: medium;
margin-bottom: 1em;
}
}
 
table.wikitable table.wikitable td,
#searchresulttext {
table.wikitable table.wikitable th,
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/45px-Exquisite-kfind.png);
table.wikitable table.prettytable td,
table.wikitable table.prettytable th,
table.prettytable table.wikitable td,
table.prettytable table.wikitable th,
table.prettytable table.prettytable td,
table.prettytable table.prettytable th {
  border: 1px solid #ccc;  
}
}
 
table.wikitable caption,
.mw-viewprevnext {
table.prettytable caption {
display: block;
  margin-left: inherit;
border: 1px solid #cccccc;
  margin-right: inherit;
background-color: #f9f9f2;
  font-weight: bold;
padding: 0.2em 0.4em;
}
/* Special:Statistics */
.StatsTable {
background: transparent;
width: 75%;
}
}
 
.StatsTable th {
table.collapsible {
vertical-align: middle;
  overflow: hidden;
text-align: center;
width: 50px;
}
}
 
.StatsTable th, .StatsTable td {
 
background-color: #ffffff;
/* </source>
padding: 0.5em 1em;
== Sablonstílusok ==
border: 1px solid #ccccdd;
<source lang="css"> */
margin: 0.4em;
 
/* Merge template style */
 
.messagebox {
  border: 1px solid #aaaaaa;
  background-color: #f9f9f9;
  width: 85%;
  margin: 0 auto 1em auto;
  padding: .2em;
  text-align: justify;
}
}
.messagebox.merge {
.StatsTable tr {
  border: 1px solid #cf9fff;
background-color: #ffffff;
  background-color: #f5edf5;
  text-align: center;
}
}
.messagebox.cleanup {
  border: 1px solid #9f9fff;
/* Special:Search (more whitespace) */
  background-color: #efefff;
.page-Special_Search #search {
  text-align: center;
padding: 1em 0 2em 0;
}
}
.messagebox.standard-talk {
.page-Special_Search #powersearch {
  border: 1px solid #c0c090;
border: 1px solid #cccccc;
  background-color: #f8eaba;
padding: 0.5em 0.5em;
}
}
 
.page-Special_Search #powersearch-namespaces {
.messagebox.nested-talk {
padding-left: 1em;
  border: 1px solid #c0c090;
margin: 0.7em 0;
  background-color: #f8eaba;
  width: 100%;
  margin: 2px 4px 2px 4px;
}
}
 
.page-Special_Search #powersearch-namespaces label {
.infobox {
white-space: nowrap;
  border: 1px solid #aaaaaa;
min-width: 8.4em;
  background-color: #f9f9f9;
display: block;
  margin-bottom: 0.5em;
float: left;
  margin-left: 1em;  
  padding: .2em;
  float: right;
  clear: right;
  text-align: left;
}
}
.infobox tr {
.page-Special_Search br { clear: left; } /* Clear search button, but not check-boxes */
  vertical-align: top;
/***** 4. MAIN PAGE STYLING *****/
#mainpage_topbox {
background: #f9f9f9;
padding: 0px;
border: 1px solid #aaaaaa;
margin: 0.2em 10px 10px;
}
}
.infobox caption {
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
  margin-left: inherit;
font-size: 105%;
padding: 0.4em;
background-color: #eeeeee;
border-bottom: 1px solid #aaaaaa;
}
}
.infobox.bordered {
.mainpage_boxtitle {
  border-collapse: collapse;
line-height: 120%;
}
}
.infobox.bordered td, .infobox.bordered th {
#mainpage_pagetitle {
  border: 1px solid #aaaaaa;
color: #cf7606;
font-size: 200% !important;
}
}
.infobox.sisterproject {
#mainpage_sitelinks {
  width: 22em;
padding: 0.2em;
text-align: center;
background-color: white;
}
}
.infobox .wpImageAnnotatorHasNotesMsg {
.mainpage_hubtitle {
  display:none;
text-align: center;
}
}
 
.mainpage_boxcontents, .mainpage_boxcontents_small {
/* Style for "notices" */
background: #ffffff;
.notice {
padding: 0.2em 0.4em;
    text-align: justify;
    margin: 1em;
    padding: 0.2em;
}
}
 
.mainpage_boxcontents_small {
#disambig {
font-size: 95%;
    border-top: 3px double #cccccc;
    border-bottom: 3px double #cccccc;
}
}
 
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
#spoiler {
padding: 0;
    border-top: 2px solid #ddd;
border: 1px solid #aaaaaa;
    border-bottom:2px solid #ddd;
}
}
 
.mainpage_hubbox {
/* Standard talk template style */
margin-bottom: 0;
 
.Talk-Notice  {
    border: 1px solid #C0C090;
    background-color: #F8EABA;
    margin-bottom: 3px;
    width: 85%;
    border-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}
}
 
#mainpage_newscell {
/* Make template background appear correctly on all browsers */
margin-bottom: 15px;
.Talk-Notice td {
margin-top: 0 !important;
    background: inherit;
}
}
 
#mainpage_newscell .mainpage_boxtitle {
#mw-recreate-deleted-warn {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
    background: lightGoldenRodYellow;
background-repeat: no-repeat;
    border: 2px solid red;
background-position: 99% 0.3em;
padding-right: 25px;
}
}
 
#mainpage_downloadcell {
/* </source>
width: 17em;
 
margin-bottom: 5px;
===[[Wikipédia:Sablonegységesítés]]===
<source lang="css">
*/
/* Article message box template styles */
table.ambox {
    margin: 0 10%;                         /* Will not overlap with other elements */
    border-collapse: collapse;
    background: #fbfbfb;
    border: 1px solid #aaa;
    border-left: 10px solid #1e90ff;       /* Default "notice" blue */
}
}
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */
#mainpage_downloadcell .mainpage_boxtitle {
    padding: 0.25em 0.5em;             /* 0.5em left/right */
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
    width: 100%;                       /* Make all templates the same width regardless of text size */
background-repeat: no-repeat;
background-position: 96% 0.33em;
padding-right: 25px;
}
}
table.ambox td.ambox-image {            /* The left image cell */
#mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */
    padding: 2px 0px 2px 0.5em;        /* 0.5em left, 0px right */
    text-align: center;  
/* The "mainpage" class is added to the body with javascript for the main page in all */
/* languages, so we can style things that apppear on the main page and also elsewhere. */
.mainpage #lastmod,
.mainpage #siteSub,
.mainpage h1.firstHeading {
display: none !important;
}
.mainpage #content {
padding-top: 1em;
}
}
table.ambox td.ambox-imageright {       /* The right image cell */
    padding: 2px 4px 2px 0px;           /* 0px left, 4px right */
/***** 5. SIDEBAR EXTERNAL LINKS *****/
    text-align: center;  
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
background: url(/skins-1.5/monobook/external.png) center right no-repeat;
padding-right: 13px;
color: #3366bb;
}
}
* html table.ambox td.ambox-image {
    height: 1%;
/***** 6. PRETTIFY [[Extension Matrix]] *****/ 
.xm-table {
border: 1px solid #666666;
background-color: white;
}
}
*:first-child+html table.ambox td.ambox-image {
.xm-table td, .xm-table th {
    height: 1%;
vertical-align: top;
text-align: left;
border: none;
background-color: #EEEEEE;
}
}
div.ambox-image-inner {
.xm-table th, .xm-name { font-weight: bold; }
    width: 52px;
.xm-status-unknown,
.xm-type-unknown {
color: #888888;
}
}
table.ambox-notice {
.xm-status-experimental { color: red; }
    border-left: 10px solid #1e90ff;   /* Blue */
.xm-status-beta { color: blue; }
.xm-status-stable { color: green; }
.xm-name, .xm-status,
.xm-type, .xm-version,
.xm-updated {
white-space: nowrap;
}
}
table.ambox-delete,
.xm-updated { font-size:80%; }
table.ambox-serious {
.xm-alert { background-color: yellow; }
    border-left: 10px solid #b22222;   /* Red */
td.xm-blank { background-color: inherit; }
td.xm-updated { background-color: inherit; }
td.xm-description { background-color: inherit; font-style: italic; }
th.xm-blank,
th.xm-updated,
th.xm-description {
background-color: inherit;
padding-bottom: 0.6ex;
border-bottom: 1px solid #666666;
/***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
/* Wikitable (Prettytable) class for skinning normal tables */
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #a7d7f9 solid;
border-collapse: collapse;
empty-cells: show;
}
}
table.ambox-content {
table.wikitable th, table.wikitable td,
    border-left: 10px solid #f28500;   /* Orange */
table.prettytable th, table.prettytable td {
border: 1px #a7d7f9 solid;
padding: 0.2em 0.4em;
}
}
table.ambox-style {
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
    border-left: 10px solid #f4c430;   /* Yellow */
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
background: #94c3eb;
text-align: center;
}
}
table.ambox-merge {
table.wikitable td.hl1, table.wikitable th.hl1,
    border-left: 10px solid #9932cc;   /* Purple */
table.prettytable td.hl1, table.wikitable th.hl1 {
background: #c5d8fc;
text-align: center;
}
}
table.ambox-growth {
table.wikitable td.hl2, table.wikitable th.hl2,
    border-left: 10px solid #228b22;   /* Forest green */
table.prettytable td.hl2, table.wikitable th.hl2 {
background: #a7c1f2;
text-align: center;
}
}
table.ambox-protection {
table.wikitable caption,
    border-left: 10px solid #bba;       /* Gray */
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
}
/* Wikimenu styles */
 
table.ambox-kozosseg {
/* tourinfotable (Prettytable) class for skinning normal tables */
    border-left: 10px solid #476a4d;
table.tourinfotable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaaaaa solid;
border-collapse: collapse;
empty-cells: show;
font-size:12px;
font-weight: normal;
color:#4f4f01;
}
}
table.ambox-megbeszelesek {
table.tourinfotable th, table.tourinfotable td,
    border-left: 10px solid #4b5c6e;
table.prettytable th, table.prettytable td {
border: 1px #aaaaaa solid;
padding: 0.2em 0.4em;
}
}
table.ambox-szabalyok {
table.tourinfotable th, table.tourinfotable td.hl3, table.tourinfotable th.hl3,
    border-left: 10px solid #64683c;
table.prettytable th, table.prettytable td.hl3, table.tourinfotable th.hl3 {
background: #f7e6b9;
text-align: right;
vertical-align:top
font-size:12px;
font-weight: normal;
color:#4f4f01;
}
}
table.ambox-tennivalok {
table.tourinfotable td.hl1, table.tourinfotable th.hl1,
    border-left: 10px solid #744203;
table.prettytable td.hl1, table.tourinfotable th.hl1 {
background: #c5d8fc;
text-align: center;
}
}
table.ambox-segitseg {
table.tourinfotable td.hl2, table.tourinfotable th.hl2,
    border-left: 10px solid #6a0304;
table.prettytable td.hl2, table.tourinfotable th.hl2 {
background: #a7c1f2;
text-align: center;
}
}
table.ambox-mini {                     /* small floating box variant */
table.tourinfotable caption,
    float: right;
table.prettytable caption {
    clear: right;
margin-left: inherit;
    margin: 0 0 0 1em;
margin-right: inherit;
    width: 25%;
font-weight: normal;
}
}
/* General purpose "pretty (data) tables" */
table.datatable { background-color: transparent; }
table.datatable th, table.datatable td { padding: 4px; }
table.datatable th { text-align: left; background-color: #999999; }
table.datatable tr { background-color: #cccccc; }
table.datatable tr:hover { background-color: #ffffcc; }
/*bharatkosh styling */
table.koshtable { background-color: transparent; border:2px solid #003366;}
table.koshtable th, table.koshtable td {padding: 4px;}
table.koshtable th { text-align: left; background-color: #91b8de; }
table.koshtable tr { background-color: #c3d8ed; }
table.koshtable tr:hover { background-color: #eef0f1; }
table.koshtable2 { background-color: #fff; border:5px solid #101d38; border-radius:5px;}
table.koshtable2 th, table.koshtable2 td {border:1px solid #101d38; border-collapse:collapse; padding:10px;}
table.koshtable2 th { text-align: center; background-color: #5380dd; }
table.koshtable2 tr { background-color: #E1F4FA;}
table.koshtable2 tr:hover { background-color: #fff; }


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
/* SideBox styling */
th.mbox-text, td.mbox-text {    /* The message body cell(s) */
div.sideBox {
    border: none;  
position: relative;
    padding: 0.25em 0.9em;       /* 0.9em left/right */
float: right;
    width: 100%;   /* Make all mboxes the same width regardless of text length */
background: white;
margin-left: 1em;
border: 1px solid gray;
padding: 0.3em;
width: 200px;
overflow: hidden;
clear: right;
}
}
td.mbox-image {                 /* The left image cell */
div.sideBox dl {
    border: none;  
padding: 0;
    padding: 2px 0 2px 0.9em;   /* 0.9em left, 0px right */
margin: 0 0 0.3em 0;
    text-align: center;  
font-size: 96%;
}
}
td.mbox-imageright {             /* The right image cell */
div.sideBox dl dt {
    border: none;
background: none;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
margin: 0.4em 0 0 0;
    text-align: center;  
}
}
 
div.sideBox dl dd {
/* Image message box styles */
margin: 0.1em 0 0 1.1em;
table.imbox {
background-color: #f3f3f3;
    margin: 4px 10%;  
    border-collapse: collapse;
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
}
.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
/* Extension infobox styling */
.ext-infobox {
border: 2px solid #aaaaaa;
width: 272px;
float: right;
margin: 0 0 0.5em 0.5em;
border-collapse: collapse;
background-color: white;
}
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
.ext-infobox td {
    margin: 4px;
border: 2px none #aaaaaa;
padding: 0.2em 0.5em;
border-bottom: 1px solid #f0f0f0 !important;
}
}
 
.ext-header {
table.imbox-notice {
background-color: #aaaaaa;
    border: 3px solid #1e90ff;   /* Blue */
color: white;
text-align: left;
}
}
table.imbox-speedy {
.ext-header td { padding-top: 0.5em; }
    border: 3px solid #b22222;   /* Red */
.ext-header img { padding: 0 0.2em 0 0.5em; }
    background: #fee;             /* Pink */
.ext-status-unstable, .ext-status-unstable td { border-color: #990000; }
.ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; }
.ext-status-experimental, .ext-status-experimental td { border-color: #cc6600; }
.ext-status-experimental .ext-header { background-color: #cc6600; }
.ext-status-beta, .ext-status-beta td { border-color: #000099; }
.ext-status-beta .ext-header { background-color: #000099; }
.ext-status-stable, .ext-status-stable td { border-color: #009900; }
.ext-status-stable .ext-header { background-color: #009900; }
/* Cute little "tip" boxes */
div.tip {
padding: 4px;
margin-top: 4px;
margin-bottom: 4px;
min-height: 30px; /* IE users will hate this... */
}
}
table.imbox-delete {
div.tip-info {
    border: 3px solid #b22222;   /* Red */
border: 1px solid #cc9933;
background-color: #cccc99;
}
}
table.imbox-content {
div.tip-gotcha {
    border: 3px solid #f28500;   /* Orange */
border: 1px solid #cc0000;
background-color: #cc6666;
}
}
table.imbox-style {
    border: 3px solid #f4c430;   /* Yellow */
/* Language template */
.LanguageLinks { margin-top: 0.5em; }
.LanguageLinks table {
clear: both;
border: 1px solid #aaaaaa;
border-collapse: collapse;
padding: 0.2em;
margin: 0;
font-size: 85%;
margin: 0 1px;
}
}
table.imbox-move {
.LanguageLinks span { white-space: nowrap; }
    border: 3px solid #9932cc;   /* Purple */
/* Version box on [[Manual:Downloading MediaWiki]] */
#DownloadVersionBox {
border: 2px solid black;
border-collapse: collapse;
margin: auto;
width: 50%;
color: black;
}
}
table.imbox-protection {
#DownloadVersionBox td {
    border: 3px solid #bba;       /* Gray-gold */
border: 2px solid black;
padding: 20px;
}
}
table.imbox-license {
    border: 3px solid #88a;      /* Dark gray */
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
    background: #f7f8ff;         /* Light gray */
.majorwarning {
background: yellow;
padding: 0.3em;
text-align: center;
font-size: 125%;
border: 2px solid red;
}
}
table.imbox-featured {
    border: 3px solid #cba135;   /* Brown-gold */
/* Page headings used throughout the wiki (though not very much at the time of writing…) */
.page-notice, .page-warning {
border-width: 1px;
border-style: solid;
padding: 0.3em 0.5em;
margin-bottom: 1em;
width: 95%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
}
 
/* Category message box styles */
/* Informative notices at the top of pages (blue) */
table.cmbox {
.page-notice {
    margin: 3px 10%;
background-color: #f9f9f9;
    border-collapse: collapse;
border-color: #025e9d;  
    border: 1px solid #aaa;  
text-align: left;
    background: #DFE8FF;   /* Default "notice" blue */
}
}
 
table.cmbox-notice {
/* Warning information at the top of pages (red) */
    background: #DFE8FF;   /* Blue */
.page-warning {
background-color: #ffffff;
border-color: #c51919;
border-width: 2px;
}
}
table.cmbox-speedy {
.pw-head {
    margin-top: 4px;
color: #c51919;
    margin-bottom: 4px;
font-weight: bold;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;         /* Pink */
}
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
/* Used in Template:Notice */
.block-note {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
background-position: top left;
background-repeat: no-repeat;
}
}
table.cmbox-content {
/*
    background: #FFE7CE;   /* Orange */
  Using block-contents in the hope that it can apply to all block-level warning templates,
  with different images applied as backgrounds to the wrapping DIV.
*/
.block-contents {
display: block;
padding-left: 20px;
}
}
table.cmbox-style {
    background: #FFF9DB;   /* Yellow */
/* Template documentation ([[Template:Documentation]]) */
.template-documentation {
clear: both;
margin: 1em 0 0 0;
border: 1px solid #aaa;
background-color: #ecfcf4;
padding: 5px;
}
}
table.cmbox-move {
    background: #F1D0FF;   /* Purple */
/***** 8. SOME OTHER SMALL THINGS *****/
/* Give a bit of space to the TOC */
#toc { margin: 1em 0; }
/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 100%; }
.references-small { font-size: 90%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
/* Printing of thumbnails (bug 1583) */
div.tright { clear: right; }
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons { padding: 0.5em; }
.my-buttons a {
color: black;
background-color: #ccddee !important;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
border: thin #006699 outset;
padding: 0 0.1em 0.1em 0.1em;
}
}
table.cmbox-protection {
.my-buttons a:hover, .my-buttons a:active {
    background: #EFEFE1;   /* Gray-gold */
background-color: #bbccdd;
border-style: inset;
}
}
 
/* Other pages message box styles */
/* from [[User:Splarka/Help:Linked images]] */
table.ombox {
.imagelink_wikilogo a {
    margin: 4px 10%;  
width: 135px;
    border-collapse: collapse;  
height: 135px;
    border: 1px solid #aaa;       /* Default "notice" gray */
display: block;
    background: #f9f9f9;
text-decoration: none;
background-image: url("http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png");
}
}
table.ombox-small {   /* For the "small=yes" option */
    clear: right;
/**** reduced subset of the mbox styles from enwiki, mainly for the nice boxflow ****/
    float: right;
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
    margin: 4px 0 4px 1em;
border: none;
    width: 238px;
padding: 0.25em 0.9em;       /* 0.9em left/right */
    font-size: 88%;
width: 100%;   /* Make all mboxes the same width regardless of text length */
    line-height: 1.25em;
}
}
 
td.mbox-image {                 /* The left image cell */
table.ombox-notice {
border: none;
    border: 1px solid #aaa;       /* Gray */
padding: 2px 0 2px 0.9em;   /* 0.9em left, 0px right */
text-align: center;
}
}
table.ombox-speedy {
td.mbox-imageright {             /* The right image cell */
    border: 2px solid #b22222;    /* Red */
border: none;
    background: #fee;             /* Pink */
padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
text-align: center;
}
}
table.ombox-delete {
td.mbox-empty-cell {         /* An empty narrow cell */
    border: 2px solid #b22222;   /* Red */
border: none;
padding: 0px;
width: 1px;
}
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
/* These mbox-small classes must be placed after all other
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
  they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
clear: right;
float: right;
margin: 4px 0 4px 1em;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
}
table.ombox-style {
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
    border: 1px solid #f4c430;   /* Yellow */
margin: 4px 1em 4px 0;
width: 238px;
border-collapse: collapse;
font-size: 88%;
line-height: 1.25em;
}
}
table.ombox-move {
 
    border: 1px solid #9932cc;   /* Purple */
/* bharatdiscovery menu */
 
/* MENÜ */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
}
table.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
.sf-menu {
  line-height: 1.0;
}
}
   
   
/* Talk page message box styles */
.sf-menu a.new, #content .wikiMenu-rootContainer a.new,
table.tmbox {
#content .sf-menu a.extiw {
    margin: 4px 10%;
  color: #003399;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
}
table.tmbox-small {     /* For the "small=yes" option */
    clear: right;
.sf-menu ul {
    float: right;
  position: absolute;
    margin: 4px 0 4px 1em;
  top: -999em;
    width: 238px;
  width: 10em; /* left offset of submenus need to match (see below) */
    font-size: 88%;
  z-index: 10;
    line-height: 1.25em;
}
}
.mbox-inside .tmbox {   /* For tmboxes inside other templates. */
.sf-menu ul li {
    margin: 2px 0;
  width: 100%;
    width: 100%;   /* Fix for Safari and Opera. */
}
}
 
.sf-menu li:hover {
table.tmbox-speedy {
  visibility: inherit; /* fixes IE7 'sticky bug' */
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
}
table.tmbox-delete {
.sf-menu li {
    border: 2px solid #b22222;   /* Red */
  float: left;
}
  position: relative;
table.tmbox-content {
  z-index: 1;
    border: 2px solid #f28500;   /* Orange */
}
.sf-menu a {
  display: block;
  position: relative;
}
}
table.tmbox-style {
.sf-menu li:hover ul,
    border: 2px solid #f4c430;   /* Yellow */
.sf-menu li.sfHover ul {
  left: 0;
  top: 26px; /* match top ul list item height */
  z-index: 99;
}
}
table.tmbox-move {
ul.sf-menu li:hover li ul,
    border: 2px solid #9932cc;   /* Purple */
ul.sf-menu li.sfHover li ul {
  top:     -999em;
}
}
table.tmbox-protection,
ul.sf-menu li li:hover ul,
table.tmbox-notice {
ul.sf-menu li li.sfHover ul {
    border: 1px solid #c0c090;   /* Gray-brown */
  left:     10em; /* match ul width */
  top:      0;
}
}
 
ul.sf-menu li li:hover li ul,
/* Pink fmbox warning style for div based warning notices. */
ul.sf-menu li li.sfHover li ul {
div.fmbox-warning,
  top:     -999em;
div.mw-warning-with-logexcerpt,
div.figyelmeztetes {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #BB7070;
    background: #FFDBDB;
    padding: 0.25em 0.9em;
}
}
 
ul.sf-menu li li li:hover ul,
/*
ul.sf-menu li li li.sfHover ul {
</source>
  left:     10em; /* match ul width */
 
  top:     0;
=== Multimédiasablon-stílusok ===
<source lang="css">
*/
 
/* Class for links with loudspeaker icon next to them */
 
.audiolink a{
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}
}
 
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
.sf-menu a, .wikiMenu-rootContainer a,
 
#content .sf-menu a.extiw,
div.listenlist {
#content .sf-menu a.external,
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
#content .wikiMenu-rootContainer a.extiw,
    padding-left: 40px;
#content .wikiMenu-rootContainer a.external {
padding: 7px 15px;
  text-decoration:none;
  font-family: "Sergoe UI", Geneva, Arial, "DejaVu Sans", Helvetica, Microsoft Sans Serif, sans-serif;
  font-size: 14px;
  color:#003399;
  background:url(http://hi.bharatdiscovery.org/w/skins/vector/images/tab-break.png) repeat-x; border:solid thin #a7d7f9; border-radius: 4px;
}
}
 
.sf-menu a, .sf-menu a:visited, .wikiMenu-rootContainer a, .wikiMenu-rootContainer a:visited  {
div.videolist, div.multivideolist {
  /* visited pseudo selector so IE6 applies text colour*/
    background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
  color:     #330099;
    padding-left: 50px;
}
}
 
.sf-menu ul a,
/* Style rules for media list templates */
#content .sf-menu ul a.extiw,
 
#content .sf-menu ul a.external {
div.medialist {
padding: 2px 6px;
    min-height: 50px;
  font-size: 14px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}
}
 
.sf-menu li.sfHover a {
div.medialist ul {
  text-decoration: none;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}
}
 
.sf-menu strong.selflink {
div.medialist ul li {
padding: 7px 15px;
    padding-bottom: 0.5em;
  color: #000;
  background:url(http://hi.bharatdiscovery.org/w/skins/vector/images/tab-break.png) repeat-x; border:solid thin #a7d7f9; border-radius: 4px;
  display: block;
}
}
 
.sf-menu ul li strong.selflink {
div.medialist ul li li {
padding: 2px 6px;
    font-size: 91%;
  color: #000;
    padding-bottom: 0;
  background:url(http://hi.bharatdiscovery.org/w/skins/vector/images/tab-break.png) repeat-x; border:solid thin #a7d7f9; border-radius: 4px;
  display: block;
}
}
 
/* </source>
/*** arrows **/
 
.sf-menu a.sf-with-ul {
=== rquote sablon ===
  padding-right:   2.25em;
<source lang="css"> */
  min-width:   1px; /* trigger IE7 hasLayout so spans position accurately */
 
table.rquote {
    font-family: Garamond, "Adobe Garamond Pro", "GaramondPremrPro", "ITC Garamond Std Book", "Stempel Garamond LT Pro", AGaramond, Galliard, serif;
    font-style: italic;
    font-size: 135%;
    line-height: 135%;
 
    background-color: inherit;
    border-collapse: collapse;
    border-style: none;
}
}
.sf-sub-indicator {
  position:    absolute;
  display:    block;
  right:      .75em;
  top:      10px; /* IE6 only */
  width:      10px;
  height:      10px;
  text-indent:  -999em;
  overflow:    hidden;
  background:    url('http://hi.bharatdiscovery.org/w/skins/vector/images/arrow.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */


.rquote .forras {font-family: Verdana sans-serif;}
table.rquote i {
    font-style: normal;
}
}
 
a > .sf-sub-indicator { /* give all except IE6 the correct values */
table.rquote p.forras {
  top:     .8em;
    line-height: 1em;
  background-position: 0 -100px; /* use translucent arrow for modern browsers*/
    text-align: right;
    font-style: normal;
    font-size: 76%;
}
}
 
.sf-menu ul .sf-sub-indicator {
table.rquote p.forras i {
  top: 4px;
    font-style: normal;
}
}
 
.sf-menu ul a > .sf-sub-indicator {
table.floatleft, table.floatright {
  top: 6px;
    margin: .5em .75em;
}
}
 
/* apply hovers to modern browsers */
table.floatcenter {
a:focus > .sf-sub-indicator,
    margin: .5em auto;
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0px; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0px; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {


/* </source>
== Képek ==
<source lang="css"> */
/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
    background-color: #F9F9F9;  /* Light gray padding */
}
/* Put a chequered background behind images, only visible if they have transparency */
.gallerybox .thumb img,
#file img {
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
    background: white;
}
/* </source>
== [[Wikipédia:CommonsTicker|CommonsTicker]] stílus ==
<source lang="css"> */
/* links */
.tickerDiffLink { } /* diff links in ticker */
.tickerMiscLink { } /* misc links in ticker */
/* remove list bullets */
.tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;  text-align:left; }
.tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }
/* per-type styles */
.tickerEntry_deleted    { }  /* entry for image deletion */
.tickerEntry_restored    { }  /* entry for restored image */
.tickerEntry_replaced    { }  /* entry for image replacement */
.tickerEntry_tagged      { }  /* entry for adding/removing problem tags */
.tickerEntry_redir      { }  /* entry for critical redirection (fot tag redirects) */
.tickerEntry_recat      { }  /* entry for critical re-categorization (for tag categories) */
.tickerEntry_notify      { }  /* entry for global notifications */
.tickerEntry_changed    { }  /* entry for generic change */
/* per-status styles */
.tickerStatus_done    { text-decoration:line-through; }  /* strike through when entry has been handeled */
.tickerStatus_megoldva    { text-decoration:line-through; }  /* strike through when entry has been handeled */
/* per-action styles */
.tickerAction_deleted:before    { content:" TÖRL "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_restored:before    { content:" VISSZA "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_deletedRev:before  { content:" -RÉGI "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_replaced:before    { content:" CSERE "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_replacedOwn:before { content:" FRISS "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedBad:before    { content:" +SzT "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedBad:before  { content:" -SzT "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedGood:before  { content:" +OK  "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedGood:before { content:" -OK  "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
/* ticker usage list */
.tickerUsage  { font-size:80%; }
/* entry applies to a template used by multiple images */
.tickerTemplateEntry    { font-weight: bold; }
/* entry applies to sub-entries, i.e. images that use a specific template */
.tickerSubEntry        { }
/* minor entry styles */
.tickerMinorEntry  { color:#666; }    /* minor entry */
.tickerMinorEntry a,
.tickerMinorEntry a:link,
.tickerMinorEntry a:visited { color:#669; }
#bodyContent .tickerMinorEntry a.extiw,
#bodyContent .tickerMinorEntry a.extiw:link,
#bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }
/*</source>
== Friss változtatásoknál a betűszámláló betűi ==
<source lang="css">
*/
/*****
** Bytecounter colours
*****/
span.mw-plusminus-neg {
  color: #900;
}
}
strong.mw-plusminus-neg {
.sf-shadow ul.sf-shadow-off {
  color: #c00;
  background: transparent;
}
}
span.mw-plusminus-pos {
  color: #060;
/* DIV MENÜ (NON-JS) */
.wikiMenu-rootContainer {
  line-height: 1.0;
}
}
strong.mw-plusminus-pos {
.wikiMenu-rootContainer a {
  color: #080;
  float:left;
}
}
 
.wikiMenu-container {
/*
   display: none;
</source>
 
== [[Speciális:Címkék|Címkék]] ==
<source lang="css">
*/
 
.mw-tag-marker {
   margin: 0 2px;
  border: 1px solid #AAAAAA;
  border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
  padding: 1px 3px;
  background-color: #DDDDDD;
}
}
 
/*
#breadcrumbs-container {
</source>
  margin-top: 5px;
 
  padding-left: 4px;
== Lábjegyzetek ==
<source lang="css">
*/
 
/* Két oszlopba; csak Firefox és Safari */
ol.references {
  font-size: 85%;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 3em;
  -moz-column-gap: 3em;
  -webkit-column-gap: 3em;  
}
}
ol.references > li {
ul#breadcrumbs {
  -webkit-column-break-inside: avoid;
  overflow:hidden;
  display: block;
  list-style:none;
  margin: 0px;
  padding: 0px;
}
}
.ref-1col ol.references {
  column-count: 1;
ul#breadcrumbs li {
  -moz-column-count:1;  
  float:left;
  -webkit-column-count: 1;
  margin:0px;
}
}
 
/* Kijelölt hivatkozásnak háttérszinezés */
ul#breadcrumbs li.rightinfo {
ol.references li:target,
  float:right;
.citation:target,
  margin:0px;
sup.reference:target {
  background-color: Gold;
}
}
 
/* Felső indexek relatív pozicionálása, hogy ne növeljék meg a sorközt */
ul#breadcrumbs li a {
sup.reference  {
  display: block;
  vertical-align: baseline;
  color: #777;
  position: relative;  
  bottom: 1ex;  
}
}
 
/* Kijelölt dokulinknek háttérszinezés */
ul#breadcrumbs li.pre a {
ol.references li:target,
  padding-right: 12px;
.dokulink:target,
  margin-right: 6px;
sup.reference:target {
  background-repeat: no-repeat;
  background-color: Gold;
  background-position: center right;
}
}
 
/*
.buborekContent {
</source>
  width: 220px;
==Redirekt listában dőlt betűs==
  border: 1px solid #A7D7F9;
<source lang="css">
  background-color: #efefef;
*/
  display: none;
 
  -moz-border-radius-topleft: 3px;
.redirect-in-category, .allpagesredirect {
  -moz-border-radius-topright: 3px;
font-style:italic;
}
 
/*
</source>
 
== [[Sablon:Edittools|Edittools]] gombok ==
<source lang="css">
*/
 
#specialchars a {
  color: black;
  background-color: #ccddee !important;
  text-decoration: none;
  border: thin #006699 outset;
  padding: 0.1em;
  display: inline-block;
  text-align: center;
  min-width: 1em;
}
#specialchars a:hover, .my-buttons a:active {
  background-color: #bbccdd;
  border-style: inset;
}
}
 
/* Special characters list below edit window works better without underlining */
.buborekTitlebar {
#specialchars a, #editpage-specialchars a { text-decoration: none; }
  color: black;
#specialchars a:hover, #editpage-specialchars a:hover { text-decoration: underline; }
  font-size: 11px;
 
  font-weight: bold;
/*
  padding: 4px;
</source>
  margin-bottom: 2px;
 
== Külső linkek ikonjai ==
<source lang="css">
*/
 
#bodyContent a.external[href$=".pdf"],
#bodyContent a.external[href*=".pdf?"],
#bodyContent a.external[href*=".pdf#"],
#bodyContent a.external[href$=".PDF"],
#bodyContent a.external[href*=".PDF?"],
#bodyContent a.external[href*=".PDF#"] {
  background:transparent url(http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) no-repeat scroll right center;
  padding-right:17px;
}
}
 
/* </source>
.buborekInnerContent{
 
   font-size: 12px;
=== Nyilacska nélküli külső linkek ===
   padding: 4px;
<source lang="css"> */
 
/*Add formatting to make sure that "external references" from [[Template:Ref]] do
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
  "print". The rules below ensure (a) that there is no extra padding to the right of
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
  [[चित्र:nib4.png|35px|top]]<span class="sign">[[User:अश्वनी भाटिया|अश्वनी भाटिया <sub>प्रबंधक</sub>]] . <sub>[[सदस्य वार्ता:अश्वनी भाटिया|वार्ता]]</sub></span> 12:57, 26 जून 2011 (IST)
*/
 
.plainlinksneverexpand {
   background: none ! important;
   padding: 0 ! important;
}
}
 
.plainlinksneverexpand .urlexpansion {
.buborekInnerContent p {
   display : none ! important;
   margin: 0;
}
}
 
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
div.buborekSection {
  the arrow...
    color: black;
*/
    font-weight: bold;
.plainlinksneverexpand a {
    padding: 2px 0px;
  background: none !important;
    margin-top: 3px;
  padding: 0 !important
}
}
 
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
span.buborekSection {
  following the anchor A, the anchor itself now has class "external autonumber" and the
   border-bottom: 1px dotted #999999;
  expansion is inserted when printing (see the common printing style sheet at
  http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
  element of CSS. We have to switch this off for links due to Template:Ref!
  [[चित्र:nib4.png|35px|top]]<span class="sign">[[User:अश्वनी भाटिया|अश्वनी भाटिया <sub>प्रबंधक</sub>]] . <sub>[[सदस्य वार्ता:अश्वनी भाटिया|वार्ता]]</sub></span> 12:57, 26 जून 2011 (IST)
*/
.plainlinksneverexpand a.external.text:after {
   display: none !important;
}
}
.plainlinksneverexpand a.external.autonumber:after {
  display: none !important;
.buborekSection a,
.buborekSection a.new,
.buborekSection a.mw-redirect {
    color: black
}
}
 
/* Remove padding from external links displayed without icon */
.buborekCloseButton {
#bodyContent .plainlinks a {padding: 0 !important}
  float: right;
 
   padding-right: 2px;
/* Nyilacska nélküli külső linkek (lásd az en:MediaWiki:Common.css-ben a plainlinksneverexpand osztályt a részletesebb magyarázatért */
   cursor: pointer;
.nincslinkikon {
   background: none ! important;
   padding: 0 ! important;
}
}
.nincslinkikon a {
   background: none ! important;
ul#breadcrumbs.hasBuborekButton li {
  padding: 0 ! important;
   margin-top: 2px;
}
}
.nincslinkikon .urlexpansion {
   display : none ! important;
ul#breadcrumbs.hasBuborekButton li.buborekButtonContainer {
   margin-top: 0px;
}
}
.nincslinkikon a.external.autonumber:after {
   display: none !important
/* Cím, alcím */
#header-title
{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  margin: 5px 0 10px 0;
   border: none;
  background:#56667d;
  height:30px
}
}
 
/* try adding here, this had no effect in [[MediaWiki:Common.css]] */
#header-title.noBreadcrumb {
.plainlinksneverexpand a.external.text:after {
  margin-top: 15px;
display: none !important
}
}
 
/* </source>
#header-title.noTabs {
== Patrolling ==
  margin-bottom: 15px;
<source lang="css"> */
 
li.not-patrolled {
  background: none;
  border-left: 2px solid red;
  padding-left: 5px;
  /* list-style-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Important-3.svg/5px-Important-3.svg.png); */
}
}
 
/* </source>
#header-title.hasSubtitle, #header-title.hasQuote {
== Navigáció ==
  margin-bottom: 0px;
<source lang="css"> */
/* A kinyit-becsuk mechanizmus része, a többi a monobook.js-ben található */
 
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
}
div.Boxmerge div.NavFrame {
        border-style: none;
#header-title .editsectionmoved {
        border-style: hidden;
  margin-left: 0.5em;
  vertical-align: baseline;
  line-height: 1em;
  font-size: 56%;
  font-weight: normal;
}
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
#header-title .editsectionmoved a[href] {
        border-top-style: hidden;
  background: none;
  padding: 0;
}
}
div.NavPic {
        background-color: #ffffff;
#header-subtitle
        margin: 0px;
{
        padding: 2px;
  text-align: center;
        float: left;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 8px;
}
}
div.NavFrame div.NavHead {
        height: 1.6em;
#header-subtitle.noTabs {
        font-weight: bold;
  margin-bottom: 15px;
        font-size: 100%;
        background-color: #efefef;
        position:relative;
}
}
div.NavFrame p {
        font-size: 100%;
#header-subtitle.hasQuote {
  margin-bottom: 0px;
}
}
div.NavFrame div.NavContent {
        font-size: 100%;
#header-quote
{
  text-align: right;
  font-style: italic;
  margin-bottom: 8px;
}
}
div.NavFrame div.NavContent p {
        font-size: 100%;
#header-quote.noTabs {
  margin-bottom: 15px;
}
}
div.NavEnd {
        margin: 0px;
/* Tabsetek alapstílus */
        padding: 0px;
ul.tabset-tabs {
        line-height: 1px;
  margin:0 !important;
        clear: both;
  padding:0;
  height:26px;
  border-bottom:1px solid #a9a9a9;
  list-style: none;
}
}
a.NavToggle {
        position:absolute;
ul.tabset-tabs li {
        top:0px;
  float:left;  
        right:3px;
  padding:0;  
        font-weight:normal;
  margin:0;
        font-size:smaller;
  list-style-type:none;
}
}
.NavLeft div.NavFrame div.NavHead {
        padding-left: 4em;
ul.tabset-tabs a {
}
  float:left;
.NavLeft a.NavToggle {
  display:block;
        right:auto;
  position:relative;
        left:3px;
  padding:3px 15px;
}
  margin-right:2px;
 
  height:18px;
/* </source>
  top:1px;
== Keretes szövegek ==
<source lang="css"> */
  background-color: #3399ff;
 
  border:1px solid #a9a9a9; 
/* keretes szovegek, div class="keretjobb" ... */
  border-bottom:0px;
div.keretjobb {
  font-size:12px;
    float:right;  
  font-weight: bold;
    background: #cccccc;  
  text-decoration:none;
    width: 33%;  
  color: black;
    border: 5px groove gray;  
  cursor: pointer;  
    padding: 1em;  
    margin: 1em;  
  -moz-border-radius-topleft: 4px;
    font-size: smaller;  
  -webkit-border-top-left-radius: 4px;
  border-radius-topleft: 4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius: 4px;
  border-radius-topright:4px;  
}
}
div.keretbal {  
    float:left;
ul.tabset-tabs a:hover {
    background: #cccccc;
  background-color:#b5b5b5;
    width: 33%;
    border: 5px groove gray;
    padding: 1em;
    margin: 1em;
    font-size: smaller;  
}
}
 
 
ul.tabset-tabs a.current {
/* </source>
  background-color: #d9d9d9;
== Diff lapok ==
  border-bottom:2px solid #d9d9d9; 
<source lang="css"> */
  color:#000;
 
/* diff formázás */
/* normál méretű betűk */
td.diff-addedline, td.diff-deletedline, td.diff-context {
  font-size: 100%;
}
}
 
/* az eltérések kiemelése vastagon, aláhúzva, színesen */
.tabset-content div.tab-single {
span.diffchange { color: red; font-weight: bold; text-decoration: underline; }
  display: none;
 
  padding: 8px;
/* Accessibility experiment: make diff changes not just colour-based */
  border: 1px solid #a9a9a9;
 
  border-width: 0 1px 1px 1px;
.diffchange {
  background-color:#d9d9d9;
    font-weight: bold;
  zoom: 1;
    background-color: inherit;
}
}
 
td.diff-addedline, td.diff-deletedline, td.diff-context {
div.tab-single tt,
    font-size: 85%;
div.tab-single code,
    color: inherit;
div.tab-single table {
  background-color: transparent;
}
}
 
td.diff-context {
div.tab-single td {
    height: 1.8em;
  vertical-align: top;
}
}
 
/*
.tabset-content div.tab-nojs {
== Tartalomjegyzék ==
  display: block;
*/
  border: 1px solid #a9a9a9;
 
/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
  instance, will limit to showing ==headings== and ===headings=== but no further (as long as
  there are no =headings= on the page, which there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}
 
/* </source>
== Bugfixek ==
<source lang="css"> */
/* floatoknak feher kerete van, ettol a transparent szetcsuszik --[[user:grin|2004.11.23.]] */
div.floatright, table.floatright {
    clear: right;
    float: right;  
    margin: 0.5em 0 0.8em 1.4em;
    position: relative;
    border-width: 0;
}
}
div.floatleft, table.floatleft {
    float: left;
.tabset-content {
    margin: 0.3em 0.5em 0.5em 0;
  margin-bottom: 5px;
    position: relative;
    border-width: 0;
}
}
 
/* RTL usernevek ne zavarják össze az RC és egyéb listákat */
.heading-custom {
span.changedby, span.comment {
  margin-top: 10px;
    unicode-bidi:embed
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
}
 
/* Ne folyjon ki a keretből a hosszú sor (helyette vízszintes scrollbar). Gecko-s böngészőkben. */
/* Eligazítólapok */
pre { overflow: auto; }
.eligazitoLap {
/* becsukható táblázatok nem működnek, ha overflow:auto van bennük */
  padding: 10px;
.row-collapsed pre { overflow: hidden; background-color: transparent; }
  padding-bottom: 5px;
 
  zoom: 1; /* fos IE6 bug a div-ek háttérszínével */
/* Ne legyen kihagyott hely a Special:Allpages listájában szereplő cikkcímek
és az elválasztó között (http://bugzilla.wikimedia.org/show_bug.cgi?id=5565) */
 
table.allpageslist {border-collapse: collapse; border-spacing: 0}
table.allpageslist td {padding: 0}
 
/* inline-block hack */
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
}
}
 
/*Egysoros laptörténetekben adminoknak a "Kiválasztott változatok láthatóságának összehasonlítása" gomb a laptörténet fölé lóg*/
div.eligazitoLapCim {
#pagehistory {
  margin-top: 10px;
   clear:right;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
   text-align: center;
}
}
 
/*Laptörténetben nem kell sorkizárás */
.eligazitoElem {
#pagehistory {
  padding: 10px 0px;
   text-align:left;
   margin-bottom: 5px;
  clear: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
}
 
#mw-dismissable-notice {
.eligazitoElem.vanKiegeszites {
   background-color: transparent;
   padding: 10px 0 0 0;
  margin-bottom: 3px;
}
}
 
/* </source>
.eligazitoElem a, .eligazitoWrapLink, .eligazitoWrapLink:visited  {
 
  color: black;
=== IE Unicode bugfixek ===
<source lang="css"> */
 
.IPA { /* IE only ( http://www.ibloomstudios.com/articles/the_ie7_css_hack/ ) */
        font-family: "Chrysanthi Unicode", "Doulos SIL", Gentium, GentiumAlt, Code2000, "TITUS Cyberbit Basic", "DejaVu Sans", "Bitstream Cyberbit", "Arial Unicode MS", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "Matrix Unicode";  
}
}
.IPA:lang(en) {
        font-family: inherit;
.eligazitoElem a:hover,
.eligazitoElem a:focus,
.eligazitoElem a:active,
.eligazitoElem a .eeHover,
.eligazitoWrapLink.eeHover,
.eligazitoWrapLink:hover
{
  text-decoration: none;
}
}
.IPA:empty { /* Safari */
        font-family: inherit;
.eligazitoIkon {
  float: left;
  padding-left: 10px;
}
}
 
.polytonic {
.eligazitoTovabb {
        font-family: Athena, Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;  
  float: right;
        font-family /**/:inherit;
  padding-right: 10px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}
}
 
/* </source>
.eligazitoTovabb a {
=== Sitenotice fix ===
   color: black;
*/
 
#mw-dismissable-notice td:first-child {width:95%;}
#mw-dismissable-notice td:last-child {width:5%;}
* html #mw-dismissable-notice td {width:95%;}
 
/*
=== Chrome/Safari lábjegyzet fix ===
*/
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
   .references {
    list-style-position: inside;
  }
}
}
 
/*
.eligazitoTartalom {
=== FlaggedRevs doboz fix ===
  margin-left: 56px;
*/
   margin-right: 96px;
#mw-fr-revisiondetails {
   display: none;
}
}
 
/*
.eligazitoCim {
=== Speciális névtér sorkizárás kikapcs ===
  font-size: 18px;
*/
   font-weight: bold;
.ns-special #bodyContent {
   text-align: left;
}
}
 
/*
.eligazitoRovidites {
== Új infoboxok stílusa ==
  padding-left: 10px;
*/
  font-size: 14px;
 
  font-weight: normal;
.ujinfobox {
    border: 1px solid #aaaaaa;
    color: black;
    margin: 0 0 0.5em 1em;
    background-color: #f9f9f9;
    padding: 5px;
    float: right;
    clear: right;
    width: 272px;
    text-align: left;
    vertical-align: top;
    font-size: 92%;  
    line-height: 150%;
    padding: 5px;
}
}
@media screen {
  .ujinfobox {
.eligazitoLeiras {
    box-shadow: 3px 3px 6px #AAA;
  font-style: italic;
    -webkit-box-shadow: 3px 3px 6px #AAA;
  font-size: 13px;
    -moz-box-shadow: 3px 3px 6px #AAA;
  }
}
}
.ujinfobox th {
    vertical-align:top;
.eligazitoKiegeszites {
    text-align:left;
  margin-left: 56px;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
}
   
   
.ujinfobox th a {
/* SZÉP GOMB (legalábbis szebb, mint ami előtte volt :) ) */
    color:black;
.buttonBar {
  padding: 12px 0px;
}
}
   
   
.ujinfobox .fejlec {
.buttonBar a:hover {
    height: 40px;
  text-decoration: none; /* Chrome-nak kell */
    max-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 135%;
    font-weight: bolder;
    line-height: 1.2em;
}
}
 
.ujinfobox td {
a.buttonWrapperAnchor:hover {
    padding: 0px;
  text-decoration: none;
}
}
 
.ujinfobox td.kronologia {
.bigButton {
    font-size: 90%;
  margin: 5px 3px;
    text-align: center;
  padding: 10px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
}
 
.ujinfobox td.fejezet {
.bigButton:hover {
   text-align:center;
   text-decoration: none;
  padding:1px 0px;
}
}
 
.ujinfobox span.nyitolink {
.bigButton a:hover {
   float:right;
   text-decoration: none;
  padding-left:5px;
}
}
 
.ujinfobox td.cimke {
.buttonsize-small .buttonBar {
    padding: 0px 3px 0px 0px;
  padding: 7px 0px;
    vertical-align: top;
    font-weight: bold;
}
}
 
.ujinfobox td.cimkealatt {
.buttonsize-small .bigButton {
    padding: 0px 3px 0px 15px;
  margin: 3px 2px;
    vertical-align: top;  
  padding: 5px 10px;
    font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
}
}
 
.ujinfobox td.adat {
.buttonsize-medium .buttonBar {
    padding: 0px;
  padding: 9px 0px;
    vertical-align: top;
}
}
 
.ujinfobox .wpImageAnnotatorHasNotesMsg {
.buttonsize-medium .bigButton {
  display:none;
  margin: 4px 3px;
  padding: 7px 13px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
}
}
 
/*
/* STÍLUSOK - Alap (szürke) */
* Az új infoboxok fejlécéhez háttérképnek
.menustyle-basic, .menustyle-basic .wikiMenu-rootContainer {
*/
  background:white;
 
  height: 26px;
.autopalyainfobox {
    background: url("http://upload.wikimedia.org/wikipedia/commons/5/57/Picto_infobox_motorway.png")
    no-repeat top right;
}
}
* html .autopalyainfobox {
.menustyle-basic .sf-menu {
    background: none;
  background:white;
}
}
 
.menustyle-basic .sf-menu li li {
.filminfobox {
  background: white;
    background: url("http://upload.wikimedia.org/wikipedia/commons/4/4d/Picto_infobox_film.png") no-repeat top right;
}
}
 
.menustyle-basic .sf-menu li li li {
* html .filminfobox {
  background: white;
    background: none;
}
}
 
.menustyle-basic .sf-menu li:hover,
.fociinfobox {
.menustyle-basic .sf-menu li.sfHover,
    background: url("http://upload.wikimedia.org/wikipedia/commons/a/a8/Picto_infobox_football.png")
.menustyle-basic .sf-menu a:focus,
    no-repeat top right;
.menustyle-basic .sf-menu a:hover,
.menustyle-basic .sf-menu a:active,
.menustyle-basic .wikiMenu-rootContainer a:focus,
.menustyle-basic .wikiMenu-rootContainer a:hover,
.menustyle-basic .wikiMenu-rootContainer a:active
{
  background: white;
  outline:    0;
}
}
* html .fociinfobox {
    background: none;
.elstyle-basic .eligazitoLap {
  border: 1px solid #a9a9a9;
  background-color: #d9d9d9;
}
}
 
.hidinfobox {
.elstyle-basic div.eligazitoLapCim {
    background: url("http://upload.wikimedia.org/wikipedia/commons/8/87/Picto_infobox_bridge.png")
  color: #323232;
    no-repeat top right;
}
}
* html .hidinfobox {
    background: none;
.elstyle-basic .eligazitoElem:hover,
.elstyle-basic .eeHover {
  background-color: #b9b9b9;
}
}
 
.kepregenyinfobox {
.elstyle-basic .eligazitoLeiras {
    background: url("http://upload.wikimedia.org/wikipedia/hu/6/64/Speech_balloon_for_infobox.png")
  color: #3e3e3e;
    no-repeat top right;
}
}
* html .kepregenyinfobox {
    background: none;
.buttonstyle-basic .bigButton {
  color: #3e3e3e;
  background-color: #b9b9b9;
}
}
 
.szineszinfobox {
.buttonstyle-basic .bigButton a {
    background: url("http://upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png")
  color: #3e3e3e;
    no-repeat top right;
}
}
* html .szineszinfobox {
    background: none;
.buttonstyle-basic .bigButton:hover {
  background-color: #a0a0a0;
}
}
 
.telepulesinfobox {
/* STÍLUSOK - Közösség (zöld) */
    background: url("http://upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png")
    no-repeat top right;
.menustyle-kozosseg, .menustyle-kozosseg .wikiMenu-rootContainer {
  height: 26px;
}
}
* html .telepulesinfobox {
    background: none;
.menustyle-kozosseg .sf-menu {
  background-color: #436248;
}
}
 
.videojatekinfobox {
.menustyle-kozosseg .sf-menu li li {
    background: url("http://upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png")
  background:   #476a4d;
    no-repeat bottom right;
}
}
* html .videojatekinfobox {
.menustyle-kozosseg .sf-menu li li li {
    background: none;
  background:   #476a4d;
}
}
 
.zeneiinfobox {
.menustyle-kozosseg .sf-menu li:hover,
    background: url("http://upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png")
.menustyle-kozosseg .sf-menu li.sfHover,
    no-repeat bottom right;
.menustyle-kozosseg .sf-menu a:focus,
.menustyle-kozosseg .sf-menu a:hover,
.menustyle-kozosseg .sf-menu a:active,
.menustyle-kozosseg .wikiMenu-rootContainer a:focus,
.menustyle-kozosseg .wikiMenu-rootContainer a:hover,
.menustyle-kozosseg .wikiMenu-rootContainer a:active
{
  outline: 0;
}
}
* html .zeneiinfobox {
    background: none;
.style-kozosseg ul.tabset-tabs {
  border-color: #9eb49e;
}
}
/* Új infoboxok stílusának vége */
/*
== Az új navboxok stílusa ==
*/
   
   
/* default skin for navigation boxes */
.style-kozosseg ul.tabset-tabs a {
table.navbox {            /* navbox container style */
   background-color:#89ab8a;  
  border:1px solid #aaa;
  border-color: #9eb49e;  
  width:100%;
  color:black !important;
  margin:auto;
  clear:both;
  font-size:90%;
  text-align:center;
  padding:1px;
}
@media screen {
   table.navbox {
    box-shadow:3px 3px 6px #AAA;
    -webkit-box-shadow:3px 3px 6px #AAA;
    -moz-box-shadow:3px 3px 6px #AAA;
  }
}
}
#bodyContent > table.navbox, #wikiPreview > table.navbox { /* törzsben elhelyezett "első" vízszintes navbox távolsága a szövegtől (lásd a következőt is) */
.style-kozosseg ul.tabset-tabs a:hover {
   margin-top:2em;
   background-color:#a9c1aa;
}
}
#bodyContent > table.navbox + table.navbox, #wikiPreview > table.navbox + table.navbox {
.style-kozosseg ul.tabset-tabs a.current {
   margin-top:-1px;
   background-color:#d3dfd4;
  border-bottom:2px solid #d3dfd4;
}
}
table.navbox + table.navbox {
.style-kozosseg div.tab-single {
margin-top:-1px;       /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
  zoom: 1; /* IE6 bug a háttérszínnel */
  background: #d3dfd4;
  border-color: #9eb49e;
}
}
.navbox-title, .navbox-abovebelow, table.navbox th {
.style-kozosseg .tab-single table {
text-align:center;      /* title and above/below styles */
  color: black;
padding-left:1em;
padding-right:1em;
}
}
.navbox-group {          /* group style */
white-space:nowrap;
.style-kozosseg .heading-custom {
text-align:right;
  color: #2b392b;
font-weight:bold;
padding-left:1em;
padding-right:1em;
}
}
.navbox, .navbox-subgroup {
background:#fdfdfd;     /* Background color */
.style-kozosseg .heading-custom span {
  border-bottom: 1px dotted #5f7d5f;
}
}
.navbox-list {
border-color:#fdfdfd/* Must match background color */
.elstyle-kozosseg .eligazitoLap {
  border: 1px solid #9eb49e;
   background-color: #d3dfd4;
}
}
.navbox-title, table.navbox th {
background:#ccccff;     /* Level 1 color */
.elstyle-kozosseg div.eligazitoLapCim {
  color: #204422;
}
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
background:#ddddff;     /* Level 2 color */
.elstyle-kozosseg .eligazitoElem:hover,
.elstyle-kozosseg .eeHover {
  background-color: #a6cca7;
}
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
background:#e6e6ff;     /* Level 3 color */
.elstyle-kozosseg .eligazitoLeiras {
  color: #28542b;
}
}
.navbox-even {
background:#f7f7f7;     /* Even row striping */
.buttonstyle-kozosseg .bigButton {
  color: #28542b;
  background-color: #a6cca7;
}
}
.navbox-odd {
background:transparent; /* Odd row striping */
.buttonstyle-kozosseg .bigButton a {
  color: #28542b;
}
}
 
/* Új navboxok stílusának vége */
.buttonstyle-kozosseg .bigButton:hover {
 
   background-color: #87ba86;
/*
== API ==
*/
a.api-working {
   padding-right: 20px;
  background: url("http://upload.wikimedia.org/wikipedia/commons/4/49/Linux_Ubuntu_Loader.gif") center right no-repeat;
}
}
 
a.api-success {
/* STÍLUSOK - Megbeszélések (kék) */
   padding-right: 20px;
   background: url("http://upload.wikimedia.org/wikipedia/commons/2/22/Accept.png") center right no-repeat;
.menustyle-megbeszelesek, .menustyle-megbeszelesek .wikiMenu-rootContainer {
   background:#9df0f3;
   height: 26px;
}
}
 
a.api-error {
.menustyle-megbeszelesek .sf-menu {
  padding-right: 20px;
    background:#9df0f3;
  background: url("http://upload.wikimedia.org/wikipedia/commons/c/c0/Exclamation.png") center right no-repeat;
}
}
 
/*
.menustyle-megbeszelesek .sf-menu li li {
== Jelölt változatok ==
   background:   #4b5c6e;
*/
 
/* FlaggedRevs quality ikonjának cseréje a kiemelt csillagra. */
.fr-icon-quality {
   background-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Featured_article_star.png/18px-Featured_article_star.png");
}
}
 
.menustyle-megbeszelesek .sf-menu li li li {
/* laptörténet flagrev háttérszín láthatóbbra */
   background:   #4b5c6e;
.flaggedrevs-color-1 {
   background-color:#E6F4F0;
}
}
 
/* semmi ne lógjon a flagrev doboz fölé */
.menustyle-megbeszelesek .sf-menu li:hover,
#mw-revisiontag {
.menustyle-megbeszelesek .sf-menu li.sfHover,
  z-index: 100;
.menustyle-megbeszelesek .sf-menu a:focus,
}
.menustyle-megbeszelesek .sf-menu a:hover,
 
.menustyle-megbeszelesek .sf-menu a:active,
/*
.menustyle-megbeszelesek .wikiMenu-rootContainer a:focus,
== Layout helper stílusok ==
.menustyle-megbeszelesek .wikiMenu-rootContainer a:hover,
*/
.menustyle-megbeszelesek .wikiMenu-rootContainer a:active
 
{
/* függőlegesen középre rendezés */
   outline:   0;
 
.vertical-center {
  display: table-cell;
  vertical-align: middle;
   position: relative;
}
}
* html .vertical-center-middle-wrapper {
   position: absolute;
.style-megbeszelesek ul.tabset-tabs {
  top: 50%;
   border-color: #9ca8b4;
}
}
*:first-child+html .vertical-center-middle-wrapper {
   position: absolute;
.style-megbeszelesek ul.tabset-tabs a {
   top: 50%;
  background-color:#89a;
   border-color: #9ca8b4;  
   color:black !important;
}
}
* html .vertical-center-inner-wrapper {
.style-megbeszelesek ul.tabset-tabs a:hover {
   position: relative;
   background-color:#a9b7c1;
  top: -50%;
}
}
*:first-child+html .vertical-center-inner-wrapper {
.style-megbeszelesek ul.tabset-tabs a.current {
   position: relative;
   background-color:#d3d9df;
   top: -50%;
   border-bottom:2px solid #d3d9df;
}
}
 
.style-megbeszelesek div.tab-single {
/*
  zoom: 1; /* IE6 bug a háttérszínnel */
== Egyéb ==
  background: #d3d9df;
*/
  border-color: #9ca8b4;
 
  /*  background: #4F5C6A; */
/*
* Knávom, azaz a kínai nevek átírását váltogató mechanika.
  */
.kinai-szoveg .hidden {
  display: none;
}
}
 
.style-megbeszelesek .tab-single table {
/* blokk módosítás checkbox feltűnőbbre */
   color: black;
#wpChangeBlockRow {
   font-weight: bold;
}
}
 
/* kategóriabeszúróhoz, újabban valamiért display:none-ozza a pluszjeleket */
.style-megbeszelesek .heading-custom {
.CategoryTreeToggle, .CategoryTreeLoaded {
   color: #2b3239;
   display: inline !important;
}
}
 
/* ikon a .doc kiterjesztésű linkeknek */
.style-megbeszelesek .heading-custom span {
#bodyContent a.external[href $=".doc"], #bodyContent a.external[href $=".DOC"],
  border-bottom: 1px dotted #5f707d;
#bodyContent a.external[href *=".doc#"], #bodyContent a.external[href *=".DOC#"],
#bodyContent a.external[href *=".doc?"], #bodyContent a.external[href *=".DOC?"],
.link-document {
background: url("http://hu.wikipedia.org/skins-1.5/monobook/document.png") center right no-repeat;
padding-right: 12px;
}
}
 
/* Sarokikon trükkhöz szükséges css-ek */
.elstyle-megbeszelesek .eligazitoLap {
.sarokikon {
   border: 1px solid #9CA8B4;
   display:inline;
  background-color: #D3D9DF;
}
}
.sarokikon_fenn {
   display:inline;
.elstyle-megbeszelesek div.eligazitoLapCim {
   color: #203644;
}
}
/* Userpage Utils css-ek */
.kategoria {
.elstyle-megbeszelesek .eligazitoElem:hover,
   display: none;
.elstyle-megbeszelesek .eeHover {
   background-color: #a6c1cc;
}
}
.betutipus, #betutipus {
   display: none;
.elstyle-megbeszelesek .eligazitoLeiras {
   color: #284454;
}
}
#sajatcim {
   display: none;
.buttonstyle-megbeszelesek .bigButton {
  color: #284454;
   background-color: #a6c1cc;
}
}
#sajatalcim {
   display: none;
.buttonstyle-megbeszelesek .bigButton a {
   color: #284454;
}
}
#hatterszin {
   display: none;
.buttonstyle-megbeszelesek .bigButton:hover {
   background-color: #86adba;
}
}
 
/* TranslateWikis üzenet */
/* STÍLUSOK - Szabályok (sárga) */
.translateWikiMessage {
  background: #ddddff;
.menustyle-szabalyok, .menustyle-szabalyok .wikiMenu-rootContainer {
  border: 1px solid #b3b7ff;
   height: 26px;
  color: #000000;
  margin: .2em 0 .5em;
  padding: .5em 1em;
  text-align: center;
   vertical-align: middle;
  clear: both;
  font-size:85%;
}
}
.menustyle-szabalyok .sf-menu {


/* A thumboknak ne legyen borderjük */
div.thumb {
  border-style: none;
}
}
 
   
/*
.menustyle-szabalyok .sf-menu li li {
  * Nyomtatásspecifikus stílusok
   background:   #64683c;
*/
 
@media print {
  /* A navboxok egyáltalán ne jelenjenek meg */
  .navbox {
    display: none;
  }
/* A nem nyomtatandó sablonon belüli tartalom nyomtatásban ne jelenjen meg */
  .nemnyomtatando {
    display: none;
   }
 
  /* Az új infoboxok „Az adatok megjelenítéséhez kattintson...” szövegei ne jelenjenek meg */
  .nyitasinfo {
    display: none;
  }
}
}
 
.menustyle-szabalyok .sf-menu li li li {
/* Univerzális megoldás a Vector hülyeségére */
  background:   #64683c;
tt, code, pre {
    font-family: monospace, sans-serif;
}
}
 
.sql.source-sql pre.de1 {  /* IE8 levágta az aláhúzást */
.menustyle-szabalyok .sf-menu li:hover,
    line-height:1.5;
.menustyle-szabalyok .sf-menu li.sfHover,
.menustyle-szabalyok .sf-menu a:focus,
.menustyle-szabalyok .sf-menu a:hover,
.menustyle-szabalyok .sf-menu a:active,
.menustyle-szabalyok .wikiMenu-rootContainer a:focus,
.menustyle-szabalyok .wikiMenu-rootContainer a:hover,
.menustyle-szabalyok .wikiMenu-rootContainer a:active
{
  outline:    0;
}
}
 
pre.de1 {
.style-szabalyok ul.tabset-tabs {
    overflow: hidden; /* Chrome-ban van egy hasztalan scrollbar az összes geshis forráskódnál */
  border-color: #b2b49c;
}
}
 
 
.style-szabalyok ul.tabset-tabs a {
/*Képannotátor*/
  background-color:#a7aa88;  
.wpImageAnnotatorHasNotesMsg {
  border-color: #b2b49c;  
    float: left;
  color:black !important;
    font-size: .8em;
    line-height:100%;
    padding:5px 0px;
    color: #222
}
}
 
.style-szabalyok ul.tabset-tabs a:hover {
 
   background-color:#bfc1a9;
 
/* MENÜ */
.sf-menu, .sf-menu * {
   margin: 0;
  padding: 0;
  list-style: none;
}
}
 
.style-szabalyok ul.tabset-tabs a.current {
.sf-menu {
   background-color:#dedfd3;
   line-height: 1.0;
  border-bottom:2px solid #dedfd3;
}
}
 
.style-szabalyok div.tab-single {
.sf-menu a.new, #content .wikiMenu-rootContainer a.new,
  zoom: 1; /* IE6 bug a háttérszínnel */
#content .sf-menu a.extiw {
  background: #dedfd3;
   color: white;
   border-color: #b2b49c;
}
}
 
.style-szabalyok .tab-single table {
.sf-menu ul {
   color: black;
   position: absolute;
  top: -999em;
  width: 10em; /* left offset of submenus need to match (see below) */
  z-index: 10;
}
}
.sf-menu ul li {
   width: 100%;
.style-szabalyok .heading-custom {
   color: #37392b;
}
}
.sf-menu li:hover {
   visibility: inherit; /* fixes IE7 'sticky bug' */
.style-szabalyok .heading-custom span {
   border-bottom: 1px dotted #7a7d5f;
}
}
.sf-menu li {
   float: left;
.elstyle-szabalyok .eligazitoLap {
  position: relative;
   border: 1px solid #b2b49c;
   z-index: 1;
   background-color: #dedfd3;
}
}
.sf-menu a {
   display: block;
.elstyle-szabalyok div.eligazitoLapCim {
  position: relative;
   color: #444320;
}
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
.elstyle-szabalyok .eligazitoElem:hover,
   left: 0;
.elstyle-szabalyok .eeHover {
  top: 26px; /* match top ul list item height */
   background-color: #c9cca6;
  z-index: 99;
}
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
.elstyle-szabalyok .eligazitoLeiras {
   top:     -999em;
   color: #545328;
}
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
.buttonstyle-szabalyok .bigButton {
   left:     10em; /* match ul width */
   color: #545328;
   top:     0;
  background-color: #c9cca6;
}
.buttonstyle-szabalyok .bigButton a {
   color: #545328;
}
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
.buttonstyle-szabalyok .bigButton:hover {
   top:     -999em;
   background-color: #b6ba86;
}
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
/* STÍLUSOK - Tennivalók (nsárga) */
   left:      10em; /* match ul width */
  top:     0;
.menustyle-tennivalok, .menustyle-tennivalok .wikiMenu-rootContainer {
   height: 26px;
}
}
 
.sf-menu a, .wikiMenu-rootContainer a,
.menustyle-tennivalok .sf-menu {
#content .sf-menu a.extiw,
#content .sf-menu a.external,
#content .wikiMenu-rootContainer a.extiw,
#content .wikiMenu-rootContainer a.external {
  padding: 7px 15px;
  text-decoration:none;
  font-family: "Sergoe UI", Geneva, Arial, "DejaVu Sans", Helvetica, Microsoft Sans Serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
}
.sf-menu a, .sf-menu a:visited, .wikiMenu-rootContainer a, .wikiMenu-rootContainer a:visited  {
   /* visited pseudo selector so IE6 applies text colour*/
.menustyle-tennivalok .sf-menu li li {
  color:     white;
   background: #744203;
}
}
.sf-menu ul a,
.menustyle-tennivalok .sf-menu li li li {
#content .sf-menu ul a.extiw,
   background: #744203;
#content .sf-menu ul a.external {
   padding: 2px 6px;
  font-size: 11px;
}
}
.sf-menu li.sfHover a {
  text-decoration: none;
.menustyle-tennivalok .sf-menu li:hover,
}
.menustyle-tennivalok .sf-menu li.sfHover,
.sf-menu strong.selflink {
.menustyle-tennivalok .sf-menu a:focus,
  padding: 2px 6px;
.menustyle-tennivalok .sf-menu a:hover,
  color: #ACACAC;
.menustyle-tennivalok .sf-menu a:active,
   display: block;
.menustyle-tennivalok .wikiMenu-rootContainer a:focus,
.menustyle-tennivalok .wikiMenu-rootContainer a:hover,
.menustyle-tennivalok .wikiMenu-rootContainer a:active
{
   outline: 0;
}
}
 
/*** arrows **/
.style-tennivalok ul.tabset-tabs {
.sf-menu a.sf-with-ul {
   border-color: #b4aa9e;
   padding-right:  2.25em;
  min-width:   1px; /* trigger IE7 hasLayout so spans position accurately */
}
}
.sf-sub-indicator {
   position:   absolute;
.style-tennivalok ul.tabset-tabs a {
   display:    block;
   background-color:#aa9a88;  
  right:      .75em;
   border-color: #b4a99c;   
  top:      10px; /* IE6 only */
   color:black !important;
  width:      10px;
  height:      10px;
  text-indent:   -999em;
   overflow:    hidden;
   background:    url('http://upload.wikimedia.org/wikipedia/hu/7/7e/Arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
}
a > .sf-sub-indicator { /* give all except IE6 the correct values */
.style-tennivalok ul.tabset-tabs a:hover {
  top:      .8em;
   background-color: #c1b6a9;
   background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
}
.sf-menu ul .sf-sub-indicator {
.style-tennivalok ul.tabset-tabs a.current {
   top: 4px;
  background-color: #dfdad3;
   border-bottom:2px solid #dfdad3;
}
}
.sf-menu ul a > .sf-sub-indicator {
.style-tennivalok div.tab-single {
   top: 6px;
   zoom: 1; /* IE6 bug a háttérszínnel */
  background: #dfdad3;
  border-color: #b4a99c;
}
}
/* apply hovers to modern browsers */
.style-tennivalok .tab-single table {
a:focus > .sf-sub-indicator,
   color: black;
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
   background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
}
 
.style-tennivalok .heading-custom {
/* point right for anchors in subs */
   color: #39322b;
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0px; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
   background-position: -10px 0px; /* arrow hovers for modern browsers*/
}
}
 
/*** shadows for all but IE6 ***/
.style-tennivalok .heading-custom span {
.sf-shadow ul {
   border-bottom: 1px dotted #7d6f5f;
  background:  url('http://upload.wikimedia.org/wikipedia/hu/a/af/Menu-shadow.png') no-repeat bottom right;
  padding: 0 8px 9px 0;
   -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}
}
.sf-shadow ul.sf-shadow-off {
   background: transparent;
.elstyle-tennivalok .eligazitoLap {
  border: 1px solid #b4a99c;
   background-color: #dfdad3;
}
}
 
/* DIV MENÜ (NON-JS) */
.elstyle-tennivalok div.eligazitoLapCim {
.wikiMenu-rootContainer {
  color: #443220;
   line-height: 1.0;
}
.elstyle-tennivalok .eligazitoElem:hover,
.elstyle-tennivalok .eeHover {
   background-color: #ccbba6;
}
}
.wikiMenu-rootContainer a {
   float:left;
.elstyle-tennivalok .eligazitoLeiras {
   color: #543f28;
}
}
.wikiMenu-container {
   display: none;
.buttonstyle-tennivalok .bigButton {
   color: #543f28;
  background-color: #ccbba6;
}
}
 
#breadcrumbs-container {
.buttonstyle-tennivalok .bigButton a {
   margin-top: 5px;
   color: #543f28;
  padding-left: 4px;
}
}
ul#breadcrumbs {
  overflow:hidden;
.buttonstyle-tennivalok .bigButton:hover {
  display: block;
   background-color: #baa286;
   list-style:none;
  margin: 0px;
  padding: 0px;
}
}
 
ul#breadcrumbs li {
/* STÍLUSOK - Segítség (vörös) */
   float:left;
  margin:0px;
.menustyle-segitseg, .menustyle-segitseg .wikiMenu-rootContainer {
   height: 26px;
}
}
 
ul#breadcrumbs li.rightinfo {
.menustyle-segitseg .sf-menu {
   float:right;
   background-color: #6a0304;
  margin:0px;
}
}
 
ul#breadcrumbs li a {
.menustyle-segitseg .sf-menu li li {
   display: block;
   background: #6a0304;
  color: #777;
}
}
 
.menustyle-segitseg .sf-menu li li li {
ul#breadcrumbs li.pre a {
   background: #6a0304;
  padding-right: 12px;
  margin-right: 6px;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/a/a9/Breadcrumb-arrow.jpg");
   background-repeat: no-repeat;
  background-position: center right;
}
}
.menustyle-segitseg .sf-menu li:hover,
.menustyle-segitseg .sf-menu li.sfHover,
.menustyle-segitseg .sf-menu a:focus,
.menustyle-segitseg .sf-menu a:hover,
.menustyle-segitseg .sf-menu a:active,
.menustyle-segitseg .wikiMenu-rootContainer a:focus,
.menustyle-segitseg .wikiMenu-rootContainer a:hover,
.menustyle-segitseg .wikiMenu-rootContainer a:active
{


.buborekContent {
   outline: 0;
   width: 220px;
  border: 1px solid #A7D7F9;
  background-color: #efefef;
  display: none;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
}
}
 
.buborekTitlebar {
.style-segitseg ul.tabset-tabs {
  background: url("http://bits.wikimedia.org/skins-1.5/vector/images/tab-break.png?1") center bottom #A7D7F9;
   border-color: #b4a09e;
   color: black;
  font-size: 11px;
  font-weight: bold;
  padding: 4px;
  margin-bottom: 2px;
}
}
 
.buborekInnerContent{
.style-segitseg ul.tabset-tabs a {
   font-size: 12px;
   background-color:#aa8c88;  
   padding: 4px;
   border-color: #b49f9c; 
  color:black !important;
}
}
 
.style-segitseg ul.tabset-tabs a:hover {
.buborekInnerContent p {
   background-color:#c1aca9;
   margin: 0;
}
}
 
.style-segitseg ul.tabset-tabs a.current {
div.buborekSection {
  background-color:#dfd5d3;
    color: black;
  border-bottom:2px solid #dfd5d3;
    font-weight: bold;
    padding: 2px 0px;
    margin-top: 3px;
}
}
 
.style-segitseg div.tab-single {
span.buborekSection {
  zoom: 1; /* IE6 bug a háttérszínnel */
   border-bottom: 1px dotted #999999;
  background: #dfd5d3;
   border-color: #b49f9c;
}
}
 
.style-segitseg .tab-single table {
.buborekSection a,
  color: black;
.buborekSection a.new,
.buborekSection a.mw-redirect {
    color: black
}
}
 
.style-segitseg .heading-custom {
.buborekCloseButton {
   color: #39322b;
   float: right;
  padding-right: 2px;
  cursor: pointer;
}
}
   
   
ul#breadcrumbs.hasBuborekButton li {
.style-segitseg .heading-custom span {
   margin-top: 2px;
   border-bottom: 1px dotted #7d615f;
}
}
   
   
ul#breadcrumbs.hasBuborekButton li.buborekButtonContainer {
.elstyle-segitseg .eligazitoLap {
   margin-top: 0px;
   border: 1px solid #b49f9c;
  background-color: #dfd5d3;
}
}
 
/* Cím, alcím */
.elstyle-tennivalok div.eligazitoLapCim {
#header-title
   color: #442420;
{
   font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  margin: 5px 0 10px 0;
  border: none;
}
}
 
#header-title.noBreadcrumb {
.elstyle-segitseg .eligazitoElem:hover,
   margin-top: 15px;
.elstyle-segitseg .eeHover {
   background-color: #ccaca6;
}
}
 
#header-title.noTabs {
.elstyle-segitseg .eligazitoLeiras {
   margin-bottom: 15px;
   color: #542e28;
}
}
 
#header-title.hasSubtitle, #header-title.hasQuote {
.buttonstyle-segitseg .bigButton {
   margin-bottom: 0px;
   color: #542e28;
  background-color: #ccaca6;
}
}
 
#header-title .editsectionmoved {
.buttonstyle-segitseg .bigButton a {
   margin-left: 0.5em;
   color: #542e28;
  vertical-align: baseline;
  line-height: 1em;
  font-size: 56%;
  font-weight: normal;
}
}
 
#header-title .editsectionmoved a[href] {
.buttonstyle-segitseg .bigButton:hover {
   background: none;
  background-color: #ba8e86;
   padding: 0;
}
/*
== Ideiglenes javítások ==
*/
/* "Új üzenetek" elrejtése a felső sorból (LiquidThreads) */
#pt-newmessages {
   display:none;
}
/* Bal oldali sáv nagyítása az LQT összesített érkezett üzenetek lapon */
.lqt-newmessages-left {
   width: 13em;
}
#header-menu {
background:blue;
}
#navMenu {
background:red
}
}


#header-subtitle
/*
{
== menu-button-class ==
  text-align: center;
*/
  font-weight: bold;
  font-style: italic;
  margin-bottom: 8px;
}


#header-subtitle.noTabs {
.skyblue {
  margin-bottom: 15px;
background-image:url(http://hi.bharatdiscovery.org/w/skins/vector/images/tab-break.png);
background-repeat: repeat-x;
margin:0px;
padding-top:3px;
padding-bottom:3px;
padding-right:4px;
padding-left:4px;
border:solid thin #a7d7f9;
border-radius:4px;
}
}


#header-subtitle.hasQuote {
  margin-bottom: 0px;
}


#header-quote
/*
{
* MenuSidebar
  text-align: right;
*/
  font-style: italic;
/* this has to be overridden for every menu */
  margin-bottom: 8px;
#p-Menu,
#p-Menu2,
#p-Menu3 {
overflow: visible;  
}
}
 
#header-quote.noTabs {
/* this has to be overridden for every menu */
  margin-bottom: 15px;
#p-Menu div,
#p-Menu2 div,
#p-Menu3 div {
margin: 0;
padding: 0;
}
}
 
/* Tabsetek alapstílus */
/* this is an example to make the list of the second entry bigger e.g. when ther is a longer text in a list item
ul.tabset-tabs {
#p-Menu ul li.item2 ul {
  margin:0 !important;
width: 16em;
  padding:0;
  height:26px;
  border-bottom:1px solid #a9a9a9;
  list-style: none;
}
}
 
*/
ul.tabset-tabs li {  
   
  float:left; 
/* this an example to change the background color of every second list item
  padding:0;
li.even {
  margin:0;  
  background-color: #eeeeee;
  list-style-type:none;
}
}
 
*/
ul.tabset-tabs a {
  float:left;
.menuSidebar ul { /* remove bullets and list indents */
  display:block;
  list-style: none;
  position:relative;
margin: 0;
  padding:3px 15px;
padding: 0;
  margin-right:2px;
  height:18px;
  top:1px;
 
  background-color: #999999;
  border:1px solid #a9a9a9;  
  border-bottom:0px;
  font-size:12px;
  font-weight: bold;
  text-decoration:none;
  color: black;
  cursor: pointer;
 
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-radius-topleft: 4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius: 4px;
  border-radius-topright:4px;  
}
}
 
ul.tabset-tabs a:hover {
/* this div is only for better handling and navigation  ... could also be done in inner ul*/
  background-color:#b5b5b5;
.menuSidebar ul div {
position: absolute;
top: -6px;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
z-index: 100; /* show ul on top */
}
}
 
ul.tabset-tabs a.current {
.menuSidebar ul ul {  
  background-color: #d9d9d9;
background-color: white;
  border-bottom:2px solid #d9d9d9;   
border: 1px solid #aaaaaa;
  color:#000;   
margin-top: 5px; /* make navigation easier*/
margin-bottom: 5px; /* make navigation easier*/
z-index: 101; /* show on top; Needed for IE 7 */
  width: 12em; /* width of inner menu, Needed for IE 7 */
}
.menuSidebar li {
position: relative; /* make li a container for inner elements */
margin: 1px;
  z-index: 102; /* show on top; Needed for IE 7 */
}
}
 
.tabset-content div.tab-single {
/* style, color and size links and headings to suit */
  display: none;
.menuSidebar a {
  padding: 8px;
font-weight: normal;
  border: 1px solid #a9a9a9;
display: block;
  border-width: 0 1px 1px 1px;
border-width: 0px 0px 0px 0px;
  background-color:#d9d9d9;
border-style: solid;
  zoom: 1;
margin: 0px;
padding: 1px;
padding-left: 5px;
color: #000000;
text-decoration: none;
}
}
 
div.tab-single tt,
/* move the &gt; to the right */
div.tab-single code,
.menuSidebar a em {
div.tab-single table {
position: absolute;
  background-color: transparent;
right: 4px;
}
}
 
div.tab-single td {
.menuSidebar li:hover, /* Needed for IE 7 */
  vertical-align: top;
.menuSidebar a:hover {
background: #a7d7f9;
}
}
 
.tabset-content div.tab-nojs {
.menuSidebar li.separator a:hover {
  display: block;
background: white;
  border: 1px solid #a9a9a9;
}
}
 
.tabset-content {
/* Needed for IE 7 */
  margin-bottom: 5px;
.menuSidebar li.separator a,
.menuSidebar li.separator {
line-height: 0px;
height: 0px;
font-size: 0px;
}
}
 
.heading-custom {
.menuSidebar ul li:last-Child a {  
  margin-top: 10px;
border-width: 0px 0px 0px 0px; // remove the last bottom line
  margin-bottom: 5px;
padding-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
}
}


/* Eligazítólapok */
table.monthtable {
.eligazitoLap {
margin: 1em 1em 1em 0;
  padding: 10px;
background: #f9f9f9;
  padding-bottom: 5px;
border: 1px #508cb7 groove;
  zoom: 1; /* fos IE6 bug a div-ek háttérszínével */
border-collapse: collapse;
empty-cells: show;
}
}
 
table.monthtable th, table.monthtable td {
div.eligazitoLapCim {
border: 4px #508cb7 groove;
  margin-top: 10px;
padding: 0.2em 0.4em;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
}


.eligazitoElem {
/* hides the first level */
   padding: 10px 0px;
.menuSidebar ul li div { display: none; }
  margin-bottom: 5px;
  clear: left;
/* shows the first level and hide the second */
  -moz-border-radius: 5px;
.menuSidebar ul li:hover div,
  -webkit-border-radius: 5px;
.menuSidebar ul li div:hover { display: block; } /* div is again used for easier navigation*/
  border-radius: 5px;
.menuSidebar ul li:hover ul li div { display: none; } /* hide the next level */
}
/* second level*/
.menuSidebar ul li ul li:hover div,
.menuSidebar ul li ul li div:hover  { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li ul li:hover ul li div { display: none; }  /* hide the next level */
/* third level */
.menuSidebar ul li ul li ul li:hover div,
.menuSidebar ul li ul li ul li div:hover   { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li ul li ul li:hover ul li div { display: none; }  /* hide the next level */
 
#siteSub { display:block; font-weight:normal; font-size:small;}
 
/* BharatDiscovery Adds */
.headbg1  {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg1.gif);
background-repeat:repeat-y;
}
.headbg2  {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg2.gif);
background-repeat:repeat-y;
}
.headbg3  {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg3.gif);
background-repeat:repeat-y;
}
.headbg4  {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg4.gif);
background-repeat:repeat-y;
}


.eligazitoElem.vanKiegeszites {
.headbg5  {
  padding: 10px 0 0 0;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg5.gif);
  margin-bottom: 3px;
background-repeat:repeat-y;
}
.headbg6 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg6.gif);
background-repeat:repeat-y;
}
.headbg7  {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg7.gif);
background-repeat:repeat-y;
}
.headbg8 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg8.gif);
background-repeat:repeat-y;
}
.headbg9  {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg9.gif);
background-repeat:repeat-y;
}
.headbg10 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg10.gif);
background-repeat:repeat-y;
}
.headbg11 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg11.gif);
background-repeat:repeat-y;
}
.headbg12 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg12.gif);
background-repeat:repeat-y;
}
.headbg13 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg13.gif);
background-repeat:repeat-y;
}
.headbg14 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg14.gif);
background-repeat:repeat-y;
}
.headbg15 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg15.gif);
background-repeat:repeat-y;
}
.headbg16 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg16.gif);
background-repeat:repeat-y;
}
.headbg17 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg17.gif);
background-repeat:repeat-y;
}
.headbg18 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg18.gif);
background-repeat:repeat-y;
}
.headbg19 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg19.gif);
background-repeat:repeat-y;
}
.headbg20 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg20.gif);
background-repeat:repeat-y;
}
.headbg21 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg21.gif);
background-repeat:repeat-y;
}
.headbg22 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg22.gif);
background-repeat:repeat-y;
}
.headbg23 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg23.gif);
background-repeat:repeat-y;
}
.headbg24 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg24.gif);
background-repeat:repeat-y;
}
}
 
.headbg25 {
.eligazitoElem a, .eligazitoWrapLink, .eligazitoWrapLink:visited  {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg25.gif);
  color: black;
background-repeat:repeat-y;
}
.headbg26 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg26.gif);
background-repeat:repeat-y;
}
}
 
.headbg27 {
.eligazitoElem a:hover,
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg27.gif);
.eligazitoElem a:focus,
background-repeat:repeat-y;
.eligazitoElem a:active,
}
.eligazitoElem a .eeHover,
.headbg28 {
.eligazitoWrapLink.eeHover,
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg28.gif);
.eligazitoWrapLink:hover
background-repeat:repeat-y;
{
  text-decoration: none;
}
}
 
.headbg29 {
.eligazitoIkon {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg29.gif);
  float: left;
background-repeat:repeat-y;
  padding-left: 10px;
}
.headbg30 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg30.jpg);
background-repeat:repeat-y;
}
.headbg31 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg31.gif);
background-repeat:repeat-x;
}
}
 
.headbg32 {
.eligazitoTovabb {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg32.gif);
  float: right;
background-repeat:repeat-y;
  padding-right: 10px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}
}
 
.headbg33 {
.eligazitoTovabb a {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg33.gif);
  color: black;
background-repeat:repeat-x;
}
}
 
.headbg34 {
.eligazitoTartalom {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg14.gif);
  margin-left: 56px;
background-repeat:repeat-y;
  margin-right: 96px;
}
.headbg34 td {
vertical-align:top;
}
}
 
.headbg37 {
.eligazitoCim {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg37.gif);
  font-size: 18px;
background-repeat:repeat-x;
  font-weight: bold;
}
#headbg38 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg14.gif);
background-repeat:repeat-y;
}
.headbg39 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg39.gif);
background-repeat:repeat-y;
}
.headbg40 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg40.gif);
background-repeat:repeat-y;
}
.headbg42 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg42.jpg);
background-repeat:repeat-y;
}
.headbg43 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg43.gif);
background-repeat:repeat-y;
}
}
 
.headbg44 {
.eligazitoRovidites {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg44.gif);
  padding-left: 10px;
background-repeat:repeat-y;
  font-size: 14px;
  font-weight: normal;
}
}
 
.headbg45 {
.eligazitoLeiras {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg45.gif);
  font-style: italic;
background-repeat:repeat-y;
  font-size: 13px;
}
.headbg46 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg46.gif);
background-repeat:repeat-x;
}
.headbg47 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg47.gif);
background-repeat:repeat-y;
}
.headbg48 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg48.gif);
background-repeat:repeat-y;
}
.holibg {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/holi-bg.jpg);
}
.landscapebg {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg-landscape.jpg);
}
.vine-back {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/vine-back.gif);
background-repeat: no-repeat;
background-position: right top;
}
.srtips {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/srtips.gif);
background-repeat:repeat-x;
}
}
 
#srtips {
.eligazitoKiegeszites {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/srtips.gif);
  margin-left: 56px;
background-repeat:repeat-x;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
}
 
#archbg {
/* SZÉP GOMB (legalábbis szebb, mint ami előtte volt :) ) */
background-image:url(/bharatkosh/w/skins/vector/images-bharat/archbg.gif);
 
background-repeat:repeat-x;
.buttonBar {
  padding: 12px 0px;
}
}
 
#leavesbg {
.buttonBar a:hover {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/leavesbg.gif);
  text-decoration: none; /* Chrome-nak kell */
background-repeat: no-repeat;
background-position: right top;
}
}
 
.indianflagbg {
a.buttonWrapperAnchor:hover {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/indianflagbg.jpg);
  text-decoration: none;
background-repeat:repeat-x;
}
}
 
.indianflagbg2 {
.bigButton {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/indianflagbg2.jpg);
  margin: 5px 3px;
background-repeat:repeat-x;
  padding: 10px 15px;
}
 
.indianflagbg3 {
  -moz-border-radius: 5px;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/indianflagbg3.gif);
  -webkit-border-radius: 5px;
}
  border-radius: 5px;
.indianflagbg4 {
 
background-image:url(/bharatkosh/w/skins/vector/images-bharat/indianflagbg4.gif);
  font-size: 16px;
}
  font-weight: bold;
.gita {
  cursor: pointer;
background: white url(/bharatkosh/w/skins/vector/images-bharat/gita-bg.jpg) 0 0 repeat;
background-repeat:repeat;
}
#textboxrt {
float:right;
width:25%;
font-size:14px;
background-color:#fff;
border:1px solid #a7d7f9;
margin:5px;
padding:5px;
color:#075352;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;  
border-radius: 6px;
}
#textboxlt {
float:left;
width:25%;
font-size:14px;
background-color:#fff;
border:1px solid #a7d7f9;
margin:5px;
padding:5px;
color:#075352;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
#rollnone a:hover {
background:none;
}
#bgnone  {
background:none;
}
}


.bigButton:hover {
.bgtour {
  text-decoration: none;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtour.gif);
background-repeat:repeat-x;
}
}
 
.bgtour2 {
.bigButton a:hover {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtour2.gif);
  text-decoration: none;
}
}
 
.bgtour3 {
.buttonsize-small .buttonBar {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtour3.gif);
  padding: 7px 0px;
}
}
 
.bgtour4 {
.buttonsize-small .bigButton {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtour4.gif);
  margin: 3px 2px;
}
  padding: 5px 10px;
.bgtour5 {
 
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtour5.gif);
  -moz-border-radius: 4px;
}
  -webkit-border-radius: 4px;
.bgtour6 {
  border-radius: 4px;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtour6.gif);
 
  font-size: 13px;
}
}
 
.bgrajya {
.buttonsize-medium .buttonBar {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgrajya.gif);
  padding: 9px 0px;
}
}
 
.bgdharm {
.buttonsize-medium .bigButton {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm.gif);
  margin: 4px 3px;
  padding: 7px 13px;
 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
 
  font-size: 15px;
}
}
 
.bgdharm2 {
/* STÍLUSOK - Alap (szürke) */
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm2.gif);
.menustyle-basic, .menustyle-basic .wikiMenu-rootContainer {
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/6/63/Menu-grey.jpg');
  height: 26px;
}
}
.menustyle-basic .sf-menu {
.bgdharm3 {
  background-color: #848484;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm3.gif);
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/6/63/Menu-grey.jpg');
}
}
.menustyle-basic .sf-menu li li {
.bgdharm4 {
  background: #6b6b6b;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm4.gif);
}
}
.menustyle-basic .sf-menu li li li {
.bgdharm5 {
  background: #6b6b6b;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm5.gif);
}
}
.menustyle-basic .sf-menu li:hover,
.bgdharm6 {
.menustyle-basic .sf-menu li.sfHover,
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm6.gif);
.menustyle-basic .sf-menu a:focus,
}
.menustyle-basic .sf-menu a:hover,
.bgdharm7 {
.menustyle-basic .sf-menu a:active,
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm7.gif);
.menustyle-basic .wikiMenu-rootContainer a:focus,
.menustyle-basic .wikiMenu-rootContainer a:hover,
.menustyle-basic .wikiMenu-rootContainer a:active
{
  background:    #979797;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/7/75/Menu-grey-sel.jpg");
  outline:    0;
}
}
 
.bgdharm8 {
.elstyle-basic .eligazitoLap {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm8.gif);
  border: 1px solid #a9a9a9;
  background-color: #d9d9d9;
}
}
 
.bgsahitya {
.elstyle-basic div.eligazitoLapCim {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsahitya.gif);
  color: #323232;
}
}
 
.bgsahitya2 {
.elstyle-basic .eligazitoElem:hover,
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsahitya2.gif);
.elstyle-basic .eeHover {
  background-color: #b9b9b9;
}
}
 
.bgsahitya3 {
.elstyle-basic .eligazitoLeiras {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsahitya3.gif);
  color: #3e3e3e;
}
}
 
.bggreen {
.buttonstyle-basic .bigButton {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggreen.gif);
  color: #3e3e3e;
  background-color: #b9b9b9;
}
}
 
.bggreen2 {
.buttonstyle-basic .bigButton a {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggreen2.gif);
  color: #3e3e3e;
}
.bggreen3 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggreen3.gif);
}
.bggreen4 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggreen4.gif);
background-repeat:repeat-y;
}
.bggreen5 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggreen5.gif);
}
.bggreen7 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggreen7.gif);
background-repeat:repeat-y;
}
.bgbhugol {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgbhugol.gif);
}
}
 
.bgkala {
.buttonstyle-basic .bigButton:hover {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgkala.gif);
  background-color: #a0a0a0;
}
}
 
.bgkala2 {
/* STÍLUSOK - Közösség (zöld) */
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgkala2.gif);
 
.menustyle-kozosseg, .menustyle-kozosseg .wikiMenu-rootContainer {
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/2/29/Menu-green.jpg');
  height: 26px;
}
}
 
.bgsanskrati {
.menustyle-kozosseg .sf-menu {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsanskrati.gif);
  background-color: #436248;
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/2/29/Menu-green.jpg');
}
}
 
.bgsanskrati2 {
.menustyle-kozosseg .sf-menu li li {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsanskrati2.gif);
  background:   #476a4d;
}
}
.menustyle-kozosseg .sf-menu li li li {
.bgsanskrati3 {
  background:   #476a4d;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsanskrati3.gif);
background-repeat:repeat-x;
}
}
 
.bgsanskrati4 {
.menustyle-kozosseg .sf-menu li:hover,
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsanskrati4.gif);
.menustyle-kozosseg .sf-menu li.sfHover,
}
.menustyle-kozosseg .sf-menu a:focus,
.bghistory {
.menustyle-kozosseg .sf-menu a:hover,
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bghistory.gif);
.menustyle-kozosseg .sf-menu a:active,
.menustyle-kozosseg .wikiMenu-rootContainer a:focus,
.menustyle-kozosseg .wikiMenu-rootContainer a:hover,
.menustyle-kozosseg .wikiMenu-rootContainer a:active
{
  background: #5b8362;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/1/12/Menu-green-sel.jpg");
  outline: 0;
}
}
 
.bgscience {
.style-kozosseg ul.tabset-tabs {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgscience.gif);
  border-color: #9eb49e;
background-repeat:repeat-x;
}
}
 
.bgdarshan {
.style-kozosseg ul.tabset-tabs a {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdarshan.gif);
  background-color:#89ab8a;
  border-color: #9eb49e; 
  color:black !important;
}
}
.style-kozosseg ul.tabset-tabs a:hover {
.bgdarshan2 {
  background-color:#a9c1aa;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdarshan2.gif);
}
}
.style-kozosseg ul.tabset-tabs a.current {
.bgdarshan3 {
  background-color:#d3dfd4;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdarshan3.gif);
  border-bottom:2px solid #d3dfd4;
}
}
.style-kozosseg div.tab-single {
.bgdarshan4 {
  zoom: 1; /* IE6 bug a háttérszínnel */
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdarshan4.gif);
  background: #d3dfd4;
  border-color: #9eb49e;
}
}
.style-kozosseg .tab-single table {
.bggrid {
  color: black;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggrid.gif);
}
}
 
.bggrid1 {
.style-kozosseg .heading-custom {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/grid-1.gif);
  color: #2b392b;
}
.bggame {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggame.gif);
}
}
 
.bggame2 {
.style-kozosseg .heading-custom span {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggame2.gif);
  border-bottom: 1px dotted #5f7d5f;
}
}
 
.bggame3 {
.elstyle-kozosseg .eligazitoLap {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggame3.gif);
  border: 1px solid #9eb49e;
  background-color: #d3dfd4;
}
}
 
.bggame4 {
.elstyle-kozosseg div.eligazitoLapCim {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggame4.gif);
  color: #204422;
}
}
 
.bgquiz {
.elstyle-kozosseg .eligazitoElem:hover,
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgquiz.gif);
.elstyle-kozosseg .eeHover {
  background-color: #a6cca7;
}
}
 
.bgjeevni {
.elstyle-kozosseg .eligazitoLeiras {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgjeevni.gif);
  color: #28542b;
}
}
 
.bgjeevni2 {
.buttonstyle-kozosseg .bigButton {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgjeevni2.gif);
  color: #28542b;
  background-color: #a6cca7;
}
}
 
.bgjeevni3 {
.buttonstyle-kozosseg .bigButton a {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgjeevni3.gif);
  color: #28542b;
}
}
 
.bg42 {
.buttonstyle-kozosseg .bigButton:hover {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg42.gif);
  background-color: #87ba86;
background-repeat:repeat-y;
}
.bg43 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg43.gif);
background-repeat:repeat-y;
}
.bg44 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg44.gif);
background-repeat:repeat-y;
}
.bg45 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg45.gif);
background-repeat:repeat-y;
}
.bg46 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg46.gif);
background-repeat:repeat-y;
}
}
 
.bg47 {
/* STÍLUSOK - Megbeszélések (kék) */
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg47.gif);
 
.menustyle-megbeszelesek, .menustyle-megbeszelesek .wikiMenu-rootContainer {
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/9/9d/Menu-blue.jpg');
  height: 26px;
}
}
 
.portal-menu {
.menustyle-megbeszelesek .sf-menu {
background:#fcfbfc;
  background-color: #607183;
border:1px solid #a7d7f9;  
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/9/9d/Menu-blue.jpg');
text-align:center;
}
}


.menustyle-megbeszelesek .sf-menu li li {
.bgmonth {
  background:   #4b5c6e;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg-month.jpg);
background-repeat:repeat-x;
}
}
.menustyle-megbeszelesek .sf-menu li li li {
.bgcurrent {
  background:   #4b5c6e;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg-current.jpg);
background-repeat:repeat-x;
}
}
 
.bgmonthhead {
.menustyle-megbeszelesek .sf-menu li:hover,
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg-month-head.jpg);
.menustyle-megbeszelesek .sf-menu li.sfHover,
background-repeat:repeat-x;
.menustyle-megbeszelesek .sf-menu a:focus,
.menustyle-megbeszelesek .sf-menu a:hover,
.menustyle-megbeszelesek .sf-menu a:active,
.menustyle-megbeszelesek .wikiMenu-rootContainer a:focus,
.menustyle-megbeszelesek .wikiMenu-rootContainer a:hover,
.menustyle-megbeszelesek .wikiMenu-rootContainer a:active
{
  background:    #607183;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/1/1e/Menu-blue-sel.jpg");
  outline:   0;
}
}


.style-megbeszelesek ul.tabset-tabs {
.hamariaapki {
  border-color: #9ca8b4;
background:#fcfbfc;
border:1px solid #a7d7f9;
border-top:none;
padding:none;
}
.hamariaapki2 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki2.gif);
background-repeat:repeat-x;
}
.hamariaapki3 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki3.gif);
background-repeat:repeat-x;
}
}
 
.hamariaapki4 {
.style-megbeszelesek ul.tabset-tabs a {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki4.gif);
  background-color:#89a;  
background-repeat:repeat-x;
  border-color: #9ca8b4; 
  color:black !important;
}
}
.style-megbeszelesek ul.tabset-tabs a:hover {
.hamariaapki5 {
  background-color:#a9b7c1;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki5.gif);
background-repeat:repeat-x;
}
}
.style-megbeszelesek ul.tabset-tabs a.current {
.hamariaapki6 {
  background-color:#d3d9df;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki6.gif);
  border-bottom:2px solid #d3d9df;
background-repeat:repeat-x;
}
}
.style-megbeszelesek div.tab-single {
.hamariaapki7 {
  zoom: 1; /* IE6 bug a háttérszínnel */
background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki7.gif);
  background: #d3d9df;
background-repeat:repeat-x;
  border-color: #9ca8b4;
  /*  background: #4F5C6A; */
}
}
.style-megbeszelesek .tab-single table {
.hamariaapki8 {
  color: black;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki8.gif);
background-repeat:repeat-x;
}
}
 
.bgtourism {
.style-megbeszelesek .heading-custom {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtourism.gif);
  color: #2b3239;
background-repeat:repeat-x;
}
}
 
.bgdharmportal {
.style-megbeszelesek .heading-custom span {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharmportal.gif);
  border-bottom: 1px dotted #5f707d;
background-repeat:repeat-x;
}
}
 
.headtour {
.elstyle-megbeszelesek .eligazitoLap {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/headtour.gif);
  border: 1px solid #9CA8B4;
background-repeat:repeat-y;
  background-color: #D3D9DF;
}
}
 
.bgstar {
.elstyle-megbeszelesek div.eligazitoLapCim {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgstar.jpg);
  color: #203644;
}
}
 
.bg49 {
.elstyle-megbeszelesek .eligazitoElem:hover,
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg49.gif);
.elstyle-megbeszelesek .eeHover {
background-repeat:repeat-y;
  background-color: #a6c1cc;
}
}
 
.bg50 {
.elstyle-megbeszelesek .eligazitoLeiras {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg50.gif);
  color: #284454;
background-repeat:repeat-y;
}
}
 
.bg51 {
.buttonstyle-megbeszelesek .bigButton {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg51.gif);
  color: #284454;
background-repeat:repeat-y;
  background-color: #a6c1cc;
}
}
 
.bg52 {
.buttonstyle-megbeszelesek .bigButton a {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg52.gif);
  color: #284454;
background-repeat:repeat-y;
}
}
 
.bg53 {
.buttonstyle-megbeszelesek .bigButton:hover {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg53.gif);
  background-color: #86adba;
background-repeat:repeat-y;
}
}
 
.bg54 {
/* STÍLUSOK - Szabályok (sárga) */
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg54.gif);
 
background-repeat:repeat-y;
.menustyle-szabalyok, .menustyle-szabalyok .wikiMenu-rootContainer {
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/c/c9/Menu-yellow.jpg');
  height: 26px;
}
}
 
.bg55 {
.menustyle-szabalyok .sf-menu {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg55.gif);
  background-color: #607183;
background-repeat:repeat-y;
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/c/c9/Menu-yellow.jpg');
}
}
 
.bg56 {
.menustyle-szabalyok .sf-menu li li {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg56.gif);
  background:   #64683c;
background-repeat:repeat-y;
}
}
.menustyle-szabalyok .sf-menu li li li {
.bg57 {
  background:   #64683c;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg57.gif);
}
}
 
.bg58 {
.menustyle-szabalyok .sf-menu li:hover,
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg58.gif);
.menustyle-szabalyok .sf-menu li.sfHover,
background-repeat:repeat-y;
.menustyle-szabalyok .sf-menu a:focus,
.menustyle-szabalyok .sf-menu a:hover,
.menustyle-szabalyok .sf-menu a:active,
.menustyle-szabalyok .wikiMenu-rootContainer a:focus,
.menustyle-szabalyok .wikiMenu-rootContainer a:hover,
.menustyle-szabalyok .wikiMenu-rootContainer a:active
{
  background:    #787e49;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/b/b9/Menu-yellow-sel.jpg");
  outline:   0;
}
}
 
.bg59 {
.style-szabalyok ul.tabset-tabs {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg59.gif);
  border-color: #b2b49c;
background-repeat:repeat-y;
}
}
 
.bg60 {
.style-szabalyok ul.tabset-tabs a {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg60.jpg);
  background-color:#a7aa88;  
background-repeat:repeat-y;
  border-color: #b2b49c; 
  color:black !important;
}
}
.style-szabalyok ul.tabset-tabs a:hover {
.bg61 {
  background-color:#bfc1a9;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg61.gif);
background-repeat:repeat-y;
}
}
.style-szabalyok ul.tabset-tabs a.current {
.bg62 {
  background-color:#dedfd3;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg62.gif);
  border-bottom:2px solid #dedfd3;
background-repeat:repeat-y;
}
.bg63 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg63.gif);
background-repeat:repeat-y;
}
.bg64 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg64.gif);
background-repeat:repeat-y;
}
.bg65 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg65.gif);
background-repeat:repeat-y;
}
.bg66 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg66.gif);
background-repeat:repeat-y;
}
.bg67 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg67.gif);
background-repeat:repeat-y;
}
.bg68 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg68.gif);
background-repeat:repeat-y;
}
.bg69 {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg69.gif);
background-repeat:repeat-y;
}
}
.style-szabalyok div.tab-single {
.bg70 {
  zoom: 1; /* IE6 bug a háttérszínnel */
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg70.gif);
  background: #dedfd3;
background-repeat:repeat-y;
  border-color: #b2b49c;
}
}
.style-szabalyok .tab-single table {
.quizbg {
  color: black;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg-quiz.jpg);
}
}
 
/* Gallery */
.style-szabalyok .heading-custom {
#glheader a {
  color: #37392b;
color:#fbecc5;
}
}


.style-szabalyok .heading-custom span {
#glheader a:visited {
  border-bottom: 1px dotted #7a7d5f;
color:#fbecc5;
}
}


.elstyle-szabalyok .eligazitoLap {
#glheader a:active {
  border: 1px solid #b2b49c;
color:#fbecc5;
  background-color: #dedfd3;
}
}


.elstyle-szabalyok div.eligazitoLapCim {
#glheader a:hover {
  color: #444320;
color: #CC9900;
background-color:#000000;
}
}


.elstyle-szabalyok .eligazitoElem:hover,
/***** 7. BHARATTABLE, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
.elstyle-szabalyok .eeHover {
  background-color: #c9cca6;
/* bharattable (Prettytable) class for skinning normal tables */
table.bharattable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #a7d7f9 solid;
border-collapse: collapse;
empty-cells: show;
}
table.bharattable th, table.bharattable td,
table.prettytable th, table.prettytable td {
border: 1px #a7d7f9 solid;
padding: 0.2em 0.4em;
}
}
 
table.bharattable th, table.bharattable td.hl3, table.bharattable th.hl3,
.elstyle-szabalyok .eligazitoLeiras {
table.prettytable th, table.prettytable td.hl3, table.bharattable th.hl3 {
  color: #545328;
background: #94c3eb;
text-align: center;
}
}
 
table.bharattable td.hl1, table.bharattable th.hl1,
.buttonstyle-szabalyok .bigButton {
table.prettytable td.hl1, table.bharattable th.hl1 {
  color: #545328;
background: #c5d8fc;
  background-color: #c9cca6;
text-align: center;
}
}
 
table.bharattable td.hl2, table.bharattable th.hl2,
.buttonstyle-szabalyok .bigButton a {
table.prettytable td.hl2, table.bharattable th.hl2 {
  color: #545328;
background: #a7c1f2;
text-align: center;
}
}
 
table.bharattable caption,
.buttonstyle-szabalyok .bigButton:hover {
table.prettytable caption {
  background-color: #b6ba86;
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
}
 
/***** 7. bharattable-green, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
/* STÍLUSOK - Tennivalók (nsárga) */
   
   
.menustyle-tennivalok, .menustyle-tennivalok .wikiMenu-rootContainer {
/* bharattable-green (Prettytable) class for skinning normal tables */
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/0/0f/Menu-orange.jpg');
table.bharattable-green,
  height: 26px;
table.prettytable {
margin: 1em 1em 1em 0;
background: #eefcf5;
border: 1px #b0ddc6 solid;
border-collapse: collapse;
empty-cells: show;
}
}
table.bharattable-green th, table.bharattable-green td,
.menustyle-tennivalok .sf-menu {
table.prettytable th, table.prettytable td {
  background-color: #744203;
border: 1px #b0ddc6 solid;
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/0/0f/Menu-orange.jpg');
padding: 0.2em 0.4em;
}
}
table.bharattable-green th, table.bharattable-green td.hl3, table.bharattable-green th.hl3,
.menustyle-tennivalok .sf-menu li li {
table.prettytable th, table.prettytable td.hl3, table.bharattable-green th.hl3 {
  background: #744203;
background: #cef2e0;
text-align: center;
}
}
.menustyle-tennivalok .sf-menu li li li {
table.bharattable-green td.hl1, table.bharattable-green th.hl1,
  background: #744203;
table.prettytable td.hl1, table.bharattable-green th.hl1 {
background: #c5d8fc;
text-align: center;
}
table.bharattable-green td.hl2, table.bharattable-green th.hl2,
table.prettytable td.hl2, table.bharattable-green th.hl2 {
background: #a7c1f2;
text-align: center;
}
}
table.bharattable-green caption,
.menustyle-tennivalok .sf-menu li:hover,
table.prettytable caption {
.menustyle-tennivalok .sf-menu li.sfHover,
margin-left: inherit;
.menustyle-tennivalok .sf-menu a:focus,
margin-right: inherit;
.menustyle-tennivalok .sf-menu a:hover,
font-weight: bold;
.menustyle-tennivalok .sf-menu a:active,
.menustyle-tennivalok .wikiMenu-rootContainer a:focus,
.menustyle-tennivalok .wikiMenu-rootContainer a:hover,
.menustyle-tennivalok .wikiMenu-rootContainer a:active
{
  background: #a15f15;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/2/21/Menu-orange-sel.jpg");
  outline: 0;
}
}
/***** 7. bharattable-purple, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
   
   
.style-tennivalok ul.tabset-tabs {
/* bharattable-purple (Prettytable) class for skinning normal tables */
  border-color: #b4aa9e;
table.bharattable-purple,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f0f0fe;
border: 1px #b0b0ff solid;
border-collapse: collapse;
empty-cells: show;
}
}
table.bharattable-purple th, table.bharattable-purple td,
.style-tennivalok ul.tabset-tabs a {
table.prettytable th, table.prettytable td {
  background-color:#aa9a88;
border: 1px #b0b0ff solid;
  border-color: #b4a99c;  
padding: 0.2em 0.4em;
  color:black !important;
}
}
.style-tennivalok ul.tabset-tabs a:hover {
table.bharattable-purple th, table.bharattable-purple td.hl3, table.bharattable-purple th.hl3,
  background-color: #c1b6a9;
table.prettytable th, table.prettytable td.hl3, table.bharattable-purple th.hl3 {
background: #e3e3f9;
text-align: center;
}
}
.style-tennivalok ul.tabset-tabs a.current {
table.bharattable-purple td.hl1, table.bharattable-purple th.hl1,
  background-color: #dfdad3;
table.prettytable td.hl1, table.bharattable-purple th.hl1 {
  border-bottom:2px solid #dfdad3;
background: #c5d8fc;
text-align: center;
}
}
.style-tennivalok div.tab-single {
table.bharattable-purple td.hl2, table.bharattable-purple th.hl2,
  zoom: 1; /* IE6 bug a háttérszínnel */
table.prettytable td.hl2, table.bharattable-purple th.hl2 {
  background: #dfdad3;
background: #a7c1f2;
  border-color: #b4a99c;
text-align: center;
}
table.bharattable-purple caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
}
.style-tennivalok .tab-single table {
/***** 7. bharattable-pink, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
  color: black;
/* bharattable-pink (Prettytable) class for skinning normal tables */
table.bharattable-pink,
table.prettytable {
margin: 1em 1em 1em 0;
background: #fef5f6;
border: 1px #ffa6a6 solid;
border-collapse: collapse;
empty-cells: show;
}
}
.style-tennivalok .heading-custom {
table.bharattable-pink th, table.bharattable-pink td,
  color: #39322b;
table.prettytable th, table.prettytable td {
border: 1px #ffa6a6 solid;
padding: 0.2em 0.4em;
}
}
 
table.bharattable-pink th, table.bharattable-pink td.hl3, table.bharattable-pink th.hl3,
.style-tennivalok .heading-custom span {
table.prettytable th, table.prettytable td.hl3, table.bharattable-pink th.hl3 {
  border-bottom: 1px dotted #7d6f5f;
background: #f9d7db;
text-align: center;
}
}
 
table.bharattable-pink td.hl1, table.bharattable-pink th.hl1,
.elstyle-tennivalok .eligazitoLap {
table.prettytable td.hl1, table.bharattable-pink th.hl1 {
  border: 1px solid #b4a99c;
background: #c5d8fc;
  background-color: #dfdad3;
text-align: center;
}
}
 
table.bharattable-pink td.hl2, table.bharattable-pink th.hl2,
.elstyle-tennivalok div.eligazitoLapCim {
table.prettytable td.hl2, table.bharattable-pink th.hl2 {
  color: #443220;
background: #a7c1f2;
text-align: center;
}
}
 
table.bharattable-pink caption,
.elstyle-tennivalok .eligazitoElem:hover,
table.prettytable caption {
.elstyle-tennivalok .eeHover {
margin-left: inherit;
  background-color: #ccbba6;
margin-right: inherit;
font-weight: bold;
}
}


.elstyle-tennivalok .eligazitoLeiras {
/* Infobox template style */
  color: #543f28;
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
}
}
 
.infobox.bordered {
.buttonstyle-tennivalok .bigButton {
    border-collapse: collapse;
  color: #543f28;
  background-color: #ccbba6;
}
}
 
.infobox.bordered td,
.buttonstyle-tennivalok .bigButton a {
.infobox.bordered th {
  color: #543f28;
    border: 1px solid #aaa;
}
}
 
.infobox.bordered .borderless td,
.buttonstyle-tennivalok .bigButton:hover {
.infobox.bordered .borderless th {
  background-color: #baa286;
    border: 0;
}
}
   
   
/* STÍLUSOK - Segítség (vörös) */
.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}
   
   
.menustyle-segitseg, .menustyle-segitseg .wikiMenu-rootContainer {
.infobox.standard-talk {
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/9/91/Menu-red.jpg');
    border: 1px solid #c0c090;
  height: 26px;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}
}
   
   
.menustyle-segitseg .sf-menu {
/* Styles for geography infoboxes, eg countries,
  background-color: #6a0304;
  country subdivisions, cities, etc.            */
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/9/91/Menu-red.jpg');
.infobox.geography {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
}
}
   
   
.menustyle-segitseg .sf-menu li li {
.infobox.geography  td,
  background: #6a0304;
.infobox.geography  th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
}
.menustyle-segitseg .sf-menu li li li {
.infobox.geography .mergedtoprow td,
  background: #6a0304;
.infobox.geography .mergedtoprow th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
}
   
   
.menustyle-segitseg .sf-menu li:hover,
.infobox.geography .mergedrow td,
.menustyle-segitseg .sf-menu li.sfHover,
.infobox.geography .mergedrow th {
.menustyle-segitseg .sf-menu a:focus,
    border: 0;
.menustyle-segitseg .sf-menu a:hover,
    padding: 0 0.6em 0.2em 0.6em;
.menustyle-segitseg .sf-menu a:active,
.menustyle-segitseg .wikiMenu-rootContainer a:focus,
.menustyle-segitseg .wikiMenu-rootContainer a:hover,
.menustyle-segitseg .wikiMenu-rootContainer a:active
{
  background: #c04849;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/0/0d/Menu-red-sel.jpg");
  outline: 0;
}
}
   
   
.style-segitseg ul.tabset-tabs {
.infobox.geography .mergedbottomrow td,
  border-color: #b4a09e;
.infobox.geography .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
}
   
   
.style-segitseg ul.tabset-tabs a {
.infobox.geography .maptable td,
  background-color:#aa8c88;  
.infobox.geography .maptable th {
  border-color: #b49f9c;  
    border: 0;
  color:black !important;
    padding: 0;
}
 
/* Bharatdiscovery Styles for states-district infoboxes */
.infobox.states,.infobox.district {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg14.gif);
    background-repeat:repeat-y;
    background-color:white;
}
}
.style-segitseg ul.tabset-tabs a:hover {
  background-color:#c1aca9;
.infobox.states  td,.infobox.states  th, .infobox.district  td,
.infobox.district  th {
    border-top: solid 1px #c1e0ff;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
}
.style-segitseg ul.tabset-tabs a.current {
.infobox.states .mergedtoprow td,.infobox.states .mergedtoprow th,.infobox.district .mergedtoprow td,
  background-color:#dfd5d3;
.infobox.district .mergedtoprow th {
  border-bottom:2px solid #dfd5d3;
    border-top: solid 1px #c1e0ff;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
}
.style-segitseg div.tab-single {
  zoom: 1; /* IE6 bug a háttérszínnel */
.infobox.states .mergedrow td,.infobox.states .mergedrow th, .infobox.district .mergedrow td,
  background: #dfd5d3;
.infobox.district .mergedrow th {
  border-color: #b49f9c;
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
}
.style-segitseg .tab-single table {
  color: black;
.infobox.states .mergedbottomrow td,.infobox.states .mergedbottomrow th,.infobox.district .mergedbottomrow td,
.infobox.district .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #c1e0ff;
    padding: 0 0.6em 0.4em 0.6em;
}
}
.style-segitseg .heading-custom {
  color: #39322b;
.infobox.states .maptable td,.infobox.states .maptable th, .infobox.district .maptable td,
.infobox.district .maptable th {
    border: 0;
    padding: 0;
}
}


.style-segitseg .heading-custom span {
/* Infoboxstates */
  border-bottom: 1px dotted #7d615f;
.infoboxstates,.infoboxdistrict  td {
vertical-align:top;
}
}
 
/* Bottomtemplate (Prettytable) class for skinning normal tables */
.elstyle-segitseg .eligazitoLap {
table.bottomtemplate,
  border: 1px solid #b49f9c;
table.prettytable {
  background-color: #dfd5d3;
margin: 1em 1em 1em 0;
background: #ffffff;
border: 1px #c8e3f7 solid;
border-collapse: collapse;
empty-cells: show;
font-size:12px;
font-weight: normal;
color:#075352;
width:97%;
}
table.bottomtemplate th, table.bottomtemplate td,
table.prettytable th, table.prettytable td {
border: 1px #c8e3f7 solid;
padding: 0.2em 0.4em;
}
table.bottomtemplate th, table.bottomtemplate td.hl3, table.bottomtemplate th.hl3,
table.prettytable th, table.prettytable td.hl3, table.bottomtemplate th.hl3 {
width:10%;
background: #f0f7fd;
text-align: center;
vertical-align:top
font-size:12px;
font-weight: normal;
color:#075352;
}
table.bottomtemplate td.hl1, table.bottomtemplate th.hl1,
table.prettytable td.hl1, table.bottomtemplate th.hl1 {
background: #c5d8fc;
text-align: center;
}
table.bottomtemplate td.hl2, table.bottomtemplate th.hl2,
table.prettytable td.hl2, table.bottomtemplate th.hl2 {
background: #a7c1f2;
text-align: center;
}
table.bottomtemplate caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: normal;
}
}


.elstyle-tennivalok div.eligazitoLapCim {
/* bottomtemplate-purple (Prettytable) class for skinning normal tables */
  color: #442420;
table.bottomtemplate-purple,
table.prettytable {
margin: 1em 1em 1em 0;
background: #ffffff;
border: 1px #b0b0ff solid;
border-collapse: collapse;
empty-cells: show;
font-size:12px;
font-weight: normal;
color:#191406;
width:97%;
}
table.bottomtemplate-purple th, table.bottomtemplate-purple td,
table.prettytable th, table.prettytable td {
border: 1px #b0b0ff solid;
padding: 0.2em 0.4em;
}
table.bottomtemplate-purple th, table.bottomtemplate-purple td.hl3, table.bottomtemplate-purple th.hl3,
table.prettytable th, table.prettytable td.hl3, table.bottomtemplate-purple th.hl3 {
width:10%;
background: #ececff;
text-align: center;
vertical-align:top
font-size:12px;
font-weight: normal;
color:#191406;
}
table.bottomtemplate-purple td.hl1, table.bottomtemplate-purple th.hl1,
table.prettytable td.hl1, table.bottomtemplate-purple th.hl1 {
background: #c5d8fc;
text-align: center;
}
table.bottomtemplate-purple td.hl2, table.bottomtemplate-purple th.hl2,
table.prettytable td.hl2, table.bottomtemplate-purple th.hl2 {
background: #a7c1f2;
text-align: center;
}
table.bottomtemplate-purple caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: normal;
}
}


.elstyle-segitseg .eligazitoElem:hover,
/* Bharatdiscovery Styles for images infoboxes */
.elstyle-segitseg .eeHover {
.infobox.images {
   background-color: #ccaca6;
    text-align: left;
}
    border-collapse: collapse;
 
    line-height: 1.2em;
.elstyle-segitseg .eligazitoLeiras {
    font-size: 90%;
   color: #542e28;
    background-image: url(/bharatkosh/w/skins/vector/images-bharat/homebg14.gif);
}
    background-repeat:repeat-y;
    background-color:white;
}
.infobox.images  td,
.infobox.images  th {
    border-top: solid 1px #80bde9;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.images .mergedtoprow td,
.infobox.images .mergedtoprow th {
    border-top: solid 1px #80bde9;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.images .mergedrow td,
.infobox.images .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
.infobox.images .mergedbottomrow td,
.infobox.images .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #80bde9;
    padding: 0 0.6em 0.4em 0.6em;
}
.infobox.images .maptable td,
.infobox.images .maptable th {
    border: 0;
    padding: 0;
}
 
/* Bharatdiscovery Styles for author infoboxes */
.infobox.author {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
    background-image: url(/bharatkosh/w/skins/vector/images-bharat/homebg39.gif);
    background-repeat:repeat-y;
    background-color:white;
}
.infobox.author  td,
.infobox.author  th {
    border-top: solid 1px #a8a880;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.author .mergedtoprow td,
.infobox.author .mergedtoprow th {
    border-top: solid 1px #a8a880;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.author .mergedrow td,
.infobox.author .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
.infobox.author .mergedbottomrow td,
.infobox.author .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #a8a880;
    padding: 0 0.6em 0.4em 0.6em;
}
.infobox.author .maptable td,
.infobox.author .maptable th {
    border: 0;
    padding: 0;
}
/* Bharatdiscovery Styles for festival infoboxes */
.infobox.festival {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
    background-image: url(/bharatkosh/w/skins/vector/images-bharat/homebg22.gif);
    background-repeat:repeat-y;
    background-color:white;
}
.infobox.festival  td,
.infobox.festival  th {
    border-top: solid 1px #FFA6A6;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.festival .mergedtoprow td,
.infobox.festival .mergedtoprow th {
    border-top: solid 1px #FFA6A6;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.festival .mergedrow td,
.infobox.festival .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
.infobox.festival .mergedbottomrow td,
.infobox.festival .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #FFA6A6;
    padding: 0 0.6em 0.4em 0.6em;
}
.infobox.festival .maptable td,
.infobox.festival .maptable th {
    border: 0;
    padding: 0;
}
 
/* Bharatdiscovery Styles for scientists infoboxes */
.infobox.scientists,.infobox.artists {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
    background-color:white;
}
.infobox.scientists  td,.infobox.scientists  th, .infobox.artists  td,.infobox.artists  th {
    border-top: solid 1px #a8a880;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.scientists .mergedtoprow td,.infobox.scientists .mergedtoprow th, .infobox.artists .mergedtoprow td,.infobox.artists .mergedtoprow th {
    border-top: solid 1px #a8a880;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.scientists .mergedrow td,.infobox.scientists .mergedrow th,.infobox.artists .mergedrow td,.infobox.artists .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
.infobox.scientists .mergedbottomrow td,.infobox.scientists .mergedbottomrow th, .infobox.artists .mergedbottomrow td,.infobox.artists .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #a8a880;
    padding: 0 0.6em 0.4em 0.6em;
}
.infobox.scientists .maptable td,.infobox.scientists .maptable th,.infobox.artists .maptable td,.infobox.artists .maptable th {
    border: 0;
    padding: 0;
}
 
/* Bharatdiscovery Styles for Intro infoboxes */
 
.infobox.intro {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
    background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg14.gif);
    background-repeat:repeat-y;
    background-color:white;
}
.infobox.intro  td,
.infobox.intro  th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.intro .mergedtoprow td,
.infobox.intro .mergedtoprow th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.intro .mergedrow td,
.infobox.intro .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
.infobox.intro .mergedbottomrow td,
.infobox.intro .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
.infobox.intro .maptable td,
.infobox.intro .maptable th {
    border: 0;
    padding: 0;
}
 
.infoboxintro td {
vertical-align:top;
}
/* Bharatdiscovery Styles for Famous infoboxes */
 
.infobox.famous {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
    background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg45.gif);
    background-color:white;
}
.infobox.famous  td,
.infobox.famous  th {
    border-top: solid 1px #d7d8ec;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.famous .mergedtoprow td,
.infobox.famous .mergedtoprow th {
    border-top: solid 1px #d7d8ec;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.famous .mergedrow td,
.infobox.famous .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
.infobox.famous .mergedbottomrow td,
.infobox.famous .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #d7d8ec;
    padding: 0 0.6em 0.4em 0.6em;
}
.infobox.famous .maptable td,
.infobox.famous .maptable th {
    border: 0;
    padding: 0;
}
 
.infoboxfamous td {
vertical-align:top;
}
 
/* Bharatdiscovery Styles for user infoboxes */
 
.infobox.user {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
    background-image:url(/bharatkosh/w/skins/vector/images-bharat/infofamous.gif);
    background-color:white;
}
.infobox.user  td,
.infobox.user  th {
    border-top: solid 1px #a4d3a6;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.user .mergedtoprow td,
.infobox.user .mergedtoprow th {
    border-top: solid 1px #a4d3a6;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.user .mergedrow td,
.infobox.user .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
.infobox.user .mergedbottomrow td,
.infobox.user .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #a4d3a6;
    padding: 0 0.6em 0.4em 0.6em;
}
.infobox.user .maptable td,
.infobox.user .maptable th {
    border: 0;
    padding: 0;
}
 
.infoboxuser td {
vertical-align:top;
}
 
 
/* Bharatdiscovery Styles for player infoboxes */
.infobox.player {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
    background-image: url(/bharatkosh/w/skins/vector/images-bharat/homebg10.gif);
    background-repeat:repeat-y;
    background-color:white;
}
.infobox.player  td,
.infobox.player  th {
    border-top: solid 1px #a8a880;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.player .mergedtoprow td,
.infobox.player .mergedtoprow th {
    border-top: solid 1px #a8a880;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.player .mergedrow td,
.infobox.player .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
.infobox.player .mergedbottomrow td,
.infobox.player .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #a8a880;
    padding: 0 0.6em 0.4em 0.6em;
}
.infobox.player .maptable td,
.infobox.player .maptable th {
    border: 0;
    padding: 0;
}
/* Bharatdiscovery Styles for historical-characters infoboxes */
.infobox.historical-characters {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
    background-image: url(/bharatkosh/w/skins/vector/images-bharat/bg62.gif);
    background-repeat:repeat-y;
    background-color:white;
}
.infobox.historical-characters  td,
.infobox.historical-characters  th {
    border-top: solid 1px #AE9F93;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.historical-characters .mergedtoprow td,
.infobox.historical-characters .mergedtoprow th {
    border-top: solid 1px #AE9F93;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.historical-characters .mergedrow td,
.infobox.historical-characters .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
.infobox.historical-characters .mergedbottomrow td,
.infobox.historical-characters .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #AE9F93;
    padding: 0 0.6em 0.4em 0.6em;
}
.infobox.historical-characters .maptable td,
.infobox.historical-characters .maptable th {
    border: 0;
    padding: 0;
}
 
/* Infoboxhistorical-characters */
.infoboxhistorical-characters td {
vertical-align:top;
}
 
/* Bharatdiscovery Styles for politician infoboxes */
.infobox.politician {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
    background-color:white;
}
.infobox.politician  td,
.infobox.politician  th {
    border-top: solid 1px #cccccc;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.politician .mergedtoprow td,
.infobox.politician .mergedtoprow th {
    border-top: solid 1px #cccccc;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.politician .mergedrow td,
.infobox.politician .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
.infobox.politician .mergedbottomrow td,
.infobox.politician .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #cccccc;
    padding: 0 0.6em 0.4em 0.6em;
}
.infobox.politician .maptable td,
.infobox.politician .maptable th {
    border: 0;
    padding: 0;
}
 
/* Infoboxpolitician */
.infoboxpolitician td {
vertical-align:top;
}
 
/* Bharatdiscovery Styles for tourism infoboxes */
.infobox.tourism {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg40.gif);
background-repeat:repeat-y;
    background-color:white;
}
.infobox.tourism  td,
.infobox.tourism  th {
    border-top: solid 1px #B0B0FF;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.tourism .mergedtoprow td,
.infobox.tourism .mergedtoprow th {
    border-top: solid 1px #B0B0FF;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.tourism .mergedrow td,
.infobox.tourism .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
.infobox.tourism .mergedbottomrow td,
.infobox.tourism .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #B0B0FF;
    padding: 0 0.6em 0.4em 0.6em;
}
.infobox.tourism .maptable td,
.infobox.tourism .maptable th {
    border: 0;
    padding: 0;
}
 
/* Infoboxtourism */
.infoboxtourism td {
vertical-align:top;
}
 
 
/* Bharatdiscovery Styles for Collapsible Table */
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised.              */
text-align: right;
width: auto;
}
 
/* Default skin for navigation boxes */
table.navbox {            /* Navbox container style */
  border: 1px solid #aaa;
  width: 100%;
  margin: auto;
  clear: both;
  font-size: 100%;
  text-align: center;
  padding: 1px;
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
  margin-top: -1px;            /* (doesn't work for IE6, but that's okay)      */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
  text-align: center;      /* Title and above/below styles */
  padding-left: 1em;
  padding-right: 1em;
}
.navbox-group {            /* Group style */
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
.navbox, .navbox-subgroup {
  background: #fdfdfd;    /* Background color */
}
.navbox-list {
  border-color: #fdfdfd;  /* Must match background color */
}
.navbox-title,
table.navbox th {
   background: #ccccff;    /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
  background: #ddddff;    /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #e6e6ff;     /* Level 3 color */
}
.navbox-even {
  background: #f7f7f7;    /* Even row striping */
}
.navbox-odd {
  background: transparent; /* Odd row striping */
}
.navbox .collapseButton { /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Tnavbar]],   */
}
.sign {
background:white;
border:1px solid #a7d7f9;
border-left:none;
padding-left:5px;
padding-right:5px;
}
 
.top-menu {
background:#003366;
color:#FFFFCC;
border:2px #CC9900 solid;
padding-left:5px;
padding-right:5px;
}
.top-menu a {
background:#003366;
color:#FFFFCC;
}
 
.top-menu a:link {
background:#003366;
color:#FFFFCC;
}
 
.top-menu a:link {
background:#003366;
color:#FFFFCC;
}
.top-menu a:visited {
color:#FFFFCC;
}
.top-menu a:hover {
text-decoration: underline;
}
.top-menu2 {
color:#FFFFCC;
}
.top-menu2 a {
background:#003366;
color:#FFFFCC;
}
 
.top-menu2 a:link {
background:#003366;
color:#FFFFCC;
}
 
.top-menu2 a:link {
background:#003366;
color:#FFFFCC;
}
.top-menu2 a:visited {
color:#FFFFCC;
}
.top-menu2 a:hover {
text-decoration: underline;
}
 
.templateright {
background: #f0f7fd;
border: 1px #98C9F1 solid;
margin-left:10px;
}
.indiamap {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/indiamap.jpg);
background-repeat:no-repeat;
background-position:left;
}
 
.bottom-nil {
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #52A5E9;
border-right-color: #52A5E9;
border-bottom-color: #52A5E9;
border-left-color: #52A5E9;
}
 
.top-nil {
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #52A5E9;
border-bottom-color: #52A5E9;
border-left-color: #52A5E9;
}
.right-nil {
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: solid;
border-bottom-color: #9DCCF2;
border-left-color: #9DCCF2;
border-top-width: thin;
border-top-color: #9DCCF2;
}
.left-nil {
border-right-width: thin;
border-bottom-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #9DCCF2;
border-bottom-color: #9DCCF2;
border-top-width: thin;
border-top-color: #9DCCF2;
}
div.topicon {
position: absolute;
top: -3em;
margin-right: -10px;
display: block !important;
}
div.topicon2 {
position: absolute;
top: -2.5em;
margin-right: -10px;
display: block !important;
}
  /* Wordpress*/
.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
 
.commentlist li {
font-weight: bold;
}
 
.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}
 
.commentlist p {
font-weight: normal;
line-height: 2em;
text-transform: none;
}
 
#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
 
.commentmetadata {
font-weight: normal;
}
#sidebar {
font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
 
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}
 
code {
font: 1.1em 'Courier New', Courier, Fixed;
}
 
.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
 
#top-ad-container{
display:inline-block;
width:468px;
height:60px;
position:relative;
left:25%;
}
 
#top-ad{
width:468px;
height:60px;
display:inline-block;
margin-left:auto;
margin-right:auto;
}
 
div#nav-ad
{
width:160px;
height:600px;
position:relative;
}
 
#nav-close
{
width:29px;
height:29px;
cursor:pointer;
position:absolute;
top:0;
right:0;
z-index:21;
}
#nav-close img
{
cursor:pointer;
}
 
div #bottom-ad
{
width:728px;
height:90px;
margin-left:auto;
margin-right:auto;
}
 
div#top-content-ad
{
width:728px;
height:90px;
margin-left:auto;
margin-right:auto;
position:relative;
}
 
#top-content-close
{
width:29px;
height:29px;
cursor:pointer;
position:absolute;
top:0;
right:0;
z-index:21;
}
#top-content-close img
{
cursor:pointer;
}
 
div#float-ad-container
{
height:100%;
position:fixed;
width:300px;
right:0;
z-index:19;
}
 
div#float-ad
{
height:250px;
width:300px;
position:fixed;
bottom:0;
z-index:20;
}
#float-close
{
width:29px;
height:29px;
cursor:pointer;
position:fixed;
bottom:229px;
right:0;
z-index:21;
}
#float-close img
{
cursor:pointer;
}
/*
#p-search input#devnagri{margin-top:35px;}
div.vectorMenu div.menu{z-index:1;}
.firstHeading, #firstHeading{line-height:2.2em;}
h1:lang(anp), h1:lang(as), h1:lang(bh), h1:lang(bho), h1:lang(bn), h1:lang(gu), h1:lang(hi), h1:lang(kn), h1:lang(ks), h1:lang(ml), h1:lang(mr), h1:lang(my), h1:lang(mai), h1:lang(ne), h1:lang(new), h1:lang(or), h1:lang(pa), h1:lang(pi), h1:lang(sa), h1:lang(ta), h1:lang(te){line-height:2.2em !important;}
#firstHeading{color:#003366;font-size:1.74em;}
#bodyContent{line-height:2em;font-size:0.9em;}
h2,h3,h4,h5,h6{color: #003366; background: none;font-weight: normal; margin: 3px; overflow: hidden; padding-top: .5em; padding-bottom: .2em; border-bottom: 1px solid #aaa; width: auto; }
.editsection { float: right; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3,h4,h5,h6 {border-bottom: none; font-weight: bold;}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }
p{font-size:1em;line-height:2em;}
#mw-page-base{background-image:none;}
body{background-color:#ffffff;}
div.vectorTabs li a{height:2.5em;font-size:0.86em;}
#p-personal li{font-size:0.86em;}
div#content{padding:1em;}
ul{line-height:2em;}
img.thumbborder{border:2px solid #706969;padding:1px;}
li {
list-style-type: decimal;
}
 
.hamariaapki-new {
background:#fcfbfc;
border:1px solid #9dc4df;
border-radius:6px;
padding:2px;
}
 
 
 
*/


.buttonstyle-segitseg .bigButton {
/* -- Adverts --*/
  color: #542e28;
  background-color: #ccaca6;
}


.buttonstyle-segitseg .bigButton a {
  color: #542e28;
}


.buttonstyle-segitseg .bigButton:hover {
  background-color: #ba8e86;
}


/*
== Ideiglenes javítások ==
*/


/* "Új üzenetek" elrejtése a felső sorból (LiquidThreads) */
        .advert{
#pt-newmessages {
          position: relative;
  display:none;
        }
}
        .advert img{
/* Bal oldali sáv nagyítása az LQT összesített érkezett üzenetek lapon */
            position: absolute;
.lqt-newmessages-left {
         
  width: 13em;
        }
}

22:19, 26 जून 2022 के समय का अवतरण

/* यहां रखी css सभी त्वचाओंपर असर करेगी */

/*
This is the CSS for all skins (for all users) on MediaWiki.org. 
 
SECTIONS:
1. Indication of namespaces
2. Color classes for content
3. Special pages
4. Main page styling
5. Sidebar external links
6. Extension:Matrix stuff
7. Wikitables, infobox templates, warnings, and other such stylings
8. Some other small things
*/
 
/***** 1. INDICATION OF NAMESPACES *****/
 
/* Pseudo NS Special (light grey) */
.ns--2 #content { background-color: #f4f4f4; }
.ns--2 div.thumb { border-color: #f4f4f4; } 
 
/* NS Project + Project_talk (light sky blue) */
.ns-4 #content, .ns-5 #content { background-color: #fff; }
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; } 
 
/* NS MediaWiki + MediaWiki_talk (light grey) */
.ns-8 #content, .ns-9 #content { background-color: #fff; }
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; } 
 
/* NS Lab + Lab_talk (light bluish violet) */
.ns-100 #content, .ns-101 #content { background-color: white; }
.ns-100 div.thumb, .ns-101 div.thumb { border-color: white; } 
 
/* NS Portal + Portal_talk (white) */
.ns-112 #content, .ns-113 #content { background-color:white; }
.ns-112 div.thumb, .ns-113 div.thumb { border-color:white; } 

/* NS Help (but NOT Help_talk) (blue border and Public Domain icon)  */
.ns-12 #content {
	border: 2px solid #0000cc;
	border-right: none;
	background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.ns-12 #bodyContent {
	background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
	background-repeat: no-repeat;
	background-position: right 5em;
}
 
/***** 2. COLOR CLASSES FOR CONTENT  *****/
 
/* Border colors */
.borderc1 { border-color: #e9e9e9; border-width: thin; }  /* light grey */
.borderc2 { border-color: #aaaaaa; border-width: thin; }  /* grey (as toc) */
.borderc3 { border-color: #777777; border-width: thin; }  /* dark grey */
.borderc4 { border-color: #000000; border-width: thin; }  /* black */
.borderc5 { border-color: #c00000; border-width: thin; }  /* red */
.borderc6 { border-color: #025e9d; border-width: thin; }  /* blue */
.borderc7 { border-color: #008040; border-width: thin; }  /* green */
.borderc8 { border-color: #ffcc00; border-width: thin; }  /* yellow */
 
/* Background colors */
.backgroundc1 { background-color: #ffffff; }  /* white */
.backgroundc2 { background-color: #f9f9f9; }  /* light grey (as toc)  */
.backgroundc3 { background-color: #eeeeee; }  /* light grey (headers) */ 
.backgroundc4 { background-color: #e0e0e0; }  /* more grey */
.backgroundc5 { background-color: #d2d2d2; }  /* more grey */
.backgroundc6 { background-color: #b7b7b7; }  /* more grey */
.backgroundc7 { background-color: #a3a3a3; }  /* darker grey */
.backgroundc8 { background-color: #444455; }  /* very dark grey */
 
/***** 3. SPECIAL PAGES *****/
 
/* Marking redirects  */
.allpagesredirect, .watchlistredir, .redirect-in-category { font-style: italic; }
 
/* Coloured edit size numbers on watchlist/recentchanges */
.mw-plusminus-pos { color: #006400; } /* darkgreen */
.mw-plusminus-neg { color: #8b0000; } /* darkred */
 
/* Consistent special page navigation */
.sp-cached {
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.svg/20px-Clock%20and%20warning.svg);
	background-position: 5px 3px;
	background-repeat: no-repeat;
	padding: 4px 0 4px 30px;
	font-style: italic;
	color: #606000;
	margin: 0.3em 0;
	border: 1px solid #eeee80;
	background-color: #ffffe0;
}
.SpecialPageInfo {
	background-color: #f9f9f9;
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
	background-position: 0.8em 0.5em;
	background-repeat: no-repeat;
	padding: 0.3em 0.5em 0.3em 5.0em;
	border-color: #025e9d; 
	border-width: 1px; 
	border-style: solid;
	border-bottom-width: medium;
	margin-bottom: 1em;
}
 
#searchresulttext {
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/45px-Exquisite-kfind.png);
}
 
.mw-viewprevnext {
	display: block;
	border: 1px solid #cccccc;
	background-color: #f9f9f2;
	padding: 0.2em 0.4em;
}
 
/* Special:Statistics */
.StatsTable {
	background: transparent;
	width: 75%;
}
.StatsTable th {
	vertical-align: middle;
	text-align: center;
	width: 50px;
}
.StatsTable th, .StatsTable td {
	background-color: #ffffff;
	padding: 0.5em 1em;
	border: 1px solid #ccccdd;
	margin: 0.4em;
}
.StatsTable tr {
	background-color: #ffffff;
}
 
/* Special:Search (more whitespace) */
.page-Special_Search #search {
	padding: 1em 0 2em 0;
}
.page-Special_Search #powersearch {
	border: 1px solid #cccccc;
	padding: 0.5em 0.5em;
}
.page-Special_Search #powersearch-namespaces {
	padding-left: 1em;
	margin: 0.7em 0;
}
.page-Special_Search #powersearch-namespaces label {
	white-space: nowrap;
	min-width: 8.4em;
	display: block;
	float: left;
}
.page-Special_Search br { clear: left; } /* Clear search button, but not check-boxes */
 
/***** 4. MAIN PAGE STYLING *****/
 
#mainpage_topbox {
	background: #f9f9f9;
	padding: 0px;
	border: 1px solid #aaaaaa;
	margin: 0.2em 10px 10px;
}
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
	font-size: 105%;
	padding: 0.4em;
	background-color: #eeeeee;
	border-bottom: 1px solid #aaaaaa;
}
.mainpage_boxtitle {
	line-height: 120%;
}
#mainpage_pagetitle {
	color: #cf7606;
	font-size: 200% !important;
}
#mainpage_sitelinks {
	padding: 0.2em;
	text-align: center;
	background-color: white;
}
.mainpage_hubtitle {
	text-align: center;
}
.mainpage_boxcontents, .mainpage_boxcontents_small {
	background: #ffffff;
	padding: 0.2em 0.4em;
}
.mainpage_boxcontents_small {
	font-size: 95%;
}
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
	padding: 0;
	border: 1px solid #aaaaaa;
}
.mainpage_hubbox {
	margin-bottom: 0;
}
#mainpage_newscell {
	margin-bottom: 15px;
	margin-top: 0 !important;
}
#mainpage_newscell .mainpage_boxtitle {
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
	background-repeat: no-repeat;
	background-position: 99% 0.3em;
	padding-right: 25px;
}
#mainpage_downloadcell {
	width: 17em;
	margin-bottom: 5px;
}
#mainpage_downloadcell .mainpage_boxtitle {
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
	background-repeat: no-repeat;
	background-position: 96% 0.33em;
	padding-right: 25px;
}
#mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */
 
/* The "mainpage" class is added to the body with javascript for the main page in all */
/* languages, so we can style things that apppear on the main page and also elsewhere. */
.mainpage #lastmod, 
.mainpage #siteSub, 
.mainpage h1.firstHeading {
	display: none !important;
} 
.mainpage #content {
	padding-top: 1em;
}
 
/***** 5. SIDEBAR EXTERNAL LINKS *****/
 
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
	background: url(/skins-1.5/monobook/external.png) center right no-repeat;
	padding-right: 13px;
	color: #3366bb;
}
 
/***** 6. PRETTIFY [[Extension Matrix]] *****/  
 
.xm-table {
	border: 1px solid #666666;
	background-color: white;
}
.xm-table td, .xm-table th {
	vertical-align: top;
	text-align: left;
	border: none;
	background-color: #EEEEEE;
}
.xm-table th, .xm-name { font-weight: bold; }
.xm-status-unknown, 
.xm-type-unknown {
	color: #888888;
}
.xm-status-experimental { color: red; }
.xm-status-beta { color: blue; }
.xm-status-stable { color: green; }
.xm-name, .xm-status,
.xm-type, .xm-version,
.xm-updated {
	white-space: nowrap;
}
.xm-updated { font-size:80%; }
.xm-alert { background-color: yellow; }
td.xm-blank { background-color: inherit; }
td.xm-updated { background-color: inherit; }
td.xm-description { background-color: inherit; font-style: italic; }
 
th.xm-blank,
th.xm-updated,
th.xm-description {
	background-color: inherit;
	padding-bottom: 0.6ex;
	border-bottom: 1px solid #666666;
}  
 
/***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
 
/* Wikitable (Prettytable) class for skinning normal tables */
table.wikitable,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #a7d7f9 solid;
	border-collapse: collapse;
	empty-cells: show;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
	border: 1px #a7d7f9 solid;
	padding: 0.2em 0.4em;
}
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
	background: #94c3eb;
	text-align: center;
}
table.wikitable td.hl1, table.wikitable th.hl1,
table.prettytable td.hl1, table.wikitable th.hl1 {
	background: #c5d8fc;
	text-align: center;
}
table.wikitable td.hl2, table.wikitable th.hl2,
table.prettytable td.hl2, table.wikitable th.hl2 {
	background: #a7c1f2;
	text-align: center;
}
table.wikitable caption,
table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
}

/* tourinfotable (Prettytable) class for skinning normal tables */
table.tourinfotable,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaaaaa solid;
	border-collapse: collapse;
	empty-cells: show;
	font-size:12px;
	font-weight: normal;
	color:#4f4f01;
}
table.tourinfotable th, table.tourinfotable td,
table.prettytable th, table.prettytable td {
	border: 1px #aaaaaa solid;
	padding: 0.2em 0.4em;
}
table.tourinfotable th, table.tourinfotable td.hl3, table.tourinfotable th.hl3,
table.prettytable th, table.prettytable td.hl3, table.tourinfotable th.hl3 {
	background: #f7e6b9;
	text-align: right;
	vertical-align:top
	font-size:12px;
	font-weight: normal;
	color:#4f4f01;
}
table.tourinfotable td.hl1, table.tourinfotable th.hl1,
table.prettytable td.hl1, table.tourinfotable th.hl1 {
	background: #c5d8fc;
	text-align: center;
}
table.tourinfotable td.hl2, table.tourinfotable th.hl2,
table.prettytable td.hl2, table.tourinfotable th.hl2 {
	background: #a7c1f2;
	text-align: center;
}
table.tourinfotable caption,
table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: normal;
}
/* General purpose "pretty (data) tables" */
table.datatable { background-color: transparent; }
table.datatable th, table.datatable td { padding: 4px; }
table.datatable th { text-align: left; background-color: #999999; }
table.datatable tr { background-color: #cccccc; }
table.datatable tr:hover { background-color: #ffffcc; }

/*bharatkosh styling */ 
table.koshtable { background-color: transparent; border:2px solid #003366;}
table.koshtable th, table.koshtable td {padding: 4px;}
table.koshtable th { text-align: left; background-color: #91b8de; }
table.koshtable tr { background-color: #c3d8ed; }
table.koshtable tr:hover { background-color: #eef0f1; }

table.koshtable2 { background-color: #fff; border:5px solid #101d38; border-radius:5px;}
table.koshtable2 th, table.koshtable2 td {border:1px solid #101d38; border-collapse:collapse; padding:10px;}
table.koshtable2 th { text-align: center; background-color: #5380dd; }
table.koshtable2 tr { background-color: #E1F4FA;}
table.koshtable2 tr:hover { background-color: #fff; }

/* SideBox styling */
div.sideBox {
	position: relative;
	float: right;
	background: white;
	margin-left: 1em;
	border: 1px solid gray;
	padding: 0.3em;
	width: 200px;
	overflow: hidden; 
	clear: right;
}
div.sideBox dl {
	padding: 0;
	margin: 0 0 0.3em 0;
	font-size: 96%;
}
div.sideBox dl dt {
	background: none;
	margin: 0.4em 0 0 0;
}
div.sideBox dl dd {
	margin: 0.1em 0 0 1.1em;
	background-color: #f3f3f3;
}
 
/* Extension infobox styling */
.ext-infobox {
	border: 2px solid #aaaaaa;
	width: 272px;
	float: right;
	margin: 0 0 0.5em 0.5em;
	border-collapse: collapse;
	background-color: white;
}
.ext-infobox td {
	border: 2px none #aaaaaa;
	padding: 0.2em 0.5em;
	border-bottom: 1px solid #f0f0f0 !important;
}
.ext-header {
	background-color: #aaaaaa;
	color: white;
	text-align: left;
}
.ext-header td { padding-top: 0.5em; }
.ext-header img { padding: 0 0.2em 0 0.5em; }
.ext-status-unstable, .ext-status-unstable td { border-color: #990000; }
.ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; }
.ext-status-experimental, .ext-status-experimental td { border-color: #cc6600; }
.ext-status-experimental .ext-header { background-color: #cc6600; }
.ext-status-beta, .ext-status-beta td { border-color: #000099; }
.ext-status-beta .ext-header { background-color: #000099; }
.ext-status-stable, .ext-status-stable td { border-color: #009900; }
.ext-status-stable .ext-header { background-color: #009900; }
 
/* Cute little "tip" boxes */
div.tip {
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	min-height: 30px; /* IE users will hate this... */
}
div.tip-info {
	border: 1px solid #cc9933;
	background-color: #cccc99;
}
div.tip-gotcha {
	border: 1px solid #cc0000;
	background-color: #cc6666;
}
 
/* Language template */
.LanguageLinks { margin-top: 0.5em; }
.LanguageLinks table {
	clear: both;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	padding: 0.2em;
	margin: 0;
	font-size: 85%;
	margin: 0 1px;
}
.LanguageLinks span { white-space: nowrap; }
 
/* Version box on [[Manual:Downloading MediaWiki]] */
#DownloadVersionBox {
	border: 2px solid black;
	border-collapse: collapse; 
	margin: auto;
	width: 50%;
	color: black;
}
#DownloadVersionBox td {
	border: 2px solid black;
	padding: 20px;
}
 
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
.majorwarning {
	background: yellow; 
	padding: 0.3em; 
	text-align: center; 
	font-size: 125%; 
	border: 2px solid red;
}
 
/* Page headings used throughout the wiki (though not very much at the time of writing…) */ 
.page-notice, .page-warning {
	border-width: 1px; 
	border-style: solid;
	padding: 0.3em 0.5em;
	margin-bottom: 1em;
	width: 95%; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
}
 
/* Informative notices at the top of pages (blue) */
.page-notice {
	background-color: #f9f9f9;
	border-color: #025e9d; 
	text-align: left;
}
 
/* Warning information at the top of pages (red) */
.page-warning {
	background-color: #ffffff;
	border-color: #c51919;
	border-width: 2px;
}
.pw-head {
	color: #c51919;
	font-weight: bold;
}
 
/* Used in Template:Notice */
.block-note {
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
	background-position: top left;
	background-repeat: no-repeat;
}
/*
   Using block-contents in the hope that it can apply to all block-level warning templates, 
   with different images applied as backgrounds to the wrapping DIV.
*/
.block-contents {
	display: block;
	padding-left: 20px;
}
 
/* Template documentation ([[Template:Documentation]]) */
.template-documentation {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #aaa; 
	background-color: #ecfcf4; 
	padding: 5px;
}
 
/***** 8. SOME OTHER SMALL THINGS *****/
 
/* Give a bit of space to the TOC */
#toc { margin: 1em 0; }
 
/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 100%; }
.references-small { font-size: 90%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
 
/* Printing of thumbnails (bug 1583) */
div.tright { clear: right; }
 
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons { padding: 0.5em; }
.my-buttons a {
	color: black;
	background-color: #ccddee !important;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	border: thin #006699 outset;
	padding: 0 0.1em 0.1em 0.1em;
}
.my-buttons a:hover, .my-buttons a:active {
	background-color: #bbccdd;
	border-style: inset;
}
 
/* from [[User:Splarka/Help:Linked images]] */
.imagelink_wikilogo a {
	width: 135px;
	height: 135px;
	display: block;
	text-decoration: none;
	background-image: url("http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png");
}
 
/**** reduced subset of the mbox styles from enwiki, mainly for the nice boxflow ****/
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
	border: none;
	padding: 0.25em 0.9em;       /* 0.9em left/right */
	width: 100%;    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                  /* The left image cell */
	border: none;
	padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
	text-align: center;
}
td.mbox-imageright {             /* The right image cell */
	border: none;
	padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
	text-align: center;
}
td.mbox-empty-cell {         /* An empty narrow cell */
	border: none;
	padding: 0px;
	width: 1px;
}
 
/* These mbox-small classes must be placed after all other 
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so 
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
	clear: right;
	float: right;
	margin: 4px 0 4px 1em;
	width: 238px;
	font-size: 88%;
	line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
	margin: 4px 1em 4px 0;
	width: 238px;
	border-collapse: collapse;
	font-size: 88%;
	line-height: 1.25em;
}

/* bharatdiscovery menu */

/* MENÜ */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.sf-menu {
  line-height: 1.0;
}
 
.sf-menu a.new, #content .wikiMenu-rootContainer a.new,
#content .sf-menu a.extiw {
  color: #003399;
}
 
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em; /* left offset of submenus need to match (see below) */
  z-index: 10;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float: left;
  position: relative;
  z-index: 1;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 26px; /* match top ul list item height */
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top:      -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left:      10em; /* match ul width */
  top:      0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top:      -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left:      10em; /* match ul width */
  top:      0;
}
 
.sf-menu a, .wikiMenu-rootContainer a,
#content .sf-menu a.extiw,
#content .sf-menu a.external,
#content .wikiMenu-rootContainer a.extiw,
#content .wikiMenu-rootContainer a.external {
padding: 7px 15px;
  text-decoration:none;
  font-family: "Sergoe UI", Geneva, Arial, "DejaVu Sans", Helvetica, Microsoft Sans Serif, sans-serif;
  font-size: 14px;
  color:#003399;
  background:url(http://hi.bharatdiscovery.org/w/skins/vector/images/tab-break.png) repeat-x; border:solid thin #a7d7f9; border-radius: 4px;
}
.sf-menu a, .sf-menu a:visited, .wikiMenu-rootContainer a, .wikiMenu-rootContainer a:visited  {
  /* visited pseudo selector so IE6 applies text colour*/
  color:      #330099;
}
.sf-menu ul a,
#content .sf-menu ul a.extiw,
#content .sf-menu ul a.external {
padding: 2px 6px;
  font-size: 14px;
}
.sf-menu li.sfHover a {
  text-decoration: none;
}
.sf-menu strong.selflink {
padding: 7px 15px;
  color: #000;
  background:url(http://hi.bharatdiscovery.org/w/skins/vector/images/tab-break.png) repeat-x; border:solid thin #a7d7f9; border-radius: 4px;
  display: block;
}
.sf-menu ul li strong.selflink {
padding: 2px 6px;
  color: #000;
  background:url(http://hi.bharatdiscovery.org/w/skins/vector/images/tab-break.png) repeat-x; border:solid thin #a7d7f9; border-radius: 4px;
  display: block;
}
 
/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right:   2.25em;
  min-width:    1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
  position:    absolute;
  display:    block;
  right:      .75em;
  top:      10px; /* IE6 only */
  width:      10px;
  height:      10px;
  text-indent:   -999em;
  overflow:    hidden;
  background:    url('http://hi.bharatdiscovery.org/w/skins/vector/images/arrow.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */

}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
  top:      .8em;
  background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
.sf-menu ul .sf-sub-indicator {
  top: 4px;
}
.sf-menu ul a > .sf-sub-indicator {
  top: 6px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
 
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0px; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0px; /* arrow hovers for modern browsers*/
}
 
/*** shadows for all but IE6 ***/
.sf-shadow ul {

}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}
 
/* DIV MENÜ (NON-JS) */
.wikiMenu-rootContainer {
  line-height: 1.0;
}
.wikiMenu-rootContainer a {
  float:left;
}
.wikiMenu-container {
  display: none;
}
 
#breadcrumbs-container {
  margin-top: 5px;
  padding-left: 4px;
}
ul#breadcrumbs {
  overflow:hidden;
  display: block;
  list-style:none;
  margin: 0px;
  padding: 0px;
}
 
ul#breadcrumbs li {
  float:left;
  margin:0px;
}
 
ul#breadcrumbs li.rightinfo {
  float:right;
  margin:0px;
}
 
ul#breadcrumbs li a {
  display: block;
  color: #777;
}
 
ul#breadcrumbs li.pre a {
  padding-right: 12px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center right;
}
 
.buborekContent {
  width: 220px;
  border: 1px solid #A7D7F9;
  background-color: #efefef;
  display: none;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
}
 
.buborekTitlebar {
  color: black;
  font-size: 11px;
  font-weight: bold;
  padding: 4px;
  margin-bottom: 2px;
}
 
.buborekInnerContent{
  font-size: 12px;
  padding: 4px;
}
 
.buborekInnerContent p {
  margin: 0;
}
 
div.buborekSection {
    color: black;
    font-weight: bold;
    padding: 2px 0px;
    margin-top: 3px;
}
 
span.buborekSection {
  border-bottom: 1px dotted #999999;
}
 
.buborekSection a,
.buborekSection a.new,
.buborekSection a.mw-redirect {
    color: black
}
 
.buborekCloseButton {
  float: right;
  padding-right: 2px;
  cursor: pointer;
}
 
ul#breadcrumbs.hasBuborekButton li {
  margin-top: 2px;
}
 
ul#breadcrumbs.hasBuborekButton li.buborekButtonContainer {
  margin-top: 0px;
}
 
/* Cím, alcím */
#header-title
{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  margin: 5px 0 10px 0;
  border: none;
  background:#56667d; 
  height:30px
}
 
#header-title.noBreadcrumb {
  margin-top: 15px;
}
 
#header-title.noTabs {
  margin-bottom: 15px;
}
 
#header-title.hasSubtitle, #header-title.hasQuote {
  margin-bottom: 0px;
}
 
#header-title .editsectionmoved {
  margin-left: 0.5em;
  vertical-align: baseline;
  line-height: 1em;
  font-size: 56%;
  font-weight: normal;
}
 
#header-title .editsectionmoved a[href] {
  background: none;
  padding: 0;
}
 
#header-subtitle
{
  text-align: center;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 8px;
}
 
#header-subtitle.noTabs {
  margin-bottom: 15px;
}
 
#header-subtitle.hasQuote {
  margin-bottom: 0px;
}
 
#header-quote
{
  text-align: right;
  font-style: italic;
  margin-bottom: 8px;
}
 
#header-quote.noTabs {
  margin-bottom: 15px;
}
 
/* Tabsetek alapstílus */
ul.tabset-tabs {
  margin:0 !important;
  padding:0;
  height:26px;
  border-bottom:1px solid #a9a9a9;
  list-style: none;
}
 
ul.tabset-tabs li {  
  float:left;   
  padding:0; 
  margin:0;  
  list-style-type:none;  
}
 
ul.tabset-tabs a {
  float:left;
  display:block;
  position:relative;
  padding:3px 15px;
  margin-right:2px;
  height:18px;
  top:1px;
 
  background-color: #3399ff;
  border:1px solid #a9a9a9;  
  border-bottom:0px;
  font-size:12px;
  font-weight: bold;
  text-decoration:none;
  color: black;
  cursor: pointer; 
 
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-radius-topleft: 4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius: 4px;
  border-radius-topright:4px; 
}
 
ul.tabset-tabs a:hover {
  background-color:#b5b5b5;
}
 
ul.tabset-tabs a.current {
  background-color: #d9d9d9;
  border-bottom:2px solid #d9d9d9;  
  color:#000;  
}
 
.tabset-content div.tab-single {
  display: none;
  padding: 8px;
  border: 1px solid #a9a9a9;
  border-width: 0 1px 1px 1px;
  background-color:#d9d9d9;
  zoom: 1;
}
 
div.tab-single tt,
div.tab-single code,
div.tab-single table {
  background-color: transparent;
}
 
div.tab-single td {
  vertical-align: top;
}
 
.tabset-content div.tab-nojs {
  display: block;
  border: 1px solid #a9a9a9;
}
 
.tabset-content {
  margin-bottom: 5px;
}
 
.heading-custom {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
 
/* Eligazítólapok */
.eligazitoLap {
  padding: 10px;
  padding-bottom: 5px;
  zoom: 1; /* fos IE6 bug a div-ek háttérszínével */
}
 
div.eligazitoLapCim {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
 
.eligazitoElem {
  padding: 10px 0px;
  margin-bottom: 5px;
  clear: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
 
.eligazitoElem.vanKiegeszites {
  padding: 10px 0 0 0;
  margin-bottom: 3px;
}
 
.eligazitoElem a, .eligazitoWrapLink, .eligazitoWrapLink:visited  {
  color: black;
}
 
.eligazitoElem a:hover,
.eligazitoElem a:focus,
.eligazitoElem a:active,
.eligazitoElem a .eeHover,
.eligazitoWrapLink.eeHover,
.eligazitoWrapLink:hover
 {
  text-decoration: none;
}
 
.eligazitoIkon {
  float: left;
  padding-left: 10px;
}
 
.eligazitoTovabb {
  float: right;
  padding-right: 10px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}
 
.eligazitoTovabb a {
  color: black;
}
 
.eligazitoTartalom {
  margin-left: 56px;
  margin-right: 96px;
}
 
.eligazitoCim {
  font-size: 18px;
  font-weight: bold;
}
 
.eligazitoRovidites {
  padding-left: 10px;
  font-size: 14px;
  font-weight: normal;
}
 
.eligazitoLeiras {
  font-style: italic;
  font-size: 13px;
}
 
.eligazitoKiegeszites {
  margin-left: 56px;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
 
/* SZÉP GOMB (legalábbis szebb, mint ami előtte volt :) ) */
 
.buttonBar {
  padding: 12px 0px;
}
 
.buttonBar a:hover {
  text-decoration: none; /* Chrome-nak kell */
}
 
a.buttonWrapperAnchor:hover {
  text-decoration: none;
}
 
.bigButton {
  margin: 5px 3px;
  padding: 10px 15px;
 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
 
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
 
.bigButton:hover {
  text-decoration: none;
}
 
.bigButton a:hover {
  text-decoration: none;
}
 
.buttonsize-small .buttonBar {
  padding: 7px 0px;
}
 
.buttonsize-small .bigButton {
  margin: 3px 2px;
  padding: 5px 10px;
 
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 
  font-size: 13px;
}
 
.buttonsize-medium .buttonBar {
  padding: 9px 0px;
}
 
.buttonsize-medium .bigButton {
  margin: 4px 3px;
  padding: 7px 13px;
 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
 
  font-size: 15px;
}
 
/* STÍLUSOK - Alap (szürke) */
.menustyle-basic, .menustyle-basic .wikiMenu-rootContainer {
  background:white;
  height: 26px;
}
.menustyle-basic .sf-menu {
  background:white;
}
.menustyle-basic .sf-menu li li {
  background: white;
}
.menustyle-basic .sf-menu li li li {
  background: white;
}
.menustyle-basic .sf-menu li:hover,
.menustyle-basic .sf-menu li.sfHover,
.menustyle-basic .sf-menu a:focus,
.menustyle-basic .sf-menu a:hover,
.menustyle-basic .sf-menu a:active,
.menustyle-basic .wikiMenu-rootContainer a:focus,
.menustyle-basic .wikiMenu-rootContainer a:hover,
.menustyle-basic .wikiMenu-rootContainer a:active
 {
  background: white;
  outline:    0;
}
 
.elstyle-basic .eligazitoLap {
  border: 1px solid #a9a9a9;
  background-color: #d9d9d9;
}
 
.elstyle-basic div.eligazitoLapCim {
  color: #323232;
}
 
.elstyle-basic .eligazitoElem:hover,
.elstyle-basic .eeHover {
  background-color: #b9b9b9;
}
 
.elstyle-basic .eligazitoLeiras {
  color: #3e3e3e;
}
 
.buttonstyle-basic .bigButton {
  color: #3e3e3e;
  background-color: #b9b9b9;
}
 
.buttonstyle-basic .bigButton a {
  color: #3e3e3e;
}
 
.buttonstyle-basic .bigButton:hover {
  background-color: #a0a0a0;
}
 
/* STÍLUSOK - Közösség (zöld) */
 
.menustyle-kozosseg, .menustyle-kozosseg .wikiMenu-rootContainer {
  height: 26px;
}
 
.menustyle-kozosseg .sf-menu {
  background-color: #436248;
}
 
.menustyle-kozosseg .sf-menu li li {
  background:    #476a4d;
}
.menustyle-kozosseg .sf-menu li li li {
  background:    #476a4d;
}
 
.menustyle-kozosseg .sf-menu li:hover,
.menustyle-kozosseg .sf-menu li.sfHover,
.menustyle-kozosseg .sf-menu a:focus,
.menustyle-kozosseg .sf-menu a:hover,
.menustyle-kozosseg .sf-menu a:active,
.menustyle-kozosseg .wikiMenu-rootContainer a:focus,
.menustyle-kozosseg .wikiMenu-rootContainer a:hover,
.menustyle-kozosseg .wikiMenu-rootContainer a:active
 {
  outline: 0;
}
 
.style-kozosseg ul.tabset-tabs {
  border-color: #9eb49e;
}
 
.style-kozosseg ul.tabset-tabs a {
  background-color:#89ab8a; 
  border-color: #9eb49e;   
  color:black !important;
}
.style-kozosseg ul.tabset-tabs a:hover {
  background-color:#a9c1aa;
}
.style-kozosseg ul.tabset-tabs a.current {
  background-color:#d3dfd4;
  border-bottom:2px solid #d3dfd4;  
}
.style-kozosseg div.tab-single {
  zoom: 1; /* IE6 bug a háttérszínnel */
  background: #d3dfd4;
  border-color: #9eb49e;
}
.style-kozosseg .tab-single table {
  color: black;
}
 
.style-kozosseg .heading-custom {
  color: #2b392b;
}
 
.style-kozosseg .heading-custom span {
  border-bottom: 1px dotted #5f7d5f;
}
 
.elstyle-kozosseg .eligazitoLap {
  border: 1px solid #9eb49e;
  background-color: #d3dfd4;
}
 
.elstyle-kozosseg div.eligazitoLapCim {
  color: #204422;
}
 
.elstyle-kozosseg .eligazitoElem:hover,
.elstyle-kozosseg .eeHover {
  background-color: #a6cca7;
}
 
.elstyle-kozosseg .eligazitoLeiras {
  color: #28542b;
}
 
.buttonstyle-kozosseg .bigButton {
  color: #28542b;
  background-color: #a6cca7;
}
 
.buttonstyle-kozosseg .bigButton a {
  color: #28542b;
}
 
.buttonstyle-kozosseg .bigButton:hover {
  background-color: #87ba86;
}
 
/* STÍLUSOK - Megbeszélések (kék) */
 
.menustyle-megbeszelesek, .menustyle-megbeszelesek .wikiMenu-rootContainer {
  background:#9df0f3;
  height: 26px;
}
 
.menustyle-megbeszelesek .sf-menu {
    background:#9df0f3;
}
 
.menustyle-megbeszelesek .sf-menu li li {
  background:    #4b5c6e;
}
.menustyle-megbeszelesek .sf-menu li li li {
  background:    #4b5c6e;
}
 
.menustyle-megbeszelesek .sf-menu li:hover,
.menustyle-megbeszelesek .sf-menu li.sfHover,
.menustyle-megbeszelesek .sf-menu a:focus,
.menustyle-megbeszelesek .sf-menu a:hover,
.menustyle-megbeszelesek .sf-menu a:active,
.menustyle-megbeszelesek .wikiMenu-rootContainer a:focus,
.menustyle-megbeszelesek .wikiMenu-rootContainer a:hover,
.menustyle-megbeszelesek .wikiMenu-rootContainer a:active
 {
  outline:    0;
}
 
.style-megbeszelesek ul.tabset-tabs {
  border-color: #9ca8b4;
}
 
.style-megbeszelesek ul.tabset-tabs a {
  background-color:#89a; 
  border-color: #9ca8b4;   
  color:black !important;
}
.style-megbeszelesek ul.tabset-tabs a:hover {
  background-color:#a9b7c1;
}
.style-megbeszelesek ul.tabset-tabs a.current {
  background-color:#d3d9df;
  border-bottom:2px solid #d3d9df;  
}
.style-megbeszelesek div.tab-single {
  zoom: 1; /* IE6 bug a háttérszínnel */
  background: #d3d9df;
  border-color: #9ca8b4;
  /*  background: #4F5C6A; */
}
.style-megbeszelesek .tab-single table {
  color: black;
}
 
.style-megbeszelesek .heading-custom {
  color: #2b3239;
}
 
.style-megbeszelesek .heading-custom span {
  border-bottom: 1px dotted #5f707d;
}
 
.elstyle-megbeszelesek .eligazitoLap {
  border: 1px solid #9CA8B4;
  background-color: #D3D9DF;
}
 
.elstyle-megbeszelesek div.eligazitoLapCim {
  color: #203644;
}
 
.elstyle-megbeszelesek .eligazitoElem:hover,
.elstyle-megbeszelesek .eeHover {
  background-color: #a6c1cc;
}
 
.elstyle-megbeszelesek .eligazitoLeiras {
  color: #284454;
}
 
.buttonstyle-megbeszelesek .bigButton {
  color: #284454;
  background-color: #a6c1cc;
}
 
.buttonstyle-megbeszelesek .bigButton a {
  color: #284454;
}
 
.buttonstyle-megbeszelesek .bigButton:hover {
  background-color: #86adba;
}
 
/* STÍLUSOK - Szabályok (sárga) */
 
.menustyle-szabalyok, .menustyle-szabalyok .wikiMenu-rootContainer {
  height: 26px;
}
 
.menustyle-szabalyok .sf-menu {

}
 
.menustyle-szabalyok .sf-menu li li {
  background:    #64683c;
}
.menustyle-szabalyok .sf-menu li li li {
  background:    #64683c;
}
 
.menustyle-szabalyok .sf-menu li:hover,
.menustyle-szabalyok .sf-menu li.sfHover,
.menustyle-szabalyok .sf-menu a:focus,
.menustyle-szabalyok .sf-menu a:hover,
.menustyle-szabalyok .sf-menu a:active,
.menustyle-szabalyok .wikiMenu-rootContainer a:focus,
.menustyle-szabalyok .wikiMenu-rootContainer a:hover,
.menustyle-szabalyok .wikiMenu-rootContainer a:active
 {
  outline:    0;
}
 
.style-szabalyok ul.tabset-tabs {
  border-color: #b2b49c;
}
 
.style-szabalyok ul.tabset-tabs a {
  background-color:#a7aa88; 
  border-color: #b2b49c;   
  color:black !important;
}
.style-szabalyok ul.tabset-tabs a:hover {
  background-color:#bfc1a9;
}
.style-szabalyok ul.tabset-tabs a.current {
  background-color:#dedfd3;
  border-bottom:2px solid #dedfd3;  
}
.style-szabalyok div.tab-single {
  zoom: 1; /* IE6 bug a háttérszínnel */
  background: #dedfd3;
  border-color: #b2b49c;
}
.style-szabalyok .tab-single table {
  color: black;
}
 
.style-szabalyok .heading-custom {
  color: #37392b;
}
 
.style-szabalyok .heading-custom span {
  border-bottom: 1px dotted #7a7d5f;
}
 
.elstyle-szabalyok .eligazitoLap {
  border: 1px solid #b2b49c;
  background-color: #dedfd3;
}
 
.elstyle-szabalyok div.eligazitoLapCim {
  color: #444320;
}
 
.elstyle-szabalyok .eligazitoElem:hover,
.elstyle-szabalyok .eeHover {
  background-color: #c9cca6;
}
 
.elstyle-szabalyok .eligazitoLeiras {
  color: #545328;
}
 
.buttonstyle-szabalyok .bigButton {
  color: #545328;
  background-color: #c9cca6;
}
 
.buttonstyle-szabalyok .bigButton a {
  color: #545328;
}
 
.buttonstyle-szabalyok .bigButton:hover {
  background-color: #b6ba86;
}
 
/* STÍLUSOK - Tennivalók (nsárga) */
 
.menustyle-tennivalok, .menustyle-tennivalok .wikiMenu-rootContainer {
  height: 26px;
}
 
.menustyle-tennivalok .sf-menu {
}
 
.menustyle-tennivalok .sf-menu li li {
  background: #744203;
}
.menustyle-tennivalok .sf-menu li li li {
  background: #744203;
}
 
.menustyle-tennivalok .sf-menu li:hover,
.menustyle-tennivalok .sf-menu li.sfHover,
.menustyle-tennivalok .sf-menu a:focus,
.menustyle-tennivalok .sf-menu a:hover,
.menustyle-tennivalok .sf-menu a:active,
.menustyle-tennivalok .wikiMenu-rootContainer a:focus,
.menustyle-tennivalok .wikiMenu-rootContainer a:hover,
.menustyle-tennivalok .wikiMenu-rootContainer a:active
 {
  outline: 0;
}
 
.style-tennivalok ul.tabset-tabs {
  border-color: #b4aa9e;
}
 
.style-tennivalok ul.tabset-tabs a {
  background-color:#aa9a88; 
  border-color: #b4a99c;   
  color:black !important;
}
.style-tennivalok ul.tabset-tabs a:hover {
  background-color: #c1b6a9;
}
.style-tennivalok ul.tabset-tabs a.current {
  background-color: #dfdad3;
  border-bottom:2px solid #dfdad3;  
}
.style-tennivalok div.tab-single {
  zoom: 1; /* IE6 bug a háttérszínnel */
  background: #dfdad3;
  border-color: #b4a99c;
}
.style-tennivalok .tab-single table {
  color: black;
}
.style-tennivalok .heading-custom {
  color: #39322b;
}
 
.style-tennivalok .heading-custom span {
  border-bottom: 1px dotted #7d6f5f;
}
 
.elstyle-tennivalok .eligazitoLap {
  border: 1px solid #b4a99c;
  background-color: #dfdad3;
}
 
.elstyle-tennivalok div.eligazitoLapCim {
  color: #443220;
}
 
.elstyle-tennivalok .eligazitoElem:hover,
.elstyle-tennivalok .eeHover {
  background-color: #ccbba6;
}
 
.elstyle-tennivalok .eligazitoLeiras {
  color: #543f28;
}
 
.buttonstyle-tennivalok .bigButton {
  color: #543f28;
  background-color: #ccbba6;
}
 
.buttonstyle-tennivalok .bigButton a {
  color: #543f28;
}
 
.buttonstyle-tennivalok .bigButton:hover {
  background-color: #baa286;
}
 
/* STÍLUSOK - Segítség (vörös) */
 
.menustyle-segitseg, .menustyle-segitseg .wikiMenu-rootContainer {
  height: 26px;
}
 
.menustyle-segitseg .sf-menu {
  background-color: #6a0304;
}
 
.menustyle-segitseg .sf-menu li li {
  background: #6a0304;
}
.menustyle-segitseg .sf-menu li li li {
  background: #6a0304;
}
 
.menustyle-segitseg .sf-menu li:hover,
.menustyle-segitseg .sf-menu li.sfHover,
.menustyle-segitseg .sf-menu a:focus,
.menustyle-segitseg .sf-menu a:hover,
.menustyle-segitseg .sf-menu a:active,
.menustyle-segitseg .wikiMenu-rootContainer a:focus,
.menustyle-segitseg .wikiMenu-rootContainer a:hover,
.menustyle-segitseg .wikiMenu-rootContainer a:active
 {

  outline: 0;
}
 
.style-segitseg ul.tabset-tabs {
  border-color: #b4a09e;
}
 
.style-segitseg ul.tabset-tabs a {
  background-color:#aa8c88; 
  border-color: #b49f9c;   
  color:black !important;
}
.style-segitseg ul.tabset-tabs a:hover {
  background-color:#c1aca9;
}
.style-segitseg ul.tabset-tabs a.current {
  background-color:#dfd5d3;
  border-bottom:2px solid #dfd5d3;  
}
.style-segitseg div.tab-single {
  zoom: 1; /* IE6 bug a háttérszínnel */
  background: #dfd5d3;
  border-color: #b49f9c;
}
.style-segitseg .tab-single table {
  color: black;
}
.style-segitseg .heading-custom {
  color: #39322b;
}
 
.style-segitseg .heading-custom span {
  border-bottom: 1px dotted #7d615f;
}
 
.elstyle-segitseg .eligazitoLap {
  border: 1px solid #b49f9c;
  background-color: #dfd5d3;
}
 
.elstyle-tennivalok div.eligazitoLapCim {
  color: #442420;
}
 
.elstyle-segitseg .eligazitoElem:hover,
.elstyle-segitseg .eeHover {
  background-color: #ccaca6;
}
 
.elstyle-segitseg .eligazitoLeiras {
  color: #542e28;
}
 
.buttonstyle-segitseg .bigButton {
  color: #542e28;
  background-color: #ccaca6;
}
 
.buttonstyle-segitseg .bigButton a {
  color: #542e28;
}
 
.buttonstyle-segitseg .bigButton:hover {
  background-color: #ba8e86;
}
 
/*
== Ideiglenes javítások ==
*/
 
/* "Új üzenetek" elrejtése a felső sorból (LiquidThreads) */
#pt-newmessages {
  display:none;
}
/* Bal oldali sáv nagyítása az LQT összesített érkezett üzenetek lapon */
.lqt-newmessages-left {
  width: 13em;
}
#header-menu {
background:blue;
}
#navMenu {
background:red
}

/*
== menu-button-class ==
*/

.skyblue {
 background-image:url(http://hi.bharatdiscovery.org/w/skins/vector/images/tab-break.png); 
 background-repeat: repeat-x; 
 margin:0px;
 padding-top:3px;
 padding-bottom:3px;
 padding-right:4px;
 padding-left:4px;
 border:solid thin #a7d7f9; 
 border-radius:4px;
}


/*
* MenuSidebar
*/
/* this has to be overridden for every menu */
#p-Menu,
#p-Menu2,
#p-Menu3 {
 overflow: visible; 
}
 
/* this has to be overridden for every menu */
#p-Menu div,
#p-Menu2 div,
#p-Menu3 div {
 margin: 0;
 padding: 0;
}
 
/* this is an example to make the list of the second entry bigger e.g. when ther is a longer text in a list item
#p-Menu ul li.item2 ul {
 width: 16em;
}
*/
 
/* this an example to change the background color of every second list item
li.even {
 background-color: #eeeeee;
}
*/
 
.menuSidebar ul { /* remove bullets and list indents */
 list-style: none;
 margin: 0;
 padding: 0;
}
 
/* this div is only for better handling and navigation  ... could also be done in inner ul*/
.menuSidebar ul div { 
 position: absolute;
 top: -6px;
 left: 100%; /* to position them to the right of their containing block */
 width: 100%; /* width is based on the containing block */
 z-index: 100; /* show ul on top */
}
 
.menuSidebar ul ul { 
 background-color: white;
 border: 1px solid #aaaaaa;
 margin-top: 5px; /* make navigation easier*/
 margin-bottom: 5px; /* make navigation easier*/
 z-index: 101; /* show on top; Needed for IE 7 */
 width: 12em; /* width of inner menu, Needed for IE 7 */
}
 
.menuSidebar li {
 position: relative; /* make li a container for inner elements */
 margin: 1px;
 z-index: 102; /* show on top; Needed for IE 7 */
}
 
/* style, color and size links and headings to suit */
.menuSidebar a {
 font-weight: normal;
 display: block;
 border-width: 0px 0px 0px 0px;
 border-style: solid;
 
 margin: 0px;
 padding: 1px;
 padding-left: 5px;
 color: #000000;
 text-decoration: none;
}
 
/* move the &gt; to the right */
.menuSidebar a em {
 position: absolute;
 right: 4px;
}
 
.menuSidebar li:hover, /* Needed for IE 7 */
.menuSidebar a:hover {
 background: #a7d7f9;
}
 
.menuSidebar li.separator a:hover {
 background: white;
}
 
/* Needed for IE 7 */
.menuSidebar li.separator a,
.menuSidebar li.separator {
 line-height: 0px;
 height: 0px;
 font-size: 0px;
}
 
.menuSidebar ul li:last-Child a { 
 border-width: 0px 0px 0px 0px; // remove the last bottom line 
 padding-bottom: 0px;
}

table.monthtable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #508cb7 groove;
border-collapse: collapse;
empty-cells: show;
}
table.monthtable th, table.monthtable td {
border: 4px #508cb7 groove;
padding: 0.2em 0.4em;
}

/* hides the first level */
.menuSidebar ul li div { display: none; }
 
/* shows the first level and hide the second */
.menuSidebar ul li:hover div, 
.menuSidebar ul li div:hover { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li:hover ul li div { display: none; } /* hide the next level */
 
/* second level*/
.menuSidebar ul li ul li:hover div,
.menuSidebar ul li ul li div:hover  { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li ul li:hover ul li div { display: none; }  /* hide the next level */
 
/* third level */
.menuSidebar ul li ul li ul li:hover div,
.menuSidebar ul li ul li ul li div:hover   { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li ul li ul li:hover ul li div { display: none; }  /* hide the next level */

#siteSub { display:block; font-weight:normal; font-size:small;}

/* BharatDiscovery Adds */
.headbg1  {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg1.gif);
	background-repeat:repeat-y;
	}
.headbg2  {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg2.gif);
	background-repeat:repeat-y;
	}
.headbg3  {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg3.gif);
	background-repeat:repeat-y;
	}
.headbg4  {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg4.gif);
	background-repeat:repeat-y;
	}

.headbg5  {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg5.gif);
	background-repeat:repeat-y;
	}
.headbg6 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg6.gif);
	background-repeat:repeat-y;
	}
.headbg7  {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg7.gif);
	background-repeat:repeat-y;
	}
.headbg8 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg8.gif);
	background-repeat:repeat-y;
	}
.headbg9  {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg9.gif);
	background-repeat:repeat-y;
	}
.headbg10 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg10.gif);
	background-repeat:repeat-y;
	}
.headbg11 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg11.gif);
	background-repeat:repeat-y;
	}
.headbg12 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg12.gif);
	background-repeat:repeat-y;
	}
.headbg13 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg13.gif);
	background-repeat:repeat-y;
	}
.headbg14 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg14.gif);
	background-repeat:repeat-y;
	}
.headbg15 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg15.gif);
	background-repeat:repeat-y;
	}
.headbg16 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg16.gif);
	background-repeat:repeat-y;
	}
.headbg17 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg17.gif);
	background-repeat:repeat-y;
	}
.headbg18 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg18.gif);
	background-repeat:repeat-y;
	}
.headbg19 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg19.gif);
	background-repeat:repeat-y;
	}
.headbg20 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg20.gif);
	background-repeat:repeat-y;
	}
.headbg21 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg21.gif);
	background-repeat:repeat-y;
	}
.headbg22 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg22.gif);
	background-repeat:repeat-y;
	}
.headbg23 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg23.gif);
	background-repeat:repeat-y;
	}
.headbg24 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg24.gif);
	background-repeat:repeat-y;
}
.headbg25 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg25.gif);
	background-repeat:repeat-y;
	}
.headbg26 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg26.gif);
	background-repeat:repeat-y;
}
.headbg27 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg27.gif);
	background-repeat:repeat-y;
	}
.headbg28 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg28.gif);
	background-repeat:repeat-y;
}
.headbg29 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg29.gif);
	background-repeat:repeat-y;
	}
.headbg30 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg30.jpg);
	background-repeat:repeat-y;
}
.headbg31 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg31.gif);
	background-repeat:repeat-x;
}
.headbg32 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg32.gif);
	background-repeat:repeat-y;
}
.headbg33 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg33.gif);
	background-repeat:repeat-x;
}
.headbg34 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg14.gif);
	background-repeat:repeat-y;
	}
.headbg34 td {
vertical-align:top;
}
.headbg37 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg37.gif);
	background-repeat:repeat-x;
	}
#headbg38 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg14.gif);
	background-repeat:repeat-y;
	}
.headbg39 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg39.gif);
	background-repeat:repeat-y;
	}
.headbg40 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg40.gif);
	background-repeat:repeat-y;
	}
.headbg42 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg42.jpg);
	background-repeat:repeat-y;
	}
.headbg43 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg43.gif);
	background-repeat:repeat-y;
}
.headbg44 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg44.gif);
	background-repeat:repeat-y;
}
.headbg45 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg45.gif);
	background-repeat:repeat-y;
}
.headbg46 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg46.gif);
	background-repeat:repeat-x;
}
.headbg47 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg47.gif);
	background-repeat:repeat-y;
}
.headbg48 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg48.gif);
	background-repeat:repeat-y;
	}
.holibg {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/holi-bg.jpg);
}
.landscapebg {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg-landscape.jpg);
}
.vine-back {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/vine-back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}	
	
.srtips {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/srtips.gif);
	background-repeat:repeat-x;
}
#srtips {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/srtips.gif);
	background-repeat:repeat-x;
}
#archbg {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/archbg.gif);
	background-repeat:repeat-x;
}
#leavesbg {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/leavesbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.indianflagbg {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/indianflagbg.jpg);
	background-repeat:repeat-x;
}
.indianflagbg2 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/indianflagbg2.jpg);
	background-repeat:repeat-x;
}
.indianflagbg3 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/indianflagbg3.gif);
}
.indianflagbg4 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/indianflagbg4.gif);
}
.gita {
background: white url(/bharatkosh/w/skins/vector/images-bharat/gita-bg.jpg) 0 0 repeat;
background-repeat:repeat;
}
#textboxrt {
float:right;
width:25%;
font-size:14px;
background-color:#fff;
border:1px solid #a7d7f9;
margin:5px;
padding:5px;
color:#075352;
-moz-border-radius: 6px;
-webkit-border-radius: 6px; 
border-radius: 6px; 
}
#textboxlt {
float:left;
width:25%;
font-size:14px;
background-color:#fff;
border:1px solid #a7d7f9;
margin:5px;
padding:5px;
color:#075352;
-moz-border-radius: 6px;
-webkit-border-radius: 6px; 
border-radius: 6px; 
}
#rollnone a:hover {
background:none;
}
#bgnone  {
background:none;
}

.bgtour {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtour.gif);
	background-repeat:repeat-x;
}
.bgtour2 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtour2.gif);
}
.bgtour3 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtour3.gif);
}
.bgtour4 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtour4.gif);
}
.bgtour5 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtour5.gif);
}
.bgtour6 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtour6.gif);
}
.bgrajya {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgrajya.gif);
}
.bgdharm {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm.gif);
}
.bgdharm2 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm2.gif);
}
.bgdharm3 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm3.gif);
}
.bgdharm4 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm4.gif);
}
.bgdharm5 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm5.gif);
}
.bgdharm6 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm6.gif);
}
.bgdharm7 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm7.gif);
}
.bgdharm8 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharm8.gif);
}
.bgsahitya {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsahitya.gif);
}
.bgsahitya2 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsahitya2.gif);
}
.bgsahitya3 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsahitya3.gif);
}
.bggreen {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggreen.gif);
}
.bggreen2 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggreen2.gif);
}
.bggreen3 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggreen3.gif);
}
.bggreen4 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggreen4.gif);
	background-repeat:repeat-y;
}
.bggreen5 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggreen5.gif);
}
.bggreen7 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggreen7.gif);
	background-repeat:repeat-y;
}
.bgbhugol {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgbhugol.gif);
}
.bgkala {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgkala.gif);
}
.bgkala2 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgkala2.gif);
}
.bgsanskrati {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsanskrati.gif);
}
.bgsanskrati2 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsanskrati2.gif);
}
.bgsanskrati3 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsanskrati3.gif);
	background-repeat:repeat-x;
}
.bgsanskrati4 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgsanskrati4.gif);
}
.bghistory {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bghistory.gif);
}
.bgscience {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgscience.gif);
	background-repeat:repeat-x;
}
.bgdarshan {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdarshan.gif);
}
.bgdarshan2 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdarshan2.gif);
}
.bgdarshan3 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdarshan3.gif);
}
.bgdarshan4 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdarshan4.gif);
}
.bggrid {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggrid.gif);
}
.bggrid1 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/grid-1.gif);
}
.bggame {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggame.gif);
}
.bggame2 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggame2.gif);
}
.bggame3 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggame3.gif);
}
.bggame4 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bggame4.gif);
}
.bgquiz {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgquiz.gif);
}
.bgjeevni {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgjeevni.gif);
}
.bgjeevni2 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgjeevni2.gif);
}
.bgjeevni3 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgjeevni3.gif);
}
.bg42 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg42.gif);
	background-repeat:repeat-y;
}
.bg43 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg43.gif);
	background-repeat:repeat-y;
}
.bg44 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg44.gif);
	background-repeat:repeat-y;
}
.bg45 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg45.gif);
	background-repeat:repeat-y;
}
.bg46 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg46.gif);
	background-repeat:repeat-y;
}
.bg47 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg47.gif);
}
.portal-menu {
	background:#fcfbfc; 
	border:1px solid #a7d7f9; 
	text-align:center;
}

.bgmonth {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg-month.jpg);
	background-repeat:repeat-x;
}
.bgcurrent {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg-current.jpg);
	background-repeat:repeat-x;
}
.bgmonthhead {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg-month-head.jpg);
	background-repeat:repeat-x;
}

.hamariaapki {
background:#fcfbfc; 
border:1px solid #a7d7f9; 
border-top:none; 
padding:none;
}
.hamariaapki2 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki2.gif);
	background-repeat:repeat-x;
}
.hamariaapki3 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki3.gif);
	background-repeat:repeat-x;
}
.hamariaapki4 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki4.gif);
	background-repeat:repeat-x;
}
.hamariaapki5 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki5.gif);
	background-repeat:repeat-x;
}
.hamariaapki6 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki6.gif);
	background-repeat:repeat-x;
}
.hamariaapki7 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki7.gif);
	background-repeat:repeat-x;
}
.hamariaapki8 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/hamariaapki8.gif);
	background-repeat:repeat-x;
}
.bgtourism {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgtourism.gif);
	background-repeat:repeat-x;
}
.bgdharmportal {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgdharmportal.gif);
	background-repeat:repeat-x;
}
.headtour {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/headtour.gif);
	background-repeat:repeat-y;
}
.bgstar {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bgstar.jpg);
}
.bg49 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg49.gif);
	background-repeat:repeat-y;
}
.bg50 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg50.gif);
	background-repeat:repeat-y;
}
.bg51 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg51.gif);
	background-repeat:repeat-y;
}
.bg52 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg52.gif);
	background-repeat:repeat-y;
}
.bg53 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg53.gif);
	background-repeat:repeat-y;
}
.bg54 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg54.gif);
	background-repeat:repeat-y;
}
.bg55 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg55.gif);
	background-repeat:repeat-y;
}
.bg56 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg56.gif);
	background-repeat:repeat-y;
}
.bg57 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg57.gif);
}
.bg58 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg58.gif);
	background-repeat:repeat-y;
}
.bg59 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg59.gif);
	background-repeat:repeat-y;
}
.bg60 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg60.jpg);
	background-repeat:repeat-y;
}
.bg61 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg61.gif);
	background-repeat:repeat-y;
}
.bg62 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg62.gif);
	background-repeat:repeat-y;
}
.bg63 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg63.gif);
	background-repeat:repeat-y;
}
.bg64 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg64.gif);
	background-repeat:repeat-y;
}
.bg65 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg65.gif);
	background-repeat:repeat-y;
}
.bg66 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg66.gif);
	background-repeat:repeat-y;
}
.bg67 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg67.gif);
	background-repeat:repeat-y;
}
.bg68 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg68.gif);
	background-repeat:repeat-y;
}
.bg69 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg69.gif);
	background-repeat:repeat-y;
}
.bg70 {
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg70.gif);
	background-repeat:repeat-y;
}
.quizbg {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg-quiz.jpg);
}
/* Gallery */
#glheader a {
color:#fbecc5;
}

#glheader a:visited {
color:#fbecc5;
}

#glheader a:active {
color:#fbecc5;
}

#glheader a:hover {
color: #CC9900;
background-color:#000000;
}

/***** 7. BHARATTABLE, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
 
/* bharattable (Prettytable) class for skinning normal tables */
table.bharattable,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #a7d7f9 solid;
	border-collapse: collapse;
	empty-cells: show;
}
table.bharattable th, table.bharattable td,
table.prettytable th, table.prettytable td {
	border: 1px #a7d7f9 solid;
	padding: 0.2em 0.4em;
}
table.bharattable th, table.bharattable td.hl3, table.bharattable th.hl3,
table.prettytable th, table.prettytable td.hl3, table.bharattable th.hl3 {
	background: #94c3eb;
	text-align: center;
}
table.bharattable td.hl1, table.bharattable th.hl1,
table.prettytable td.hl1, table.bharattable th.hl1 {
	background: #c5d8fc;
	text-align: center;
}
table.bharattable td.hl2, table.bharattable th.hl2,
table.prettytable td.hl2, table.bharattable th.hl2 {
	background: #a7c1f2;
	text-align: center;
}
table.bharattable caption,
table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
}
/***** 7. bharattable-green, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
 
/* bharattable-green (Prettytable) class for skinning normal tables */
table.bharattable-green,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #eefcf5;
	border: 1px #b0ddc6 solid;
	border-collapse: collapse;
	empty-cells: show;
}
table.bharattable-green th, table.bharattable-green td,
table.prettytable th, table.prettytable td {
	border: 1px #b0ddc6 solid;
	padding: 0.2em 0.4em;
}
table.bharattable-green th, table.bharattable-green td.hl3, table.bharattable-green th.hl3,
table.prettytable th, table.prettytable td.hl3, table.bharattable-green th.hl3 {
	background: #cef2e0;
	text-align: center;
}
table.bharattable-green td.hl1, table.bharattable-green th.hl1,
table.prettytable td.hl1, table.bharattable-green th.hl1 {
	background: #c5d8fc;
	text-align: center;
}
table.bharattable-green td.hl2, table.bharattable-green th.hl2,
table.prettytable td.hl2, table.bharattable-green th.hl2 {
	background: #a7c1f2;
	text-align: center;
}
table.bharattable-green caption,
table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
}
/***** 7. bharattable-purple, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
 
/* bharattable-purple (Prettytable) class for skinning normal tables */
table.bharattable-purple,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f0f0fe;
	border: 1px #b0b0ff solid;
	border-collapse: collapse;
	empty-cells: show;
}
table.bharattable-purple th, table.bharattable-purple td,
table.prettytable th, table.prettytable td {
	border: 1px #b0b0ff solid;
	padding: 0.2em 0.4em;
}
table.bharattable-purple th, table.bharattable-purple td.hl3, table.bharattable-purple th.hl3,
table.prettytable th, table.prettytable td.hl3, table.bharattable-purple th.hl3 {
	background: #e3e3f9;
	text-align: center;
}
table.bharattable-purple td.hl1, table.bharattable-purple th.hl1,
table.prettytable td.hl1, table.bharattable-purple th.hl1 {
	background: #c5d8fc;
	text-align: center;
}
table.bharattable-purple td.hl2, table.bharattable-purple th.hl2,
table.prettytable td.hl2, table.bharattable-purple th.hl2 {
	background: #a7c1f2;
	text-align: center;
}
table.bharattable-purple caption,
table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
}
/***** 7. bharattable-pink, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
 
/* bharattable-pink (Prettytable) class for skinning normal tables */
table.bharattable-pink,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #fef5f6;
	border: 1px #ffa6a6 solid;
	border-collapse: collapse;
	empty-cells: show;
}
table.bharattable-pink th, table.bharattable-pink td,
table.prettytable th, table.prettytable td {
	border: 1px #ffa6a6 solid;
	padding: 0.2em 0.4em;
}
table.bharattable-pink th, table.bharattable-pink td.hl3, table.bharattable-pink th.hl3,
table.prettytable th, table.prettytable td.hl3, table.bharattable-pink th.hl3 {
	background: #f9d7db;
	text-align: center;
}
table.bharattable-pink td.hl1, table.bharattable-pink th.hl1,
table.prettytable td.hl1, table.bharattable-pink th.hl1 {
	background: #c5d8fc;
	text-align: center;
}
table.bharattable-pink td.hl2, table.bharattable-pink th.hl2,
table.prettytable td.hl2, table.bharattable-pink th.hl2 {
	background: #a7c1f2;
	text-align: center;
}
table.bharattable-pink caption,
table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
}

/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}
 
.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}
 
.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}
 
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}
 
/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */
.infobox.geography {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
}
 
.infobox.geography  td,
.infobox.geography  th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.geography .maptable td,
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}

/* Bharatdiscovery Styles for states-district infoboxes */
.infobox.states,.infobox.district {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg14.gif);
    background-repeat:repeat-y;
    background-color:white;
}
 
.infobox.states  td,.infobox.states  th, .infobox.district  td,
.infobox.district  th {
    border-top: solid 1px #c1e0ff;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.states .mergedtoprow td,.infobox.states .mergedtoprow th,.infobox.district .mergedtoprow td,
.infobox.district .mergedtoprow th {
    border-top: solid 1px #c1e0ff;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.states .mergedrow td,.infobox.states .mergedrow th, .infobox.district .mergedrow td,
.infobox.district .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.states .mergedbottomrow td,.infobox.states .mergedbottomrow th,.infobox.district .mergedbottomrow td,
.infobox.district .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #c1e0ff;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.states .maptable td,.infobox.states .maptable th, .infobox.district .maptable td,
.infobox.district .maptable th {
    border: 0;
    padding: 0;
}

/* Infoboxstates */
.infoboxstates,.infoboxdistrict  td {
vertical-align:top;
}
/* Bottomtemplate (Prettytable) class for skinning normal tables */
table.bottomtemplate,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #ffffff;
	border: 1px #c8e3f7 solid;
	border-collapse: collapse;
	empty-cells: show;
	font-size:12px;
	font-weight: normal;
	color:#075352;
	width:97%;
}
table.bottomtemplate th, table.bottomtemplate td,
table.prettytable th, table.prettytable td {
	border: 1px #c8e3f7 solid;
	padding: 0.2em 0.4em;
}
table.bottomtemplate th, table.bottomtemplate td.hl3, table.bottomtemplate th.hl3,
table.prettytable th, table.prettytable td.hl3, table.bottomtemplate th.hl3 {
	width:10%;
	background: #f0f7fd;
	text-align: center;
	vertical-align:top
	font-size:12px;
	font-weight: normal;
	color:#075352;
}
table.bottomtemplate td.hl1, table.bottomtemplate th.hl1,
table.prettytable td.hl1, table.bottomtemplate th.hl1 {
	background: #c5d8fc;
	text-align: center;
}
table.bottomtemplate td.hl2, table.bottomtemplate th.hl2,
table.prettytable td.hl2, table.bottomtemplate th.hl2 {
	background: #a7c1f2;
	text-align: center;
}
table.bottomtemplate caption,
table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: normal;
}

/* bottomtemplate-purple (Prettytable) class for skinning normal tables */
table.bottomtemplate-purple,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #ffffff;
	border: 1px #b0b0ff solid;
	border-collapse: collapse;
	empty-cells: show;
	font-size:12px;
	font-weight: normal;
	color:#191406;
	width:97%;
}
table.bottomtemplate-purple th, table.bottomtemplate-purple td,
table.prettytable th, table.prettytable td {
	border: 1px #b0b0ff solid;
	padding: 0.2em 0.4em;
}
table.bottomtemplate-purple th, table.bottomtemplate-purple td.hl3, table.bottomtemplate-purple th.hl3,
table.prettytable th, table.prettytable td.hl3, table.bottomtemplate-purple th.hl3 {
	width:10%;
	background: #ececff;
	text-align: center;
	vertical-align:top
	font-size:12px;
	font-weight: normal;
	color:#191406;
}
table.bottomtemplate-purple td.hl1, table.bottomtemplate-purple th.hl1,
table.prettytable td.hl1, table.bottomtemplate-purple th.hl1 {
	background: #c5d8fc;
	text-align: center;
}
table.bottomtemplate-purple td.hl2, table.bottomtemplate-purple th.hl2,
table.prettytable td.hl2, table.bottomtemplate-purple th.hl2 {
	background: #a7c1f2;
	text-align: center;
}
table.bottomtemplate-purple caption,
table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: normal;
}

/* Bharatdiscovery Styles for images infoboxes */
.infobox.images {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
    background-image: url(/bharatkosh/w/skins/vector/images-bharat/homebg14.gif);
    background-repeat:repeat-y;
    background-color:white;
}
 
.infobox.images  td,
.infobox.images  th {
    border-top: solid 1px #80bde9;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.images .mergedtoprow td,
.infobox.images .mergedtoprow th {
    border-top: solid 1px #80bde9;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.images .mergedrow td,
.infobox.images .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.images .mergedbottomrow td,
.infobox.images .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #80bde9;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.images .maptable td,
.infobox.images .maptable th {
    border: 0;
    padding: 0;
}

/* Bharatdiscovery Styles for author infoboxes */
.infobox.author {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
    background-image: url(/bharatkosh/w/skins/vector/images-bharat/homebg39.gif);
    background-repeat:repeat-y;
    background-color:white;
}
 
.infobox.author  td,
.infobox.author  th {
    border-top: solid 1px #a8a880;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.author .mergedtoprow td,
.infobox.author .mergedtoprow th {
    border-top: solid 1px #a8a880;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.author .mergedrow td,
.infobox.author .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.author .mergedbottomrow td,
.infobox.author .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #a8a880;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.author .maptable td,
.infobox.author .maptable th {
    border: 0;
    padding: 0;
}
/* Bharatdiscovery Styles for festival infoboxes */
.infobox.festival {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
    background-image: url(/bharatkosh/w/skins/vector/images-bharat/homebg22.gif);
    background-repeat:repeat-y;
    background-color:white;
}
 
.infobox.festival  td,
.infobox.festival  th {
    border-top: solid 1px #FFA6A6;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.festival .mergedtoprow td,
.infobox.festival .mergedtoprow th {
    border-top: solid 1px #FFA6A6;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.festival .mergedrow td,
.infobox.festival .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.festival .mergedbottomrow td,
.infobox.festival .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #FFA6A6;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.festival .maptable td,
.infobox.festival .maptable th {
    border: 0;
    padding: 0;
}

/* Bharatdiscovery Styles for scientists infoboxes */
.infobox.scientists,.infobox.artists {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
    background-color:white;
}
 
.infobox.scientists  td,.infobox.scientists  th, .infobox.artists  td,.infobox.artists  th {
    border-top: solid 1px #a8a880;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.scientists .mergedtoprow td,.infobox.scientists .mergedtoprow th, .infobox.artists .mergedtoprow td,.infobox.artists .mergedtoprow th {
    border-top: solid 1px #a8a880;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.scientists .mergedrow td,.infobox.scientists .mergedrow th,.infobox.artists .mergedrow td,.infobox.artists .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.scientists .mergedbottomrow td,.infobox.scientists .mergedbottomrow th, .infobox.artists .mergedbottomrow td,.infobox.artists .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #a8a880;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.scientists .maptable td,.infobox.scientists .maptable th,.infobox.artists .maptable td,.infobox.artists .maptable th {
    border: 0;
    padding: 0;
}

/* Bharatdiscovery Styles for Intro infoboxes */

.infobox.intro {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
    background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg14.gif);
    background-repeat:repeat-y;
    background-color:white;
}
 
.infobox.intro  td,
.infobox.intro  th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.intro .mergedtoprow td,
.infobox.intro .mergedtoprow th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.intro .mergedrow td,
.infobox.intro .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.intro .mergedbottomrow td,
.infobox.intro .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.intro .maptable td,
.infobox.intro .maptable th {
    border: 0;
    padding: 0;
}

.infoboxintro td {
vertical-align:top;
}
/* Bharatdiscovery Styles for Famous infoboxes */

.infobox.famous {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
    background-image:url(/bharatkosh/w/skins/vector/images-bharat/bg45.gif);
    background-color:white;
}
 
.infobox.famous  td,
.infobox.famous  th {
    border-top: solid 1px #d7d8ec;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.famous .mergedtoprow td,
.infobox.famous .mergedtoprow th {
    border-top: solid 1px #d7d8ec;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.famous .mergedrow td,
.infobox.famous .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.famous .mergedbottomrow td,
.infobox.famous .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #d7d8ec;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.famous .maptable td,
.infobox.famous .maptable th {
    border: 0;
    padding: 0;
}

.infoboxfamous td {
vertical-align:top;
}

/* Bharatdiscovery Styles for user infoboxes */

.infobox.user {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
    background-image:url(/bharatkosh/w/skins/vector/images-bharat/infofamous.gif);
    background-color:white;
}
 
.infobox.user  td,
.infobox.user  th {
    border-top: solid 1px #a4d3a6;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.user .mergedtoprow td,
.infobox.user .mergedtoprow th {
    border-top: solid 1px #a4d3a6;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.user .mergedrow td,
.infobox.user .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.user .mergedbottomrow td,
.infobox.user .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #a4d3a6;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.user .maptable td,
.infobox.user .maptable th {
    border: 0;
    padding: 0;
}

.infoboxuser td {
vertical-align:top;
}


/* Bharatdiscovery Styles for player infoboxes */
.infobox.player {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
    background-image: url(/bharatkosh/w/skins/vector/images-bharat/homebg10.gif);
    background-repeat:repeat-y;
    background-color:white;
}
 
.infobox.player  td,
.infobox.player  th {
    border-top: solid 1px #a8a880;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.player .mergedtoprow td,
.infobox.player .mergedtoprow th {
    border-top: solid 1px #a8a880;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.player .mergedrow td,
.infobox.player .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.player .mergedbottomrow td,
.infobox.player .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #a8a880;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.player .maptable td,
.infobox.player .maptable th {
    border: 0;
    padding: 0;
}
/* Bharatdiscovery Styles for historical-characters infoboxes */
.infobox.historical-characters {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
    background-image: url(/bharatkosh/w/skins/vector/images-bharat/bg62.gif);
    background-repeat:repeat-y;
    background-color:white;
}
 
.infobox.historical-characters  td,
.infobox.historical-characters  th {
    border-top: solid 1px #AE9F93;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.historical-characters .mergedtoprow td,
.infobox.historical-characters .mergedtoprow th {
    border-top: solid 1px #AE9F93;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.historical-characters .mergedrow td,
.infobox.historical-characters .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.historical-characters .mergedbottomrow td,
.infobox.historical-characters .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #AE9F93;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.historical-characters .maptable td,
.infobox.historical-characters .maptable th {
    border: 0;
    padding: 0;
}

/* Infoboxhistorical-characters */
.infoboxhistorical-characters td {
vertical-align:top;
}

/* Bharatdiscovery Styles for politician infoboxes */
.infobox.politician {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
    background-color:white;
}
 
.infobox.politician  td,
.infobox.politician  th {
    border-top: solid 1px #cccccc;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.politician .mergedtoprow td,
.infobox.politician .mergedtoprow th {
    border-top: solid 1px #cccccc;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.politician .mergedrow td,
.infobox.politician .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.politician .mergedbottomrow td,
.infobox.politician .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #cccccc;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.politician .maptable td,
.infobox.politician .maptable th {
    border: 0;
    padding: 0;
}

/* Infoboxpolitician */
.infoboxpolitician td {
vertical-align:top;
}

/* Bharatdiscovery Styles for tourism infoboxes */
.infobox.tourism {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
	background-image:url(/bharatkosh/w/skins/vector/images-bharat/homebg40.gif);
	background-repeat:repeat-y;
    background-color:white;
}
 
.infobox.tourism  td,
.infobox.tourism  th {
    border-top: solid 1px #B0B0FF;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.tourism .mergedtoprow td,
.infobox.tourism .mergedtoprow th {
    border-top: solid 1px #B0B0FF;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.tourism .mergedrow td,
.infobox.tourism .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.tourism .mergedbottomrow td,
.infobox.tourism .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #B0B0FF;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.tourism .maptable td,
.infobox.tourism .maptable th {
    border: 0;
    padding: 0;
}

/* Infoboxtourism */
.infoboxtourism td {
vertical-align:top;
}


/* Bharatdiscovery Styles for Collapsible Table */
.collapseButton {		/* 'show'/'hide' buttons created dynamically by the        */
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.              */
	text-align: right;
	width: auto;
}

/* Default skin for navigation boxes */
table.navbox {            /* Navbox container style */
  border: 1px solid #aaa;
  width: 100%; 
  margin: auto;
  clear: both;
  font-size: 100%;
  text-align: center;
  padding: 1px;
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
  margin-top: -1px;            /* (doesn't work for IE6, but that's okay)       */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
  text-align: center;      /* Title and above/below styles */
  padding-left: 1em;
  padding-right: 1em;
}
.navbox-group {            /* Group style */
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
.navbox, .navbox-subgroup {
  background: #fdfdfd;     /* Background color */
}
.navbox-list {
  border-color: #fdfdfd;   /* Must match background color */
}
.navbox-title,
table.navbox th {
  background: #ccccff;     /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
  background: #ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #e6e6ff;     /* Level 3 color */
}
.navbox-even {
  background: #f7f7f7;     /* Even row striping */
}
.navbox-odd {
  background: transparent; /* Odd row striping */
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Tnavbar]],   */
}
.sign {
background:white;
border:1px solid #a7d7f9; 
border-left:none;
padding-left:5px; 
padding-right:5px;
}

.top-menu {
background:#003366;
color:#FFFFCC;
border:2px #CC9900 solid; 
padding-left:5px; 
padding-right:5px;
}
.top-menu a {
background:#003366;
color:#FFFFCC;
}

.top-menu a:link {
background:#003366;
color:#FFFFCC;
}

.top-menu a:link {
background:#003366;
color:#FFFFCC;
}
.top-menu a:visited {
color:#FFFFCC;
}
.top-menu a:hover {
text-decoration: underline;
}
.top-menu2 {
color:#FFFFCC;
}
.top-menu2 a {
background:#003366;
color:#FFFFCC;
}

.top-menu2 a:link {
background:#003366;
color:#FFFFCC;
}

.top-menu2 a:link {
background:#003366;
color:#FFFFCC;
}
.top-menu2 a:visited {
color:#FFFFCC;
}
.top-menu2 a:hover {
text-decoration: underline;
}

.templateright {
background: #f0f7fd;
border: 1px #98C9F1 solid;
margin-left:10px;
}
.indiamap {
background-image:url(/bharatkosh/w/skins/vector/images-bharat/indiamap.jpg);
background-repeat:no-repeat;
background-position:left;
}

.bottom-nil {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #52A5E9;
	border-right-color: #52A5E9;
	border-bottom-color: #52A5E9;
	border-left-color: #52A5E9;
}

.top-nil {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #52A5E9;
	border-bottom-color: #52A5E9;
	border-left-color: #52A5E9;
}
.right-nil {
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #9DCCF2;
	border-left-color: #9DCCF2;
	border-top-width: thin;
	border-top-color: #9DCCF2;
}
.left-nil {
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #9DCCF2;
	border-bottom-color: #9DCCF2;
	border-top-width: thin;
	border-top-color: #9DCCF2;
}
div.topicon {
 position: absolute;
 top: -3em;
 margin-right: -10px;
 display: block !important;
}
div.topicon2 {
 position: absolute;
 top: -2.5em;
 margin-right: -10px;
 display: block !important;
}
   /* Wordpress*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 2em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#top-ad-container{
	display:inline-block;
	width:468px;
	height:60px;
	position:relative;
	left:25%;
}

#top-ad{
	width:468px;
	height:60px;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
}

div#nav-ad
{
	width:160px;
	height:600px;
	position:relative;
}

#nav-close
{
	width:29px;
	height:29px;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	z-index:21;
}
#nav-close img
{
	cursor:pointer;
}

div #bottom-ad
{
	width:728px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
}

div#top-content-ad
{
	width:728px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#top-content-close
{
	width:29px;
	height:29px;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	z-index:21;
}
#top-content-close img
{
	cursor:pointer;
}

div#float-ad-container
{
	height:100%;
	position:fixed;
	width:300px;
	right:0;
	z-index:19;
}

div#float-ad
{
	height:250px;
	width:300px;
	position:fixed;
	bottom:0;
	z-index:20;
}
#float-close
{
	width:29px;
	height:29px;
	cursor:pointer;
	position:fixed;
	bottom:229px;
	right:0;
	z-index:21;
}
#float-close img
{
	cursor:pointer;
}
/*
#p-search input#devnagri{margin-top:35px;}
div.vectorMenu div.menu{z-index:1;}
.firstHeading, #firstHeading{line-height:2.2em;}
h1:lang(anp), h1:lang(as), h1:lang(bh), h1:lang(bho), h1:lang(bn), h1:lang(gu), h1:lang(hi), h1:lang(kn), h1:lang(ks), h1:lang(ml), h1:lang(mr), h1:lang(my), h1:lang(mai), h1:lang(ne), h1:lang(new), h1:lang(or), h1:lang(pa), h1:lang(pi), h1:lang(sa), h1:lang(ta), h1:lang(te){line-height:2.2em !important;}
#firstHeading{color:#003366;font-size:1.74em;}
#bodyContent{line-height:2em;font-size:0.9em;}
h2,h3,h4,h5,h6{color: #003366; background: none;font-weight: normal; margin: 3px; overflow: hidden; padding-top: .5em; padding-bottom: .2em; border-bottom: 1px solid #aaa; width: auto; }
.editsection { float: right; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3,h4,h5,h6 {border-bottom: none; font-weight: bold;}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }
p{font-size:1em;line-height:2em;}
#mw-page-base{background-image:none;}
body{background-color:#ffffff;}
div.vectorTabs li a{height:2.5em;font-size:0.86em;}
#p-personal li{font-size:0.86em;}
div#content{padding:1em;}
ul{line-height:2em;}
img.thumbborder{border:2px solid #706969;padding:1px;}
li {
list-style-type: decimal;
}

.hamariaapki-new {
background:#fcfbfc; 
border:1px solid #9dc4df; 
border-radius:6px;
padding:2px;
}



*/

/* -- Adverts --*/




        .advert{
           position: relative;
        }
        .advert img{
            position: absolute;
          
        }