एक्स्प्रेशन त्रुटि: अनपेक्षित उद्गार चिन्ह "०"।

मीडियाविकि:Common.css

भारत डिस्कवरी प्रस्तुति
यहाँ जाएँ:भ्रमण, खोजें

ध्यान दें: संजोने के बाद बदलाव देखने के लिए आपको अपने ब्राउज़र की कैश खाली करनी पड़ सकती है।

  • फ़ायरफ़ॉक्स / सफ़ारी: Reload (रीलोड) दबाते समय Shift (शिफ़्ट) दबा के रखें, या फिर Ctrl-F5 (कंट्रोल-F5) या Ctrl-R (कंट्रोल-R) दबाएँ (मैक पर ⌘-R)
  • गूगल क्रोम: Ctrl-Shift-R (कंट्रोल-शिफ़्ट-R) दबाएँ (मैक पर ⌘-Shift-R)
  • इन्टर्नेट एक्सप्लोरर: Ctrl (कंट्रोल) दबाकर Refresh (रिफ़्रेश) करें या Ctrl-F5 (कंट्रोल-F5) दबाएँ
  • ऑपेरा: Tools → Preferences (उपकरण → वरीयताएँ) में कैश साफ़ करें
/* यहां रखी 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 > 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;
}


*/

/* -- Adverts --*/




        .advert{
            position: relative;
        }
        .advert img{
            position: absolute;
            /*visibility: hidden;*/
        }