/* Copyright (c) 2009, Nicole Sullivan. version: 0.2m*/

/* mod */
/*
.mod {
	margin:10px;
}
*/
.hd, .bd, .ft, {
	overflow:hidden;
	_overflow:visible;
	_zoom:1;
}
.inner {
	position:relative;
}
.tl, .tr, .bl, .br, .top, .bottom b {
	display:block;
	background-repeat:no-repeat;
	font-size:1%;
	position:relative;
	z-index:10;
}
.tl, .tr, .bl, .br {
	height:10px;
	width:10px;
	float:left;
}
.tl {
	background-position: left top;
}
.tr {
	background-position: right top;
}
.bl {
	background-position: left bottom;
}
.br {
	background-position: right bottom;
}
.br, .tr {
	float:right;
}
.bl, .br {
	margin-top:-10px;
}
.top {
	background-position:center top;
}
.bottom {
	background-position:center bottom;
}

/* complex */
.complex {
	overflow:hidden;
	*position:relative;
	*zoom:1;
}
/* position/zoom required for IE7, 6, 5.5 */
.complex .tl, .complex .tr {
	height:10px;
	margin-bottom:-32000px;
	width:10px;
	overflow:hidden;
}
/*.complex .bl, .complex .br {margin-top:0;}*/
/*.complex .top {height:5px;}*/

.complex .bottom {
	height:5px;
	margin-top:-10px;
}
/*Teal border outside white border */
/*.mod .top, 
.mod .bottom, */
.mod .tl, .mod .tr, .mod .bl, .mod .br {
	background-image:url(/educators/index/images/mod.png);
}

