@charset "utf-8";
/* CSS Document */

.login-wrapper {
    width: 1000px;
    height: 420px;
    background-image:url(../../images/loginbox.jpg);
    background-repeat: no-repeat;
    margin: 0 auto -50px;
        margin-top: 0px;
}



.breadcrumb-line {

    margin-top: 30px;
    margin-bottom: 35px;
    position: relative;
	
}

.page-title
{
border-bottom:solid 2px #0CC;
font-weight:600;
font-size:16px;


}

.thumbnail2{
position: relative;
z-index: 0;

}

.thumbnail2:hover{
background-color: transparent;
z-index: 100;
border: 1px;
}

.thumbnail2 span{ /*CSS for enlarged image*/
visibility: hidden;
position: absolute;
left: -1000px;
background-color:#F4DB99;
border: 1px solid #F4DB99;

text-decoration: none;
width:300px;
font-family:Verdana;
font-size:11px;
color:#000;
z-index: 100;
line-height:1.5em;
text-align:left;

}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 2px;
padding: 2px;
}



.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;

left: 22px; /*position where enlarged image should offset horizontally */

}


