﻿html
{
	filter: expression(runtimeStyle.filter =    '' ,document.execCommand(   'BackgroundImageCache' , false, true));
}
/*body 
{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}*/

/*canvas
{
	position: relative;
	display: block;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	overflow: scroll;
}*/

.PsdEditorPanel
{
	position: relative;
	width: 0;
	height: 0;
	overflow: visible;
	border: 0px;
}

.CanvasPanel
{
	position: relative;
	top: 20px;
	overflow: visible; /*border: 1px solid #989898;*/
	border: 0px;
}

.DesignerPanel
{
	position: relative;
	width: 200px;
	height: 410px;
	border: 0px;
}

.LayersPanel
{
	position: relative;
	width: 200px;
	height: 200px;
	border: 0px;
}

.ZoomFrame
{
	padding: 5px;
	float: right;
	height: 30px;
}

.ZoomInButton
{
	position: relative;
	float: right;
	margin: 0px;
	top: 10px;
	background-image: url(images/NavigationPanel/ZoomIn.gif);
	height: 17px;
	width: 17px;
	background-repeat: no-repeat;
}

.ZoomOutButton
{
	position: relative;
	float: right;
	margin: 0px;
	top: 10px;
	background-image: url(images/NavigationPanel/ZoomOut.gif);
	height: 17px;
	width: 17px;
	background-repeat: no-repeat;
}

.ZoomSelect
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	float: right;
}

/*
.TextDesignerPanel
{
	position: absolute;
	font: Arial;
	font-size: 10pt;
	font-weight:700;
	color: #707070;
}

.TextDesignerTitle
{
	position: absolute;
	top: 5px;
	width: 150px;
	left: 20px;
	color: #000000;
	text-align: justify;
	font-size: 12px;
}*/

.ApplyButtonPanel
{
	left: 10px;
	background: #efefef;
	border: solid 1px #989898;
	position: absolute;
	width: 180px;
	height: 365px;
	margin-top: 30px;
	visibility: hidden;
}

.LayerDesignerPanel
{
	left: 10px;
	position: absolute;
	font: Arial;
	width: 180px;
	height: 290px;
	font-size: 11px;
	font-weight: 700;
	color: #707070;
	margin-top: 75px;
	visibility: hidden;
}

.LayerDesignerPanel h1
{
	position: absolute;
	top: -75px;
	width: 150px;
	left: 0px;
	color: #707070;
	text-align: left;
	font-size: 12px !important;
	font-weight: bold !important;
	margin: 0px;
}

/*.LayerDesignerPanel h2
{
	position: absolute;
	top: 10px;
	width: 150px;
	left: 20px;
	color: #707070;
	text-align: left;
	font-size: 12px;
	margin: 0px;
}*/

.LayerDesignerPanel label
{
	color: #707070 !important;
}

.LayerDesignerPanel input, .LayerDesignerPanel .PulldownHeader, .LayerDesignerPanel .TextColor, .LayerDesignerPanel .ImageBorderColor, .LayerDesignerPanel .ImageFillColor /*, .LayerDesignerPanel .AlignmentPanel*/
{
	margin: 3px !important;
}

.ImageBorderWidthLabel
{
	position: absolute;
	width: 100px;
	left: 10px;
	top: 50px;
}

.ImageBorderWidth
{
	position: absolute;
	top: 65px;
	left: 5px;
	width: 70px;
}

.ImageBorderColorLabel
{
	position: absolute;
	width: 100px;
	left: 100px;
	top: 50px;
}

.ImageBorderColor
{
	position: absolute;
	left: 95px;
	width: 70px;
	top: 65px;
}

.ImageFillColorLabel
{
	position: absolute;
	top: 90px;
	width: 100px;
	left: 10px;
}

.ImageFillColor
{
	position: absolute;
	left: 5px;
	top: 105px;
	width: 70px;
}

.ImageName
{
	position: absolute;
	top: 25px;
	left: 5px;
	width: 160px;
}

.ImageNameLabel
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
}

.VObjectBorderWidthLabel
{
	position: absolute;
	width: 100px;
	left: 10px;
	top: 50px;
}

.VObjectBorderWidth
{
	position: absolute;
	top: 65px;
	left: 5px;
	width: 70px;
}

.VObjectBorderColorLabel
{
	position: absolute;
	width: 100px;
	left: 100px;
	top: 50px;
}

.VObjectBorderColor
{
	position: absolute;
	left: 95px;
	width: 70px;
	top: 65px;
}

.VObjectFillColorLabel
{
	position: absolute;
	top: 90px;
	width: 100px;
	left: 10px;
}

.VObjectFillColor
{
	position: absolute;
	left: 5px;
	top: 105px;
	width: 70px;
}

.VObjectName
{
	position: absolute;
	top: 25px;
	left: 5px;
	width: 160px;
}

.VObjectNameLabel
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
}

.DesignerPanel input.ApplyButton, .DesignerPanel input.ApplyButtonDisabled
{
	width: 85px;
	background: none;
	font-size: 10px;
	padding: 2px;
	height: auto;
	top: 340px;
	left: 88px;
}

.DesignerPanel input.ApplyButtonDisabled
{
	color: #727272 !important;
}

.DesignerPanel .TextColor, .DesignerPanel .TextBorderColor, .DesignerPanel .TextFillColor, .DesignerPanel .ImageBorderColor, .DesignerPanel .ImageFillColor, .DesignerPanel input, .DesignerPanel .PulldownHeader, .DesignerPanel .VObjectBorderColor, .DesignerPanel .VObjectFillColor /*, .DesignerPanel .AlignmentPanel*/ /*, .DesignerPanel .FontDropDownList*/
{
	position: absolute;
	height: 14px;
	border: solid 1px #868686;
	font-size: 11px;
	font-weight: normal;
	background-color: transparent;
	background-image: url(images/input_bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 2px;
	color: #000;
	font-family: Tahoma, Verdana, Arial;
}

.DesignerPanel .TextColorLabel, .DesignerPanel .TextBorderColorLabel, .DesignerPanel .TextFillColorLabel, .DesignerPanel .ImageBorderColorLabel, .DesignerPanel .ImageFillColorLabel
{
	position: absolute;
}

.TextName
{
	position: absolute;
	top: 25px;
	left: 5px;
	width: 160px;
}

.TextNameLabel
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
}

.TextValueLabel
{
	position: absolute;
	left: 10px;
	top: 50px;
}

.TextValue
{
	position: absolute;
	left: 5px;
	width: 160px;
	top: 65px;
}

.TextFontNameLabel
{
	position: absolute;
	width: 100px;
	left: 10px;
	top: 5px;
}

.TextFontName
{
	position: absolute;
	left: 5px;
	top: 130px;
	width: 70px;
}

.TextFontSizeLabel
{
	position: absolute;
	width: 100px;
	left: 88px;
	top: 5px;
}

.TextFontSize
{
	position: absolute;
	left: 83px;
	width: 65px;
	top: 20px;
}

.TextColorLabel
{
	width: 100px;
	left: 10px;
	top: 90px;
}

.TextColor
{
	width: 70px;
	left: 5px;
	top: 105px;
}

.TextFillColorLabel
{
	position: absolute;
	width: 100px;
	left: 100px;
	top: 160px;
}

.TextFillColor
{
	position: absolute;
	left: 95px;
	width: 70px;
	top: 180px;
}

.TextBorderColorLabel
{
	position: absolute;
	width: 100px;
	left: 110px;
	top: 210px;
}

.TextBorderColor
{
	position: absolute;
	left: 110px;
	width: 70px;
	top: 230px;
}

.TextBorderWidthLabel
{
	position: absolute;
	top: 210px;
	left: 10px;
	width: 100px;
}

.TextBorderWidth
{
	position: absolute;
	top: 230px;
	left: 10px;
	width: 70px;
}

.TextBoldLabel, .TextItalicLabel, .TextUnderlineLabel
{
	position: absolute;
	top: 50px;
}

.DesignerPanel input.TextBold, .DesignerPanel input.TextItalic, .DesignerPanel input.TextUnderline
{
	margin: 0px !important;
	padding: 0px !important;
	position: absolute;
	top: 66px;
	border: 0px;
	background: transparent;
	filter: none;
	padding: 0px;
}

.DesignerPanel input.TextCustomFont
{
	border: 0px;
}

.TextCustomFontLabel
{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	width: 120px;
	white-space: nowrap;
	position: absolute;
	top: 0px;
	padding: 2px;
	left: 23px;
}

.TextCustomFont
{
	top: 0px;
	left: 0px;
	position: absolute;
	border: 0px;
	background: transparent;
	filter: none;
	padding: 0px;
}

.TextBoldLabel
{
	font-weight: bold;
	left: 17px;
}

.TextBold
{
	left: 15px;
}

.TextItalicLabel
{
	left: 37px;
	font-style: italic;
}

.TextItalic
{
	left: 35px;
}

.TextUnderlineLabel
{
	text-decoration: underline;
	left: 57px;
}

.TextUnderline
{
	left: 55px;
}

.LayersList, ul.NewLayerMenu
{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 46px;
	left: 10px;
	border: 1px solid #989898;
	font: Arial;
	font-size: 10pt;
	font-weight: 700;
	color: #707070;
}

ul.NewLayerMenu
{
	top: 50px;
	right: 10px;
	left: auto;
	z-index: 9;
	width: 130px;
}

.LayersList
{
	top: 46px;
	height: 140px;
	width: 180px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.LayersList li
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 162px;
	height: 38px;
	background-image: url(images/layers_bg.gif);
	background-position: 0 -38px;
	background-repeat: repeat-x;
	background-color: #efefef;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	overflow: hidden;
}

ul.NewLayerMenu li
{
	margin: 0;
	padding: 0;
	width: 99%;
	background-image: url(images/layers_bg.gif);
	background-position: 0 -38px;
	background-repeat: repeat-x;
	background-color: #efefef;
	border-bottom: 1px solid #efefef;
	list-style: none none !important;
	overflow: hidden;
}

ul.NewLayerMenu li:hover
{
	background-position: 0 0;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}

ul.NewLayerMenu li div
{
	background-image: url(images/LayerButtons.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #707070;
	font-size: 11px !important;
	font-weight: normal !important;
	cursor: pointer;
	height: 33px;
	line-height: 33px;
}

.LayersList li h2
{
	padding: 0 0 0 28px !important;
	margin: 0;
	height: 38px;
	line-height: 36px;
	font-size: 10px;
	cursor: pointer;
	background: url(images/LayerButtons.gif) no-repeat;
}

.LayersList .Image
{
	background-position: 5px -238px;
}

.LayersList .Text
{
	background-position: 5px -290px;
}

.LayersList .Line
{
	background-position: 5px -330px;
}
.LayersList .Rectangle
{
	background-position: 5px -388px;
}
.LayersList .Ellipse
{
	background-position: 5px -438px;
}

.LayersList #currentLayer
{
	background-image: url(images/layers_bg.gif);
	background-position: 0 1px;
	background-repeat: repeat-x;
	background-color: #c6deff;
	color: #000000;
	border-right: 1px solid #84acd9;
	border-bottom: 1px solid #84acd9;
}

.LayersList .DragElement#currentLayer
{
	background-image: url(images/layers_bg.gif);
	background-position: 0 1px;
	background-repeat: repeat-x;
	background-color: #c6deff;
}

.LayersList .DragElement
{
	background-image: url(images/layers_bg.gif);
	background-position: 0 -38px;
	background-repeat: repeat-x;
	background-color: #efefef;
	color: #000;
	border: 1px solid #84acd9;
}

.LayersList #emptyLayer
{
	background: #fff;
}

a.Delete
{
	position: absolute;
	left: 140px;
	top: 13px;
	background: url(images/delete_button.gif) 0 -13px no-repeat;
	width: 12px;
	height: 13px;
}

a.Delete:hover
{
	background-position: 0 0;
}

.DragElement a.Delete
{
	display: none;
}

.LayerName
{
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	width: 80px;
	height: 15px;
	overflow: hidden;
	top: 8px;
	left: 35px;
	font-size: 10px;
}

.LayersTitle
{
	position: absolute;
	top: 22px;
	left: 10px;
	font: Arial;
	font-size: 12px;
	font-weight: 700;
	color: #707070;
}

.AddNewLayerButton
{
	background-image:url(images/add_newLayer.gif);
	background-position:5px center;
	background-repeat:no-repeat;
	color:#707070;
	cursor:pointer;
	font-size:11px !important;
	font-weight:normal !important;
	left:105px;
	line-height:33px;
	padding-left:27px;
	position:absolute;
	top:12px;
	width:61px;
}

.AddNewLayerButton:hover
{
	background-color: #C7DFFF;
}

.AddNewLayerButton .DropDownMark
{
	background-image: url(images/down.gif);
	background-position: center 55%;
	background-repeat: no-repeat;
	float: right;
	height: 33px;
	width: 10px;
}

.AddImageIcon
{
	background-position: 4px 8px;
}

.AddTextIcon
{
	background-position: 4px -42px;
}

.AddLineIcon
{
	background-position: 4px -90px;
}
.AddRectangleIcon
{
	background-position: 4px -140px;
}
.AddEllipseIcon
{
	background-position: 4px -190px;
}

.AddTextIconLabel, .AddImageIconLabel, .AddLineIconLabel, .AddRectangleIconLabel, .AddEllipseIconLabel
{
	color: #707070;
	font-size: 11px !important;
	font-weight: normal !important;
	position: absolute;
	top: 30px;
	left: 75px;
	cursor: default;
}

.AddImageIconLabel
{
	left: 130px;
}

.AddLineIconLabel
{
	left: 185px;
}

.AddRectangleIconLabel
{
	left: 240px;
}

.AddEllipseIconLabel
{
	left: 295px;
}

/*.ApplyButton, .ApplyButtonDisabled
{
	position: relative;
	top: 295px;
	left: 88px;
	width: 85px;
}

.ApplyButtonDisabled
{
	
}*/

.ModalDialogPanel
{
	visibility: visible;
	position: absolute;
	background-image: url(images/Progress.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	background-color: #000000;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	z-index: 10;
}

.RedoUndoPanel
{
	position: relative;
	float: right;
}

.RedoButton, .UndoButton, .RedoButtonDisabled, .UndoButtonDisabled
{
	background-image: url(images/RedoUndo.gif);
	position: absolute;
	top: 3px;
	left: 3px;
	width: 16px;
	height: 16px;
}

.RedoButton
{
	background-position: -16px 0px;
}
.UndoButton
{
	background-position: 0px 0px;
}
.UndoButtonDisabled
{
	background-position: 0px -16px;
}
.RedoButtonDisabled
{
	background-position: -16px -16px;
}

.NavigationPanel
{
	min-width: 400px;
	left: 0px;
	top: 20px;
	border: 0px;
	position: relative; /*background: url(images/NavigationPanel/navigationpanel_bg.gif) repeat-x;*/
	height: 26px;
}

.LeftSide, .RightSide, .Separator
{
	position: relative;
	background: url(images/NavigationPanel/NavigationPanel.gif) 0 0 no-repeat;
	height: 26px;
}

.LeftSide
{
	float: left;
	width: 9px;
}

.RightSide
{
	background-position: -8px 0px;
	width: 8px;
	float: right;
}

.NavigationPanel .NavigatorButton, .NavigationPanel .NavigatorButtonSelected
{
	position: relative;
	display: block;
	margin-left: 5px;
	width: 22px;
	height: 22px;
	top: 1px;
	float: left;
	background: transparent;
}

.NavigationPanel .NavigatorButton:hover, .NavigationPanel .NavigatorButtonSelected
{
	background: url(images/NavigationPanel/NavigationPanel.gif) -18px 0px;
}

.PanNavigator, .CursorNavigator, .ZoomInNavigator, .ZoomOutNavigator
{
	background-image: url(images/NavigationPanel/Navigators.gif);
	cursor: pointer;
	top: 4px;
	left: 3px;
	width: 16px;
	height: 16px;
	position: absolute;
}

.CursorNavigator
{
	background-position: 0 0;
}

.PanNavigator
{
	background-position: -16px 0px;
}

.ZoomInNavigator
{
	background-position: -32px 0px;
}

.ZoomOutNavigator
{
	background-position: -48px 0px;
}

/*.StatusPanel
{
	min-width: 300px;
	left: 0px;
	border: 0px;
}*/

.StatusPanel option
{
	font-size: 10px;
}

.StatusPanel select
{
	font-size: 10px;
	border: 1px solid gray;
}

.StatusPanel .ZoomLabel
{
	font-size: 10px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.ModalDropDownList
{
	visibility: hidden;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

.DesignerPanel .FontDropDownList
{
	position: absolute;
	overflow: hidden;
	left: 5px;
	top: 20px;
	width: 65px; /*z-index: 1;*/
}

.FontDropDownPopup .Container, .FontDropDownPopup .ContainerSelected, .ModalDropDownPopup .Container, .ModalDropDownPopup .ContainerSelected
{
	display: block;
	text-decoration: none;
	color: #000;
	position: relative;
	overflow: hidden;
	padding: 2px;
	margin: 2px;
	width: 250px;
	height: 15px;
	border: 1px solid #d6d6d6;
}

.ModalDropDownPopup .Container, .ModalDropDownPopup .ContainerSelected
{
	height: 40px;
}

.ModalDropDownPopup .Thumbnail, .ModalDropDownPopup .ThumbnailNoImage
{
	width: 40px;
	height: 40px;
}

.ModalDropDownPopup .ThumbnailNoImage
{
	background-color: transparent;
	background-image: url(images/NoImage.gif);
}

.FontDropDownPopup .Container:hover, .ModalDropDownPopup .Container:hover
{
	border: 1px solid #5050ff;
}

.FontDropDownPopup .ContainerSelected, .ModalDropDownPopup .ContainerSelected
{
	border: 1px solid #505050;
}

/*.FontDropDownList .Header
{
	width: 70px;
	height: 15px;
	overflow: hidden;
	border: 0px;
	padding: 0px;
	position:absolute;
}*/

.ModalDropDownPopup .ImageFileName
{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: default;
	padding: 2px;
	width: 240px;
	top: 10px;
	height: 17px;
	overflow: hidden;
	border: 0px;
	left: 50px;
	position: absolute;
}

.FontDropDownPopup .FontName
{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: default;
	padding: 2px;
	width: 120px;
	height: 17px;
	overflow: hidden;
	border: 0px;
	position: absolute;
}

.FontDropDownPopup, .ModalDropDownPopup
{
	background: #EFEFEF;
	position: absolute;
	font-size: 9pt !important;
	width: 300px;
	height: 220px;
	border: 1px solid black;
	z-index: 1000;
}

.FontDropDownPopup .FontList, .ModalDropDownPopup .List
{
	position: absolute;
	background: #EFEFEF;
	padding: 3px;
	width: 275px;
	overflow-x: visible;
	overflow-y: scroll;
	z-index: 10;
	border: 1px solid gray;
	top: 9px;
	left: 9px;
	height: 160px;
}

.FontDropDownPopup .FontImage
{
	position: absolute;
	left: 150px;
	width: 80px;
	height: 15px;
}

.FontDropDownPopup .CancelButton, .FontDropDownPopup .OKButton, .ModalDropDownPopup .CancelButton, .ModalDropDownPopup .OKButton
{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: default;
	position: absolute;
	overflow: visible;
	width: 0px;
	height: 15px;
	border: 1px solid gray;
	vertical-align: middle;
	text-align: center;
	width: 40px;
	right: 9px;
	bottom: 9px;
	padding: 3px;
}

.FontDropDownPopup .OKButton, .ModalDropDownPopup .OKButton
{
	right: 70px;
}

.PulldownHeader
{
	width: 160px;
	position: absolute;
	top: 145px;
	left: 5px;
	padding: 2px;
	border: solid 1px #868686;
	height: 14px;
}

.Pulldown, .PulldownOpened
{
	visibility: hidden;
	position: absolute;
	width: 160px;
	height: 95px;
	border: solid 1px #868686;
	left: 5px;
	margin: 3px;
	padding: 2px;
	top: 185px;
}

.PullDownOpened
{
	height: 100px;
}

.PsdEditorContainer
{
	position: relative;
	height: 620px;
}

.PreviewContainer
{
	position: relative;
}

.AlignmentPanel
{
	position: absolute;
	top: 63px;
	left: 83px;
	height: 20px;
	width: 65px; /*	height: 20px;*/
}

.AlignmentLeft, .AlignmentRight, .AlignmentCenter, .AlignmentLeftSelected, .AlignmentRightSelected, .AlignmentCenterSelected
{
	position: absolute;
	width: 17px;
	height: 17px;
	top: 1px;
	left: 7px;
	background-image: url(images/alignment2.gif);
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #FFFFFF;
}

.AlignmentLeftSelected, .AlignmentRightSelected, .AlignmentCenterSelected, .AlignmentLeft:hover, .AlignmentRight:hover, .AlignmentCenter:hover
{
	background-color: #505050;
	border: 1px solid #505050;
}

.AlignmentCenterSelected, .AlignmentCenter
{
	left: 26px;
	background-position: -17px 0px;
}

.AlignmentRightSelected, .AlignmentRight
{
	left: 45px;
	background-position: -34px 0px;
}

.TextAlignmentLabel
{
	position: absolute;
	left: 85px;
	width: 100px;
	top: 50px;
}

.PreviewContainer input
{
	background-color: Transparent;
}

.FileType td
{
	text-align: left;
}

.ObjectAlignmentPanel
{
	position: absolute;
	top: 35px;
	left: 19px;
	width: 180px;
	height: 50px;
	visibility: hidden;
}

.ObjectAlignmentLabel
{
	color: #707070 !important;
	position: absolute;
	width: 100px;
	left: 0px;
	top: 0px;
}

.LeftAlignmentButton, .RightAlignmentButton, .TopAlignmentButton, .BottomAlignmentButton, .HorizontalAlignmentButton, .VerticalAlignmentButton
{
	position: absolute;
	top: 22px;
	width: 24px;
	height: 24px;
	background-image: url(images/AlignButtons.gif);
	position: absolute;
}

.LeftAlignmentButton
{
	background-position: -24px 0px;
	left: 0px;
}
.RightAlignmentButton
{
	background-position: -72px 0px;
	left: 28px;
}
.TopAlignmentButton
{
	background-position: -48px 0px;
	left: 56px;
}
.BottomAlignmentButton
{
	background-position: 0px 0px;
	left: 84px;
}
.HorizontalAlignmentButton
{
	background-position: -120px 0px;
	left: 112px;
}
.VerticalAlignmentButton
{
	background-position: -96px 0px;
	left: 140px;
}

.LeftAlignmentButton:hover
{
	background-position: -24px 24px;
}
.RightAlignmentButton:hover
{
	background-position: -72px 24px;
}
.TopAlignmentButton:hover
{
	background-position: -48px 24px;
}
.BottomAlignmentButton:hover
{
	background-position: 0px 24px;
}
.HorizontalAlignmentButton:hover
{
	background-position: -120px 24px;
}
.VerticalAlignmentButton:hover
{
	background-position: -96px 24px;
}

/*assign this class to element to hide element*/
.HiddenElement
{
	display: none !important;
	visibility: hidden !important;
}
