body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.HandCursor
{
	cursor:hand;	
} 

.GrayBar
{
	/*background-image: url(../images/Admin/GrayBar.gif);*/
	background-color: #969696; /* Modified By Ashish Khare */
	background-repeat: repeat-y;
}

.LightForInformation
{
	background-color:#FAFAFF;
}

.LightYellowBG
{
	background-color:#FFFFE8;
}

.LightWhiteBG
{ 
	background-color:#FFFFFF;
}

.LightGreenBG
{
	background-color:#E9FFE9;
}

.LighterGreenBG
{
	background-color:#F5FFF5;
}
.BisqueBG
{
	background-color:#faf0e6;
}
.LightPurpleBG
{
	background-color:#F5F5FF;
}

.LighterPurpleBG
{
	background-color:#F5F5FF;
}


/* Added by Ashish on 16Oct07 */
.SolidBorderGray
{
	border-top: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
}

.SolidBorderGray_1
{
	border: solid 1px #a9a9a9;
}

/* Added by Ashish on 16Oct07 */
.SolidBorderBlack
{
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}


.SolidBorderBlack_1
{
	border: solid 1px #000000;
}

.SolidBorderGreen
{
	border: solid 1px #339900;
}

.SolidBorderLightGreen_2px
{
	border: solid 2px #f5fff5;
}

.BorderBottomBlack
{
	border-bottom: solid 1px #000000;
}

.BorderTopBlack
{
	border-top: solid 1px #000000;
}

.GrayBG
{
	background-color:#EAEAEA;
}

.HideDIV
{
	visibility:hidden;
	display:none;
}
	
.NavigationHeaderBG
{
	background-color:#99CCFF;
	height:35px;
	border: solid 1px #000000;
	vertical-align:middle;
}

.NavigationFooterBG
{
	background-color:#99CCFF;
	height:20px;
	border: solid 1px #000000;
	vertical-align:middle;
}

.NavigationBarLabel
{
	background-color:#EAEAEA;
	height:35px;
	border: solid 1px #000000;
	font-family:  Arial,verdana;	
	font-weight:600;
	font-size:11px;
	color:Black;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;	
	width:120px;
}

.NavigationBarButton
{
	background-color:#EAEAEA;
	height:35px;
	border: solid 1px #000000;
	font-family:  Arial,verdana;	
	font-weight:600;
	font-size:11px;
	color:Black;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	width:110px;
}

.NavigationSmallBarButton
{
	background-image:url("../../images/smlNavButtonBG.jpg");
	height:25px;
	border: none;
	font-family:Verdana, Geneva, sans-serif;	
	font-weight:600;
	font-size:11px;
	color:#666666;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	width:100px;
	
	/*background-color:#EAEAEA;
	height:25px;
	border: solid 1px #000000;
	font-family:  Arial,verdana;	
	font-weight:600;
	font-size:11px;
	color:Black;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	width:110px;*/
}

.RMNavigationHeaderBG
{

}

.RMNavigationFooterBG
{
	background-color:#8CBB23;
	height:20px;
	border: solid 1px #000000;
	vertical-align:middle;
}

.Button
{
	background-color:#EAEAEA;
	height:23px;
	border: solid 1px #000000;
	font-family:  Arial,verdana;	
	font-weight:600;
	font-size:11px;
	color:Black;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	width:100px;
}

.ButtonSmall
{
	background-color:#EAEAEA;
	height:23px;
	border: solid 1px #000000;
	font-family:  Arial,verdana;	
	font-weight:600;
	font-size:11px;
	color:Black;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	width:60px;
}

.ButtonSmallW60H20px
{
	background-color:#EAEAEA;
	height:21px;
	border: solid 1px #000000;
	font-family:  Arial,verdana;	
	font-weight:600;
	font-size:11px;
	color:Black;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	width:60px;
}

.ButtonOrange
{
	background-color:#FFCC66;
	height:23px;
	border: solid 1px #000000;
	font-family:  Arial,verdana;	
	font-weight:600;
	font-size:11px;
	color:Black;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	width:100px;
}

.TableHeadingBG
{
	background-color:#DDDDDD;
}
.TableHeadingBG1
{
	background-color:#DDDDDD;
	border-top: solid 1px #a9a9a9;
	
}
.HeadingText
{
	font-family:  Arial;	
	font-weight:600;
	font-size:20px;
	color:Black;
	text-decoration: none;
}


/*
.textbox
{
	text-align:justify;
}
*/

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a
{
	color:#0000FF;
}

.txtBox
{
	border: solid 1px #dddddd;
	background-color:#ffffff;
}

.ErrorSummaryClass
{
	background-color: #ffdfef;
	height:20px;
	width:100%;
	border: solid 1px #bbbbbb;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

.ValidationSummaryClass
{
	/*background-color: #ffdfef;*/
	font-family: Verdana ,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	vertical-align:middle;
	Border: 0px;
	font-weight:bold;
	text-decoration: none;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.tdHeight
{
	height:2px;
}

.ErrorMsg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:Red;
	text-decoration: none;	
}

/*.SuccessMsg
{
	color: #006600;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}*/

.ErrorMsgBG
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:Red;
	text-decoration: none;
	background-color: #ffdfef;
}
.DIVErrorMsg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:White;
	
	text-decoration: none;	
	visibility:hidden;
	display:none;	
}

.StatusMsg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:Blue;
	text-decoration: none;	
}

A.AllMappingAddlink:active,A.AllMappingAddlink:visited,A.AllMappingAddlink:link
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:blue;
	text-decoration:none;
}

A.AllMappingAddlink:hover{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: blue;
	text-decoration:underline;
}

A.AllMenuHeadinglink:active,A.AllMenuHeadinglink:visited,A.AllMenuHeadinglink:link
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
	text-decoration:underline;
}

A.AllMenuHeadinglink:hover{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
	text-decoration:underline;
}

.ReportFont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:Black;
}
	
.TableImageBorder
{
	BACKGROUND-IMAGE: url(../images/TableBorder.gif); 
	BACKGROUND-REPEAT: repeat-y;
	width:4px;
}

A.AllReportlink:active,A.AllReportlink:visited,A.AllReportlink:link
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#003200;
	text-decoration:none;
}

A.AllReportlink:hover{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #000066;
	text-decoration:underline;
}
/*
.tablebg_light {
	background-image: url(../images/tdbg_light.gif);
	background-repeat: repeat-x;
}
*/
.footer {
	background-color: #B7C88E;
	height: 25px;
}

.topbar {
	background-image: url(../images/topbar.gif);
	background-repeat: repeat-x;
	height: 0px;
}
.main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 18px;	
}
.logo {
	padding-left: 10px;
}
.contenttable {
	/*background-image: url(../images/contenttdbg.gif);*/
	/*background-color:#D7D7D7;*/
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	height: 28px;
}

.LoginHeading {
	/*background-image: url(../images/contenttdbg.gif);*/
	/*background-color:#D7D7D7;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
}

/*
.tablebg
{
	background-color: #DDE3CD;	
}
*/
.MenuHeading {
	/*background-image: url(../images/contenttdbg.gif);*/
	background-color:#DDDDDD;
	height: 22px;
}


.TDBorderImage{
	background-image: url(../images/BorderImage.gif);
	background-repeat:repeat-x;
}

.tableheading {
	/*background-image: url(../images/contenttdbg.gif);*/
	background-color:#FFFFFF;
}

.ItemRowBG
{
	background-color: #EBFFEB; /*235 255 235*/
	padding-top:1px;
	padding-bottom:1px;
	height:28px;
}

.AlternetingItemRowBG
{
	background-color: #FFEBEB; /* 255 235 235*/
	padding-top:1px;
	padding-bottom:1px;
	height:28px;
}

.blackhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

.HeadingLabel
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:black;
	text-decoration:none;
}

.HeadingLabelSmall
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:black;
	text-decoration:none;
}

.HeadingLabelSmallWithBtmBrdr
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: solid 1px #000000;
	background-color: #D3D3D3;
}

A.AllHeadinglink:active,A.AllHeadinglink:visited,A.AllHeadinglink:link
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:black;
	text-decoration:none;
}

A.AllHeadinglink:hover{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: black;
	text-decoration:underline;
}

.Headinglink
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #000066;
	text-decoration:none;
}

A.AllSmallHeadinglink:active,A.AllSmallHeadinglink:visited,A.AllSmallHeadinglink:link
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#005500;
	text-decoration:none;
}
A.AllSmallHeadinglink:hover{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #000066;
	text-decoration:underline;
}

A.AllAddHeadinglink:active,A.AllAddHeadinglink:visited,A.AllAddHeadinglink:link
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#0B3305;
	font-weight:bold;
	text-decoration:none;
}
A.AllAddHeadinglink:hover{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0B3305;
	text-decoration:underline;
}


.CompanyLogo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:White;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

.SmallMsg {
	font-family:  Arial;
	font-size: 10px;
	font-weight:400;
	color:Red;
	text-decoration: none;
}

.VerdanaMsg10pt 
{
	font-family: Verdana;
	font-size: 10pt;
}

.VerdanaMsg11ptBold
{
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
}

.VerdanaMsg12ptBold
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}

.VerdanaMsg8pt 
{
	font-family: Verdana;
	font-size: 8pt;
}

.MyTextBold {
	font-family:  Arial;
	font-size: 11px;
	font-weight:600;
	color:Black;
	text-decoration: none;
	
}

.NormalArialText
{
	font-family:  Arial;	
	font-weight:600;
	text-decoration: none;
}


A.Loginlink:active,A.Loginlink:visited,A.Loginlink:link
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:Black;
	text-decoration:none;
}
A.Loginlink:hover{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:Black;
	text-decoration:underline;
}
.LoginBG 
{
 	background-color: #576433;
}

.LoginHeading
{
	font-family:  Arial;	
	font-weight:600;
	font-size:16px;
	color:black;
	text-decoration: none;
	height: 25px;
}

.HRuler
{
	height:1px;
	color: #000000;
}

.RightAlignControl
{
	text-align:right;
}

.ThemeButton
{
	font-size:11px;
	font-weight:bold;
	width:90px;
	background-color:#DDDDDD;
}


.ThemeButtonBig
{
	font-size:11px;
	font-weight:bold;
	width:130px;
	background-color:#DDDDDD;
}
.textsmall
{
	font-family:Verdana;
	font-size: 7pt;
	color:Black;
	text-decoration: none;
}
.TextBoxW175
{		
	width : 140px;
}

.TextBoxW250
{	
	width : 250px;
}

.TextBoxW200
{	
	width : 200px;
}

.TextBoxW180
{	
	width : 180px;
}

.TextBoxW80
{	
	width : 80px;
}

.TextBoxW60
{	
	width : 60px;
}

.TextBoxW50
{	
	width : 50px;
}

.TextBoxW40
{	
	width : 40px;
}


.TextBoxW200H40
{
	width :200px;
	height:40px;
}

.TextBoxW200H60
{
	width :200px;
	height:60px;
}

.TextBoxW250H60
{
	width :250px;
	height:60px;
}

.PopUpTextBox
{
	width:200px;
	height:12px;
	font-family:Verdana;
	font-size:11px;
	vertical-align:super;
}

.GrayTableCellBorder
{ 
 border-bottom: solid 1px #a9a9a9;
 border-right: solid 1px #a9a9a9;
}
.GrayTableCellBorderTopLeft
{
	border-top: solid 1px #a9a9a9;
	border-left: solid 1px #a9a9a9;
}
.GrayTableCellBorder1
{ 
 border-top: solid 1px #a9a9a9;
 border-left: solid 1px #a9a9a9;
 border-right: solid 1px #a9a9a9;
}
.GrayTableCellBorder2
{ 
 border-top: solid 1px #a9a9a9;
 border-bottom: solid 1px #a9a9a9;
 border-left: solid 1px #a9a9a9;
 border-right: solid 1px #a9a9a9;
 background-color:#F4F4F4;
}
.BlackHeadingText
{
	font-size:12px;
	font-weight:bold;
	
	color:Black;
}

.PopupTable
{
	background-color:#FFFFEB;
	border:solid 7px #EAEAEA;
	padding-right:.75cm;
}
.PopuprowHeight
{
	height:16px;
}
.PopupColumnPadding
{
	padding-right:1cm;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:7px;
	border-style:solid;
	border-color:#b5b5b5;
	padding:3px;
	width:420px;
	height:260px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

A.MouseOverUnderLine:link    {text-decoration:none;}
A.MouseOverUnderLine:visited {text-decoration:none;}
A.MouseOverUnderLine:active  {text-decoration:none;}
A.MouseOverUnderLine:hover   {text-decoration:underline;}

/* Classes Added By Ashish Khare for Slide No. 44*/

.PurpleBG_RBEdges
{
	background-color:#F5F5FF;
	border-right: #a9a9a9 1px solid; 
	border-bottom: #a9a9a9 1px solid; 
	height: 25px; 
	font-weight: normal; 
	font-size: 7pt; 
	color: #4d4d4d; 
	font-family: Verdana;
}

.PurpleBG_RBEdges_Bold
{
	background-color:#F5F5FF;
	border-right: #a9a9a9 1px solid; 
	border-bottom: #a9a9a9 1px solid; 
	height: 25px; 
	font-weight: bold; 
	color: #4d4d4d; 
}

.WhiteBG_RBEdges_Bold
{
	background-color:#FFFFFF;
	border-right: #a9a9a9 1px solid; 
	border-bottom: #a9a9a9 1px solid; 
	height: 25px; 
	font-weight: bold; 
	color: #4d4d4d; 
}

.WhiteBG_RBEdges
{
	background-color:#FFFFFF;
	border-right: #a9a9a9 1px solid; 
	border-bottom: #a9a9a9 1px solid; 
	height: 25px; 
	font-weight: normal; 
	font-size: 7pt; 
	color: #4d4d4d; 
	font-family: Verdana;
}

.PurpleBG_BEdges
{
	background-color:#F5F5FF;
	border-bottom: #a9a9a9 1px solid; 
	height: 25px;
	font-size: 7pt; 
	color: #4d4d4d; 
	font-family: Verdana;

}

.WhiteBG_BEdges
{
	background-color:#FFFFFF;
	border-bottom: #a9a9a9 1px solid; 
	height: 25px;
	font-size: 7pt; 
	color: #4d4d4d; 
	font-family: Verdana;

}


.SmallGrayHeader_RBEdges
{
	background-color:#EAEAEA;
	border-right: #a9a9a9 1px solid; 
	font-size: 7pt; 
	color: #4d4d4d; 
	border-bottom: #a9a9a9 1px solid; 
	font-family: verdana; 
	height: 25px;
}

.SmallGrayHeader_BEdges
{
	background-color:#EAEAEA;
	font-size: 7pt; 
	color: #4d4d4d; 
	border-bottom: #a9a9a9 1px solid; 
	font-family: verdana; 
	height: 25px;
}

.GrayHeader_RBEdges
{
	background-color:#eaeaea;
	border-right: #a9a9a9 1px solid; 
	border-bottom: #a9a9a9 1px solid; 
	height: 25px;
}

.GrayHeader_BEdges
{
	background-color:#eaeaea;
	border-bottom: #a9a9a9 1px solid; 
	height: 25px;
}

.GrayBorder
{
	border-right: #a9a9a9 1px solid; 
	border-top: #a9a9a9 1px solid; 
	border-left: #a9a9a9 1px solid; 
	border-bottom: #a9a9a9 1px solid
}
.CSRButton
{
	font-weight: bold;
	font-size: 8pt;  
	color: white;
	font-family: Verdana;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #1ecb58;
	border-bottom-style: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.CSRSelectedButton
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	background-color: Yellow ;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-right: solid #1ecb58 1px ;
	border-top: #1ecb58 1px solid;
	border-left: #1ecb58 1px solid;
}

.BlackBoldText
{	
	font-weight:bold;
	color:Black;
	font-size:8pt;
	font-family:Verdana;
}

/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(../images/tab/technorati/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(../images/tab/technorati/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(../images/tab/technorati/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(../images/tab/technorati/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(../images/tab/technorati/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}
