﻿html, body { overflow: hidden; } 
body
{	padding:0px 0px 0px 0px;	
	margin:0px 0px 0px 0px;
	height:110%; width:110%; 
	overflow:hidden;
}
.lightdiv
{
	z-index :10;
}

div.listDisplay p.list
{
	float: left;
	padding: 0px;
	margin: 0px;
}

.HeaderTable
{
	width:100%;
	background: url(../images/HeaderStrip.gif) repeat-x;
}

.BackgroundColourDiv
{
	width: 100px;
	height: 100px;
	padding: 2px;
	border: solid 3px White;
}

.MasterMenu td
{
	padding-right: 5px;
}

.FaceBookShareDiv
{
	clear: both;
	float:right;
}
.GalleryImage
{
	padding:0px 0px 0px 0px;	
	margin:0px 0px 0px 0px;	
	widows:150px;
	height:108px;
}

.DragDropMessageTextBox
{
	position:absolute;
	cursor:move;
	z-index:10;
	white-space: nowrap;
	color:#000000;
}


.WelcomeBox
{
	background-color:White;
	padding:10px;
	border:Solid 5px #616264;
	width:760px;
	height:100px;
	z-index:100;
	font-family:Arial;	
	font-size:13px;
	font-weight:normal;	
	color:#9e9e9e;
	line-height:20px;
	position: absolute;
	left: 50%;
	/*top: 50%; 
	margin-top: -120px;*/ /*always take 1/2 from the size of the height, they have to be negative*/
	margin-left: -360px; /*always take 1/2 from the size of the width, they have to be negative*/
	margin-top:30px;
}



.WelcomeBox a:link
{
	font-family:Arial;
	font-size:12px;
	color:#797a7c;
	text-decoration:none;
	font-weight:bold;
}

.WelcomeBox a:visited
{
	font-family:Arial;
	font-size:12px;
	color:#797a7c;
	text-decoration:none;
}

.WelcomeBox a:hover
{
	font-family:Arial;
	font-size:12px;
	color:#535252;
	text-decoration:none;
}




.CloseIcon
{
	position:relative;
	margin-right:3px;
	margin-top:5px;
	margin-bottom:0px;
	text-align:right;
}

.DisplayImageDiv
{
	width:830px;
	height:450px;
	z-index:99;	
}


#moveImage
{
		z-index:100;
}

/*------------ Menu Style--------------*/

.mnuItemNormal
{
	color:#737374; 
	font-family:Arial Rounded MT Bold,Arial,Helvetica,sans-serif; 
	font-size:18px; 
	font-weight:normal; 
	white-space:nowrap;
	text-decoration:none;
}

.mnuItemOver
{
	color:#28282A; 
	font-family:Arial Rounded MT Bold,Arial,Helvetica,sans-serif; 
	font-size:18px; 
	font-weight:normal; 
	white-space:nowrap;
	text-decoration:none;
}