/*CSS Stylesheet*/  
@CHARSET "UTF-8";

BODY{
    overflow: auto;
    overflow-y: scroll;
    margin:0px;
    min-width: 640px;
    -webkit-font-smoothing: antialiased;
}

DIV.ContactMenu, DIV.ArtgalMenu{
	position: fixed;
    width: 150px;	
    margin: 0px;
    padding:0px;
    text-align:center;
}

DIV.ArtgalMenu{
	top: 2px;
	font-size: 40pt;
	font-weight: bold;
	color: rgba(0,0,0,0.4);
	height: 80px;
	text-align: center;
	cursor: pointer;
	background: url('../images/artgal_menu_off.png') no-repeat no-repeat center top;
	background-size: 100px auto;
	opacity: 0.0;
	margin-top:10px;
}

DIV.ArtgalMenu:HOVER{
	color: rgba(0,0,0,0.8);
	background: url('../images/artgal_menu_on.png') no-repeat no-repeat center top;
	background-size: 100px auto;
}

DIV.ContactMenu{
	bottom: 2px;
	font-size: 1pt;
    /*text-align:right;*/
    
    /*z-index:3;*/
    /*margin-top:-100px;*/
    /*bottom: 5px;*/
    /*left: 27px;*/
}

DIV.Interface{
    width:inherit;
    height:100%;
    border-collapse:collapse;
    border-spacing:0px;
    margin:0px;
    overflow:visible;
}

DIV.Interface DIV.LeftPane, DIV.Interface DIV.RightPane{
    width:150px;
    min-width:150px;    
	display: table-cell;
    height:inherit;
    background-color: transparent;/*Failover*/
    background-color:rgba(255,255,255,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66ffffff', endColorstr='#66ffffff'); /* IE */
    position:relative;
    top:0px;
    opacity:inherit;
    /* display:inline-block; */
}

/* DIV.Interface DIV.LeftPane{
    float:left;
}

DIV.Interface DIV.RightPane{
    &right:0px;
    float:right;
}
 */
/* DIV.Interface DIV.MainPane{
    margin-left: 150px;
    margin-right: 150px;
} */

DIV.Interface DIV.MainPane{
    border-collapse:collapse;
    /* margin-left: 149px;
    margin-right: 148px; */
    border:0px black solid;
    display: table;
    height: inherit;
    width: 100%;
    
    /* height: inherit; */
}

DIV.Interface DIV.MainPane DIV.MainTable{
	display: table-row;
	/* height: inherit;
	width: 100%; */
}

DIV.Interface DIV.MainPane DIV.MainTable>DIV.CenterPane{
    display: table-cell;
    width:auto;
    height: 100%;
    /*padding: 4px 0px 4px 0px;*/
    padding:127px 0px 4px 0px;
    /*border-left:5px solid #8f9092;*/
    vertical-align:top;
    min-width: 340px;/*640-(150*2)*/
    overflow:visible;
    margin:0px;
    background-color: transparent;
}

DIV.Interface DIV.Footer{
    min-height:10%;
    /*background-color: #333333;*/
    background-image: url('../images/footer_tile.png');
    background-repeat: repeat;
    color: #C2C2C2;
    padding:10px 151px 5px 151px;
    font-size: 14pt;
    z-index:3;
    position:relative;
    text-align: left;
    overflow: visible;
    clear:both;
}

DIV.Interface DIV.Footer A{
    text-decoration: none;
    color: #C2C2C2;
}

DIV.Interface DIV.Footer A:HOVER{
    color: #FFFFFF;
}

DIV.Interface DIV.Footer DIV{
    width: 24.4%;
    min-width:227px;
    margin:0px;
    padding:0px 5px 0px 0px;
    float:left;
    clear:none;
    min-height:100px;
}

DIV.Interface DIV.Footer DIV.FPad{
   min-height: 0px; 
   display:none;  
}

DIV.Interface DIV.Footer DIV DIV{
    max-width: none;
    margin:0px;
    /*clear:both;
    float:none;*/
    line-height: 18pt;
    width:100%;
    height: auto;
}

DIV.Interface DIV.Footer UL{
    margin:0px;
    padding:0px;
    line-height: 18pt;
}

DIV.Interface DIV.Footer LI{
    list-style: none;
}

DIV.Interface DIV.Footer DIV.Terminator{
    clear:both;
    float:none;
    font-size:0px;
    line-height:0px;
    height: 5px;
    min-height:1px;
    min-width: 100%;
}

/*ACCORDION*/
TABLE.DynAccordion{
    border-collapse:collapse;
    border-spacing:0px;
    border:0px green solid;
    padding: 0px;
    margin-left:0px;
    height: auto;
}

TABLE.DynAccordion TD,
TABLE.DynAccordion TD.Header{
    border:0px hidden black;
}

TABLE.DynAccordion TD.Body{
    padding: 0px 10px;
    margin: 0px;
    border-left:0px solid #8f9092;
    /*height:0px;*/
}

/* TABLE.DynAccordion TD.Body H2{
    color: black;	
} */

	
TABLE.DynAccordion TD#portfolio_Body{
    /*padding: 0px 10px 0px 0px;*/
    padding: 0px;
}

TD#portfolio_Body DIV.SectionContents{
    background: transparent;
}

TD#portfolio_Body DIV.SectionContents TABLE{
    width: 100%;
    margin: 0px;
}

/* DIV#portfolio_Contents DIV.Autoscroll{
    width:100%;
    padding:0px;
} */

DIV#portfolio_Contents{
    padding-right:0px;
    padding-left:0px;
}

TABLE.DynAccordion TD.Header{
    padding: 0px 0px 0px 3px;
    border-left:0px solid #8f9092;
    height: 45px;
    min-height: 45px;
    font-size:1pt;
}

/*LAYERS*/


BODY.Contact LABEL{
    letter-spacing:1px;
    padding: 5px;
}



BODY.LayoutB TABLE.Interface, BODY.LayoutA TABLE.Interface{
    height:100%;
}

DIV.DynLayer{
    min-height:100%;
    margin:0px;
    top:0px;
    z-index: 4;
    position: absolute;
}

DIV.Layer{
    position: absolute;
}

DIV.DynLayer .Win{
    margin:0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    position: relative;
}

DIV.DynLayer .Win TABLE.WinHeader TD{
    padding:5px;
    vertical-align: bottom;
}

DIV#Layer0{
    height: 100%;
    overflow: visible;
    border: 0px white solid;
    position: absolute;
}

DIV#Layer0 TABLE{
    margin:0px;
    border: 0px blue solid;
    border-collapse: collapse;
    height:100%;
    width: 100%;
    position: fixed;
}

DIV#Layer0 TABLE TD{
   height: 100%;
   vertical-align:middle;
}

DIV#Layer0 TABLE TD>DIV{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 100%;
	margin:0;
}

DIV#Layer1{
    margin:0px;
    position:absolute;
    top:0px;
    height:100%;
    width:100%;
    border:0px red solid;
    z-index: 1;
    opacity:0;
    filter:alpha(opacity=0);
    visibility: hidden;
}

DIV#Layer1 DIV.Glass{
    position:absolute;
    top:0px;
    background-image:url('../images/corp_tile.png');
    background-repeat: repeat;
    width:100%;
    height:100%;
    opacity: 0.3;
    filter:alpha(opacity=30);
}

DIV#Layer1 DIV.TopPane{
  height:25%;
}

DIV#Layer1 DIV.LeftPane, DIV#Layer1 DIV.RightPane{
    /* width:300px; */
    height: 75%;
    border:2px blue solid;
    line-height: 0px;
    font-size:0px;
    padding:0px;
}

DIV#Layer1 DIV.LeftPane IMG, DIV#Layer1 DIV.RightPane IMG{
   height:100%;
   border:0px green solid;
   margin-bottom:auto;
}

DIV#Layer1 DIV.MainPane{
   margin-left: 300px;
   margin-right:300px;
   width: auto;
   border:0px yellow solid;
}

DIV#Layer1 DIV.LeftPane{
   float:left;
   text-align: left;
}

DIV#Layer1 DIV.RightPane{
   float:right;
   text-align: right;
}

DIV#ImgWin_0 IMG.LrgDisp{
    width:100%;   
}

DIV#Layer2{
    top:0px;
    left: 0px;
    right:0px;
    bottom:0px;
    z-index:2;
    height: 100%;
    width: auto;
    margin:0px;
    padding:0px;
    position: absolute;
}

DIV#Layer3{
	background-color: transparent;
    background-color: rgba(255,255,255,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b2ffffff', endColorstr='#b2ffffff'); /* IE */
    background-image: none;
    min-height: 100%;
    overflow: visible;
    display: block;
}

DIV#Layer4{
    background-image: none;
    min-height: 100%;
    overflow: visible;
    display: block;
}

DIV#Layer4 TABLE.Win TD{
    width: 100%;
    padding-left:149px;
    padding-right:149px;
    vertical-align: middle;
}

DIV#Layer4 IFRAME{
    width:100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 40px;
}

DIV#Layer4 TABLE.Win TD TABLE.WinHeader TR:first-child{
	display:none;
}

DIV#Layer4 TD.WindowContents{
	/*padding:0px;*/
}

DIV#Layer4 TABLE.Win TD TABLE.WinHeader TD{
    padding:5px;
}


/*WINDOWS*/
TD.MainPane DIV.Win{
    height:100px;
    width:100%;
    padding:0px 150px 0px 150px;
    background-color: transparent;
    background-color: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b2000000', endColorstr='#b2000000'); /* IE */
    position: absolute;
    left:0px;
}
