/* General */

body{
	font: 0.8em Tahoma,Arial, Helvetica, sans-serif; color:#616161;
	padding: 0px;
	margin: 0px auto;
}

a img{ 
	border:0px;
}

a{ 
	color:#3780a6;
	text-decoration:none;
}

a:hover{ 
	color:#2F457F; 
	text-decoration:none;
}

.pagemaster{
	background: url(images/repeat.gif) 0 0 repeat-x;
	padding: 0px;
	margin: 0px auto;
}

h1{
	margin:0px; padding:0px;
}

h2{
	margin:0px; padding:0px;
}

h3 {
	font-family:Tahoma,Arial,Helvetica;
	font-size:1.1em;
	font-weight:normal;
	line-height:110%;
	margin:0px;
	padding: 5px 0 0;
}

p{
	margin:0px; padding:0px;
	margin-bottom:10px;
	line-height:140%;
}

ul li {
	margin: 0px;
	line-height: 140%;
	text-align: justify;
	}

/* Skin */

.main-img{
	height:149px;
	background: url(images/img-main.jpg) 0 0 no-repeat;
}

.header-top{
	margin:0px; padding:0px;
	padding-top:95px;
	height:30px;
	color:#00AFF0;
	text-align:right;
	background: url(images/bts_logo.png) 0 0 no-repeat;
}

.header-top A:link, .header-top A:active, .header-top A:visited, .header-top A{
	font-size: 0.8em;
	color: #0db6ed;
	font-family: Tahoma, Arial, Verdana;
	text-decoration:none;
}
.header-top A:hover {
color: #2F457F;
}

.contentpane{
	width:100%;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:10px;
	overflow-y:hidden;
	overflow-x:auto;
	text-align:center;
}

.leftmenu{
}

.rightmenu{
}

.leftpane{
	width:50%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.rightpane{
	width:50%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.search{
	width:50%;
	padding-left:5px;
	text-align:left;
	padding-top:6px;
	padding-bottom:4px;
	background-color: #eff7fa;
}

.search input{
	color: #5b5b5b;
	font: 0.9em Tahoma,Arial, Helvetica, sans-serif; color:#616161;				
	border-style:solid;
	border-width:1px;
	border-color:#8FB4C7;
	width:220px;
	height:20px;
	vertical-align:top;
}

.login{
	width:50%;
	padding-right:5px;
	text-align:right;
	padding-top:6px;
	padding-bottom:4px;
	background-color: #eff7fa;
	vertical-align:top;
	color: #3780a6;
}

.breadcrumbtext{
	width:80%;
	padding-left:5px;
	text-align:left;
	padding-top:4px;
	padding-bottom:4px;
	font-size: 0.8em;
}

.breadcrumb{
	text-align:left;
	font-family: Tahoma, Arial, Helvetica;
	color: #3780a6;
}

.date{
	width:20%;
	padding-right:5px;
	text-align:right;
	padding-top:4px;
	padding-bottom:4px;
	color:#616161;
}

.wavyline{
	margin:0px; padding:0px;
	padding:30px 5px 10px 20px;
	height:60px;
	background: url(images/footer.gif) 0 0 no-repeat;
	text-align:right;
	font-size:0.8em;
}

.sitenav{
	width:85%;
	border-top:1px solid #D9D9D9;
	padding-left:5px;
	text-align:left;
	padding-top:4px;
	padding-bottom:4px;
	font-size:0.8em;
}

.thorax{
	/*float:right;*/
	width:15%;
	border-top:1px solid #D9D9D9;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;
	
}

/* BTS Modules */

.btsmoduleheader{
	font-size: 0.8em;
	font-family: Tahoma,Arial, Helvetica, sans-serif; 
	color:#616161;
	font-weight:bold;
/*	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;*/
}

.btsmoduletext{
	font-size: 0.8em;
	font-family: Tahoma,Arial, Helvetica, sans-serif; 
	color:#616161;
}

/* Dynamic Registration */

.dreglabel{
	font-size: 0.8em;
	color: #3780a6;
	font-weight:bold;
}

.dregheader{
	font-size:0.8em;
	color: #616161;
	font-weight:bold;
}


/* -------------------------custom additions start here 8;)---------------------------------*/
div.guidelines, div.latestnews, div.delivery, div.events, div.education, div.audit, div.media, div.spare, div.research  {
	position: relative;
	left: 8%;
	top: 0;
	width: 160px;
	color: black;
	height: auto;
	display: block;
	margin:1px;
}

div.guidelines a, div.guidelines p {
	display: block;
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size:0.9em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #0DB6ED;
	line-height: 1.1em;
	padding:10px;
	margin:0;
}
div.guidelines {
	background-color:#EFF7FA;
	border: 1px solid #0DB6ED;
}
div.guidelines a:hover {
	color: white;
	background-color: #0DB6ED;
}

div.latestnews {
	background-color:#EFF7FA;
	border: 1px solid #0E6A9A;
}
div.latestnews a {
	display: block;
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size:0.9em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #0E6A9A;
	line-height: 1.1em;
	padding:10px;
}
div.latestnews a:hover {
	color:white;
	background-color:#0E6A9A;
}

div.audit, div.delivery {
	background-color:#EFF7FA;
	border: 1px solid #00B011;
}
div.audit a, div.delivery a {
	display: block;
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size:0.9em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #00B011;
	line-height: 1.1em;
	padding:10px;
}
div.audit a:hover, div.delivery a:hover {
	color:white;
	background-color:#00B011;
}

div.education {
	background-color:#EFF7FA;
	border: 1px solid #A2A000;
}
div.education a {
	display: block;
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size:0.9em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #A2A000;
	line-height: 1.1em;
	padding:10px;
}
div.education a:hover {
	color:white;
	background-color:#A2A000;
}

div.media {
	background-color:#EFF7FA;
	border: 1px solid #FFB900;
}
div.media a {
	display: block;
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size:0.9em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #FFB900;
	line-height: 1.1em;
	padding:10px;
}
div.media a:hover {
	color:white;
	background-color:#FFB900;
}

div.events {
	background-color:#EFF7FA;
	border: 1px solid #7B00FF;
}
div.events a {
	display: block;
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size:0.9em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #7B00FF;
	line-height: 1.1em;
	padding:10px;
}
div.events a:hover {
	color:white;
	background-color:#7B00FF;
}
div.research {
	background-color:#EFF7FA;
	border: 1px solid #C80000;
}
div.research a {
	display: block;
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size:0.9em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #C80000;
	line-height: 1.1em;
	padding:10px;
}
div.research a:hover {
	color:white;
	background-color:#C80000;
}

div.tuberculosis {
	background-color:#2B3086;/*#EFF7FA;*/
	/*background-image:url(images/tblogo_final.png);*/
	background-repeat:no-repeat;
	border: 1px solid #2B3086;
	position: relative;
	left: 40%;
	top: 0;
	width: 100px;
	height:68px;
	color: black;
	margin:1px;
}
div.tuberculosis a {
	display: block;
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size:0.9em;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 4em;
	padding:10px;
	height:48px;
}
div.tuberculosis a:hover {
	background-image:url(images/tblogo_final.png);
	color:transparent;
}
#ersimg {
border: 1px solid grey;
}

/* CSS for Guideline table starts here*/

#guidelinetable 
{border: 1px solid #0e6a9a;
border-collapse: collapse;
}

#guidelinetable th, #guidelinetable thead tr, #guidelinetable thead td, #guidelinetable tbody tr, #guidelinetable tbody td
{border-bottom: 1px solid #0e6a9a;
border-right: 1px solid #0e6a9a;
border-top: 0px;
border-left: 0px;
border-collapse: collapse;
padding:5px;
}

#guidelinetable thead {
background-color:#0E6A9A;
border: 1px solid #0e6a9a;
color:white;}

#guidelinetable tbody tr, #guidelinetable tbody td
{text-align:left;
}
#guidelinetable thead tr
{text-align:center;
}
#guidelinetable tr.alt td {
background-color:#CFEFFF;
}
#guidelinetable span {
font-size: smaller !important;
}
/* ---------------guideline table ends-----------------* /

/* --------------CSS for audit table ------------------*/
.audittable 
{border: 1px solid #00b011;
border-collapse: collapse;
}

.audittable caption {
color:#1A7f58;
font-weight:bold;
line-height: 220%;
}

.audittable th, .audittable thead tr, .audittable thead td, .audittable tbody tr, .audittable tbody td
{border-bottom: 1px solid #00b011;
border-right: 1px solid #00b011;
border-top: 0px;
border-left: 0px;
border-collapse: collapse;
padding:5px;
}

.audittable thead {
background-color:#1A7f58;
border: 1px solid #00b011;
color:white;}

.audittable tbody tr, .audittable tbody td
{text-align:left;
font-size: 90%;
color: black;
}

.audittable thead tr
{text-align:center;
font-size: 90%;
}
.audittable tr.alt td {
background-color:#CFffd3;
}

.audittable tr td.closed {
background-color: #c62525 !important;
color: white;
}
.audittable tr td.open {
background-color: #1A7f58;
color: white !important;
}

.audittable tr a:hover {
color:#2F457F;
background-color: lightBlue;
}

.audittable tr a {
color:#008000;
}

.auditpage {
clear:both;
}


/* --------------END audit table ------------------*/

/*--------------------------------custom additions end-------------------------- */


/* DotNetNuke */

/* background color for the content part of the pages */

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
	text-align:center;
}

.SkinObject
{
	font-size: 0.8em;
	color: #3780a6;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color:#3780a6;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #3780a6;
}

A.SkinObject:hover
{
	text-decoration: none;
	/*color: #3780a6;*/
	color: #2F457F;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #3780a6;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}

/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 0.8em;
	color: #3780a6;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 0.8em;
	color: black;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	color: #3780a6;
	font-size:0.9em;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: none;
	color: #3780a6;
}

A.CommandButton:visited
{
	text-decoration: none;
	color: #3780a6;
}

A.CommandButton:hover
{
	text-decoration: none;
	color: #2F457F;
}

A.CommandButton:active
{
	text-decoration: none;
	color: #3780a6;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 0.8em;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 0.8em;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 0.8em;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 0.8em;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	/*font-size: 0.8em;*/
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container
{
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border-right: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

/* text style used for help text rendered by modules */
.Help
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffff99;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 16px;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}











