

/*	Start ThemeBlock  */

.mwpThemeBlock {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
/*	border: 1px solid #003399; */
}

.mwpThemeBlock_sh_tr {		/* Top right image if themebox has no title */
	height: 12px;
	background-color: #ffffff;
	background-image:  url(tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.mwpThemeBlock_sh_tl{		/* Top left image if themebox has no title */
	height: 12px;
	background-image:  url(tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

.mwpThemeBlock_sh_tc {		/* Top center image if themebox has no title, this one tiles horizontal */
	height: 12px;
	background-image:  url(tc.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 9px;
}

.mwpThemeBlock_tr {		/* Top right image */
	background-color: #ffffff;
	background-image:  url(tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.mwpThemeBlock_tl{		/* Top left image */
	height: 37px;
	background-image:  url(tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

.mwpThemeBlock_tc {		/* Top center image, this one tiles horizontal */
	height: 37px;
	background-image:  url(tc.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 9px;
	padding-top: 0px;
	padding-left: 7px;
	padding-right: 7px;
}

.mwpThemeBlock_tc h4 {
	font-size: 12px;
	font-weight : bold;
	color : #003060;
	border-bottom : 1px solid #A8B2BB;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mwpThemeBlock_ml {		/* Middle left side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url(ml.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.mwpThemeBlock_mr {		/* Middle right side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url(mr.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.mwpThemeBlock_content {		/* Content background goes here */
	height: auto;
	padding-left: 5px;
	padding-right: 4px;
	margin-right: 5px;
	margin-left: 6px;
	text-align: center;
	background-color:#ffffff;
/*	background-image: url(tle.gif);
	background-repeat: repeat;
	background-position: left top; */
}

.mwpThemeBlock_br {		/* Bottom right image */
	margin: 0px;
	background-image: url(br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mwpThemeBlock_bl {		/* Bottom left image */
	margin: 0px;
	background-image: url(bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.mwpThemeBlock_bc {		/* Bottom center image. This one tiles horizontal */
	height: 21px;
	margin: 0px 9px;
	background-image: url(bc.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 10px;
	padding-left: 10px;
}

.mwpThemeblockMinMax { /* this is the click area and positioning for the min/max icon */
	background-color: #FFFFFF;
	width:13px;  /* this is the click area, usually the size of the icon */
	height:13px;  /* this is the click area, usually the size of the icon */
	margin-top:3px;  /* this is the positioning from the top of the themebox */
	margin-right:0px; 
	padding:0px; 
}

/* Hide for IE Mac \*/
* html .mwpThemeBlock {height: 1%;}
* html .mwpThemeBlock_content {height: 1%;}
/* End Hide */

/*  End ThemeBlock  */

