﻿/* begin Box, MDBlock */
.MDBlock
{
	position: relative;
	z-index: 4;
	margin: 7px;
	min-width: 23px;
	min-height: 23px;
	height: auto;
	padding: 0px;
	background-color: #B2B1AF;
}

.MDBlock-body
{
	z-index: 5;
	padding: 0px;
	margin: 0px;
}

.MDBlock-tr, .MDBlock-tl, .MDBlock-br, .MDBlock-bl, .MDBlock-tc, .MDBlock-bc, .MDBlock-cr, .MDBlock-cl
{
	position: absolute;
	z-index: 5;
	background-color: #B7B7B7;
}

.MDBlock-tr, .MDBlock-tl, .MDBlock-br, .MDBlock-bl
{
	width: 22px;
	height: 22px;
	background-image: url('../images/md/MDBlock-s.png');
}

.MDBlock-tl
{
	top:0;
	left:0;
	clip: rect(auto, 11px, 11px, auto);
}

.MDBlock-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 11px, 11px);
}

.MDBlock-bl
{
	bottom: 0;
	left: 0;
	clip: rect(11px, 11px, auto, auto);
}

.MDBlock-br
{
	bottom: 0;
	right: 0;
	clip: rect(11px, auto, auto, 11px);
}

.MDBlock-tc, .MDBlock-bc
{
	left: 11px;
	right: 11px;
	height: 22px;
	background-image: url('../images/md/MDBlock-h.png');
}

.MDBlock-tc
{
	top: 0;
	clip: rect(auto, auto, 11px, auto);
}

.MDBlock-bc
{
	bottom: 0;
	clip: rect(11px, auto, auto, auto);
}

.MDBlock-cr, .MDBlock-cl
{
	top: 11px;
	bottom: 11px;
	width: 22px;
	background-image: url('../images/md/MDBlock-v.png');
}

.MDBlock-cr
{
	right:0;
	clip: rect(auto, auto, auto, 11px);
}

.MDBlock-cl
{
	left:0;
	clip: rect(auto, 11px, auto, auto);
}

.MDBlock-cc
{
	position:absolute;
	z-index: 5;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	background-color: #FFFFFF;
}

.MDBlock-ccB
{
	position:absolute;
	z-index: 5;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
}




/* end Box, MDBlock */

/* begin MDBlockHeader */
.MDBlockHeader
{
  
 }
.MDBlockHeader-text
{
	white-space: nowrap;
	font-size: 14pt;
	letter-spacing: 1px;
	line-height: 30px;
	float: left;
	font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	color: #0A86A9;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}



/* end MDBlockHeader */

/* begin Box, MDBlockContent */
.MDBlockContent
{
	position:relative;
	z-index: 5;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.MDBlockContent-body
{
/*	position: relative;	*/
	z-index: 5;
	padding: 0px;
}



.MDBlockContent-body
{
	color:#666F62;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}




/* Block content with white corner background*/
.MDBlockW
{
	position: relative;
	z-index: 4;
	margin: 7px;
	min-width: 23px;
	min-height: 23px;
	height: auto;
	padding: 0px;
}

.MDBlockW-body
{
	z-index: 0;
	padding: 0px;
	margin: 0px;
}

.MDBlockW-tr, .MDBlockW-tl, .MDBlockW-br, .MDBlockW-bl, .MDBlockW-tc, .MDBlockW-bc, .MDBlockW-cr, .MDBlockW-cl
{
	position: absolute;
	z-index: 0;
	background-color: #FFFFFF;
}

.MDBlockW-tr, .MDBlockW-tl, .MDBlockW-br, .MDBlockW-bl
{
	width: 22px;
	height: 22px;
	background-image: url('../images/md/MDBlock-s.png');
}

.MDBlockW-tl
{
	top:0;
	left:0;
	clip: rect(auto, 11px, 11px, auto);
}

.MDBlockW-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 11px, 11px);
}

.MDBlockW-bl
{
	bottom: 0;
	left: 0;
	clip: rect(11px, 11px, auto, auto);
}

.MDBlockW-br
{
	bottom: 0;
	right: 0;
	clip: rect(11px, auto, auto, 11px);
}

.MDBlockW-tc, .MDBlockW-bc
{
	left: 11px;
	right: 11px;
	height: 22px;
	background-image: url('../images/md/MDBlock-h.png');
}

.MDBlockW-tc
{
	top: 0;
	clip: rect(auto, auto, 11px, auto);
}

.MDBlockW-bc
{
	bottom: 0;
	clip: rect(11px, auto, auto, auto);
}

.MDBlockW-cr, .MDBlockW-cl
{
	top: 11px;
	bottom: 11px;
	width: 22px;
	background-image: url('../images/md/MDBlock-v.png');
}

.MDBlockW-cr
{
	right:0;
	clip: rect(auto, auto, auto, 11px);
}

.MDBlockW-cl
{
	left:0;
	clip: rect(auto, 11px, auto, auto);
}

.MDBlockW-cc
{
	position:absolute;
	z-index: 0;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	background-color: #FFFFFF;
}




/* end Box, MDBlockW */

/* begin MDBlockWHeader */
.MDBlockWHeader
{
   background-image : url('../images/tools/toolboxheader.png');
  background-repeat:no-repeat;
  width:490px;
  height:35px;	
  position: relative;
  overflow: hidden;
  font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
  margin-top:0px; 
  padding-top:5px;  
  z-index: 0;
 }
.MDBlockWHeader-text
{
	white-space: nowrap;
	font-size: 14pt;
	letter-spacing: 1px;
	line-height: 30px;
	float: left;
	font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	color: #0A86A9;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}
.MDBlockWHeaderControl
{
  background-image : url('../images/tools/toolboxheaderControl.png');
  background-repeat:no-repeat;
  width:490px;
  height:35px;	
  position: relative;
  overflow: hidden;
  font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
  margin-top:0px; 
  padding-top:5px;  
  z-index: 1;
 }


/* end MDBlockWHeader */

/* begin Box, MDBlockWContent */
.MDBlockWContent
{
	position:relative;
	z-index: 0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}


.MDBlockWContent-body
{
	color:#666F62;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.cmvMDW-c1
{
float: left;
width: 110px;
margin: 5px 0px 0px 0px;
height: 18px;
font-size: 10pt;
}
.cmvMDW-c2
{
float: left;
width: 0px;
height: 18px;
margin: 5px 0px 0px 10px;
font-size: 10pt;
}
.SIReview
	{
		margin-left: 20px;
	}
	.SIReviewLM
	{
		margin-left: 30px;
		margin-top: 15px;
	}
