﻿/* style sheet created by anuj bhargava, world information pages */
body
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:10pt;
	background-color:#FFFFFF;
	text-align: Justify;
	}
a:link
	{
	color: #747474;
	text-decoration:none;
	background-color : transparent;
	}
a:visited
	{
	color: #747474; 
	text-decoration:none;
	background-color : transparent;
	} 
a:active 
	{
	color: #888888;
	text-decoration:underline;
	background-color : transparent;
	}
a:hover
	{
	background-color: transparent; 
	color: #888888;
	text-decoration:underline;
	}
.boldtxt
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration:none;
	font-weight: 700;
	}
.catmenu
	{
	width: 540px;
	}
.catmenu ul
	{
	list-style-type: none;
	margin: 10px;
	padding: 0;
	margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
	}
.catmenu ul li
	{
	padding-bottom: 4px; /*bottom spacing between menu items*/
	}
.catmenu ul li a
	{
	color: #808080;
	background: url(../_images/arrow01.gif) no-repeat center left;
	display: block;
	padding: 1px 0;
	padding-left: 20px; 
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 11px;
	text-align: left;
	}
.catmenu ul li a:visited
	{
	color: #808080;
	}
.catmenu ul li a:hover
	{ /*hover state CSS*/
	color: #000080;
	background-color: #F3F3F3;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: url(../_images/arrow02.gif) no-repeat center left;
	}	
.clock 
	{ 
	font-size : 8pt; 
	color : #333333; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-weight : 100; 
	text-decoration : none; 
	} 
	.dirmenu
	{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
	}
.dirmenu ul
	{
	margin: 0;
	padding: 0;
	padding-left: 12px; /*offset of tabs relative to browser left edge*/
	font: bold 10px Verdana;
	color: #647AA6;
	list-style-type: none;
	}
.dirmenu li
	{
	display: inline;
	margin: 0;
	}
.dirmenu li a
	{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 8px; /*padding inside each tab*/
	border-right: 2px solid white; /*right divider between tabs*/
	color: #354872;
	background: #CCCCCC; /*background of tabs (default state)*/
	}
.dirmenu li a:visited
	{
	color: #354872;
	}
.dirmenu li.selected a
	{
	background: #647AA6; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #DEDEDE;
	}
.dirmenu li a:hover
	{
	background: #647AA6; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #DEDEDE;
	}

.h3
	{ 
	font-size : 10px; 
	color : #333333; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-weight : 700; 
	text-decoration : none; 
	}
.h4
	{ 
	font-size : 11px; 
	color : #666666; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-weight : 100; 
	text-decoration : none; 
	} 
.lm1
	{
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 10px
}
.lm2
	{
    padding-left: 40px;
    padding-top: 1px;
    padding-bottom: 1px
	}
.lang01 {
	font-family: verdana;
	font-size: 10px;
	}
	div.cent
	{ 
	text-align : center; 
	} 
	div.lef
	{ 
	text-align : left; 
	} 
.leftmenu
	{
	width: 170px; /*width of menu*/
	}
.leftmenu .headerbar
	{
	font: bold 12px Arial;
	color: white;
	background: black url(../_images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	}
.leftmenu ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}
.leftmenu ul li
	{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}
.leftmenu ul li a
	{
	color: #333333;
	background: url(../_images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
	text-align: left;
	}
.leftmenu ul li a:visited
	{
	color: #333333;
	}
.leftmenu ul li a:hover
	{ /*hover state CSS*/
	color: #000080;
	background-color: #F3F3F3;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
.bottomheader
	{
	font: bold 11px Verdana;
	padding: 2px 1px;
	display: block;
	width: 100%; 
	color: #326496;
	text-decoration: none;
	border-bottom: 3px solid #326496;
	}
.bottommenu
	{
	border-bottom: 1px dotted #C0C0C0;
	background-color: #326496;
	border-bottom-width: 0;
	width: 100%;
	}
* html .bottommenu
	{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 99%;
	}
.bottommenu ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
.bottommenu a
	{
	font: normal 10px Verdana;
	padding: 2px 1px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #C0C0C0;
	}
.bottommenu a:visited
	{
	color: #ffffff;
	}
html>body .bottommenu a
	{ /*Non IE rule*/
	width: auto;
	}
.bottommenu a:hover
	{
	background-color: #003366;
	color: #ffffff;
	}

.field
	{
	font-size: 10pt;
	color: #666666;
	background-color: #f4f4f4;
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif
	}
.fieldbox
	{
	font-size: 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	BACKGROUND-POSITION: 50% top;
	BACKGROUND-IMAGE: url(../_images/fieldboxbg.gif);
	COLOR: #666666;
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #ffffff
}
.fieldboxaa
	{
	font-size: 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-right: #adbfd5 1px solid;
	BACKGROUND-POSITION: 50% top;
	BORDER-TOP: #adbfd5 1px solid;
	BACKGROUND-IMAGE: url(../_images/fieldboxbg.gif);
	border-left: #adbfd5 1px solid;
	COLOR: #326496;
	BORDER-BOTTOM: #adbfd5 1px solid;
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #ffffff
}
.mtbotc
	{
	background-image: url('../_images/medical_tenders_botc.gif');
	background-repeat: repeat-x
	}
.mtbgdot
	{
	font-size: 10px;
	color: #666666; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	background-image: url('../_images/bgdot.gif');
	background-repeat: repeat-x
	}
.mtbgdoty
	{
	background-image: url('../_images/bgdot.gif');
	background-repeat: repeat-y
	}
.mtcellbg
	{
	background-image: url('../_images/mtcellbg.gif');
	BACKGROUND-POSITION: 50% top;
	background-repeat: repeat-x
	}
.mtcellbg100
	{
	background-image: url('../_images/mtcellbggr.gif');
	background-repeat: repeat-x
	}
.lm01
	{
	font-weight: bold;
	font-size: 11px;
	color: #565656;
	text-decoration: none
	}
.lm02
    {
	font-weight: normal;
	font-size: 9px;
	color: #565656;
	text-decoration: none
	}
td
	{
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	}
td.small
	{
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	}
td.smallcode
	{
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
 	background-color: #ffffff;
	border:#808080 solid 1px;
	}
h1
	{
	font : bold 17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	}
h2
	{
	font : bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	}
.button
	{
	background-color: #FF6600;
	border-color: #FFBE78;
	border-style: beveled;
	border-width: 1;
	color: #FFFF00;
	font-size: 7pt;
	font-family: verdana;
	}
.button
	{
	background-color: #FF6600;
	border-color: #FFBE78;
	border-style: beveled;
	border-width: 1;
	color: #FFFF00;
	font-size: 7pt;
	font-family: verdana;
	}
.button:hover
	{
	font-family: Verdana;
	color: #FF6600;
	background-color: #FFFF00;
	text-decoration: none;
	}
INPUT 
	{
	font-size: 10pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
	TEXT-DECORATION: none
	}
SELECT 
	{
	font-size: 10pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
	TEXT-DECORATION: none
	}
TEXTAREA
	{
	font-size: 10pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
	TEXT-DECORATION: none
	}
FIELDSET
	{
	border-right: #8eafcd 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #8eafcd 1px solid;
	PADDING-LEFT: 5px;
	MARGIN: 0px;
	BORDER-LEFT: #8eafcd 1px solid;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #8eafcd 1px solid
	}
LEGEND
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000000
	}
.LabelRequired
	{
	font-weight: bold;
	font-size: 11pt;
	color: black;
	font-family: Verdana, Arial
	}
.ContentListEven
	{
	font-size: 9pt;
	color: #3A3A3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	BACKGROUND-color: #eff2f4;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
.ContentTextSmallbgdot 
	{
	font-size: 6pt;
	color: #FCFCFC; 
	font-style: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	font-variant: normal; 
	TEXT-DECORATION: none;
	background-image: url('../_images/bgdot.gif');
	background-repeat: repeat-x
	}
.ContentListOdd
	{
	font-size: 9pt; 
	color: #3A3A3A; 
	vertical-align: top;
	text-align: left;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-color: #f8f9fa;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
.ContentListEvenvmt2
	{
	font-size: 8pt;
	color: #3A3A3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	BACKGROUND-color: #eff2f4;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
.ContentListOddvmt2
	{
	font-size: 8pt; 
	color: #3A3A3A; 
	vertical-align: top;
	text-align: left;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-color: #f8f9fa;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
	.sitemenu
	{
	width: 100%; /*width of menu*/
	}
.sitemenu .headerbar
	{
	font: bold 12px Arial;
	color: white;
	background: black url(../_images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	}
.sitemenu ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}
.sitemenu ul li
	{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}
.sitemenu ul li a
	{
	color: #333333;
	background: url(../_images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
	text-align: left;
	}
.sitemenu ul li a:visited
	{
	color: #333333;
	}
.sitemenu ul li a:hover
	{ /*hover state CSS*/
	color: #000080;
	background-color: #F3F3F3;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
	

.microl
	{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	background-color: #F3F3F3;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
.micror
	{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	background-color: #FBFBFB;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
.microtxt
	{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	vertical-align: top;
	padding-left: 5px;
	background-color: #FBFBFB;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
.style1 
	{
	border-collapse: collapse;
	}
.style2 
	{
	border-style: none;
	border-width: 0;
	}
.tableIDcodes
	{
	text-align: left;
	font-size:10pt;
	border: solid #808080 1px;
	}
.tableIDcodes td
	{
	text-align: left;
	padding: 6px 6px 6px 26px;
	font-size:10pt;
	border: solid #808080 1px;
	}
.rtablemenu
	{
	border: 1px solid #8EAFCD;
	text-align: Center;
	}
.rcellmenu
	{
	border: 1px solid #eff2f4;
	text-align: Center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:  #3A3A3A;
	font-size:10pt;
	BACKGROUND-POSITION: 50% top;
	BACKGROUND-IMAGE: url(../_images/fieldboxbg.gif);
	BACKGROUND-REPEAT: repeat-x;
	font-weight: 700
	}
.style5
	{
	border-bottom: 1px dotted #C0C0C0;
	}
.topmenu
	{
	width: 100%;
	overflow: hidden;
	/* border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
	}
.topmenu ul
	{
	margin: 0;
	padding: 0;
	padding-left: 5px; /*offset of tabs relative to browser left edge*/
	font: 11px Verdana;
	list-style-type: none;
	}
.topmenu li
	{
	display: inline;
	margin: 0;
	}
.topmenu li a
	{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px 10px 5px 20px; /*padding inside each tab*/
	border-right: 1px solid #414141; /*right divider between tabs*/
	color: #414141;
	background-image: url('../_images/mtmenubar.jpg'); /*background of tabs (default state)*/
	}
.topmenu li a:visited
	{
	color: #414141;
	}
.topmenu li a:hover, .topmenu li.selected a
	{
	background-image: url('../_images/mtmenubarover.jpg');
	color: red;
	/* background: #3366cc; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	}
table
	{
	font-size: 100%;
	}	
-->
