/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #e1e3cd;

}

.TextBox
{
	border-right: white 1px Inset;
	border-top: white 1px Inset;
	border-left: white 1px Inset;
	border-bottom: white 1px Inset;
	background-color: white;
}
.Button
{
	border-right: white 2px Outset;
	border-top: white 2px Outset;
	border-left: white 2px Outset;
	border-bottom: white 2px Outset;
	background-color: white;
	}

Input
{
	border: 1px Inset #6699ff;
	background-color: white;
	margin-top: 0px;
	height: 24px;
}


.RadMenu_Ivory .customclass
{
	
	margin-right:-10px !important;
	padding-left:5px !important;
	
}

.cabinets
{
	position:absolute;
	left: 196px;
	top: 344px;
	width: 579px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:Silver;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -460px; /*position where enlarged image should offset horizontally */

}


