/* CSS Document */
body {
	margin:0;
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color:#0066a7; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-track-color:#DDDDFF; 
	scrollbar-shadow-color:''; 
	scrollbar-highlight-color:''; 
	scrollbar-3dlight-color:''; 
	scrollbar-darkshadow-Color:''; 
}
.body {
	margin:0;
	font-size: 62.5%;
	background-color:#ECE9D8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}
.bodyPopup {
	margin:0;
	font-size: 62.5%;
/*	background-color:#ecfbff; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: url(../../Images/Blue/Backgrounds/noMenuGrad.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}
.underline {
	text-decoration:underline;
	color:Blue;
}
/*Background Outer Div*/
a {
	text-decoration:underline;
	color:#1746DC;
}
#base{
    width:100%;
    clear:both;
    background-color:#ffffff;
    margin: 0 auto; /*reset for containers */
    margin-top:0em; /*change from 1.0 to 0.5*/
    margin-bottom:0em; /*change from 1.0 to 0.5*/
    padding-top:0em;
    padding-bottom:0em;
    border:0em solid #ff0000;
}
#baseLogout{
    clear:both;
    background-color:#ffffff;
    margin: 0 auto; /*reset for containers */
    margin-top:0em;
    margin-bottom:0em;
    padding-top:0em;
    padding-bottom:0em;
    border:0em solid #ff0000;
}
#Errorpage{
    width:98.00em;
    clear:both;
    background-color:#ffffff;
    margin: 0 auto; /*reset for containers */
    margin-top:0em;
    margin-bottom:0em;
    padding-top:0em;
    padding-bottom:0em;
    border:0em solid #ff0000;
}
/* -- Page Container---------------------------------------------------------------- */
#page {
    margin: 0; /*reset for containers */
	padding: 0; /*reset for containers */
	width: 100%;
	/*margin-left:1.8em;
	margin-right:1.8em;*/
	border:0em solid #ff0000;
	clear:both;
	background-color: #fff;
}
.header {
    margin: 0 auto; /*reset for containers */
	padding: 0 auto; /*reset for containers */
	margin-left:0em;
	margin-right:0em;
	margin-top:0em;
	padding-top:0px;
	border:0px solid #ff0000;
	background-color: #0066a7; /* #0066a7; need to chage this header color for Theme */
	height: 39px;
}
.subNavigation {
	height:2.6em;
	margin-top:0em;
	margin-bottom:-0.4em;
	margin-left:-0.3em;
	margin-right:0em;
	border:0em solid #ff0000;
}
.navigation {
    margin: 0 auto; /*reset for containers */
	padding: 0 auto; /*reset for containers */
	width: 100%; /*change for IE7.0*/	
	/*height:69px; by manoj to 67*/
	height:67px;
	/*margin-left:1.8em;
	margin-right:1.8em;*/
	border:0em solid #ff0000;
	z-index:1000;	
	margin-bottom:0em;
	background-color:Transparent;
	background-image: url(../../Images/Blue/Backgrounds/navBg.gif);
}
/*Logo Div*/
.logoTop{
    width:16.9em;
    padding:0px;
    margin:0px;
    margin-top:0px;
    float: left;
    display: inline;
    margin-left: 0px;
    left: 0;
    position:absolute;
    height:39px;
    background-color: #0066a7;
}
.Logo{
    margin-top:6px;
}
.LogoPreview{        
    height:39px;
    background-color: #0066a7;
}
/*Visiter Name Div*/
.visitor{
    margin-left: 22em;
    margin-top: 1.6em;
    width:25.0em;
    font-size:1.1em;
    color:#fff;
    text-decoration:none;
    display: inline;
    font-style: italic;
    position: absolute;
}
/*Top Right Link Div*/
.links {
	float: right;
	clear: right;
	margin-top: 0px;
	margin-right: 0.3em;
	font-size:1.1em;
	color:#fff;
}
.links a{
	color: #FFFFFF;
}
/*primNav*/
/* -- primNav elements ---------------------------------------------------------------  */
#primNav ul li {
	float: left;
	display: block;
	margin: 0 0 0 0.3em;
	padding: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
}
#primNav ul li a, #primNav ul li span {
	margin-bottom:0em;
}
#primNav ul li.selected {
	font-weight:bold;
	border-bottom: 0em solid #ff0000;
	position:relative;
	top:0px;
	margin-bottom:0.1em;
}
#primNav ul li.selected span {
	padding: 0em;
}
#primNav ul li span, #primNav ul li a, #primNav ul li a:link, #primNav ul li a:visited, #primNav ul li a:active {
	display: block;
	padding: 0em;
	margin:0;
	text-decoration: none;
	color: #000;
}
#primNav ul li a:hover {
	color: #000;
}
#primNav ul li.selected span, #primNav ul li.selected a, #primNav ul li.selected a:link, #primNav ul li.selected a:visited, #primNav ul li.selected a:active, #primNav ul li.selected a:hover, #primNav ul li.lastselected span, #primNav ul li.lastselected a, #primNav ul li.lastselected a:link, #primNav ul li.lastselected a:visited, #primNav ul li.lastselected a:active, #primNav ul li.lastselected a:hover {
	color: #000;
}
/* default width for all tabs - could be redefined in segment specific css */
#primNav ul li.tab1 {
	margin: 0px;
}
#primNav ul li.tab2, #primNav ul li.tab3, #primNav ul li.tab4, #primNav ul li.tab5 {

}
/*SubNavigation*/
/* -- Sub Tab Nav Elements ---------------------------------------------------------------  */
#subNav ul {
	display: block;
	margin: 0;
	padding: 0em 0em 0em 0em;
	border: 0;
	font-size: 1.1em;
	list-style: none;
	text-align:center;
	z-index:1000;
}
#subNav ul li {
	float: left;
	display: block;
	margin: 0em 0em 0em 0.3em;
	padding: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	height: 2.5em;
}
#subNav ul li.selected {
	font-weight:bold;
}
#subNav ul li span, #subNav ul li a, #subNav ul li a:link, #subNav ul li a:visited, #subNav ul li a:active {
	display: block;
	padding: 0.3em 1.0em 0em 1.0em;
	text-decoration: none;
	color: #000;
	height: 2.5em; /* !!! */
}
#subNav ul li a:hover {
	color: #000;
}
#subNav ul li.selected span, #subNav ul li.selected a, #subNav ul li.selected a:link, #subNav ul li.selected a:visited, #subNav ul li.selected a:active, #subNav ul li.selected a:hover, #subNav ul li.lastselected span, #subNav ul li.lastselected a, #subNav ul li.lastselected a:link, #subNav ul li.lastselected a:visited, #subNav ul li.lastselected a:active, #subNav ul li.lastselected a:hover {
	color: #000;
}
/* default width for all tabs - could be redefined in segment specific css */
#subNav ul li.tab1 {
	width: 8.4em; 
	margin: 0px;
}
#subNav ul li.tab2, #subNav ul li.tab3, #subNav ul li.tab4, #subNav ul li.tab5 {
	width: 8.4em; 
}
/*SubNavigation End*/
/*leftNav*/
/*Right Navigation*/
.rightNavContainer{
	background-color: inherit;
	border:0.0em solid #ff0000;
	margin:  0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
}
.rightTabnav {
	border:0em solid #ff0000;
	margin:  0em 0em 0em 0em;
	/*margin-left:23.8em; !important commented by san*/
	padding:0em 0em 0em 0em;
}
.rightNavigation {
    margin: 0 auto; /*reset for containers */
	padding: 0 auto; /*reset for containers */
	/*margin-top:1.5em; manoj*/
	margin-top:0.0em;
	margin-bottom:0em;
	margin-left:0em;
	margin-right:0em;
	border:0em solid #ff0000;
}
#righttNav ul li {
	float: left;
	display: block;
	margin: 0 0 0 0.2em;
	padding: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
}
#righttNav ul li.selected {
	font-weight:bold;
}
#righttNav ul li span, #righttNav ul li a, #righttNav ul li a:link, #righttNav ul li a:visited, #righttNav ul li a:active {
	display: block;
	padding: 0.3em 0.6em 0em 0.6em;
	text-decoration: none;
	color: #000;
	height: 1.55em; /* !!! */
}
#righttNav ul li a:hover {
	color: #000;
}
#righttNav ul li.selected span, #righttNav ul li.selected a, #righttNav ul li.selected a:link, #righttNav ul li.selected a:visited, #righttNav ul li.selected a:active, #righttNav ul li.selected a:hover, #righttNav ul li.lastselected span, #righttNav ul li.lastselected a, #righttNav ul li.lastselected a:link, #righttNav ul li.lastselected a:visited, #righttNav ul li.lastselected a:active, #righttNav ul li.lastselected a:hover {
	color: #000;
}
.subNavContainer {
	background-color: inherit;
	margin:0em 1.0em 0px 1.0em;
	padding:0em 0px 0px 0px;
	border:0em solid #ff0000;
}
#leftNav ul li {
	float: left;
	display: block;
	margin: 0 0 0 0.2em;
	padding: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
}
#leftNav ul li.selected {
	font-weight:bold;
}
#leftNav ul li span, #leftNav ul li a, #leftNav ul li a:link, #leftNav ul li a:visited, #leftNav ul li a:active {
	display: block;
	padding: 0.3em 0.6em 0em 0.6em;
	text-decoration: none;
	color: #000;
	height: 2.0em; /* !!! */
}
#leftNav ul li a:hover {
	color: #000;
}
#leftNav ul li.selected span, #leftNav ul li.selected a, #leftNav ul li.selected a:link, #leftNav ul li.selected a:visited, #leftNav ul li.selected a:active, #leftNav ul li.selected a:hover, #leftNav ul li.lastselected span, #leftNav ul li.lastselected a, #leftNav ul li.lastselected a:link, #leftNav ul li.lastselected a:visited, #leftNav ul li.lastselected a:active, #leftNav ul li.lastselected a:hover {
	color: #000;
}
/*Content Area*/
.contentAreas {
	background-color:#daf2f9;
	margin-top:0em;
	padding-top:0em;
	padding-left:0em;
	padding-right:0em;
	margin-left:0em;
	margin-right:0em;
	margin-bottom:0em;
	border-left:0em solid #000;
	border-right:0em solid #000;
	border-top:0em solid #000;
	clear: both;
	background-color: #fff;
}
.contentAreas_popup {
/* 	background-color:#ecfbff; */
	margin-top:0em;
	padding-top:0em;
	padding-left:0em;
	padding-right:0em;
	margin-left:0em;
	margin-right:0em;
	margin-bottom:0em;
	border-left:0.0em solid #d0d0d0;
	border-right:0.0em solid #d0d0d0;
	border-top:0.0em solid #d0d0d0;
	clear: both;
}
.contentAreasNoTopBorder {
	background-color:#daf2f9;
	margin-top:0em;
	padding-top:0em;
	padding-left:0em;
	padding-right:0em;
	margin-left:0em;
	margin-right:0em;
	margin-bottom:0em;
	border-left:0.1em solid #d0d0d0;
	border-right:0.1em solid #d0d0d0;
	border-top:0.0em solid #d0d0d0;
	clear: both;
}
.content_home {
	background-color:#ffffff;
	margin:1.5em 1.0em 0em 1.0em;
	padding-top:0em;
	border:0em solid #ff0000;
	margin-left:0.9em;
	padding:0em 0em 0em 0em;
	border:0.0em solid #E3E3E3;
}
.content_home_Master {
	background-color:#ffffff;
	margin:1.5em 1.0em 0em 1.0em;	
	margin-left:23.9em;
	padding:0em 0em 0em 0em;
	border:0.0em solid #E3E3E3;
}
.content_homeRightnav {
	background-color:#ffffff;
	/*margin:2.2em 1.0em 0em 1.0em; commented by san on 24/05/2008*/
	margin:23px 1.0em 0em 0.4em;
	border:0em solid #ff0000;
	/*margin-left:23.9em; commented by san on 24/05/2008*/
/*	margin-top:1.5em; */
	padding:0em 0em 0em 0em;
	border:0.1em solid #ccc;
	background-image: url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);	
	background-repeat: repeat-x;
	border-top:0; 
}
.content {
	background-color:#ffffff;
	margin:0em 1.0em 0em 1.0em;
	padding-top:0em;
	border:0em solid #a5d2ed;
}
.contentPage {
	background-color:#ffffff;
	margin:1.5em 1.0em 0em 1.0em;
	padding-top:0em;
	border:0.0em solid #E3E3E3;
}
.content_popup {
	background-color:#daf2f9;
	margin:0.0em 1.0em 0em 1.0em;
	padding-top:0em;
	padding-bottom:0em;
	margin-bottom:0em;
	border:0em solid #C7CDD0;
}
.contentHeader {
	font-size:1.0em;
	margin:0.16em 0.0em 0em 0.0em;
}
.contentHeader1 {
	font-size:1.0em;	
	background-image: url(../../Images/Blue/Backgrounds/Continue_Page_bkg.gif);	
}
.contentHeaderLogin {
	font-size:1.0em;
	background-image: url(../../Images/Blue/Backgrounds/contentHeaderBg.gif);
	background-repeat: repeat-x;
	/*height: 45px; by Manoj to 45*/
	height: 45px;
}
.contentwrapper {
	/*margin:0em 0em 0em -0.3em; commented by san*/
	margin:0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border:0em solid #c6cccf;
}
.contentwrapperPopup {
	margin:0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border:0.0em solid #daf2f9;
}
.contentwrapper_admin {
	background-color:#ffffff;	
	margin:-0.2em 1.0em 0em 0em;
	border:0em solid #ff0000;
	padding:0em 0em 0em 0em;
	border:0.1em solid #ccc;
	background-image: url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);	
	background-repeat: repeat-x;
	border-top:0;
}
.subNav {
	background-color: inherit;
	margin:0em 1.0em 0px 1.0em;
	padding:0em 1.0em 0px 0px;
	border:0em solid #ff0000;
}
.leftTab_container {
	width:19.1em;
	padding-top:0em;
	border:0.1em solid #000000;
}
.leftContentAreas {
	width:21.4em;
	min-height:17em;
	overflow: visible;
/*	background-color:#7C95AF; */
	margin:-0.2em 0px 0px 0px;
	padding:0.7em 0px 0px 0.7em;
	border: 1px solid #ccc;
	border-top:0;
	position: relative;
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
	background-repeat: repeat-x;
	/*border-top: 1px solid #ccc; commented by san*/
}
.leftContentAreas P {
	font-size: 1.1em;
	margin-top:0em;
	padding-top:0em;
	padding-bottom:0em;
	margin-bottom:0.3em;
	border:0em solid #ff0000;
}
.searchLinkAreas {
	width:22.1em;
	min-height:2.2em;
	overflow: visible;
	background-color:#A5D2ED;
	margin-top:0.1em;
	border:0em solid #ff0000;
	text-align:right;
	padding-top:0em;
}
.actInactAreas {	
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);/*added by manoj*/
	background-repeat: repeat-x;	/*added by manoj*/
	background-color: transparent;	
	border: 1px solid #ccc;
	text-align:right;
}
.leftContent {
	width:17.8em;
	height:16.2em;
	background-color:#ffffff;
	margin:0.7em 0.0em 0.7em 0.0em;
	padding:0em 0px 0px 0px;
	overflow:auto;
	text-indent:0.5em;
}
.pageContent {
	width:99.2%;
	height:16.2em;
	background-color:#ffffff;
	margin:0.0em 0.0em 0.0em 0.0em;
	padding:0em 0px 0px 0px;
	overflow:auto;
	text-indent:0.5em;
	border:0.1em solid #ccc;
}
.resetBtn {
	width:23.0em;
	height:3.4em;
	margin-top:0.1em;
	padding-top:0.1em;
}
div.tableContainerScroll {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	font-size:1.1em;
	width:100%;
	border:0.01em solid #ccc;
	overflow-y: scroll;
	overflow-x: hidden;	
	height:12.0em;
}
div.tableContainerScrollText{
	padding: 0.2em 0.2em 0.2em 0.2em;
	margin: 0em 0em 0em 0em;
	font-size:1.1em;
	width:100%;
	border:0.01em solid #ccc;
	overflow-y: scroll;
	overflow-x: scroll;	
	height:20.4em;
	white-space:normal;
	background-color:#fff;
}
div.tableContainerScrollText P{
    white-space:normal;
}
div.tableContainer {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	font-size:1.1em;
	width:99%;
	border:0em solid #ccc;
	height: auto!important;	
}
div.tableContainer table.dataTable {
	border: 0.1em solid #ccc;
	border-collapse: collapse;
	margin: 0em;
	margin-top: 0em;
	padding-top: 0em;
	text-align: left;
	padding: 0em 0em 0em 0em;
	font-size:1.0em;
	width:100%;
}
.dataTable th {
	border-right: 0.1em solid #ccc;
	border-left: 0.1em solid #ccc;
	border-bottom: 0.1em solid #ccc;
	padding: 0.2em 0.2em 0.2em 0.2em;
	white-space: nowrap;
	height: 2.0em;
	background-color:#fcf9e6;
	color: #000;
	border-right:0.1em solid #999;
}
.dataTable_user th {
	padding: 0.2em 0.2em 0.2em 0.2em;
	white-space: nowrap;
	height: 2.0em;
	background-color:Transparent;
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
	background-repeat: repeat-x;
	color: #000;
	border: 1px solid #ccc;	
}
.dataTable_group th {
	padding: 0.2em 0.2em 0.2em 0.2em;
	white-space: nowrap;
	height: 1.5em;
	background-color:#fcf9e6;
	color: #000;
	border: 0px solid #ececec;
	width:30.0em;
}
.dataTable td {
	border-right: 0.1em solid #ccc;
	border-left: 0.1em solid #ccc;
	border-bottom: 0px solid #ccc;
	padding: 0.2em 0.2em 0.2em 0.2em;
	height: 2.0em;
}
.dataTable P{
	margin-left:0.5em;
}
.dataTable tr.rowFirst {
	background-color: #fff;
}
.dataTable tr.rowSecond {
	background-color: #ececec;
}
div.tableContainer table.dataTable_user {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0em 0em 0em 0em;
	padding-top: 0em;
	padding: 0em 0em 0em 0em;
	font-size:1.0em;
	width: 98%;
}
.dataTable_user td {
	border-right: 0.1em solid #ccc;
	border-left: 0.1em solid #ccc;
	border-bottom: 0px solid #ccc;
	padding: 0em;
	font-size:1.0em;
	font-weight:normal;
	text-align: center;
}
.dataTable_user tr.rowFirst {
	background-color: #fff;
}
.dataTable_user tr.rowSecond {
	background-color: #ececec;
}
.dataTable_groups tr.rowSecond {
	background-color: #ececec;
}
div.tableContainer table.dataTable_autoWidth {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0em 0em 0em 0em;
	padding-top: 0em;
	text-align: left;
	padding: 0em 0em 0em 0em;
	font-size:1.1em;
	width: auto;
}
.dataTable_autoWidth tr.rowFirst {
	background-color: #fff;
}
.dataTable_autoWidth tr.rowSecond {
	background-color: #ececec;
}
.btnContainerDatatbl {
	padding: 1.8em 0em 1.8em 0.6em;
	border-top: 0px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	margin: 0em 1.0em 0em 0.3em;
}
.btnContainerDatatblA {
	padding: 1.2em 0em 0em 0em;
	border-top: 0px solid #cacaca;
	border-bottom: 0px solid #cacaca;
	border-left: 0px solid #cacaca;
	border-right: 0px solid #cacaca;
	margin: 0em 1.3em 0em 0em;
}
.btnContainerDatatblB {
	padding: 1.2em 0em 1.0em 0.6em;
	border-top: 0px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	margin: 0em 1.2em 0em 0.0em;
}
.contentSection_top {
	border: 1px solid #cacaca;
	margin: 0em 1.4em 1em 1.4em;
	padding:0em 0em 0em 0em;
	margin-top:15px;
}
.contentSection {
	border: 1px solid #cacaca;
	margin: 0em 0.3em 1.5em 0.8em;
	padding:0em 0em 0em 0em;
	padding-top:0em;
	margin-top:0em;
}
.contentSection_AC_Variable {
	border: 1px solid #cacaca;
	margin: 0em 0.3em 1.5em 0.8em;
	padding:0em 0em 0em 0em;	
}
.contentSectionNomargin {
	border: 0px solid #cacaca;
	margin: 0em 1.4em 1.5em 1.1em;
	padding:0em 0em 0em 0em;
	padding-top:0em;
	margin-top:0em;
}
.contentSectionSort {
	border: 0px solid #cacaca;
	margin: 0em 0.1em 2.5em 1.1em;
	padding:0em 0em 0em 0em;
	padding-top:0em;
	margin-top:0em;
}
.contentSectionSimpleNoBorder {
	border: 0px solid #cacaca;
	margin: 0em 0.1em 0.4em 1.1em;
	padding:0em 0em 0em 0em;
	padding-top:0em;
	margin-top:0em;
}
.contentSectionBottom {
	border: 0px solid #cacaca;
	margin: 0em 1.4em 2.5em 1.1em;
	padding:0em 0em 0em 0em;
	padding-top:0em;
	margin-top:0em;
}
.contentSectionPopup {
	border: 1px solid #cacaca;
	/*padding:2em 0em 0em 1em;*/
	padding:1em 1em 1em 1em;
	padding-top:0em;
	margin-top:0em;
	background-color:#fff;
}
.contentSectionNoborder_Bottom {
	border: 0px solid #cacaca;
	margin: 0em 1.1em 2em 1.4em;
	padding:0em 0em 0em 0em;
	padding-top:0em;
	margin-top:0em;
}
.contentSectionNoborderNoRt {
	border: 0em solid #ccc;
	margin: 0em 0em 1.5em 0.8em;
	padding:0em 0em 0em 0em;
	padding-top:0em;
	margin-top:0em;
	width:98.3%;
}
.contentSectionborder {
	border: 1em solid #cacaca;
	margin: 1.0em 1.0em 1.5em 1.1em;
	padding:0em 0em 0em 0em;
	padding-top:0em;
	margin-top:1.0em;
}
.contentSection_popup {
	border: 0px solid #ccc;
	margin: 0em 0em 1em 0em;
	padding:0em 0em 0em 0em;
	padding-top:0em;
	margin-top:0em;
	width:100%;
}
.contentSection_popup .tableContainer {
	width:100%!important;
}
.contentSection_border {
	border: 1px solid #cacaca;
	margin: 0em 0.0em 1em 0.0em;
	padding:0em 0em 0em 0em;
	margin-top:0em;
}
.contentSection_noborder {
	border: 0px solid #ccc;
	margin: 0em 0.0em 1em 0.0em;
	padding:0em 0em 0em 0em;
	margin-top:0em;
}
h1.normalSize {
	font-size: 1.3em;
	white-space: nowrap;
	margin: 0em 0em 0em 0em;
}
h2 {
	/*font-size: 1.6em; by manoj to 1.2 */
	font-size: 1.2em;
	margin: 0em;
	line-height:1.2em;
}
a.mainHeadingLink {
	color: #00774b;
	margin: 0em 0em 1em 0.2em;
	padding-top:0;
	margin-top:0;
	font-size:1.0em;
	text-decoration:underline;
}
span.mainHeading {
	color: #00774b;
	padding-top:0.5em;
	margin: 0.3em 0em 0em 0em;
	padding-bottom:1.0em;
	margin-top:0;
	font-size:1.1em;
	font-weight: bold;
}
h2.altHeadingA {
	font-size: 1.4em;
	margin: 1em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	color: #666666;
}
.txtFieldDefault {
/*	height: 20px; */
	border: 1px solid #BDD1EA;
	background-repeat: repeat-x;
	padding: 0em 0.2em 0em 0.2em;
	/*font-size: 1.2em; by manoj to 1.1em*/
	font-size: 1.1em;
}
.footerlinks {
	clear: right;
	margin-top: 0.4em;
	margin-right: 0.1em;
	padding-right: 0.5em;
	font-size:1.1em;
	color:#000000;
}
hr {
	height:0.01em;
	color:#999999;
	width:100%;
	margin:0em;
	padding:0em;
	margin-top:0em;
	margin-bottom:0em;
	padding-top:0em;
	padding-bottom:0em;
	size:0.01em;
}
.spacerBg{
	background-color:#999999;
}
.historyBg {
	width:19.2em;
	background-color:#EBF897;
	margin-top:0em;
	margin-bottom:0em;
	border-left:0.1em solid #D0CFCF;
	border-right:1px solid #D0CFCF;
}
.historyBg P{
    margin-left:0.5em;
    margin-top:0.3em;
}
.TabOuterHolder	{
	width: auto;
	margin-bottom: 0px;
	margin-top: 0em;
}
.tabholder1_on, .tabholder2_on, .tabholder3_on,.tabholder4_on{
	float: left;
	font-size: 1.0em;
	line-height: 2.5em;
	padding:0em 0.4em;
	cursor: text; 
	color: #ffffff;
	margin:0em 0.2em 0em 0em;
	text-align: center;
	top: 1px;
}
.tabholder1_off, .tabholder2_off, .tabholder3_off, .tabholder4_off{
	float: left;
	height: 2.5em;
	font-size: 1.0em;
	line-height: 2.0em;
	padding:0em 0.0em;
	cursor: pointer; 
	color: #ffffff;
	margin:0em 0.2em 0em 0em;
	text-align: center;
	top: 1px;		
}
/*added on 14/02/2008 to adjust the fullcontrol tab*/
.tabcontentholder{
	clear: both;
	width: 22.1em;
	text-transform: normal;
	z-index:-99;
	padding: 0px;
	border: 1px solid #ccc;
	border-top: none;
	margin-top: -0.2em;
}
.vertLine {
	background-image: url(../../images/Blue/Backgrounds/vline.gif);
	background-repeat: repeat-y;
	width:9px;
}
.hrLine {
	background-image: url(../../images/Blue/Backgrounds/hline.gif);
	background-repeat: repeat-x;
	height:0.5em;
	vertical-align:top;	
}
.messageOfDay {
	background-color: #a5d2ed;
	padding: 0.5em;
	border:0.1em solid #c6cccf;
	margin-top:0.4em;
	margin-right:3.0em;
	width:auto;
}
.contentNoTab {
	background-color:#ffffff;
	margin:1.0em 1.0em 0em 1.0em;
	padding-top:0em;
	border:0em solid #a5d2ed;
}
.openCloseLeftSubsectionOpened {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	background-color: #EBF897;
	border: 0.1em solid #000 !important;
	width:20.0em;
}
.historyShow {
	margin: 0em 0em 0.4em 0.3em;
	padding:0em 0em 0em 0em;
	height: 10.0em;
	overflow: auto;
	border: 0.1em solid #d0cfcf;
	overflow-y: scroll;
	overflow-x: hidden;	
	width:20.0em;
}
.historyShow table {
	background-color: #fff;
}
table.tdBoredrBottom td{
	background-color: #fff;
	border: 0.1em solid #d0cfcf !important;
	padding: 0em !important;
	margin: 0em !important;
}
div.tableContainerSort {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	font-size:1.1em;
	width:auto;
	border:0.0em solid #ff0000;
}
table.sortedHdr{
	 PADDING-RIGHT: 0px;
	 BORDER-TOP: #cacaca 1px solid;
	 PADDING-LEFT: 0px;
	 BORDER-BOTTOM-WIDTH: 0px;
	 PADDING-BOTTOM: 0px;
	 MARGIN: 0em 0em 0em 0em;
	 BORDER-LEFT: #cacaca 1px solid;
	 PADDING-TOP: 0px;
	 BORDER-RIGHT-WIDTH: 0px;
	 border-right: #cacaca 1px solid;
	 border-collapse: collapse;
	 font-size:1.1em;
	 width:100%;
}
table.sortedHdr td {
	BORDER-TOP-WIDTH: 0px; 
	BORDER-RIGHT: #cacaca 1px solid; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	BORDER-LEFT-WIDTH: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	BACKGROUND-COLOR: #eaeef3;
	cursor: text;	
}
table.sortedHdr th {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 4px; 
	BACKGROUND-COLOR: #FFFFEA;
	text-align: left !important;
	font-size:1.0em;
	font-weight:normal;
	cursor:text;
	BORDER-RIGHT: #cacaca 1px solid; 
}
table.sorted {
	 PADDING-RIGHT: 0px;
	 BORDER-TOP: #cacaca 1px solid;
	 PADDING-LEFT: 0px;
	 BORDER-BOTTOM-WIDTH: 1px;
	 PADDING-BOTTOM: 0px;
	 MARGIN: 0em 0em 0em 0em;
	 BORDER-LEFT: #cacaca 1px solid;
	 PADDING-TOP: 0px;
	 BORDER-RIGHT-WIDTH: 1px;
	 border-bottom: #cacaca 1px solid;
	 border-right: #cacaca 1px solid;
	 border-collapse: collapse;
	 font-size:1.0em;
	 width:100%;
}
/* table.sorted td (border right,left,bottom,top) changed by manoj*/
table.sorted td {	
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	BORDER-TOP-WIDTH: 0px; 	
	BORDER-RIGHT: #cacaca 1px solid; 
	BORDER-BOTTOM: #cacaca 1px solid; 
	border-left: #cacaca 1px solid; 
	border-top: #cacaca 1px solid; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 	
	BACKGROUND-COLOR: #eaeef3;
	cursor: pointer;	
}
table.sorted th {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	border-top:#cacaca 1px solid;	
	border-left:#cacaca 0px solid;	
	border-right:#cacaca 1px solid;	 
	PADDING-TOP: 4px; 
	BACKGROUND-COLOR: #D9F0F1;
	text-align: left !important;
	font-size:1.0em;
	font-weight:normal;
	cursor:pointer;
	background-image: url(../../Images/Blue/Backgrounds/tblHeadBg.gif);
	background-repeat: repeat-x;	
}
table.sorted thead th {
	BORDER-BOTTOM: #cacaca 1px solid;
	cursor: default;
}
table.sorted .odd td {
	BACKGROUND-COLOR: #F5F5F5 !important;
	cursor: pointer;
}
table.sorted .even td {
	BACKGROUND-COLOR: #fff;
	cursor: pointer;	
}
table.sorted .hover td {
	BACKGROUND-COLOR: #DBE6F7;
	color: #000;
}
table.sorted .selrow td {
	BACKGROUND-COLOR: #316AC5;
	color: #fff;
	cursor: pointer;
}
table.sorted .selrow td a{
	color: #fff;
	cursor: pointer;
}
div.tableContainer table#historyTable {
	background-color: #fff;
	margin: 0em 0em 0em 0em;
	BORDER-BOTTOM: 0.1em solid #fff;
	BORDER-TOP: 0.1em solid #fff;
	BORDER-LEFT: 0.1em solid #fff;	
}
table#historyTable tr, table#historyTable td {
	background-color: #fff !important;
	BORDER-BOTTOM: 0em solid #ff0000;
}
table#historyTable tbody tr {
	BORDER-BOTTOM: 0.1em solid #ff0000;
	cursor: default;
}
table#historyTable tr {
	BORDER-BOTTOM: 0.1em solid #ff0000;
	cursor: default;
}
table#historyTable .selrow td {
	BACKGROUND-COLOR: #316AC5;
	color: #fff;
	cursor: pointer;
}
table#historyTable .hover td {
	BACKGROUND-COLOR: #DBE6F7;
	color: #000;
}
.historyRowLine {
	border-bottom: 0.1em solid #ccc;
}
.rightTitle {
	top:auto; 
	border:0em solid #ff0000; 
	float:right; 
	clear:right; 
	margin-top:0.0em; 
	margin-bottom:0.0em;
	padding-right:0.6em;
	color:#000;
}
div.tableContainerSimple {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	font-size:1.0em;
	width:98%;
	border:0.0em solid #ff0000;
}
.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.singleRowColumn {
	border: 0em solid #ccc;
	margin: 0em 0em 1.5em 0.8em;
	padding:0em 0em 0em 0em;
	padding-top:0em;
	margin-top:0em;
	width:30.0%;
}
div.tableContainerNoScroll {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	font-size:1.1em;
	width:100%;
	border:0.0em solid #ccc;
	overflow-y: hidden;
	overflow-x: hidden;	
	height:12.0em;
}
table.dataTableContainerSimple input.btnMoveDown {
	background-color: #f6efbf;
	border:0.01em solid #8c8a8a;
	font-size: 1.1em;
	padding: 0em 0.8em 0em 0.8em;
    width:auto;
    overflow:visible;
    margin: 1.0em 0.1em 0.3em 0.2em;
	height: 1.7em;
}
.DataGridFixedHeader {
	 PADDING-RIGHT: 0px;
	 BORDER-TOP: #cacaca 1px solid;
	 PADDING-LEFT: 0px;
	 BORDER-BOTTOM-WIDTH: 0px;
	 PADDING-BOTTOM: 0px;
	 MARGIN: 0em 0em 0em 0em;
	 BORDER-LEFT: #cacaca 1px solid;
	 PADDING-TOP: 0px;
	 BORDER-RIGHT-WIDTH: 0px;
	 border-right: #cacaca 1px solid;
	 border-collapse: collapse;
	 width:100%;
	 background-color: white; 
	 position:relative; 
	 top: expression(this.offsetParent.scrollTop);
	 left : expression(this.offsetParent.scrollLeft);
}
/*need to chage color for next them */
input.btnMainTab{
   font-size:1.1em;
   font-family:Verdana,sans-serif;   
   width:Auto;
   height:20px; 
   background-color:#EEEEEE;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
   margin-bottom:-1.1em; 
}
input.btnMainTabSelected{
   font-size:1.1em;
   font-family:Verdana,sans-serif;   
   font-weight :bold ;
   width:Auto;
   height:26px; 
   background-color:#daf2f9;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
   margin-bottom:-1.2em; 
}
div.tableContainerScrollCust {	
	width:100%;
	overflow-y: scroll;
	overflow-x: hidden;	
	border-bottom : #cacaca 1px solid;	
	border-top : #cacaca 1px solid;	
	border-left :#cacaca 1px solid;	
	border-right : #cacaca 1px solid;	
}
table.sortedHeader th{
	border-top:#cacaca 1px solid;	
	border-left:#cacaca 1px solid;	
	border-right:#cacaca 1px solid;	 	
	BACKGROUND-COLOR: #FFFFEA;
	text-align: left !important;
	font-size:1.0em;
	font-weight: bold;
	cursor:pointer; 
}
.contentSectionAdv {
	border: 1px solid #FFFFEA;
	margin: 0em 1.4em 1.5em 1.1em;
	padding:0em 0em 0em 0em;
	padding-top:0em;
	margin-top:0em;
}
div.tableContainerScrollAdv {	
	width:100%;
	overflow-y: scroll;
	overflow-x: hidden;	
	border-bottom : #cacaca 1px solid;			
	border-right : #cacaca 1px solid;	
	border-left : #cacaca 1px solid;
}
.contentSectionServicePackage {
	border: 1px solid #cacaca;
	/*margin: 1.0em 0.9em 1.5em 0.9em; change for IE7*/ 
	padding:1em 1em 0em 1em;
	padding-top:0em;
	margin-top:0em;
	background-color:#fff;
}
/* BNTDDI Page */
.rightTabnavBNTDDI {
	border:0em solid #ff0000;
	margin:  0em 0em 0em 0em;
	margin-left:0em; 
	padding:0em 0em 0em 0em;
}
.content_homeRightnavBNTDDI {
	background-color:#ffffff;
	margin:3.4em 1.0em 0em 1.0em;
	border:0em solid #ff0000;
	margin-left:0em;
/*	margin-top:1.5em; */
	padding:0em 0em 0em 0em;
	border:0.5em solid #A5D2ED;
}
.content_homeBNTDDI {
	background-color:#ffffff;
	margin:1.5em 1.0em 0em 1.0em;
	padding-top:0em;
	border:0em solid #ff0000;
	margin-left:0em;
	padding:0em 0em 0em 0em;
	border:0.0em solid #E3E3E3;
}
.content_home_MasterBNTDDI {
	background-color:#ffffff;
	margin:1.5em 1.0em 0em 1.0em;	
	margin-left:0em;
	padding:0em 0em 0em 0em;
	border:0.0em solid #E3E3E3;
}
.content_homeRightnavFull {
	background-color:#ffffff;
	margin:3.4em 0em 0em 0em;
	border:0em solid #ff0000;
	margin-left:23.9em;
/*	margin-top:1.5em; */
	padding:0em 0em 0em 0em;
	border:0.5em solid #A5D2ED;
}
.contentwrapperFull {	
	
}
/* CSS FOR AC VARIABLE IMAGE */
/* CSS Document */
div.tableContainer1 table.dataTable1 {
	border: 10px solid #ccc;
	border-collapse: collapse;
	margin: 0em;
	text-align: left;
	padding: 1.5em 0em 0em 0em;
	width: 90%;
}
.dataTable1 tr.rowFirst1 {
	background-color: #fff;
}
.dataTable1 tr.rowSecond {
	background-color: #ececec;
}
.checkBoxContainer {background-color: #CCCCCC;
	position: relative;
}
input.btnButtonA {
	background-color: #0689c1;
	border-left:0.1em solid #2B76D3;
	border-bottom:0.1em solid #2B76D3;
	border-right:0.1em solid #2B76D3;
	border-top:0.1em solid #86B1E6;
	font-size: 1.0em;
	padding: 0em 0.4em 0em 0.4em;
    width:7.3em;
    overflow:visible;
	margin: 0em;
	height: 1.9em;
	color: #fff;
	cursor:pointer; 
}
input.btnButtonB {
	background-color: #bdd1ea;
	border-left:0.1em solid #636363;
	border-bottom:0.1em solid #636363;
	border-right:0.1em solid #636363;
	border-top:0.1em solid #A6A6A6;
	font-size: 1.0em;
	padding: 0em 0.4em 0em 0.4em;
    width:7.3em;
    overflow:visible;
     margin: 0em;
	 height: 1.9em;
	 color: #000;
}
input.btnButtonBSmaller {
	background-color: #bdd1ea;
	border-left:0.1em solid #636363;
	border-bottom:0.1em solid #636363;
	border-right:0.1em solid #636363;
	border-top:0.1em solid #A6A6A6;
	font-size: 1.0em;
	padding: 0em 0.4em 0em 0.4em;
    width:5.2em;
    overflow:visible;
     margin: 0em;
	 height: 1.9em;
	 color: #000;
}
/* END CSS FOR AC VARIABLE IMAGE */
div.tableVarScrollCust {	
	overflow-y: scroll;
	overflow-x: hidden;	
	border-bottom : #cacaca 1px solid;	
	border-top : #cacaca 1px solid;	
	border-left :#cacaca 1px solid;	
	border-right : #cacaca 1px solid;	
}
.ContentDiv {
    width:relative;
    height:relative;
    border: 1px solid #cacaca;
}  
table.Gridview {
	PADDING-RIGHT: 0px;
	BORDER-TOP: #cacaca 1px solid;
	PADDING-LEFT: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0em 0em 0em 0em;
	BORDER-LEFT: #cacaca 1px solid;
	PADDING-TOP: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	border-bottom: #cacaca 1px solid;
	border-right: #cacaca 1px solid;
	border-collapse: collapse;
	font-size:1.0em;
	width:100%;
	height:100%;
}
table.Gridview th {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	border-top:#cacaca 1px solid;	
	border-left:#cacaca 1px solid;	
	border-right:#cacaca 1px solid;	 
	border-bottom:#cacaca 1px solid;	
	PADDING-TOP: 4px; 
	background-repeat:repeat-x;
	background-color:#ffffff; /* #FFFFEA; changed by manoj*/ /*need to chage color for next them */
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
	text-align: left !important;
	font-size:1.0em;
	font-weight:normal;
	cursor:default;		
}	
table.Gridview td {
	BORDER-TOP-WIDTH: 0px; 
	BORDER-RIGHT: #cacaca 1px solid; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	BORDER-RIGHT: #cacaca 1px solid; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #cacaca 1px solid; 	
	cursor: pointer;	
}
.WrapperDivHistory {
    width:relative;
    height:228px;
    border: 1px solid #cacaca;
    overflow-y: scroll;
    overflow-x: hidden;
} 	      
.WrapperDivVarVersion {
    width:relative;
    height:390px;
    border: 1px solid #cacaca;
    overflow-y: scroll;
    overflow-x: hidden;
} 	      
.WrapperDivPCD {
    width:relative;
    height:242px;
    border: 1px solid #cacaca;
    overflow-y: scroll;
    overflow-x: hidden;
} 	      
.WrapperDivVarUnUsed {
    width:relative;
    height:335px;
    border: 1px solid #cacaca;
    overflow-y: scroll;
    overflow-x: hidden;
} 	      
.WrapperDivACVar{
    width:relative;
    height:144px;
    border: 1px solid #cacaca;
    overflow-y: scroll;
    overflow-x: hidden;
} 	      
.leftContentAreas_ChangeRole{
	width:21.4em;
	/* min-height:10em; commented by manoj*/
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);/*added by manoj*/
	background-repeat: repeat-x;	/*added by manoj*/
	overflow: visible;
	background-color: transparent;
	margin:0em 0px 0px 0px;
	padding:0.7em 0px 0px 0.7em;
	/*border:0.1em solid #ccc;* changed by Manoj*/
	border: 1px solid #ccc;
	position: relative;
}
/*Addded new section for my detail*/
.lhnContainer {
	background-color: #A5D2ED;	
	border: 0em solid #ff0000;
	border-top: none;
	border-left: none;
}
.leftContent_wrapperSubNav {
	width:22.0em!important;
	height:50.0em; 
	overflow:hidden;
	float: left;
	margin-left:0em;
	padding-left:0em;
	border:0em solid #ff0000;
	margin-top:0em;
	margin-right: 1.0em;
	position: relative;
}
#lhn {
	font-size: 1.1em;	
	width: auto;
	border: 0em solid #000;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0em 0em;
	background-color: #fff;
	color: #000;
}
#lhn dt {
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding: 0.5em 0em 0.5em 0.5em;
	border: none;
	font-weight: bold;
	display: block;
	background-image: url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif); /*Changed by Manoj*/
	background-repeat: repeat-x;
	background-position: top;
}
#lhn dd {
	border-bottom: 0em solid #CFE7F5;
	margin: 0.2em 0em 0.2em 0em;
	padding: 0em 0em 0em 0em;
	width: auto;
	display: block;
	background-color: #fff;
}
#lhn dd a {
	display: block;
	padding: 0.5em 0em 0.5em 0.5em;
	margin: 0em 0em 0em 0em;
	color: #000;
	text-decoration: none;
	border-left: 0em solid #fff;
	border-right: 0em solid #fff;
	border-top: 0em solid #fff; 
	border-bottom: 0em solid #fff;
}
#lhn dd span {
	display: block;
	padding: 0.5em 0em 0.5em 0.5em;
	margin: 0em;	
	background-color: #fff;
	color: #000;
	text-decoration: none;
	width: 97.5%;
	border-left: 0em solid #ccc;
	border-right: 0em solid #ccc;
	border-top: 0em solid #ccc;
	border-bottom: 0em solid #ccc;
	background-image: url(../../Images/Blue/Backgrounds/leftNavBgHover.gif);
	background-repeat: repeat-x;
	background-position: top left;	
}
#lhn dd a:hover, #lhn li a:focus {
	background-color: #FFFFFF;
	color: #000;
	border: 0em solid #fff;
	background-image: url(../../Images/Blue/Backgrounds/leftNavBgHover.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/*Added by abhi for my details left tab*/
.SelectedMyDetails{
	background-image: url(../../Images/Blue/Backgrounds/leftNavBgHover.gif);	
}
#lhn dd a:active {
	background-color: #ffffff;
	color: #000;
}
#lhn dd.lastLink {
	border-bottom: 0em solid #CFE7F5;
	margin-bottom: 0.5em;
}
#lhn dd.firstLink {
	border-top: 0em solid #CFE7F5;
}
#lhn dl {
	border: 0.1em solid #ccc;
}
#lhnNoSubNav {
	font-size: 1.1em;	
	width: auto;
	border: 0em solid #000;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0em 0.5em;
	background-color: inherit;
	color: #000;
}
#lhnNoSubNav dd {
	border-bottom: 0.1em solid #CFE7F5;
	margin: 0em;
	padding: 0em 0em 0em 0em;
	width: auto;
}
#lhnNoSubNav dd a {
	display: block;
	padding: 0.3em 0em 0.3em 0.5em;
	margin: 0em;
	color: #000;
	text-decoration: none;
	border-left: 0.1em solid #CFE7F5;
	border-right: 0em solid #CFE7F5;
/*	border-top: 0.1em solid #CFE7F5; */
/*	border-bottom: 0.1em solid #fff;*/
}
#lhnNoSubNav dd span {
	display: block;
	padding: 0.3em 0em 0.3em 0.5em;
	margin: 0em;	
	background-color: #fff;
	color: #000;
	text-decoration: none;
	width: 101.5%;
	border-left: 0.1em solid #fff;
	border-right: 0em solid #ccc;
	border-top: 0.1em solid #ccc;
	border-bottom: 0.1em solid #ccc;			
}
#lhnNoSubNav dd a:hover, #lhn li a:focus {
	background-color: #FFFFFF;
	color: #000;
}
#lhnNoSubNav dd a:active {
	background-color: #ffffff;
	color: #000;
}
#lhnNoSubNav dd.lastLink {
	border-bottom: 0.1em solid #CFE7F5;
	margin-bottom: 0.5em;
}
#lhnNoSubNav dd.firstLink {
	border-top: 0.1em solid #CFE7F5;
}
h3.normalTextA {
	font-size: 1.2em;
	margin: 0.5em 0em 0.5em 0em;
	color: #666;
}
/* added for button in callplab view page*/
input.btnCustomMain {
	background-color: #f6efbf;
	border:0.01em solid #8c8a8a;
	font-size: 1.1em;
	padding: 0em 0.8em 0em 0.8em;
    width:auto;
    overflow:visible;
    margin: 0em 0em 0em 0em;
	height: 1.7em;
}
.leftContent_CallPlan {
	width:22.0em!important;
	height:55.0em; 
	overflow: visible;
	float: left;
	margin-left:0em;
	padding-left:0em;
	border:0em solid #ff0000;
	margin-top:0em;
}
.contentwrapper_CallPlan {
	margin:0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border:0.5em solid #A5D2ED;
	min-height: 50.0em;
	overflow: visible;	
}
/*Added by Manoj */
input.buttonSmall {
    margin-left: 0px;
    margin-right: 0px;
    border: 0;
	background-image: url(../../Images/Blue/Buttons/ButtonAdminSmall.gif)!important;
	background-repeat: no-repeat;
    color: #666;
    height: 20px;
    width:60px;
    /*position: relative; commented by san */
    cursor: pointer;
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	background-color:White;
}
/*Added by Manoj */
input.buttonLarge {
    margin-left: 0px;
    margin-right: 0px;
    border: 0;
	background-image: url(../../Images/Blue/Buttons/ButtonAdminLarge.gif)!important;
	background-repeat: no-repeat;
    color: #666;
    height: 20px;
    width:120px; 
    /*position: relative; commented by san */
    cursor: pointer;
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	background-color:White;
}
/*Added by Manoj */
input.buttonLarger {
    margin-left: 0px;
    margin-right: 0px;
    border: 0;
	background-image: url(../../Images/Blue/Buttons/ButtonAdminLarger.gif)!important;
	background-repeat: no-repeat;
    color: #666;
    height: 20px;
    width:130px;
    /*position: relative; commented by san */
    cursor: pointer;
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	background-color:White;
}
/*Added by Manoj */
input.buttonLargest {
    margin-left: 0px;
    margin-right: 0px;
    border: 0;
	background-image: url(../../Images/Blue/Buttons/ButtonLargest.gif)!important;
	background-repeat: no-repeat;
    color: #666;
    height: 20px;
    width:160px;
   /*position: relative; commented by san */
    cursor: pointer;
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	background-color:White;
}
/*Added by Manoj */
input.buttonMedium {
    margin-left: 0px;
    margin-right: 0px;
    border: 0;
	background-image: url(../../Images/Blue/Buttons/ButtonContinue.gif)!important;
	background-repeat: no-repeat;
    color: #666;
    height: 20px;
    width:80px;
    /*position: relative; commented by san */
    cursor: pointer;
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	background-color:White;
}
/*Added by Manoj */
input.buttonContinue {
    margin-left: 0px;
    margin-right: 0px;
    border: 0;
	background-image: url(../../Images/Blue/Buttons/ButtonContinue.gif)!important;
	background-repeat: no-repeat;
    color: #666;
    height: 20px;
    width:80px;
    cursor: pointer;
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	background-color:#f1ffff;
}
.content_homeLeftNav {
	background-color:#ffffff;
	margin:0em 0em 0em 0em;
	border:0.1em solid #ff0000;
/*	margin-top:1.5em; */
	padding:0em 0em 0em 0em;
	border:0.1em solid #ccc;
	float: left;
}
select#lstCustomer {
	margin-left:0em!important;
}
#baseLogout .header {
	font-size:1.0em;
	background-color: transparent;
	background-image: url(../../Images/Blue/Backgrounds/noMenuGrad.gif);
	background-repeat: repeat-x;
	height: 45px;
	text-align: right;
}
#baseLogout #page {
	border: 0px solid #ccc;
	width: 99.8%!important;
	margin: 0em 0em 0em 0em;
}
#baseLogout .contentSection_border {
	border: 0px solid #ccc;
    padding: 10px;
    margin-left: 10px;
}
#baseLogout table.dataTabledVert td{
	border: 0px solid #ff0000;
	color: #333!important;
}
#baseLogout  .contentNoTab {
	display: block; 
	left: 0px; 
	overflow: visible; 
	/*width: 90%; by manoj  */
	width: 99%; 
	position: absolute; 
	top: 30%; 
	height: 1px; 
}
#baseLogout .contentSectionNoborder {
	/*left: 50%; 
	/*margin-left: -300px;  by manoj */
	/*margin-left: -487px; 
	margin-right: -15px; /*added by manoj */
	/*width: 700px; by manoj */
	width: 96%;
	position: absolute; 
	top: -35px; 
	min-height: 190px;
	overflow: visible;
	border: 0.1em solid #ccc;
	padding: 0px,20px,0px,0px;
	/*padding-top: 0px;*/
	background-image:url(../../Images/Blue/Backgrounds/contentHeaderBg.gif);
	background-repeat: repeat-x;
}
/* Change the color according to theme for my details serviceset and custoemr set table header */
table.HeaderColor td{
	BACKGROUND-COLOR:#D9F0F1; /* #FFFFEA; changed by manoj*/ /*need to chage color for next them */
}	
.tableborder{
	border-right: #ccc 0.01em solid; 
	border-top: #ccc 0.01em solid;
	border-left: #ccc 0.01em solid;
	border-bottom: #ccc 0.01em solid;
}
.SearchFilter {	
	overflow: visible;
/*	background-color:#7C95AF; */
	margin:0em 0px 0px 0px;
	padding:0.7em 0px 0px 0.7em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: relative;
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #ccc; 
}
.leftContentAreasViewCallPlan {
	width:21.4em;
	min-height:17em;
	overflow: visible;
/*	background-color:#7C95AF; */
	margin:0em 0px 0px 0px;
	padding:0.7em 0.7em 0.7em 0.7em;
	border:0em solid #ff0000;
	position: relative;
	background-image:url(../../Images/Blue/Backgrounds/rightCallPlan.gif);
	background-repeat: repeat;
}
.rightContentAreasViewCallPlan {	
	min-height:17em;
	overflow: visible;
/*	background-color:#7C95AF; */
	margin:0em 0px 0px 0px;
	/*padding:0.7em 0px 0px 0.0em;*/
	padding:0.7em 0.1em 0.7em 0.1em;
	border:0em solid #ff0000;
	position: relative;
	background-image:url(../../Images/Blue/Backgrounds/rightCallPlan.gif);
	background-repeat: repeat;
}
#lhnCallPlan {
	font-size: 1.1em;	
	width: auto;
	border: 0em solid #000;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0em 0em;
	background-color: #fff;
	color: #000;
}
.bodyPopupCallPlan {
	margin:0;
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: url(../../Images/Blue/Backgrounds/noMenuGrad.gif);
	background-repeat: repeat-x;
	padding-top: 7px;
}
/* My details classes START */
.contentwrapper_mydetails{
    background-color:#ffffff;	
	margin:0em 0em 0em 0em; 
	padding:0em 0em 0em 0em;
	border:0.1em solid #ccc;
	background-image: url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);	
	background-repeat: repeat-x;
	border-bottom:0;
	border-right:0;
	border-left:0;
}
.leftContent_wrapper_mydetails{
    width:22.1em!important;
	float: left;
	clear: left;
	margin:0.0em 0em 0em 0em; 
	padding:0em 0em 0em 0.5em;
	border:0.1em solid #ccc;
	border-bottom:0;
	border-top:0;
	border-left:0;
}
/* My details classes END */ 
/* My Details User control classes START*/
.uclMyDetailsHeader{
	margin:0.16em 0.0em 0em 0.0em;
	padding:5px 5px 5px 5px; 
	background-image: url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);	
	background-repeat: repeat-x;	
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
}
.uclMyDetailsLinksOver{
    font-size: 1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 0px; 
	PADDING-TOP: 5px; 
	cursor: pointer;
	margin: 0em;
	background-image:url(../../Images/Blue/Backgrounds/leftNavBgHover.gif);
	background-color:Transparent;
	border: 0em solid #000;
	text-align:left;
}
.uclMyDetailsLinksSelected{
    font-size: 1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 0px; 
	PADDING-TOP: 5px; 
	cursor: pointer;
	margin: 0em;
	background-image:url(../../Images/Blue/Backgrounds/leftNavBgHover.gif);
	background-color:Transparent;
	border: 0em solid #000;
	text-align:left;
}
/* My Details User control classes END*/
.linkbtn{
	color:Blue; 
	font-weight:bold;
}
.loginMessageOfDay{
	background-color:White;
	padding: 0.5em;
	border:0.2em solid #c6cccf;
	margin-top:0.4em;
	margin-right:2.0em;	
	height:100%;				
	overflow:auto;		
}
.myDetailsMessageOfDay{
	background-color:White;
	padding: 0.5em;
	border:0.2em solid #c6cccf;
	margin-top:0.4em;
	margin-right:2.0em;	
	height:380px;
	width:100%;
	overflow:auto;
}
.varActiveStatsIndicator{
	background-color: #0689c1;
}
.varInactiveStatsIndicator{
	background-color: #bdd1ea;
}
/* Calendar User control classes START*/	
.CalHeader{
    background-image:url(../../Images/Blue/BackGrounds/leftTabHeaderBg.gif);
	background-color:Transparent;
	border: 0em solid #e1f3f4;
	height:25px;
}    
.Calfooter{
	background-color: #e1f3f4;
	padding: 0.5em;
	border:0.1em solid #e1f3f4;
	height:20px;
	width:100%;
}
/* Calendar User control classes END*/	
/* Admin Systems User control classes START*/
.uclSystemsUCHeader{
	margin:0.16em 0.0em 0em 0.0em;
	padding:5px 5px 5px 5px; 
	background-image: url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);	
	background-repeat: repeat-x;	
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
    font-size: 1.1em;	
    font-weight:bold;	
}
.uclSystemsUCLinksOver{
    font-size: 1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 0px; 
	PADDING-TOP: 5px; 
	cursor: pointer;
	margin: 0em;
	background-image:url(../../Images/Blue/Backgrounds/leftNavBgHover.gif);
	background-color:Transparent;
	border: 0em solid #000;
	text-align:left;
}
.uclSystemsUCLinksSelected{
    font-size: 1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 0px; 
	PADDING-TOP: 5px; 
	cursor: pointer;
	margin: 0em;
	background-image:url(../../Images/Blue/Backgrounds/leftNavBgHover.gif);
	background-color:Transparent;
	border: 0em solid #000;
	text-align:left;
	font-weight:bold;
}
/* Admin Systems User control classes END*/
/* grid css for folder view*/
table.FolderGrid {
	 PADDING-RIGHT: 0px;
	 BORDER-TOP: #cacaca 1px solid;
	 PADDING-LEFT: 0px;
	 BORDER-BOTTOM-WIDTH: 0px;
	 PADDING-BOTTOM: 0px;
	 MARGIN: 0em 0em 0em 0em;	 
	 PADDING-TOP: 0px;
	 BORDER-RIGHT-WIDTH: 0px;
	 border-collapse: collapse;
	 font-size:1.0em;
	 width:100%;
}
table.FolderGrid th{		
	PADDING-BOTTOM: 5px; 
	border-top:#cacaca 1px solid;
	border-bottom:#cacaca 1px solid;				
	background-repeat:repeat-x;
	background-color:#ffffff; /* #FFFFEA; changed by manoj*/ /*need to chage color for next them */
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
	text-align: left !important;
	font-size:1.0em;
	font-weight:normal;
	cursor:default;		
}	
span.spanHeader{
	padding-bottom: 5px;
	border:#cacaca 1px solid;	
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
	font-size:1.0em;
}
.DownloadGrid{		
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
}
/* end of grid css for folder view*/
input.buttonUp {
    margin-left: 0px;
    margin-right: 0px;
    border: 0;
	background-image: url(../../Images/Blue/Buttons/up.gif)!important;
	background-repeat: no-repeat;
    color: #666;
    height: 25px;
    width:25px;
    cursor: pointer;
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	background-color:#ffffff;
}
input.buttonDown {
    margin-left: 0px;
    margin-right: 0px;
    border: 0;
	background-image: url(../../Images/Blue/Buttons/down.gif)!important;
	background-repeat: no-repeat;
    color: #666;
    height: 25px;
    width:25px;
    cursor: pointer;
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	background-color:#ffffff;
}
/*  CSS for Infragistics Controls */
.uclInfraItemSelected {
    position: relative;
    font-size: 1.1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #77ADD0;
    color: White;
    border: 0em solid #000;
    text-align: left;
    margin: 0.0em 0.0em 0.0em 0.0em;
    padding: 5px 0px 5px 20px;
}
.uclInfraItemHover {
    position: relative;
    font-size: 1.1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(../../Images/Blue/Backgrounds/leftNavBgHover.gif);
    background-color: Transparent;
    border: 0em solid #000;
    text-align: left;
    margin: 0.0em 0.0em 0.0em 0.0em;
    padding: 5px 0px 5px 20px;
    cursor: pointer;
}
.uclInfraGroup{
	margin:0em 0.0em 0em 0.0em;
	padding:5px 5px 5px 5px; 	
	background-color: White;
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
    font-size: 1.1em;    
    font-weight:bold;    
}
/*  End of CSS for Infragistics Controls */
.logoUpload{
    width:16.9em;
    padding:0px;
    margin:0px;
    margin-top:0px;
    float: left;
    display: inline;
    margin-left: 0px;
    left: 0;
    height:39px;
    background-color: #0066a7;
}
table.GridArea th {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	border-top:#cacaca 1px solid;	
	border-left:#cacaca 1px solid;	
	border-right:#cacaca 1px solid;	 
	border-bottom:#cacaca 1px solid;	
	PADDING-TOP: 4px; 
	background-repeat:repeat-x;
	background-color:#ffffff; /* #FFFFEA; changed by manoj*/ /*need to chage color for next them */
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
	text-align:center !important;
	font-size:1.0em;
	font-weight:normal;
	cursor:default;		
}	
table.GridArea td {
	BORDER-TOP-WIDTH: 0px; 
	BORDER-RIGHT: #cacaca 1px solid; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	BORDER-RIGHT: #cacaca 1px solid; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #cacaca 1px solid; 	
	cursor: pointer;	
}
.tableHeadingStyle{
	/*background-color:#77ADD0;*/
	background-image:url(../../Images/Blue/Backgrounds/contentHeaderBg.gif);
}
.tableRowStyle{
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
}
table.InfragisticGridview {
	 BORDER-TOP: #cacaca 1px solid;
	 BORDER-BOTTOM-WIDTH: 0px;
	 MARGIN: 0em 0em 0em 0em;
	 BORDER-LEFT: #cacaca 1px solid;
	 BORDER-RIGHT-WIDTH: 0px;
	 border-bottom: #cacaca 1px solid;
	 border-right: #cacaca 1px solid;
	 border-collapse: collapse;
	 font-size:1.0em;
	 width:100%;
}
table.InfragisticGridview th {
	border-top:#cacaca 1px solid;	
	border-left:#cacaca 1px solid;	
	border-right:#cacaca 1px solid;	 
	border-bottom:#cacaca 1px solid;	
	background-repeat:repeat-x;
	background-color:#ffffff; /* #FFFFEA; changed by manoj*/ /*need to chage color for next them */
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
	text-align: left !important;
	font-size:1.0em;
	font-weight:normal;
	cursor:default;		
}	
table.InfragisticGridview td {
	BORDER-TOP-WIDTH: 0px; 
	BORDER-RIGHT: #cacaca 1px solid; 
	BORDER-RIGHT: #cacaca 1px solid; 
	MARGIN: 0px;
     
	BORDER-BOTTOM: #cacaca 1px solid; 	
	cursor: pointer;	
}
table.Tableview {
	 PADDING-RIGHT: 0px;
	 BORDER-TOP: #cacaca 0px solid;
	 PADDING-LEFT: 0px;
	 BORDER-BOTTOM-WIDTH: 0px;
	 PADDING-BOTTOM: 0px;
	 MARGIN: 0em 0em 0em 0em;
	 BORDER-LEFT: #cacaca 1px solid;
	 PADDING-TOP: 0px;
	 BORDER-RIGHT-WIDTH: 0px;
	 border-bottom: #cacaca 1px solid;
	 border-right: #cacaca 1px solid;
	 border-collapse: collapse;
	 font-size:1.0em;
	 width:100%;
}
table.Tableview th {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	border-top:#cacaca 1px solid;	
	border-left:#cacaca 1px solid;	
	border-right:#cacaca 1px solid;	 
	border-bottom:#cacaca 1px solid;	
	PADDING-TOP: 4px; 
	background-repeat:repeat-x;
	background-color:#ffffff; /* #FFFFEA; changed by manoj*/ /*need to chage color for next them */
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
	font-size:1.0em;
	font-weight:normal;
	cursor:default;		
}	
table.Tableview td {
	BORDER-TOP-WIDTH: 0px; 
	BORDER-RIGHT: #cacaca 1px solid; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	BORDER-RIGHT: #cacaca 1px solid; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #cacaca 1px solid; 	
	cursor: default;	
}
table.GridviewRO {
	 PADDING-RIGHT: 0px;
	 BORDER-TOP: #cacaca 1px solid;
	 PADDING-LEFT: 0px;
	 BORDER-BOTTOM-WIDTH: 0px;
	 PADDING-BOTTOM: 0px;
	 MARGIN: 0em 0em 0em 0em;
	 BORDER-LEFT: #cacaca 1px solid;
	 PADDING-TOP: 0px;
	 BORDER-RIGHT-WIDTH: 0px;
	 border-bottom: #cacaca 1px solid;
	 border-right: #cacaca 1px solid;
	 border-collapse: collapse;
	 font-size:1.0em;
	 width:100%;
}
table.GridviewRO th {
	PADDING-BOTTOM: 5px; 
	border-top:#cacaca 1px solid;
	border-bottom:#cacaca 1px solid;				
	background-repeat:repeat-x;
	background-color:#ffffff; /* #FFFFEA; changed by manoj*/ /*need to chage color for next them */
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
	text-align: left !important;
	font-size:1.0em;
	font-weight:bold;
	cursor:default;	
}
table.GridViewDefault th {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	border-top:#cacaca 1px solid;	
	border-left:#cacaca 1px solid;	
	border-right:#cacaca 1px solid;	 
	border-bottom:#cacaca 1px solid;	
	PADDING-TOP: 4px;
	background-repeat:repeat-x; 
	background-color:#ffffff; /* #FFFFEA; changed by manoj*/ /*need to chage color for next them */
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
	text-align: left !important;
	font-size:1.0em;
	font-weight:normal;
	cursor:default;
}
.frmBorder{
	border: solid 1px #0066a7; 
}
table.GridViewThickline {	
	 border: #cacaca 0px solid;	 	 
	 border-collapse: collapse;
	 font-size:1.0em;
	 width:100%;
}
table.GridViewThickline th {	
	background-image:url(../../Images/Blue/Backgrounds/leftTabHeaderBg.gif);
	border: #cacaca 2px solid;
	text-align: left;
	font-size:1.0em;
	font-weight:normal;
	cursor:default;
}
table.GridViewThickline td {	
	border: #cacaca 2px solid;	 
	cursor: default;	
}
.buttonMobile {
	display: inline-block;
	outline: none;
	cursor: pointer;	
	color:#ffffff;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
        font-weight:bold;	
	padding: .5em 2em .55em;
	text-shadow: 0 2px 2px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);	
}
.buttonMobile:hover {
	text-decoration: none;
}
.buttonMobile:active {
	position: relative;
	top: 1px;
}
.buttonBlue {
	border: solid 1px #4477a1;
	background: #4477a1;
	background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1));	
	background: -moz-linear-gradient(top,  #81a8cb,  #4477a1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#81a8cb', endColorstr='#4477a1');
}
.buttonBlue:hover {
	background: #81a8cb;
	background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb));	
	background: -moz-linear-gradient(top,  #4477a1,  #81a8cb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4477a1', endColorstr='#81a8cb');
}
.buttonBlue:active {
	color: #4477a1;
	background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1));	
	background: -moz-linear-gradient(top,  #81a8cb,  #4477a1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#81a8cb', endColorstr='#4477a1');
}
.GridHeaderClass{
    background-image:url(../../Images/Blue/BackGrounds/leftTabHeaderBg.gif);
	background-color:Transparent;
	background-repeat:repeat-x;
	border: 0em solid #cacaca;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 4px; 
	text-align: left !important;
	font-size:1.0em;
	font-weight:normal;
	cursor:default;	
}    
.HeaderTableClass{
    width:97%;
    border-right: 0.1em solid #cacaca;
    border-left: 0.1em solid #cacaca;
    border-top: 0.1em solid #cacaca;
    border-bottom: 0.1em solid #cacaca;
    height:26px;
    margin:0em 0em 0em 0em;
    padding:0px 0px 0px 0px;
    text-align:left; 
}