/* added by Lee */
img{
	border: none;
}

div.invisible_div{
	display: none;
	padding-bottom: 5px;
}

div.visible_div{
	display: block;
	padding-bottom: 5px;
}

div.hidden_div{
	display: none;
}
table.data-grid tr.title{
	background: #F37F18;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
}
table.data-grid tr.record{
	color: #000;
}
table.data-grid tr.record td{
	padding: 2px 2px 2px 12px ;
	border-bottom:  1px;
	height:25px;
}
table.data-grid td.details{
	height:0px;
	padding: 0px 0px 0px 50px;
	margin:0px;
	background:none;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
}
table.data-grid tr th.control {
	border-left: 1px solid #a5a5a5;
}
table.data-grid tr td.control{
	width: 35px;
	padding-top:5px;
	padding-left: 5px;
	text-align: center;
	border-left: 1px solid #a5a5a5;
}
table.data-grid tr td.services{
	width: 250px;
	border-right: 1px solid #a5a5a5;
}
table.data-grid td.accept{
	width: 60px;
	text-align: center;
	border-right: 1px solid #a5a5a5;
}
table.login{
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #CDCDCD;
	width: 400px;
	margin: 10px;
}
table.login td.left{
	padding: 5px;
	font-weight: bold;
	width: 150px;
}
table.login td.right{
	padding: 5px;
	width: 250px;
}
table.login td.cookie{
	padding: 5px;
	font-size: 11px;
	text-align: left;
}
span.error_msg{
	color: #FF0000;
}
.input_long{
	width: 100%;
	border: 1px solid #CDCDCD;
}
div.toolbar_opener{
	left: 0px;
	top: 150px;
	background: #FF9004;
	width: 5px;
	height: 450px;
	position: absolute;
	z-index: 10000000;
	border-right: 1px solid #DF4C12;
	border-top: 1px solid #DF4C12;
	border-bottom: 1px solid #DF4C12;
	alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;	
}
div.toolbar{
	left: 0px;
	top: 150px;
	background: #FF9004;
	width: 50px;
	height: 450px;	
	position: absolute;
	z-index: 10000000;
	border-right: 1px solid #DF4C12;
	border-top: 1px solid #DF4C12;
	border-bottom: 1px solid #DF4C12;
	display: none;	
	alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;		
}
table.toolbar{
	color: #FFFFFF;
	border-collapse: collapse;
	width: 100%;
}
table.toolbar tr{
	height: 5px;
}
table.toolbar tr.title td{
	background: #8F363D;
	padding: 0px;
}
table.toolbar tr.tools td{
	padding-left: 5px;
}
table.toolbar tr.tools:hover{
	background: #FEBC10;
	color: #000000;
	height: 20px;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
}
table.toolbar tr.tools{
	height: 20px;
}
table.toolbar a:link,
table.toolbar a:visited{
	color: #FF0000;
}