/**************
*
* large.css
*
/**************/

#contentFrame {
	width: 736px;
}

.contentTitle {
    padding-left: 20px;
    padding-right: 6px;
}

.contentClient {
    padding-left: 20px;
    padding-right: 6px;
}

.contentDesc {
    padding-left: 20px;
    padding-right: 6px;
}

.legend {
	float: right;
	padding-right: 20px;
	padding-top: 2px;
}

.mask {
	z-index: 5;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	visibility: hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/darkmask.png', sizingMethod='scale');
}

html>body  .mask {
	background-image: url('../../images/darkmask.png');
}



#largeShell {
	z-index: 6; 
	position: absolute; 
	top: 30px;
	left: 50%;
	margin-left: -388px;
	width: 746px;
	visibility: hidden;
}

.background {
	z-index: 6;
	width:600px; 
	height:450px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/glassBack_lrg.png', sizingMethod='scale');
}

html>body  .background {
	background-image: url('../../images/glassBack_lrg.png');
}

#largeContent { 
	z-index: 6;
	background-color: white;  
	position: relative;
	text-align: center; 
}

.close {
	
	margin-right: 16px;
	width:74px; 
	height:16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/close.png', sizingMethod='scale');
}

html>body  .close {
	background-image: url('../../images/close.png');
}

}

/*** PHOTO FRAME ***/

.topLeft { 
	z-index: 6;
	width:16px; 
	height:16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/glass/topLeft.png', sizingMethod='scale');
}

html>body  .topLeft {
	background-image: url('../../images/glass/topLeft.png');
}

.topMiddle { 
	z-index: 6;
	width:100%; 
	height:16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/glass/topMiddle.png', sizingMethod='scale');
}

html>body  .topMiddle {
	background-image: url('../../images/glass/topMiddle.png');
}

.topRight { 
	z-index: 6;
	width:16px; 
	height:16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/glass/topRight.png', sizingMethod='scale');
}

html>body  .topRight {
	background-image: url('../../images/glass/topRight.png');
}

.midLeft { 
	z-index: 6;
	width:16px; 
	height:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/glass/midLeft.png', sizingMethod='scale');
}

html>body  .midLeft {
	background-image: url('../../images/glass/midLeft.png');
}

.midRight { 
	z-index: 6;
	width:16px; 
	height:100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/glass/midRight.png', sizingMethod='scale');
}

html>body  .midRight {
	background-image: url('../../images/glass/midRight.png');
}

.bottomLeft { 
	z-index: 6;
	width:16px; 
	height:16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/glass/bottomLeft.png', sizingMethod='scale');
}

html>body  .bottomLeft {
	background-image: url('../../images/glass/bottomLeft.png');
}

.bottomMiddle { 
	z-index: 6;
	width:100%; 
	height:16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/glass/bottomMiddle.png', sizingMethod='scale');
}

html>body  .bottomMiddle {
	background-image: url('../../images/glass/bottomMiddle.png');
}

.bottomRight { 
	z-index: 6;
	width:16px; 
	height:16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/glass/bottomRight.png', sizingMethod='scale');
}

html>body  .bottomRight {
	background-image: url('../../images/glass/bottomRight.png');
}