body
{
	overflow: hidden;
	margin-bottom: 112px; 
	margin-top: 63px; 
	margin-right: 0px; 
	margin-left: 0px;
	padding: 0;
	border: 0;

	font-size: 10px;
	color: #535353;
	font-family: Verdana;
    text-decoration: none;
}

.infoTextField
{
	z-index: -1;
	padding-left: 5px;
	height: 24px;
	color: red;
	font-size: 12px;
	color: red;
	font-family: Verdana;
    text-decoration: none;
    border: 0;
}

.libImage
{
	font-size: 10px;
	color: black;
	font-family: Verdana;
    text-decoration: none;
    border: 0;
}

.libTextEntry
{
	font-size: 11px;
	color: black;
	font-family: Verdana;
    text-decoration: none;
    border: 0;
}

.materialCell
{
	background-image:'images/ui/materialgroup_bg.GIF';
}

.materialPlacementCell
{
	background-color:#ffffff;
}

.libHeader
{
	font-size: 12px;
	color: black;
	font-family: Verdana;
    text-decoration: none;
    border: 0;
    font-weight:bold;
}

a
{
	color: black;
	text-decoration:none;
}
.toolBarButton
{
    filter: gray;
	cursor: pointer;
}

.tabButton
{
	margin:0px;
	cursor: pointer;
	vertical-align: middle;
	font-size:10px;
	color:#535353;
	text-align:center;
	padding-top:2px;
	width:91px;
	height:19px;
	background-image:url('../images/ui/tab_unselected.gif');
	background-repeat:no-repeat;	
}

.tabButtonSelected
{
	margin:0px;
	cursor: pointer;
	vertical-align: middle;
	font-size:10px;
	color:#000000;
	text-align:center;
	padding-top:2px;
	width:91px;
	height:19px;
	background-image:url('../images/ui/tab_selected.gif');
	background-repeat:no-repeat;	
}

.measureTextArea
{
	font-size: 10px;
	color: black;
	font-family: Verdana;
    text-decoration: none;
    border: 0;
    background-image: 'images/ui/measurebg01.gif';
}


/* This is the transparent box */
#transbox {
	width: 300px;
	margin: 0 50px;
	background-color: #fff;
	border: 2px solid black;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	}

/* This is the container which set text to solid color.
position: relative used for IE */
#transbox div {
	padding: 20px;
	font-weight: bold;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}
