﻿body
{
    background-color: #E3EBED;
    font-family: Tahoma;
    font-size: 12px;
    overflow:auto;
}
ul, li
{
    margin: 0;
    padding: 0;
}
div#header
{
    clear: both;
    height: 65px;
    margin: 0 auto;
    position: relative;
    width: 98%;
    background-image: url(../images/header-bg.gif);
    background-repeat: repeat-x;
    padding-top: 10px;
    margin-left:13px;    
}
div#logo
{
    float: left;
    width :600px;
}
div#userbar
{
    float: right;
    background-image: url(../images/userbar-bg.png);
    background-repeat: no-repeat;
    width: 360px;
    height: 34px;
    margin-top: 10px;
}
div#userbar ul li
{
    float: left;
    list-style-type: none;
    padding-top: 9px;
    padding-left: 5px;
}
div#userbar ul li a
{
    color: #fff;
    text-decoration: none;
}
a.userbar-administrator
{
    background-image: url(../images/userbar-icon1.png);
    height: 3em;
    /*width: 90px;*/
    display: block;
    width:8em;
    background-repeat: no-repeat;
    padding-left: 2em;
}
a#userbarprofile
{
    background-image: url(../images/userbar-icon2.png);
    height: 22px;
    width: 65px;
    display: block;
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-left: 10px;
}
a#userbarlogoff
{
    background-image: url(../images/userbar-icon3.png);
    height: 22px;
    width: 55px;
    display: block;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-left: 10px;
}
div#supportbar
{
    float: right;
    background-image: url(../images/supportbar-bg.png);
    background-repeat: no-repeat;
    width: 193px;
    height: 34px;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
}
div#supportbar ul li
{
    float: left;
    list-style-type: none;
    padding-top: 9px;
    padding-left: 5px;
}
div#supportbar ul li a
{
    color: #fff;
    text-decoration: none;
}
a#supportbarHelp
{
    background-image: url(../images/supportbar-icon1.png);
    height: 22px;
    width: 60px;
    display: block;
    background-repeat: no-repeat;
    padding-left: 35px;
}
a#supportbarSupport
{
    background-image: url(../images/supportbar-icon2.png);
    height: 22px;
    width: 45px;
    margin-left: 10px;
    display: block;
    background-repeat: no-repeat;
    padding-left: 30px;
}
div#wrapper
{
    clear: both;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    width: 98%;
    padding: 10px 0px 0px 0px;
}
.sidebarmenu
{
     width :19%;
}
.sidebarcontent
{
    width :80%;
    background-color: #fff;
}
.sidebarcontent a:hover
{
    font-weight: bold;
}
.submenu
{
    display: none;
    background-color: #f9fafb;
}
.submenu ul li
{
    list-style-type: none;
   /*list-style-type:circle;*/
    
}
.submenu ul li a
{
    width: 200px;
    display: block;
    height: 19px;
    padding-left: 20px;
    padding-top: 2px;
    color: #49525f;
    text-decoration: none;
    
}
.submenu ul li a:hover
{
     font-weight: bold;    
    
}
.menuitem
{
    display: block;
    width: 218px;
    height: 26px;
    background-image: url(../images/menuitem-shadow.png);
    background-repeat: no-repeat;
    background-position: bottom;
    color: #0060a0;
    padding-left: 20px;
    padding-top: 4px;
    text-decoration: none;
    border-bottom: 1px dotted #bfbfbf;
    cursor:pointer;
}
.selected
{
    font-weight: bold;
}
.sidebartop
{
    width: 75%;
    height: 22px;
    /*background-image: url(../images/mainPanelRepeat.png);*/
     background-image: url(../images/mainPanel-bg.png);
    background-repeat: repeat-x;
    padding: 8px 0px 0px 15px;
    
}
.sidebartop h2
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.sidebarbottom
{
    width: 238px;
    height: 18px;
    background-image: url(../images/sidebarbottom.png);
    background-repeat: no-repeat;
}
.mainPanel
{
    width :86%;
      margin: -80px 8px 8px 218px;
      margin-left :225px;
    overflow:inherit;
     position: relative;
   /* max-height:550px; */
}
.mainPanelHeader
{
    height: 22px;
    /*background-image: url(../images/mainPanelRepeat.png);*/
     background-image: url(../images/mainPanel-bg.png);
    background-repeat: repeat-x;
    padding: 8px 0px 0px 15px;
    width :98.5%;
}
.mainPanelHeader h2
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.mainPanelContent
{

    background-color: #fff;
    min-height: 100px;
    /*padding: 20px;*/
     padding-left:20px;
     padding-right:20px;
     padding-bottom:20px;
    
}
.mainPanelLeft
{
    width: 48%;
    float: left;
}
.mainPanelRight
{
    width: 48%;
    float: right;
}
.mainPanelFull
{
    width:200%;
}
.contentSection
{
    margin-top: 10px;
    /*margin-bottom: 10px;*/    
    padding-bottom:10px;
    padding-top:0px !important;
     height :auto;
    
}

.contentSection fieldset
{
    border-color: #f5e3b9;
    border-style: solid;
    border-width: 1px;
    margin-bottom:3px;
}
.contentSection fieldset legend
{
    margin: 0px 10px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
   
}
.contentSection ul
{
    background-color: #fdfaf0;
    padding: 10px;
    padding-bottom: 5px;
}

.contentSection ul li
{
    margin-left: 15px;
    margin-bottom: 7px;
}
.contentSection ul li a
{
    color: #3092d1;
}
.contentBox
{
    background-color: #fdfaf0;
    padding: 10px;
     width: 97%;
}
.contentForm
{
    font-family: Tahoma;
    color: #465b62;
   width: 97%;
}

.formButtons
  {
      text-align:center;
      padding-bottom:10px;
      padding-top:10px;
  }
 .formButtons input
 {
    background-image:url('../Images/btn-large.png');
    background-repeat: no-repeat;
    width: auto;
    height:20px;
    color: #fff;
    cursor:pointer;
    border:none;
 }
 .formButtons input[disabled] {
   background-image:url('../Images/btn-large-dis.png');
   background-repeat: no-repeat;
   width: auto;
   height:25px;
   color:Gray;
   cursor:default;
   border:none;
}

.div
 {
     width:auto;
     height:auto;
 }

.divinnerlabel
{
    width: 15%;
    height: 20px;
    float: left;
    text-align: right;
    display: block !important;
    padding-right: 5px;
    padding-bottom: 6px;
}
.divinnertextbox
{
    width: 30%;
    height: 22px;
    float: left;
    text-align: left;
}
.divinnerdropdown
{
    width: 30%;
    height: 22px;
    float: left;
    text-align: left;
}

.divinnerconfirmcheckbox
{
    width:14px;
    float:left;
    padding:0px 0px 2px 10px;
    padding-bottom:3px;
    display: block !important;
}

.divinnerlargeTextbox
{
    width: 690px;
    height: 100px;
    float: left;
    text-align: left;
}
.divinnermodalbutton
{
    width: 1%;
    height: 23px;
    float: left;
    padding-top: 1px;
    padding-left :12px;
}

.clear
{
    padding: 0px;
    float: none;
    clear: both;
    height: 0px;
    line-height: 0px;
}
.Date-size
{
    width: 80px;
}
.testDate
{
    width:120px;
}
.required-size-small
{
    width: 120px;
}

.required-size
{
    width: 260px;
}
.readonlytxtbox
{
  /*  color:#EBEBEB; */
    width:260px;
}

.smallBtn
{
    background-image: url(../images/btn-small.png);
    background-repeat: no-repeat;
    width: 71px;
    height: 25px;
    color: #fff;
    cursor:pointer;
}

.smallBtnSecurityDisable
{
    background-image:none;
    width: 71px;
    height: 25px;
    
}




.content-accordion
{
    /*background-image: url(../images/section-accordion-bg.png);*/
    background-image: url(../images/mainPanel-bg.png);
    background-repeat: repeat-x;
    height: 22px;
    cursor: pointer;
   /* Check if any thing break,,,,then need to remove the below elements and go for a new solution   */
    overflow:hidden;
    text-align:center ; 
    width:100%; 
    
}
.accordionText
{
    float:left;
    margin-top: 3px;
    margin-left: 15px;
    text-align:center ; 
     text-align:center ; 
}
.accordionText a
{
    color: #fff;
    text-decoration: none !important;
    font-size: 13px;
    font-weight:bold;
}
.accordionArrow
{
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}
.mainGridview
{
    width :100%;
}
.mainGridview table
{
    background-color: White;
    border-color: #f5e2b7 !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-collapse: collapse;
}
.mainGridview table th
{
    border-color: #f5e2b7 !important;
    border-width: 1px !important;
    border-style: solid !important;
    color:#3A7AAE !important;
    font-weight:normal;
}
.mainGridview table td
{
    border-color: #f5e2b7 !important;
    border-width: 1px !important;
    border-style: solid !important;
}
.mainGridview table tr td
{
    padding: 7px;
}
.mainGridview table tr th
{
    padding: 7px;
}
.mainGridview table tr th a
{
    color: #3a7aae !important;
    text-decoration: none !important;
    font-weight: normal;
}
.gridRow1
{
    color: #434d55;
    font-size: 11px;
}
.gridRow2
{
    color: #434d55;
    font-size: 11px;
    background-color: #fdfaf0;
}
.gridHeaderRow
{
    border-bottom: 3px solid #5da4d2;
     font-size: 13px;
}
.gridButtons
{
    margin-top: 10px;
    /*float: left;*/
    text-align:left;
}

 .gridButtons input
 {
    background-image:url('../Images/btn-large.png');
    background-repeat: no-repeat;
    width: auto;
    height:22px;
    color: #fff;
    cursor:pointer;
 }

.gridPaging
{
    /*float: right;*/
    text-align:right;
    
    color: #000;
    font-weight: 550;
}

.required-largesize
{
	width: 690px;
	height:100px;
	font-family:Arial;
	font-size:small;
}
.DeviceFinancialOwnership
{
	width: 230px;
}

input[type="submit"]
{
    background-image: url(../images/btn-large.png);
    background-repeat: no-repeat;
    width: auto;
    height: 25px;
    color: #fff;
     cursor:pointer;
     border:none;
 }
/*
input[type="submit"]:hover
 {
    background-image:url('../Images/ajaxtab/button_dark.jpg');
    color:White;
    width:100px;
    height:27px; 
    border:none;  
 }
*/
 .divinnermodalbutton input
 {
    background-image:url('../Images/ajaxtab/modalbutton_dark.jpg');
    width:20px; 
    height:20px;
    float:left;
    padding-top:0px;
 }
 .divinnermodalbutton input:hover
 {
    background-image:url('../Images/ajaxtab/modalbutton_light.jpg');
    width:20px; 
    height:20px;
    padding-top:1px;
 }
 
 .divinnermodalViewbutton
{
    width: 1%;
    float: left;
    padding-top: 1px;
    padding-left:13px; 
    padding-right:5px;
}
.divinnermodalViewbutton input
 {
    background-image:url('../Images/ajaxtab/ViewIcon.gif');
    width:1%; 
    height:20px;
    float:left;
    padding-top:0px;
    padding-left:12px; 
 }


.divinnermodalEditbutton
{
    width: 1%;
    float: left;
    padding-top: 1px;
    padding-left:13px; 
    padding-right:5px; 
}
.divinnermodalEditbutton input
 {
    background-image:url('../Images/ajaxtab/btnEditIcon.png');
    width:1%; 
    height:20px;
    float:left;
    padding-top:0px;
     padding-left:12px; 
 }
 
.divpopup
 {
     width:900px;
 }
 
 .ui-datepicker-trigger
 {
     align:absmiddle;
     border:0px;
     height:21px;
     width:21px;
     cursor:pointer;
 }
div.ui-datepicker
{
 font-size:9.5px;
}

 
 .largeBtn input
 {
    background-image:url('../Images/btn-large.png');
    background-repeat: no-repeat;
    width: auto;
    height:25px;
    color: #fff;
    cursor:pointer;
 }
 
 /* Shameej Style */
 
 .required-red-small
{
	background-color: #FF6666;
	/*border:.1em solid red;*/
	width:120;
}

.required-yellow-small
{
	background-color: #FFFC9D;
	/*border:2px solid #A19212;*/
	width: 120;
}
 
 .required-red
{
	background-color: #FF6666;
	/*background-color: #F778A1; 
	border:.1em solid red;  FFCCFF*/
	width:260px;
}
.required-red-dropdown
{
    background-color: #FF6666;
    width: 265px;
}
.required-yellow
{
	background-color: #FFFC9D;
	width: 260px;
}
.required-yellow-dropdown
{
    background-color:#FFFC9D;
    width: 265px;
}
 .panelform
 {
 overflow-y: hidden !important;
 }

.divinnerlabelpopup
{
    width: 10%;
    height: 20px;
    float: left;
    text-align: right;
    display: block !important;
    padding-right: 5px;
    padding-bottom: 5px;
     padding-left: 15px;
    
}
.divinnertextboxpopup
{
    width: 20%;
    height: 22px;
    float: left;
    text-align: left;

}

.divinnerlargeTextboxpopup
{
    width: 530px;
    height: 50px;
    float: left;
    text-align: left;
}

.divinnerdropdownpopup
{
    width: 20%;
    height: 22px;
    float: left;
    text-align: left;
}
.divinnermodalbuttonpopup
{
    width: 22px;
    height: 22px;
    float: left;
    padding-top: 1px;
}

 .contentSectionpopup
{
    margin-top: 4px;
    /*margin-bottom: 10px;*/    
    padding-bottom:4px;
    padding-top:0px !important;
    
}

.contentSectionpopup fieldset
{
    border-color: #f5e3b9;
    border-style: solid;
    border-width: 1px;
    margin-bottom:3px;
}
.contentSectionpopup fieldset legend
{
    margin: 0px 10px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
}
.contentSectionpopup ul
{
    background-color: #fdfaf0;
    padding: 4px;
    padding-bottom: 5px;
}

.contentSectionpopup ul li
{
    margin-left: 15px;
    margin-bottom: 4px;
}
.contentSectionpopup ul li a
{
    color: #3092d1;
}

 
 
 .EmptyDtata
{
   /*#63aed6*/
   color: #1b75b2 !important;
   width:100%;
   text-align:center;
}
.btnvisibilitynone
{
 visibility:hidden;   
 } 
.PopupGridview
{
    min-height: 200px;
}
.PopupGridview table
{
    background-color: White;
    border-color: #f5e2b7 !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-collapse: collapse;
}
.PopupGridview table th
{
    border-color: #f5e2b7 !important;
    border-width: 1px !important;
    border-style: solid !important;
    color:#3A7AAE !important;
    font-weight:normal;
}
.PopupGridview table td
{
    border-color: #f5e2b7 !important;
    border-width: 1px !important;
    border-style: solid !important;
}
.PopupGridview table tr td
{
    padding: 3px;
}
.PopupGridview table tr th
{
    padding: 3px;
}
.PopupGridview table tr th a
{
    color: #3a7aae !important;
    text-decoration: none !important;
    font-weight: normal;
}
.PopupGridview fieldset
{
    border-color: #f5e3b9 !important;
    border-style: solid;
    /*border-width: 1px;   */
 }
 .PopupGridview legend
 {
    /*margin: 0px 5px;*/
    font-family: Tahoma;
    font-weight: bold !important;
    font-size: 14px;
 }
 
.btnVeryLage
{

} 
.btnVeryLage input
{
    background-image:url('../Images/btn-large.png');
    background-repeat: repeat-x;
    width: auto;
    height:22px;
    color: #fff;
    cursor:pointer;
}
.subGridview
{
    min-height: 50px;
}
.subGridview table
{
    background-color: White;
    border-color: #f5e2b7 !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-collapse: collapse;
}
.subGridview table th
{
    border-color: #f5e2b7 !important;
    border-width: 1px !important;
    border-style: solid !important;
    color:#3a7aae !important;
    font-weight:normal;
}
.subGridview table td
{
    border-color: #f5e2b7 !important;
    border-width: 1px !important;
    border-style: solid !important;
}
.subGridview table tr td
{
    padding: 3px;
}
.subGridview table tr th
{
    padding: 3px;
}
.subGridview table tr th a
{
    color: #3a7aae !important;
    text-decoration: none !important;
    font-weight: normal;
}
.subGridview fieldset
{
    border-color: #f5e3b9 !important;
    border-style: solid;
    /*border-width: 1px;   */
 }
 .subGridview legend
 {
    /*margin: 0px 5px;*/
    font-family: Tahoma;
    font-weight: bold !important;
    font-size: 14px;
 }
 .largesize
{
 width: 670px;
 height:85px;
}
.Animationdiv
{
	border:0px;
	font-size: 0.9em;
	background-color: #FDFAF0;
	height:auto;
	Width:auto;
	min-width:325px;
}

.AnimationPanel
{
    border-color:#F5E2B7;
    border-style:Solid;
    border-width:3px;
}
.divinnerAnimation
{
    width: 130px;
    height: 17px;
    float: left;
    text-align: center;
    display: block !important;
    padding-right: 5px;
    padding-bottom: 8px;
}

.divinnerAnimationValue
{
    width: 100px;
    height: 17px;
    float: left;
    text-align: center;
    display: block !important;
    padding-right: 5px;
    padding-bottom: 8px;
}
.DisabledButton
{
 background-image:url('../Images/ajaxtab/button_light.jpg');
  background-repeat: no-repeat;
    width: 71px;
    height: 25px;
    color: #fff;
   display:block;
}

.divinnertextboxSrvc
{
    width: 160px;
    height: 22px;
    float: left;
    text-align: left;
}
.divinnerdropdownSrvc
{
    width: 156px;
}
.PopupGridviewMedDevice
{
  /*  width:969px;
    height: 300px;
   overflow:scroll; */
    width:969px;
    height: 200px;
    overflow:auto;
}
.PopupGridviewMedDevice table
{
    background-color: White;
    border-color: #f5e2b7 !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-collapse: collapse;
}
.PopupGridviewMedDevice table th
{
    border-color: #f5e2b7 !important;
    border-width: 1px !important;
    border-style: solid !important;
    color:#3A7AAE !important;
    font-weight:normal;
}
.PopupGridviewMedDevice table td
{
    border-color: #f5e2b7 !important;
    border-width: 1px !important;
    border-style: solid !important;
}
.PopupGridviewMedDevice table tr td
{
    padding: 3px;
}
.PopupGridviewMedDevice table tr th
{
    padding: 3px;
}
.PopupGridviewMedDevice table tr th a
{
    color: #3a7aae !important;
    text-decoration: none !important;
    font-weight: normal;
}
.PopupGridviewMedDevice fieldset
{
    border-color: #f5e3b9 !important;
    border-style: solid;
    /*border-width: 1px;   */
 }
 .PopupGridviewMedDevice legend
 {
    /*margin: 0px 5px;*/
    font-family: Tahoma;
    font-weight: bold !important;
    font-size: 14px;
 }
 
 /* Syle for Login Page */
contentSectionHome
{
    margin-top: 10px;
    /*margin-bottom: 10px;*/    
    padding-bottom:10px;
    padding-top:0px !important;
    width:600px;
    float:left;
    
}
.contentSectionHome fieldset
{
    border-color: #f5e3b9;
    border-style: solid;
    border-width: 1px;
    margin-bottom:3px;
    width:559px;
    height:334px;
    float:left;
}
.contentSectionHome fieldset legend
{
    margin: 0px 10px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
}
.contentSectionHome ul
{
    background-color: #fdfaf0;
    padding: 10px;
    padding-bottom: 5px;
}

.contentSectionHome ul li
{
    margin-left: 15px;
    margin-bottom: 7px;
}
.contentSectionHome ul li a
{
    color: #3092d1;
}
.contentBoxHome
{
    background-color: #fdfaf0;
    padding: 10px;
}
.contentFormHome
{
    font-family: Tahoma;
    color: #465b62;
    /*width: 920px;*/
}
.divHome
{
 float:left;   
 margin: 0px 10px 10px 10px;
    
 }
 .centered{
    display:block;
    /*set the div in the center of the screen*/
    position:absolute;
    top:35%;
    left:35%;
    width:400px;
  }
  .loginTop
  {
    height: 25px;
    background-image: url(../images/mainPanel-bg.png);
    background-repeat: repeat-x;
    padding: 7px 0px 0px 20px;
      
  }
  .size5
  {
      width:100px; 
  }
  .loginTop h2
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
  .loginOuter
  {
   /*padding:9px;
  background-color:#969696;
 border-radius: 7px;*/
  /*background: rgba(82, 82, 82, 0.7);
  border:none;
  margin:none;*/
  }
  .loginContent
  {
      
    padding: 0px 0px 0px 0px;
    border:none;
    margin:none;
    border-bottom-right-radius:10px;
border-bottom-left-radius:10px;
    
  }
  .loginInner
  {
  background-color: #fdfaf0;
  padding: 10px 10px 10px 25px;  
      border-bottom-right-radius:10px;
border-bottom-left-radius:10px;
  }
  .LoginForm
  {
   border:1px;
   border-color:Blue;
   width : 98%;
   height:70%;   
      
   }
  div#footerpanel
{
    clear: both;
    height: 18px;
    margin: 0 auto;
    margin: 8px 0px 6px 0px;
    background-image: url(../images/header-bg.gif);
    background-repeat: repeat-x;
    /*border-radius:6px;
    padding-top: 5px;*/
}
contentSectionChart
{
    margin-top: 10px;
    /*margin-bottom: 10px;*/    
    padding-bottom:10px;
    padding-top:0px !important;
    width:350px;
    float:left;
    
}
.contentSectionChart fieldset
{
    border-color: #f5e3b9;
    border-style: solid;
    border-width: 1px;
    margin-bottom:3px;
    width:370px;
    float:left;
}
.contentSectionChart fieldset legend
{
    margin: 0px 10px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
}
.contentSectionChart ul
{
    background-color: #fdfaf0;
    padding: 10px;
    padding-bottom: 5px;
}

.contentSectionChart ul li
{
    margin-left: 15px;
    margin-bottom: 7px;
}
.contentSectionChart ul li a
{
    color: #3092d1;
}
/*Style for home page*/

div#footer
{
	clear: both;
	padding-right: 1em;
	margin-top: 0.5em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	background:no-repeat bottom right;
}
   /* background-image: url(../images/header-bg.gif);*/

.required-redDate
{
background-color: #FF6666;
border:.1em solid red;
width:80px;
}

.required-yellowDate
{
background-color: #FFFC9D;
border:2px solid #A19212;
width: 80px;
}
.required-Redlarge
{   
    background-color: #FF6666;
width: 690px;
height:100px;
font-family:Arial;
font-size:small;
}
.required-Yellowlarge
{   
background-color: #FFFC9D;
width: 690px;
height:100px;
font-family:Arial;
font-size:small;
}
.divinnerCheckBox
{
    width: 23px;
    height: 23px;
    float: left;
    padding-top: 1px;
}

.eqtcontentForm
{
    font-family: Tahoma;
    color: #465b62;
    width: 950px;
}
.eqtCategory
{
width :190px;
}
.Eqtrequired-redDate
{
background-color: #FF6666;
}

.Eqtrequired-yellowDate
{
background-color: #FFFC9D;
}

.ui-widget-content {
    border: 1px solid #E6E6E6 ;
}
.required-size-dropdown
{
    width: 265px;
}
.required-size-small-date
{
    width: 200px;
}
/* test*/
.submenu1
{
    display: none;
    background-color: #f9fafb;
}
.submenu1 ul li
{
   /* list-style-type: none;*/
    
}
.submenu1 ul li a
{
    width: 190px;
    display: block;
    height: 20px;
    padding-left: 30px;
    padding-top: 6px;
    color: #49525f;
    text-decoration: none;
  
}
.submenu1 ul li a:hover
{
     font-weight: bold;
    
}
.active { font-weight: bold; }
.menuitem1
{
    display: block;
    width: 190px;
    height: 23px;
    background-image: url(../images/menuitem-shadow1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    color: #0060a0;
    padding-left: 30px;
    padding-top: 4px;
    text-decoration: none;
    /*border-bottom: 1px dotted #bfbfbf;*/
    cursor:pointer;
}
.sidebarcontent1
{
    background-color: #fff;
}
.sidebarcontent1 a:hover
{
    font-weight: bold;
}
.tooltipClass {
    padding:4px 7px 4px 7px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	border-width: 2px;  
	border-color:#6DB0DC;  
    }
  

.gridRiskFactorCSS table
{
    background-color: White;
    border-color: #f5e2b7 ;
    border-width: 1px ;
    border-style: solid ;
    border-collapse: collapse;
}
.gridRiskFactorCSS table th
{
    border-color: #f5e2b7 ;
    border-width: 1px ;
    border-style: solid ;
    color:#3A7AAE ;
    font-weight:normal;
   
}
.gridRiskFactorCSS table td
{
    border-color: #f5e2b7 ;
    border-width: 2px ;
    border-style: solid ;
}
.gridRiskFactorCSS table tr td
{
    padding: 7px;
}
.gridRiskFactorCSS table tr th
{
    padding: 7px;
   
}
.gridRiskFactorCSS table tr th a
{
    color: #3a7aae ;
    text-decoration: none ;
    font-weight: normal;
      border-left-color :White; 
}
.gridRiskFactorCSS td.column_style_left
{
   
   
     border-right-width: 2px;
     border-right-style: solid;
   
       border-bottom-width: 2px;  
}
.gridRiskFactorCSS td.borde_right
{
     border-right-color:#ffffff;
     border-bottom-width: 2px;  
 }
.gridRiskFactorCSS th.header_right
{
     border-right-color:#ffffff ;
     border-bottom-width: 2px;  
    
}
h2 {text-align:center}
.horizontalscroll
{
overflow-x: auto;
overflow-y: hidden;


}
.divinnerlabelDev
{
    width: 12%;
    height: 20px;
    float: left;
    text-align: right;
    display: block !important;
    padding-right: 5px;
    padding-bottom: 5px;
}

.divinnertextboxDev
{
    width: 20%;
    height: 22px;
    float: left;
    text-align: left;
}

.modalPopup
{
background-color: #696969;
filter: alpha(opacity=40);
opacity: 0.7;
xindex:-1;
}
 .Processing
 {
             /*background-color:#F8F8F8;*/
           opacity: 0.50;
            filter: alpha(opacity=50);
 }
.ProgressMaster
{     width :220px;
    position:fixed;
    top: 50%;
    left: 50%;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -2em; /*set to a negative number 1/2 of your width*/
   
}
fieldset
{
    width:96%; 
}
.tab-outer-container
{
     width:105%; 
}
.tab-container
{
     width:101%; 
}
.readonly
{
   background-color: #696969;
}