

div.tyContentDynamic{
	display:inline;
}

div.tyContent{
 border-top: dotted 1px yellow; border-bottom: dotted 1px yellow
}

div.tyContentGlobal{
 border-top: dotted 1px red; border-bottom: dotted 1px red;
}

div.tyContentCheckedOut{
 border-top: dotted 1px blue; border-bottom: dotted 1px blue;
}

div.tyContentDB{
 border-top: dotted 1px darkgreen; border-bottom: dotted 1px darkgreen;
}
div.tyArea{
 border-top: dotted 1px grey;
}

div.tyAreaGlobal{
 border-top: dotted 1px darkred;
}

.tyContentBox{
	border: 1px solid #660033; 
	background-color:#BFD23C;
	color:#660033; 
	padding:4px;
	margin-top:5px;
	margin-bottom:5px;
}

