/* begin Box, Block */
.cmlex-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:21px;
	min-height:21px;
}

.cmlex-Block-body
{
	position: relative;
	z-index: 1;
	padding: 7px;
}

.cmlex-Block-tr, .cmlex-Block-tl, .cmlex-Block-br, .cmlex-Block-bl, .cmlex-Block-tc, .cmlex-Block-bc,.cmlex-Block-cr, .cmlex-Block-cl
{
	position:absolute;
	z-index:-1;
}

.cmlex-Block-tr, .cmlex-Block-tl, .cmlex-Block-br, .cmlex-Block-bl
{
	width: 20px;
	height: 20px;
	background-image: url('/skin/Block-s.png');
}

.cmlex-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 10px, 10px, auto);
}

.cmlex-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 10px, 10px);
}

.cmlex-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(10px, 10px, auto, auto);
}

.cmlex-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(10px, auto, auto, 10px);
}

.cmlex-Block-tc, .cmlex-Block-bc
{
	left: 10px;
	right: 10px;
	height: 20px;
	background-image: url('/skin/Block-h.png');
}

.cmlex-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 10px, auto);
}

.cmlex-Block-bc
{
	bottom: 0;
	clip: rect(10px, auto, auto, auto);
}

.cmlex-Block-cr, .cmlex-Block-cl
{
	top: 10px;
	bottom: 10px;
	width: 20px;
	background-image: url('/skin/Block-v.png');
}

.cmlex-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 10px);
}

.cmlex-Block-cl
{
	left:0;
	clip: rect(auto, 10px, auto, auto);
}

.cmlex-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #97B3DC;
}


.cmlex-Block
{
	margin: 5px 5px 5px 1px;
}

/* end Box, Block */

/* begin BlockHeader */
.cmlex-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.cmlex-BlockHeader .t
{
	height: 30px;
	color: #16284e;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
text-decoration: none;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;
  border-bottom: 1px solid #16284e;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.cmlex-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.cmlex-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 7px;
}



.cmlex-BlockContent-body
{
color:#EBF1FA;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
}

.cmlex-BlockContent-body a:link
{
color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

.cmlex-BlockContent-body a:visited, .cmlex-BlockContent-body a.visited
{
color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

.cmlex-BlockContent-body a:hover, .cmlex-BlockContent-body a.hover
{
color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
text-decoration: underline;
}




.cmlex-BlockContent-body ul
{
	list-style-type: none;
	color: #1F180E;
	margin:0;
	padding:0;
}

.cmlex-BlockContent-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
}

.cmlex-BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('/skin/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */




.cmlex-Block2
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:21px;
	min-height:21px;
}

.cmlex-Block2-body
{
	position: relative;
	z-index: 1;
	padding: 7px;
}

.cmlex-Block2-tr, .cmlex-Block2-tl, .cmlex-Block2-br, .cmlex-Block2-bl, .cmlex-Block2-tc, .cmlex-Block2-bc,.cmlex-Block2-cr, .cmlex-Block2-cl
{
	position:absolute;
	z-index:-1;
}

.cmlex-Block2-tr, .cmlex-Block2-tl, .cmlex-Block2-br, .cmlex-Block2-bl
{
	width: 20px;
	height: 20px;
	background-image: url('/skin/Block2-s.png');
}

.cmlex-Block2-tl
{
	top:0;
	left:0;
	clip: rect(auto, 10px, 10px, auto);
}

.cmlex-Block2-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 10px, 10px);
}

.cmlex-Block2-bl
{
	bottom: 0;
	left: 0;
	clip: rect(10px, 10px, auto, auto);
}

.cmlex-Block2-br
{
	bottom: 0;
	right: 0;
	clip: rect(10px, auto, auto, 10px);
}

.cmlex-Block2-tc, .cmlex-Block2-bc
{
	left: 10px;
	right: 10px;
	height: 20px;
	background-image: url('/skin/Block2-h.png');
}

.cmlex-Block2-tc
{
	top: 0;
	clip: rect(auto, auto, 10px, auto);
}

.cmlex-Block2-bc
{
	bottom: 0;
	clip: rect(10px, auto, auto, auto);
}

.cmlex-Block2-cr, .cmlex-Block2-cl
{
	top: 10px;
	bottom: 10px;
	width: 20px;
	background-image: url('/skin/Block2-v.png');
}

.cmlex-Block2-cr
{
	right:0;
	clip: rect(auto, auto, auto, 10px);
}

.cmlex-Block2-cl
{
	left:0;
	clip: rect(auto, 10px, auto, auto);
}

.cmlex-Block2-cc
{
	position:absolute;
	z-index:-1;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #D4E3F6;
}


.cmlex-Block2
{
	margin: 5px 5px 5px 1px;
}

/* end Box, Block */

/* begin BlockHeader */
.cmlex-Block2Header
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.cmlex-Block2Header .t
{
	height: 30px;
	color: #16284e;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
text-decoration: none;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;
  border-bottom: 1px solid #16284e;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.cmlex-Block2Content
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.cmlex-Block2Content-body
{
	position: relative;
	z-index: 1;
	padding: 7px;
}



.cmlex-Block2Content-body
{
color:#1f427f;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.cmlex-Block2Content-body a:link
{
color: #18376d;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

.cmlex-Block2Content-body a:visited, .cmlex-Block2Content-body a.visited
{
color: #18376d;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

.cmlex-Block2Content-body a:hover, .cmlex-Block2Content-body a.hover
{
color: #18376d;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.win1-hd
{
  padding:0px;
  margin:0px 0px 0px 1px;
  width:231px;
  background: url(/skin/win1-hd.png) no-repeat bottom center;
  height: 13px;
}

.win1-hd2
{
  	height: 30px;
	color: #16284e;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;
    border-bottom: 1px solid #16284e;
}

.win1-ft
{
  padding:0px 10px 10px 13px;
  margin:0px 0px 0px 1px;
  width:208px;
  background: url(/skin/win1-ft.png) no-repeat bottom center;
  background-color:#97b3dc;
}
