/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */


#loginback{
	background-image:url(../images/onlinesolutions/online_back.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:604px;
	height:512px;
	}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	text-align:left;
	margin-top: -180px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -300px;
	
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#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%;
}

#LightBoxTopBar span{
	display:none;
}

#LightBoxTopBartwo span{
	display:none;
}

#LightBoxTopBar{
	display:block;
	width:508px;
	height:25px;
	cursor:pointer;
	margin-top:12px;
	margin-right:8px;
	float:right;
	padding-bottom:7px;
}

/*#LightBoxTopBartwo{
	display:block;
	width:81px;
	height:18px;
	cursor:pointer;
}*/

#LightBoxTopBar span{
	display:block;
	float:right;
	width:68px;
	height:25px;
	cursor:pointer;
	background-image:url('../IMAGES/blank.gif');
	font-size:0px;
	color:#f65134;
}

#LightBoxTopBartwo span{
	display:block;
	width:81px;
	height:18px;
	cursor:pointer;
	background-image:url('../IMAGES/blank.gif');
	font-size:0px;
	color:#f65134;
}


#lightbox #logontop{
margin-top:10px;
margin-left:4px;
margin-bottom:10px;
background-color:#eaeaea;
background-image:url(../images/polmed/login.gif);
background-repeat:no-repeat;
width:251px;
height:32px;
font-size:1px;
color:#356aa0;
}

#lightbox #logon{
background-image:url(../images/polmed/logdetailback.gif);
background-repeat:no-repeat;
width:420px;
height:280px;
margin: 0 auto;
}

#lightbox #tabs{
background-image:url(../images/polmed/tabholdertop.gif);
background-repeat:no-repeat;
padding-bottom:5px;
width:420px;
height:31px;
}

#lightbox .tab{
background-image:url(../images/polmed/unselected.gif);
border-right: 2px #003366 solid;
color:#003366;
}

#lightbox .selectedtab{
background-image:url(../images/polmed/selected.gif);
border-right: 2px #003366 solid;
color:#003366;
}

.tablelog{
width:300px;
}

#lightbox #loginbut{
font-size:1px;
color:#FFFFFF;
}

#lightbox #logonfooter a{
color:#003366;
}

#LoginForm input{
position:absolute;
left:100px;
height:15px;
font-family:Arial, sans-serif;
font-size:11px;}

