BODY
{
	background-color:white;
}

.Widget
{
	border: 1px solid #a5a6a1;
	height:450px;
}

.WidgetTitle
{
	background-image:url(images/icon_messaging_EN.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width:118px;
	height:17px;
}

.WidgetLogo
{
	background-image:url(images/zlangoLogo.png);
	background-position: top right;
	background-repeat: no-repeat;
	width:112px;
	height:19px;
	cursor:pointer;
}

.Form_Ctrl_Label *
{
	font-weight:bold;
}

.BackButton
{
	cursor:pointer;
	background-image:url(images/back.png);
	background-position: top left;
	background-repeat: no-repeat;
	width:73px;
	height:18px;
}

.SendButton
{
	cursor:pointer;
	background-image:url(images/send.png);
	background-position: top left;
	background-repeat: no-repeat;
	width:75px;
	height:26px;
}

.EmbedButton
{
	cursor:pointer;
	background-image:url(images/embed.png);
	background-position: top left;
	background-repeat: no-repeat;
	width:82px;
	height:18px;
}

.ImportButton
{
	cursor:pointer;
	background-image:url(images/import.png);
	background-position: top left;
	background-repeat: no-repeat;
	width:85px;
	height:26px;
}

.WidgetReadyTopicIdle
{
	color:#6f6f6f;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
}

.WidgetReadyTopicSelected
{
	color:#80c34d;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	font-weight:bold;
}

.WidgetEmbedLink
{
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	cursor: pointer;
}

.WidgetEmailLink
{
	color:#62a929;
	font-weight:bold;
	text-decoration:underline;
	padding-left:30px;
	background-image: url(images/envelope.png);
	background-position: center left;
	background-repeat: no-repeat;
	height:26px;
	cursor: pointer;
}

.NewMessageLink
{
	color:#62a929;
	font-weight:bold;
	text-decoration:underline;
	padding-left:30px;
	background-image: url(images/newMessage.png);
	background-position: center left;
	background-repeat: no-repeat;
	height:30px;
	cursor: pointer;
}

.Congrats
{
	background-image: url(images/congrats.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:396px;
	height:448px;
}

.PagingNext
{
	color:#6f6f6f;
	font-weight: bold;
	background-image: url(images/rightPagingArrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 12px;
	padding-left: 7px;
	cursor: pointer;
}

.PagingPrev
{
	color:#6f6f6f;
	font-weight: bold;
	background-image: url(images/leftPagingArrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
	padding-right: 7px;
	cursor: pointer;
}

.PagingStats
{
	color:#6f6f6f;
}	

.Grid
{
	width: 100%;
	background-color: white;
	/*padding-left: 30px;
	padding-right: 30px;
	height: 100%;*/
	
}
.Grid TH
{
	text-align: left;
	background-color: DEDEDE;
}
.Grid TH,
.Grid TD
{
	
}

.Grid_Cell
{
	padding: 3px 5px 3px 15px;
	height: 25px;
	border-bottom: 2px dotted #82C34D;
	border-top: 2px dotted #82C34D;
	color: #6F6F6F;
	cursor: pointer;
}
.Grid TR
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

.Grid TR.Grid_Hover
{
	background-color: #dbd9da;
	background-image: url(images/bulletHover.gif);
}

.Grid TR.Grid_Selected
{
	background-color: #E6F2DA;
	background-image: url(images/selected_bullet.gif);
}

.Grid TR.Grid_Selected .Grid_Cell
{
	font-weight:bold;
}

.Grid_Selected .Grid_Cell
{
	padding-left: 22px !important;
}

.Grid A:active,
.Grid A:hover,
.Grid A:link,
.Grid A:visited
{
	color: #7EC44A;
	text-decoration: none;
	font-weight: bold;
}

SPAN.zlStatementIcon
{
	float: none;
}

.ButtonText
{
	color:#62a929;
	font-weight:bold;
	text-decoration:underline;
	vertical-align: bottom;
	padding-left:4px;
	padding-right:4px;
}

.ArrowLeft
{
	background-image:url(images/arrowLeft.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width:8px;
	height:12px;
}

.ArrowRight
{
	background-image:url(images/arrowRight.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width:8px;
	height:12px;
}

.FingerLeft
{
	background-image:url(images/fingerLeft.png);
	background-repeat: no-repeat;
	width:26px;
	height:18px;
}

.Envelope
{
	background-image: url(images/envelope.png);
	background-position: top left;
	background-repeat: no-repeat;
	width:26px;
	height:26px;
}

.BannerHolder
{
	padding-top:10px;
	_padding-top:2px;
	padding-left:25px;
	_padding-left:24px;
}
