﻿
/*  This is shared CSS. There may be individual
CSS with same name in section directory
   
MULTIPLE CSS WITH SAME NAME HAVE ATTRIBUTES CONCATENATED
    */


/*********************************************************
 LEFT PANEL BUTTON 
*********************************************************/

.LButton
{
	cursor:pointer ;
	
	width:95%; 
	height:40px;
	margin-bottom:5px; 
	background-color:AliceBlue; 
	color:Blue;  
	background-image: url(/Images/Backgrounds/Select/Blue/Blue10x50.jpg);	
	background-repeat:repeat-x;

}

.PButton
{
	cursor:pointer ;
	width:95%; 
	margin-bottom:5px; 
	background-color:AliceBlue; 
	height:40px; 
	color:Green;  
	font-weight:bold;
	background-image: url(/Images/Backgrounds/Select/Green/Green10x40.jpg);	
	background-repeat:repeat-x;

    
}


.AButton
{
	cursor:pointer ;
	width:95%; 
	margin-bottom:5px; 
    background-color:AliceBlue; 
	height:40px; 
	color:Brown;  
	font-weight:bold;
 	background-image: url(/Images/Backgrounds/Select/Gold/Gold10x40.jpg);	
	background-repeat:repeat-x;
 

}

  /*     
   fix for max-width and min-width issue in <IE6     
       .resizeimage { 
max-width:100%; 
width: expression(this.width > 400 ? 400: true); 


  p {
border:1px solid red;
max-width:30em;
width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "30em":
        "auto" );
}
*/
/*  
.userimage { 
max-width:100%; 
    width: expression(Math.min(parseInt(this.width),60) + "px"); 
    height: expression(Math.min(parseInt(this.width),60) + "px"); 
/--*expression(this.height > 61 ? 60: this.width); *--/

    /--*width: expression(this.width > this.parentNode.width? this.parentNode.width + "px" : "auto"); 
    height: expression(this.width > this.parentNode.width? this.parentNode.width + "px" : "auto"); 
    *--/


}
*/




.ProfileImgPnl { 
    margin:10px; 
    width:80px; 
    height:80px; 
    float:left;
    border-style:none; 
 }

/*NOTE : IE freezes if the the number in the conditional statement (94)
is => the value set to (95) */

.ProfileImgSize 
{
    border-style:solid; 
    border-color:LightBlue;
    width: expression(this.width > 74? "75px" : "auto"); 
    max-width:75px; 
    max-height:75px;

}

.ProfileImgSize2 
{
    border-style:solid; 
    border-color:LightBlue;
    width: expression(this.width > 94? "95px" : "auto"); 
    max-width:95px; 
    max-height:95px;
    margin-right:10px;

}

.ProfileMainImgSize 
{
    border-style:solid; 
    border-color:LightBlue;
    width: expression(this.width > 294? "295px" : "auto"); 
    max-width:295px; 
    max-height:395px
}

.PageIndexPanel
{
    
  width:99%;   
    
}
