/* ================================
    CSS STYLES FOR janet.Booking
   ================================
*/  


.texte
{
	font-weight: bold;
	font-size: 12px;

	color: #666666;
	font-family: Tahoma, Arial, Helvetica;

	
}

.janet_ItemTable {height: 85px;
	background-color:#ffffff;
}
.janet_ItemName
{
	font-weight: bold;
	font-size: 11px;
	width: 140px;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #dfdfdf;
	text-align: left;
}
.janet_ItemValue {
	background-color:#efefef;
	FONT-SIZE: 11px;
	COLOR: #003366;
	FONT-FAMILY: Tahoma, Arial, Helvetica;
}
.janetGallery_Edit
{
	border-right: royalblue 0px solid;
	border-top: lightskyblue 2px solid;
	vertical-align: middle;
	border-left: lightskyblue 0px solid;
	width: 60px;
	cursor: pointer;
	border-bottom: royalblue 0px solid;
	height: 75px;
	background-color: silver;
}
.janetGallery_EditInner
{text-align:right;
	border-left: darkgray 0px solid;
	border-bottom: gainsboro 0px solid;
	vertical-align:top;	
	border-right: gainsboro 0px solid;
	cursor: pointer;
	border-top: darkgray 0px solid;
	
}
.janetGallery_Slide
{text-align:right;
	border-right: darkgray 0px solid;
	border-top: gainsboro 0px solid;
	vertical-align:top;
	border-left: gainsboro 0px solid;
	width: 60px;
	cursor: pointer;
	border-bottom: darkgray 0px solid;
	padding-bottom:5px;
	background-color:#ffffff;
}
.janetGallery_SlideInner
{
	border-left: darkgray 0px solid;
	border-bottom: gainsboro 0px solid;
	vertical-align:middle;	
	border-right: gainsboro 0px solid;
	cursor: pointer;
	border-top: darkgray 0px solid;
	
}
.janetGallery_SlidePopUp
{ height: 400px;
	border-right: darkgray 0px solid;
	border-top: gainsboro 0px solid;
	vertical-align:middle;
	border-left: gainsboro 0px solid;
	border-bottom: darkgray 0px solid;
	background-color: #ffffff;
}
.janetGallery_datagridheader
{
	background-position: 0% 100%;
	font-weight: bold;
	font-size: 12px;

	color: #003366;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
}
.janetGallery_datagridPage
{
	background-position: 0% 0%;
	font-size: 11px;

	color: #003366;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
}
.janetGallery_divOptions
{
	border-right: #000000 1px solid;
	padding-right: 0px;
	border-top: #000000 1px solid;
	
	z-index: 2;
	left: 15px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: #000000 1px solid;
	padding-top: 0px;
	border-bottom: #000000 1px solid;
	position: absolute;
	top: 45px;
	background-color: aliceblue;
	visibility:hidden;
}
