+/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
    width:776px;
  }

/* background color for the content part of the pages */
Body
{
	background-image: url('../../images/bg.gif');
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab 
{
	font-weight: bold;
    font-size: 8.5pt;
    color:#333333;
    font-family: Tahoma, Arial, Helvetica;
   /* text-decoration: none;*/
}
/* text style declared for the footer*/
.FooterText
{
	font-weight: Normal;
    font-size:9px;
    color:#333333;
     font-family: Tahoma, Arial, Helvetica;
}
/* hyperlink style for the mouse over on the footer Text */
A.FooterText:hover    {
    font-weight: Normal;
    font-size:9px;
    color:#333333;
    font-family: Tahoma, Arial, Helvetica;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#333333;
}
/* hyperlink style for the visited selected tab */
A.SelectedTab:visited  {
    text-decoration:    none;
    color:#333333;
}
/* hyperlink style for the active selected tab */
A.SelectedTab:active   {
    text-decoration:    none;
    color:#333333;
}
/* hyperlink style for the mouse over on the selected tab */

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the tabs e.g. Login/logout on the menu */
.OtherTabs {
    font-weight: bold;
	font-size: 10px;
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
      
  }
    
/* hyperlink style for the tabs */
A.OtherTabs:link {
    text-decoration:underline;
    color:darkorange;
}
/* text style for the visited tabs */

A.OtherTabs:visited  {
   text-decoration:underline;
    color:darkorange;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:darkorange;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:darkorange;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
    text-transform:uppercase;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: Navy;
}

/* style of Error displaying message when transaction is success*/
.ErrorType0 {    
    font-size:  11px;
    font-weight: bold;
    color: Black;
    font-family: Verdana, Helvetica, sans-serif;
}

/* style of Error displaying warning message when transaction is failed*/
.ErrorType1  {    
    font-size:  11px;
    font-weight: bold;
    color:  Black;
    font-family: Verdana, Helvetica, sans-serif;
}
/* style of Error displaying error message when Error occurs in pages */
.ErrorType2    {
    /*font-family: Tahoma, Arial, Helvetica;*/    
    font-size:  11px;
    font-weight: bold;
    color:  red; 
    font-family: Verdana, Helvetica, sans-serif;
}            

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: B4CCF1 0px solid; 
	border-left: B4CCF1 0px solid; 
	border-top: B4CCF1 0px solid; 
	border-right: B4CCF1 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #2A2A70; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight:normal; /*changed from  bold*/
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: darkorange 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
/*Login/logout..help in menu*/
.MenuColor{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold; 
	color:orange;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Blue', Direction=135, Strength=3); 
	border-bottom: darkorange 2px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color:green; 
	height: 10px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
	border-bottom: #EEEEEE 0px solid; 
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	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; 
	cursor: hand;
}

/* Main Menu */
/*mainmenu container style used for Menu*/

.MainMenu_MenuContainer 
{
	width:778px;
	border-bottom:darkorange 2px solid; 
	border-left: #FEF0DD 0px solid; 
	border-top: white 0px solid; 
	border-right: #FEF0DD 0px solid;  
	background-color:#B0C4DE;
}
/*Style used for Menu bar height and cursor style */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}
/*style used for defining menubreaks*/
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: BLACK; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight:bold; 
	font-style: bold; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid; 
	border-right: #333333 0px solid;
}
/*styles for menu sides**/
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #B0C4DE; 
	border-left:  #333333  0px solid; 
	border-bottom: darkorange 0px solid; 
	border-right:#darkorange 0px solid;
	border-top:  #333333 0px solid; 
	text-align: center; 
	width: 10; 
	height: 20;
}
/*style declared to effect submenu*/
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#B0C4DE; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#C0AD8F', Direction=135, Strength=2) ; 
	border-bottom: darkorange 0px solid; 
	border-left: #7196D4 0px solid; 
	border-top: #7196D4 0px solid; 
	border-right: #7196D4 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #7196D4 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: # #7196D4 0px solid;  
	border-right: solid #404040 1px ; 
	background-color: green; 
	height: 10px;
}
/*highlight text in submenu*/
.MainMenu_MenuItemSel {
	background-color: #2A2A70; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/** MQS CSS **/
A
{
	font-weight: normal;
	font-size: 10px;
	color: #000080;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}
A:hover
{
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}
/* complete body of the html*/
BODY
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*To set Normal text styles for labels*/
.LabelText
{		
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}
/*To set Normal text styles for labels for changing purpose*/
.LabelTextA
{		
	font-weight: normal;
	font-size: 11px;
	color: Navy;
	font-family: Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
}
/* to set (credit)  "Cr"flag in green color */

.LabelTextB
{		
	font-weight: bold;
	font-size: 11px;
	color: Green;
	font-family: Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
}
/* to set labels bold text*/

.LabelTextBold
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}
/* To set styles for controls like input,select,chk e.t.c - */
/* as borders are defined it will give border around that controls*/
.ControlText
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border-top:1px solid #778899;
	border-bottom:1px solid #778899;
	border-left:1px solid #778899;
	border-right:1px solid #778899;
	
}
/* To set styles where borders are not required*/
.ControlTextA
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}
/* To set styles where only underline is required*/
.ControlTextB
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration:underline;
}
/* To set styles where text is required to be bold*/

.ControlTextBold
{
	font-weight: Bold;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	border-top:1px solid #CC9966;
	background-color:#FFFFFF;
	border-bottom:1px solid #CC9966;
	border-left:1px solid #CC9966;
	border-right:1px solid #CC9966;
}
/* To set style for mandatory fields for e.g. '*'*/
.MandatoryField
{
	font-weight: normal;
	font-size: 12px;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
}
/* To set style for pagination of text*/
.PaginationText
{
	font-weight: normal;
	font-size: 9px;
	color: #000063;
	font-family: Verdana, Helvetica, sans-serif;
}
/*To set style for Title*/
.Title
{
	FONT-WEIGHT: bolder; 
	FONT-SIZE: 13px; 
	color:#FFFFFF;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	Background-Color:#75A1D0;
	height:14px;
	vertical-align:middle;
	text-align:left;
	text-transform:capitalize;
}
/*To set style for Title background with bottom border*/

.titleBackGround
{
	height:14px;
	
	FONT-WEIGHT: bolder; 
	FONT-SIZE: 13px; 
	color:#FFFFFF;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	background-color:#75A1D0;/*#E9967A;*/
	border-bottom:3px #DEDEDE;
}
/*To set style for Title back ground with out border*/

.titleBackGroundA
{
	height:14px;
	FONT-WEIGHT: bolder; 
	FONT-SIZE: 13px; 
	color:#FFFFFF;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	background-color:#75A1D0;
	
}
/*To set style for the subheaders*/
.SubHeader
{
	font-weight: bold;
	font-size: 11px;
	color:#483D8B;
	font-family: Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border-bottom: #D3E4E9 1px solid; 
	padding-top:5px;
	text-align:center;
	height:16px;
	vertical-align:middle;
	text-transform:capitalize;
}
.SubHeaderPadding
{
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;	
}
/*To set style for the Footer Text*/
.Footer
{
	font-weight: bold;
	font-size: 9px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}

.Caption
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}
/*To set styles for Rows in a Data grid*/
.RowStyle
{

	height:10px;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	background: #DCECF1;
	color: #000000;
}
/*To set styles for Alternate Rows in a Data grid*/
.AltRowStyle
{
	
	height:10px;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
}
/* To set style to the headings in a data grid*/
.HeadStyle
{
	font-weight: bold;
	font-size: 10px;
	color: BLACK;
	/*text-align:left;*/
	font-family: Verdana, Helvetica, sans-serif;
	background:#B9D3EE;
}
/* To set style to the headings in a data grid where user want to descriminate the head style with different colour or font*/
.AltHeadStyle
{
	font-weight: bold;
	font-size: 10px;
	color:Navy;
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif;
	background:#B9D3EE;
}
/*To set border for tables where descrimination is needed from other tables*/
.tablestyle
{
	border:normal 1px red;
	
}
/*scroll bars styles*/
/*
BODY{
scrollbar-face-color:Steelblue;
scrollbar-arrow-color:#d3d3d3;
scrollbar-track-color:#DEDEDE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:''
}*/

.WelcomeBar
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	 text-decoration: none;
}
/*To set style for Error message*/
.ErrorMessage
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
}
A.GridLink
{
	font-weight: normal;
	font-size: 10px;
	color: #000080;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}
A.GridLink:hover
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: None;
}
/*To set style for buttons*/
.ButtonText
{
	font-weight: bold;
	font-size: 10px;
	color:black;
	font-family: Verdana, Helvetica, sans-serif;
	background:#D3D3D3;
}
/*To set style for menu links*/
A.MenuLink
{
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
/*To set style for menu link mouse over*/
A.MenuLink:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #FF8000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: None;
}
/*To set style for default menu link*/
A.DefaultMenuLink
{
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	background: #011A53;
}
/*To set style on mouse over for a default menu link*/
A.DefaultMenuLink:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: None;
	background: #E8E8E8;
}
/* set bold text to a subheader*/
.subHeaderbold
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
}
/* To set style for a select item*/
.Select
{
	font-family: Verdana,arial;
	font-size: 10px;
	height: 18px;
}
/*To set style for a main table;used in default.ascx in containers*/
.MainTable
{
	border-top:0px solid #000000;
	border-bottom:0px solid #000000;
	border-left:0px solid #000000;
	border-right:0px solid #000000;
	background-color:#FFFFFF;
	width:778px;
	text-align:Center;
	vertical-align:top;
}
/*To set style for a main table in default.ascx in skins*/
.MainTableChgd
{
	border-top:0px solid #000000;
	border-bottom:0px solid #000000;
	border-left:0px solid #000000;
	border-right:0px solid #000000;
	background-color:#FFFFFF;
	width:780px;
	text-align:Center;
	vertical-align:top;
}
/*To set style for a popup table*/
.PopupTable
{ 
	border-top:0px solid #000000;
	border-bottom:0px solid #000000;
	border-left:0px solid #000000;
	border-right:0px solid #000000;
	background-color:#FFFFFF;
	width:778px;
	vertical-align:top;
}
/*To set style for a subtable in a table*/
.SubTable
{ 
	border-top:1px solid #DCECF1;
	border-bottom:1px solid #DCECF1;
	border-left:1px solid #DCECF1;
	border-right:1px solid #DCECF1;
	background-color:#FFFFFF;
	Vertical-align:top;
}
/*To set style for Admin page back ground*/
	
.AdminBackGround
{
	background-color:white;
	border-bottom:3px SOLID #DEDEDE;
	height:380px;
}
/*To set style for back ground*/
.BackGround
{
	background-color:#FFFFFF;
	border-bottom:3px #DEDEDE;	
}
/*To set color for a particular td*/
.tdColor
{
	background-color:#FFFFFF;   
}
/*To set border style for a search control*/
.SearchBorder
{
	border-top:0px solid #DCECF1;
	border-bottom:1px solid #DCECF1;
	border-left:0px solid #DCECF1;
	border-right:0px solid #DCECF1;
}	
/* To set style for a panel view*/
.pnlVew
{
Width:772px; 
Height:150px;
}
/*To set style for a Group (Table border)*/
.GrpBorder
{  
	border-top:0px solid #D3E4E9;
	border-bottom:0px solid #D3E4E9;
	border-left:0px solid #D3E4E9;
	border-right:0px solid #D3E4E9;
	background-color:#FFFFFF;
}	
/*To set a default property for all the tables*/
table
{ 
	border-collapse:collapse;
	
}
/*To set style for data */
.data
{
	height:100px;
	width:768px;
	overflow:auto;
}
/*To set style for datagrid*/
.datagrid
{
	height:100px;
	width:768px;
	overflow:auto;
	border:Solid 1px red;
}
/*To set style for padding*/
.BorderPadding
{
	padding-bottom:1px;
	padding-top:1px;
}	
/*To set style back ground color at present not in use**/
.AltRowColor1
{
	background-color:#FFFFFF  ;
}
/*To set style back ground color at present not in use**/

.AltRowColor2
{
	background-color:#FFFFFF  ;
}
/*To set Style properties for a single row in a table*/
.SingleRow
{
	height:35px;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}
/*To set style for Gridborders*/
.GridBorder
{
	border-left:0px solid #000000;
	border-top:0px solid #000000;
}	
/*To set style for Status of a Disconnected item field*/
.disconnectStatus 
{ 
    background-color:#ff00c8; 
} 
/*To set style for Status of a active item field*/
.activeStatus 
{ 
    background-color:#00ff0a; 
} 
/*To set style for Amount class in black text*/
.Amount
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}

/*To set style for Amount class in red text*/
.AmtNotation
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:red;

}
.legend
{
	font-weight: normal;
	font-size: 11px;
	color: #990000;
	font-family: Verdana, Helvetica, sans-serif;
}
/* To set style for a disabled control text */
.disabledControlText
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
    background-color:#EFEFEF;
	font-family: Verdana, Helvetica, sans-serif;
	border-top:1px solid #778899;
	border-bottom:1px solid #778899;
	border-left:1px solid #778899;
	border-right:1px solid #778899;
}
/* To set style for a disabled control Label */
.disabledControlLbl
{
	font-weight: bold;
	font-size: 10px;	
       	font-family: Verdana, Helvetica, sans-serif;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
.ControlLblR
{
	font-weight: normal;
	font-size: 10px;
        background: #DCECF1;
       	font-family: Verdana, Helvetica, sans-serif;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
.ControlLblA
{
	font-weight: normal;
	font-size: 10px;
        background: #FFFFFF;
       	font-family: Verdana, Helvetica, sans-serif;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
/*To set Border for a Datgrid class*/
.datagridBorder
{
	border:1px solid #D3D3D3;
}
/*To display an item disabled*/
.diabledField
{
	background-color:#C0C0C0;
}


/*For viewBillscreen a superheader above subheader*/

.SuperHeader
{
	font-weight: bold;
	font-size: 13px;
	color:#4B0082;	
	font-family: Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border-bottom: #D3E4E9 1px solid; 
	padding-top:5px;
	height:17px;
	text-transform:capitalize;
}
/*To set Style for Related Links class*/
.relatedLinks 
   {

		font-weight: bold; 
		font-size: 10px; 
		color:#FFFFFF; 
		background-color:#75A1D0;
		font-family: Verdana, Helvetica, sans-serif; 
		cursor:hand;
	   } 
/*To set Style for Background color for Related Links class*/
.AltrelatedLinks 
   {
		font-weight: bold; 
		font-size: 10px; 
		color:#333333; 
		background-color:#B0C4DE;
		font-family: Verdana, Helvetica, sans-serif; 
		cursor:hand;
		border-right:solid 2px white;
	   } 
 /*Style to hide an element or a row*/
 .NoHeader{   
    display:none;   
 } 
	   
.searchimg
{
	border-right: #43669b 1px solid;
	border-top: #43669b 1px solid;
	border-left: none;
	border-bottom: #43669b 1px solid;
	background-color: #c3dafd;
}
.vsetargs
{
	border-right: #3071d1 1px solid;
	border-top: #3071d1 1px solid;
	border-left: #3071d1 1px solid;
	border-bottom: #3071d1 1px solid;
}
.vsetparams
{
	border-right: #3071d1 1px solid;
	border-top: #3071d1 1px solid;
	border-left: #3071d1 1px solid;
	border-bottom: #3071d1 1px solid;
}
/* hyperlink style for the link button */
A.linkButton:link {
    font-weight: bold;
    font-size: 10px; 
    color:#FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration:none;
    border:1px solid #FFFFFF;
}
A.linkButton:visited  {
    font-weight: bold;
    font-size: 10px; 
    color:#FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration:none;
    border:1px solid #FFFFFF;
}
A.linkButton:active   {
    font-weight: bold;
    font-size: 10px; 
    color:#FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration:none;
    border:1px solid #FFFFFF;
}
A.linkButton:hover    {
    font-weight: bold;
    font-size: 10px; 
    color:#FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration:none;
    border:1px solid #FFFFFF;
}



/*Style for Text box with label features--Added by Chidvilas*/
.ControlTextLbl
{
       font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border-top:0px solid #778899;
	border-bottom:0px solid #778899;
	border-left:0px solid #778899;
	border-right:0px solid #778899;	   
}
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 000000;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
/* Selected menu Portal*/
.SelectedRootMenuItem
{

}
/*To set colour for tabs */

.ultraTab
{
	font-weight: normal;
	font-size: 11px;
	color:BLACK;	
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #87CEEB;
	border-bottom: #D3E4E9 1px solid; 
	padding-top:5px;
	height:17px;
	text-transform:capitalize;
}

/* Added to display pencil image on edit buttons present inside the grid */
.GridButton
{			
	background-color: Transparent;
	border:0px;	
	background-image:url('../../images/action.gif');
}
/* added for Subscribe in the footer */
.FooterTextS{
    font-weight: bold;
	font-size: 10px;
	color:darkorange;  
	font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
  
  }
 
A.FooterTextS:link {
    text-decoration:none;
    color:darkorange;
 }
A.FooterTextS:visited  {
    text-decoration:    none;
    color:darkorange;
}
A.FooterTextS:hover{
    text-decoration:    none;
    font-weight: bold;
 	font-size: 10px;
	color:darkorange;  
	font-family: Verdana, Helvetica, sans-serif;
 
}
/* added for MQ in the footer */
.FooterTextMQ{
    font-weight: bold;
	font-size: 10px;
	color:Black;  
	font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
  
  }
A.FooterTextMQ:link {
    text-decoration:none;
    color:Black;

}
A.FooterTextMQ:visited  {
    text-decoration:    none;
    color:Black;
}
A.FooterTextMQ:hover    {
   font-weight: bold;
	font-size: 10px;
	color:Black;  
	font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
 
}
#tooltip {
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background-color: lightyellow;
}

.ControlTextPlain
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;	
	background-color:#DCECF1;
	border-top:0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;

}