﻿body 
{
  margin:0px;
  background-color :#ffffff;
    background-repeat:repeat;
 }
.maindiv
{   
    /*background-color :#ffffff;
    background-repeat:repeat;    */
    text-align: center;
    width: 1000px;
    margin-left: auto; 
     margin-right: auto;
    height :100%;
}

.mastermindsharelogo
{
    background-image:url('../Images/mindShareMasterLogo.jpg');
    background-repeat :no-repeat ;
    width:243px;
}

.masterintellbg
{
background-image: url('../Images/MasterHd1px.jpg');
    background-repeat :repeat-x;
    height:34px;
    width :756px;
    
}
.masterintelligencelogo
{
        background-image: url('../Images/intMasterLogo.png');
         background-repeat :no-repeat ;
         height: 62px;
         width :247px;
         float: right;
         margin-top: 5px; 
         margin-right: 10px;
         margin-bottom :16px;
         
}
.masterleftshade
{   background-image:  url('../Images/leftshade.jpg');
    background-repeat :repeat-x;
    height:121px;
    
}
.horizontalline
{
    background-color:#867db4;
    width:1000px;  
    height:0.07em;
}

.verticalline
{
    background-color:#C3C8CC;
    width:2px;  
    height:450px;
}

.divBreadcrum
{
    background-image : url('../Images/breadcrum-red.jpg');
    background-repeat:repeat-x ;
    height :36px; 
    margin-top :0px;
    margin-bottom :1px;
    vertical-align:middle; 
    width:1000px;
   
}

.linkSignout
{
     text-decoration:none;
    font-family:Verdana ;
    font-size:12px;
    font-weight:bold;
    color :Red ;
}
.linkFilter
{
     text-decoration:none;
    font-family:Verdana ;
    font-size:12px;
    color :#115ddf ;
}
.linkFilter:hover
{text-decoration:uderline;
}
linkSignout:hover
{text-decoration:underline;
}

/*Hyperlinks*/

/*breadcrum*/
.masterBreadcrum
{
    text-decoration:none;
    font-family:Verdana ;
    font-size:12px;
    font-weight:bold;
    
      color :Black;
  }
                 

.masterBreadcrum:link  
{
    text-decoration:none;
   /* color :Black;*/
    cursor:pointer; }

.masterBreadcrum:visited  
{
    text-decoration:none; 
 
    cursor:pointer;
    }

.masterBreadcrum:hover 
{ text-decoration: underline; 
    color :Blue ;
    cursor:pointer;
                   }

.masterBreadcrum:active
 {
     text-decoration: underline; 
    color :Blue;
    cursor:pointer;}
/*DashBoard lin*/
.DashBoardDiv
{
    border: 1px solid  #CEE3FF;
    background-color: #CEE3FF;
    margin-top: 5px;
}
.masterDashBoardlink
{
    text-decoration:none;
    color :Black;
     border: 1px solid  #CEE3FF;
    background-color: #CEE3FF;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    font-family: Verdana;
    font-size: 12px;  
    
  }
  .masterDashBoardlink:link  
{
    text-decoration:none;
   /* color :Black;*/
    cursor:pointer; }
.masterDashBoardlink:visited  
{
    text-decoration:none; 
    cursor:pointer;
    }
    .masterDashBoardlink:hover 
    {
    cursor:pointer;
                   }
.masterDashBoardlink:active
 {
     text-decoration: underline; 
    cursor:pointer;}

/*mainlinks*/
.masterMainmenulink
{
    text-decoration:none;
    font-family:Verdana ;
    font-size:13px;
    font-weight:bolder;
    color :Black;
  }
                 

.masterMainmenulink:link  
{
    text-decoration:none;
   /* color :Black;*/
    cursor:pointer; }

.masterMainmenulink:visited  
{
    text-decoration:none; 
 
    cursor:pointer;
    }

.masterMainmenulink:hover 
{ text-decoration: underline; 
    color :red;
    cursor:pointer;
                   }

.masterMainmenulink:active
 {
     text-decoration: underline; 
    color :Red ;
    cursor:pointer;}

    /*submenuhyperlink*/
    
    .masterSubmenulink
{
    text-decoration:none;
    font-family:Arial ;
    font-size:13px;
    font-weight:normal;
 
      color :Black;
  }
                 
.masterSubmenulink:link  
{
    text-decoration:none;
   /* color :Black;*/
    cursor:pointer; }

.masterSubmenulink:visited  
{
    text-decoration:none; 
 
    cursor:pointer;
    }

.masterSubmenulink:hover 
{ text-decoration: underline; 
    color :red;
    cursor:pointer;
                   }

.masterSubmenulink:active
 {
     text-decoration: underline; 
    color :Blue;
    cursor:pointer;}


.lblbreadcrumrow
{
    font-family:Verdana;
    font-size :12px ;
    color:Black;
}
 a.squarebutton{
background: transparent url('../images/square-blue-left.gif') no-repeat top left;
display: block;
float:left; 
font: normal 12px Verdana; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

