/* CSS file for division */

.orthoPanel {
		position: relative;
		overflow: hidden;
		border: 1px solid #000000;
		background-color: #f8f8f8;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		}
		

.orthoRectangle {
		border:    1px solid #000000;
		background-color: #ffffff; 
		font-size: 0px;
		}

.orthoRectangleHighlight {
		border:    1px solid #ff0000;
		background-color: #ff0000; 
		}
		

.orthoLineHorizontal {
		border-top:    1px solid #000000; 
		font-size: 0px;
		}

.orthoLineHorizontalHighlight {
		border-top:    1px solid #ff0000; 
		}


.orthoLineVertical {
		border-left:    1px solid #000000; 
		font-size: 0px;
		}
		
.orthoLineVerticalHighlight {
		border-left:    1px solid #ff0000; 
		}



.orthoLabel {
		font-family: Verdana, Tahoma, sans-serif;
		font-size: 10pt;
		color: #000000;
		text-align: left;
		padding-left: 2px;
		padding-right: 2px;
		}


.orthoLabelHighlight {
		font-family: Tahoma, sans-serif;
		font-size: 10pt;
		color: #ff0000;
		text-align: left;
		padding-left: 2px;
		padding-right: 2px;
		}

img {
/*		behavior: url(iepngfix.htc); */
}

.orthoImage { 
		font-size: 0px;
		border: 0px solid #ffffff;
/*		behavior: url('/ortho/iepngfix.htc'); */
		}

.orthoImageHighlight { 
		background-color: #ff0000; 
		}


.orthoRulerHorizontalLine {
		border-top:    1px solid #000000; 
		z-index: 100; /*hack needed for printing on firefox...*/
		}
.orthoRulerHorizontalMinorTick {
		border-left:    1px solid #808080; 
		font-size: 0px; 
		}
.orthoRulerHorizontalMajorTick {
		border-left:    1px solid #000000; 
		font-size: 0px; 
		}
.orthoRulerHorizontalLabel {
		font-family: Tahoma, sans-serif;
		font-size: 7pt;
		color: #000000;
		}

.orthoRulerVerticalLine {
		border-left:    1px solid #000000; 
		font-size: 0px; 
		}
.orthoRulerVerticalMinorTick {
		border-top:    1px solid #404040; 
		font-size: 0px; 
		}
.orthoRulerVerticalMajorTick {
		border-top:    1px solid #000000;
		font-size: 0px; 
		}
.orthoRulerVerticalLabel {
		font-family: Tahoma, sans-serif;
		font-size: 7pt;
		color: #000000;
		}

