/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:40%;
	z-index:15000;
	background-color: #fff;	
	width:750px;
	height:480px;
	margin:-220px 0 0 -250px;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#lightbox_inner {
margin: 5px;
background-color: #f5f5f5;
width: 390px;
height: 470px;
}

#lightbox_outer {
position: absolute;
top: 10px;
margin: 5px;
width: 340px;
height: 470px;
left: 410px;
}

#lightbox_closeBtn {
position:absolute;top:-11px;left:720px;width:26px;height:26px;cursor:pointer
}

#lightbox_inner_content {
padding: 10px;
}
#lightbox_inner_content h1 {
line-height: 20px;
}
#lightbox_inner_content h2 {
padding: 0;margin: 0;
line-height: 28px;
margin-bottom: 10px;
font-size: 25px;
}

.lb_h3 {
font-size: 26px;
padding: 0;
margin: 0;
color: #000;
}

.lb_h3 span {
font-size: 12px;
color: #666;
}

.lb_title {
font-size: 11px;
}

#lightbox_outer .lb_input_field{
width: 95%;
padding: 3px;
}

#lightbox_outer .lb_input_txt{
width: 95%;
height: 50px;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

/*
#lightbox.done img{
	width:100%;
	height:100%;
}*/






#mycustomscroll2 table,
#mycustomscroll2 td {
font-family: Helvetica, Tahoma, Arial, san-serif;
font-size: 11px;
}

#route table {
margin: 0; padding: 0;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 100%;
height: 350px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*margin: 0.3em auto;*/
padding:0px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 100%;
height: auto;
position: relative;
color: black;
padding: 1px;
}

