@charset "UTF-8";
/* CSS Document */

.depth_global {
	color:#000000;
    /*font: 12px "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;*/
    font: 12px;
    text-align: left;
	position:absolute;
	width:auto;
	height:auto;
	position:relative;
	}

.depth_buttons
{
	float:right;
	padding:5px;	
}

.zebra ol li { background: #efefef; padding:5px;}
.zebra ol li:nth-child(odd) { background: #fff; padding:5px;}

a:link {
	text-decoration:none;
	color:#528ECC;
}

a:visited {
	text-decoration:none;
	color:#528ECC;
}

a:hover {
	text-decoration:underline;
	}

.border {
background: none no-repeat scroll center center #F2F2F2;
    border: 1px solid #D9D9D9;
    border-radius: 9px 9px 9px 9px;
    padding: 10px;
    text-align: left;
}

.inside_border {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 9px 9px 9px 9px;
}

.MediumText {
	font-size:10px;
}

.LargeText {
	font-size:11px;

}

.DrawingTileContainer {
	width:220px;
	height:50px;
	border:solid thin #666;
	padding:2px;
	line-height:14px;
}

.GreenTile {
	background-color:rgb(154,205,50);
}

.DarkGreenTile {
 	color:#FFF;
	background-color:rgb(0,100,0);	
}

.GrayTile {
	background-color:#EFEFEF;
}
	
.RedTile {
background-color:rgb(255,0,0);
}


.checkbox {
	float:right;
}



.FolderTileColorL3Depth {
	background-color:#222222;
}