/* Basic configuration for EPiServer system pages */
html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
	border: 0;
}

body, td
{
	font: normal 11px tahoma;
	line-height: 16px;
	color: #000000;
}

body 
{
	background-color: #EEEEEE;
}

img
{
    border: 0;
}

iframe.episystemiframe
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
}
td
{
	vertical-align: top;
}
h1
{
	font-size:18px;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}
h2
{
	font-size:14px;
	margin-bottom:0.3em;
}
h3
{
	font-size:12px;
}
p
{
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
hr
{
	color: #575757;
	height: 1px;
}
li
{
	list-style-type:disc;
}
a
{
	color: #494949;
	text-decoration: underline;
}
a:hover
{
	color: #585858;
}
a.comment 
{
	text-decoration: underline;
	
}
a.caption
{
	color: #e6e6e6;
	text-decoration: none;
}
a.caption:hover
{
	color: #fff;
}

.epilinklist 
{
	margin-bottom: 4px;
}
.epilinklist a
{
	margin-right: 0.3em;
}


.epiemptybackground
{
	background-color: #aaaaaa;
}
.epifadedbackground
{
	background-color: #d1d1d1;
}
.epicontentbackground
{
	background-color: #eeeeee;
}
.epiactionwindowbackground, 
.epiactionwindow
{
	background-color: #ffffff;
}
.epiactionwindow
{
	width: 95%;
}

.loginBody
{
	margin: 0;
	background-color: #FFFFFF;
	text-align: center;
}
.epilogouth1
{
	margin: 45px;
	text-align: center;
	font-size:large;
	font-weight:bold;
}
.epilogoutbody
{
	margin: 50px;
	background-color: #FFFFFF;
	text-align: center;
}

.episcroll
{
	overflow:auto;
	position: relative;
	
}
.epicontentarea
{
	padding: 4px 6px;
}
.epicontentareatightvertically
{
	padding: 0px 6px;
}
.epiinlineinputcontrol
{
	display: inline;
}
.epipane
{
	font: normal 13px verdana;
	padding: 1.5em;
	margin: 1.5em;
	margin-left: 0em;
	border: 1px solid #D6D6D6;
	background-color: #FEFEFE;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url("../Images/General/PaneGradientBg.gif");
	overflow: hidden;
}

/* The EP-system... classes are used by the EPiServer:SystemPrefix web control */
.EP-systemContainer
{
	margin-right: 1em;
	margin-bottom: 1em;
}
.EP-systemImage
{
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 50px;
	min-height: 44px;
}
.EP-systemHeading
{
	margin-bottom: 0.5em;
}
.EP-systemInfo
{
	font-style:italic;
}

.EP-systemMessage
{
	display:block;
	font:messagebox;
	border:solid 1px #575757;
	background-color:#FFD053;
	padding: 0.3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.EP-validationSummary
{
	margin: 0.5em 0em;
	border:solid 1px #575757;
	background-color:#FFD053;
	background-image:url("../Images/Tools/Warning.gif");
	background-repeat:no-repeat;
	padding-left: 1.0em;
	background-position: 0.8em center;
}

.loginstatusarea
{
	position: absolute;
	padding-top: 4px;
	right: 1.1em;
	text-align: right;
    font-weight: bold;
}

/* Default style for tables */
.epistandardtable
{
	margin: 10px 0px;
	border-style: none;
	border-collapse: collapse;
}
.epistandardtable th, 
.epistandardtable .epitableheading, 
.epistandardtable .epitableheading td
{
	font-weight: bold;
	padding: 0.4em 0.5em;
	background-image: url("../Images/General/TableHeadingBg.gif");
	background-color: #808080;
	background-repeat: repeat-x;
	color: #ffffff;
	line-height: 1.7em;
	text-align: left;
	vertical-align: top;
}
.epistandardtable th a
{
	color: #ffffff;
}
.episortascending a
{
	background-image: url("../Images/General/Ascending.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
}
.episortdescending a
{
	background-image: url("../Images/General/Descending.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
}

td.epitablecell,
.epistandardtable td
{
	padding: 0.4em 0.5em;
	border-bottom: 1px solid #aaaaaa;
	line-height: 1.7em; 
}
.epistandardtable tr.episelectedrow
{
	background-color: #d1d1d1;
}
.epistandardtable tr.epipager td
{
	word-spacing: 5px;
	letter-spacing: 0.1em;
	font-weight: bold;
	background-image: url("../Images/General/TableHeadingBg.gif");
	background-color: #808080;
	background-repeat: repeat-x;
	color: #ffffff;
}
.epistandardtable tr.epipager td a
{
	font-weight: normal;
	color: #ffffff;
}
/* 
	asp:GridView generates nested table for the pager section why the following
	two css definitions are necessary
*/
.epistandardtable tr.epipager td table,
.epistandardtable tr.epipager td tr
{
	padding:0;
	margin: 0;
}
.epistandardtable tr.epipager td td
{
	padding: 0;
	padding-right: 5px;
	word-spacing: 0;
	letter-spacing: 0;
	background-image: none;
	background-color: transparent;
	color: #ffffff;
	border: 0;
	line-height: normal;
}

/* Generic classes used for formatting tables not using epistandard class*/
.EP-tableCaptionCell,
.EP-tableDisabledCaptionCell
{
	max-width: 220px;
}
.EP-tableDisabledCaptionCell
{
	color: #cccccc;
}

/* Button styles used in edit & admin */
.EP-tinyButton
{
    font: menu;
	width: 3em;
}
.EP-systemPanel
{
	border: solid 1px #575757;
	background: #4E4E4E;
	width:100%
}
/* The EPLink-... classes are used by the LinkEdit.aspx file */
.EPLink-resultingURL
{
	width: 18em;
	font: menu;
	border: solid 1px #575757;
}

.epiframeworkheader, .epiframeworkheadernobg
{
	position: relative;
	line-height: 10px;
	height: 46px;
	background-color:#4E4E4E;
	padding-left:10px;
	background-image:url(../Images/General/HeaderBackground.gif);
	background-position: top right;
	background-repeat: repeat-y;
	overflow: hidden;
}

.epiframeworkheadernobg
{
    background-image: none;
}

/* The epitab... classes are used by the EPiServerUI:TabStrip web control */
div.epitabbackground
{
	border-bottom: 1px solid #cccccc;
	padding-left: 6px;
	overflow: hidden;
}

.epitabobjectactive div.epitabbackground
{
	padding-left: 12px;
	margin-left: -6px;
}

.epitab
{
	height: 27px;
	line-height: 15px;
	float: left;
	white-space: nowrap;
}

.epitabinactive, 
.epitabactive, 
.epitabdisabled
{
	padding-top: 8px;
	display: -moz-inline-box;
	display: inline-block;
	height: 27px;
	background-position: 0 0;
	background-repeat: repeat-x;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
.epitabinactive
{
    background-image: url(../Images/Tabs/TabBackground.gif);
    color: White;
}
.epitabactive
{
	background-image:url(../Images/Tabs/TabBackgroundActive.gif);
	color: Black;
	font-weight: bold;
}
.epitabdisabled
{
	background-image:url(../Images/Tabs/TabBackgroundDis.gif);
	color: #cccccc;	
	cursor: default;
}

a.epitabinactive:hover, a.epitabactive:hover
{
    color: Black;
}

.epitabinactiveleft,
.epitabactiveleft,
.epitabdisabledleft,
.epitabinactiveright, 
.epitabactiveright, 
.epitabdisabledright
{
	padding-top: 8px;
	display: -moz-inline-box;
	display: inline-block;
	height: 27px;
	width: 6px;
	background-repeat: no-repeat;
}
.epitabinactiveleft {background-image: url(../Images/Tabs/TabBackgroundLeft.gif);}
.epitabactiveleft {background-image:url(../Images/Tabs/TabBackgroundLeftActive.gif);}
.epitabdisabledleft {background-image:url(../Images/Tabs/TabBackgroundLeftDis.gif);}
.epitabinactiveright {background-image:url(../Images/Tabs/TabBackgroundRight.gif);}
.epitabactiveright {background-image:url(../Images/Tabs/TabBackgroundRightActive.gif);}
.epitabdisabledright {background-image:url(../Images/Tabs/TabBackgroundRightDis.gif);}

.epitabobjectactive
{
	padding-top: 4px;
	padding-bottom: 4px;
}
.epitabobjectinactive
{
	display:none;
}

/* Border classes */
.episolidborder
{
	border-top: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	border-left: 1px solid #4d4d4d;
}
.episolidbordertop
{
    border-top: solid 1px #4d4d4d;
}
.episolidborderright
{
    border-right: solid 1px #4d4d4d;
}
.episolidborderbottom
{
    border-bottom: solid 1px #4d4d4d;
}
.episolidborderleft
{
    border-left: solid 1px #4d4d4d;
}

/* Styles that define the edit-mode frames */
.EPEdit-CustomDrag
{
    position: relative;
    z-index: 1001;
    background-image:url(../Images/General/Drag.gif);
    cursor: move;
    background-position:center center;
	background-repeat:no-repeat;
	background-color: #AAAAAA;
}

/* The EPEdit-page... classes are used in EditPanel.aspx and OfficeIntegration Preview.aspx*/
.epieditpaneltitle
{
	float: left;
	max-width: 60%;
	padding-left: 7px;
}
.epieditpanellanguageselector
{
	float:right;
	overflow:hidden;
	margin-right: 10px;
	margin-top: 6px;
}

.EPEdit-sidAccessLevel
{
	width: 4em;
}

.EPEdit-sidSelectList
{
	width:18em;
}

.EPEdit-CommandTool
{
	margin:1px;
}

.EPEdit-CommandToolDisabled
{
	color: #CCCCCC;
	margin:1px;
}

.EPEdit-CommandToolClicked
{
	border-bottom 	: solid 1px #FFFFFF;
	border-right 	: solid 1px #FFFFFF;
	border-left 	: solid 1px #BDBCA7;
	border-top 		: solid 1px #BDBCA7;
	cursor			: default;
}

/* AccessRights page */

.epiaccessrights
{

}
.epiaccessrights td
{
	text-align:center;
	white-space:nowrap;
	width: 4.3em;
}

.epiaccessrights span
{
	cursor:pointer;
	white-space:nowrap;
	margin-left:0px;
}
.epiaccessrights img
{
	padding-left: 0px;
	margin-right: 2px;
	margin-left:0px;
	cursor:pointer;
	vertical-align: middle;
}
.epiaccessrights a
{
	width: 4em;
	vertical-align:middle;
	
}
td.epieditaccessrightuserandgroupicon
{
	width: 5.5em;
	text-align:left;
	padding-left:0px;
	margin-left:0px;
}
td.epieditaccessrightheaders
{
	width: 5.5em;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}

td.epieditaccessrightmark
{
	width: 5.5em;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}

.epieditaccessrightrowcustom
{
    background-color: #dadde4;
    height: 20px;
}

.epieditaccessrightrowdefault
{
    background-color: #FFFFFF;
    height: 20px;
}

/* The EPEdit-Workspace... classes are used by the Workspace.aspx file */
.EPEdit-WorkspaceTabContent
{
	margin: 1em 0em;
}
.EPEdit-WorkspaceTaskHeader
{
	font-weight: bold;
	margin-top: 1em;
	display:block;
}

.EPEdit-formPropertyTitle
{
	background: #e6e6e6;
	color: #4d4d4d;
}

/* The EPAdmin-... classes and others specified here are used by the admin files */
.epilicensinginfo
{
	position: absolute;
	width: 200px;
	background-color: #FFFFE0;
	padding: 5px;
	z-index: 1000;
	text-decoration: none;
}


.EPAdmin-menuHeader
{
	margin-top: 12px;
	font-weight: bold;
}

.EPAdmin-menuIcon
{
	vertical-align: top;
	display: block;
	margin-right: 5px;
	float: left;
}

.EPAdmin-menuItems
{
	margin-left: 22px;
}

.EPAdmin-menuItem
{
	margin-bottom: 2px;
	
}
.EPAdmin-menuItem a
{
	text-decoration: none;
}
.EPAdmin-menuPageTypeSorting
{
	padding-left: 20px;
}

/* Classes used by the multi language runtime */
div.leftarea
{
	float:left;
	width: 49.5%;
}

div.versiondiv 
{
	width: 100%;
	height: 90%;
}

div.rightarea
{
	float:right;
	width: 49.5%;
}
div.vertical
{
	width: 100%;
	height: 50%;
}

.hidden, .hiddendisabled
{
	display: none;
}

.floatleft
{
	float:left;
}
.floatright 
{
	float:right;
}
.clear
{
    clear: both;
}
.nomargin
{
    margin: 0;
}
.nopadding
{
    padding: 0;
}
.nowrap
{
	white-space: nowrap;
}

/* Used for the page language viw in the action window. */
table.pagelanguagestable
{
	width: 100%;
	border-collapse: collapse;
}
table.pagelanguagestable td
{
	vertical-align: top;
	border-top: solid 1px #575757;
	border-bottom: solid 1px #575757;
	padding: 7px 0px;
}
table.pagelanguagestable tr.pagelanguagerow td
{
	border-bottom: 0;
	padding-bottom: 3px;
}
table.pagelanguagestable tr.pageinforow td
{
	border-top: 0;
	padding-top: 0px;
}
table.pagelanguagestable img
{
	border: 0;
}
.loginBox 
{ 
	margin: 20% auto 0 auto;
	border: #6D8CA8 1px solid; 
	width:258px; 
	padding-left:20px; 
	padding-top:30px; 
	padding-bottom:10px; 
	padding-right:20px;
	background-image: url(/Templates/Knowit/Styles/Images/login.gif); 
	background-repeat: no-repeat; 
	background-color: #ECEFF3; 
}
.loginBox fieldset 
{
	text-align: left;
	padding-bottom: 0.5em; 
	border: 0;
}
.loginBox .cookieBox
{ 
	margin-left: -10px;
	margin-right: -10px;
	padding: 1em;
	border-top: 1px solid #575757;
}

div.eventsheet
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #e6e6e6;
    opacity: 0.01;
    filter: alpha(opacity=1);
}
div.horizontalResizeBar
{
    position: absolute;
    z-index: 9999;
	border-left: solid 1px #4d4d4d;
    width: 1px; 
}
div.verticalResizeBar
{
    position: absolute;
    z-index: 1001;
   /* border-top: solid 1px #4d4d4d;*/
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}
.epitoolbuttonrow
{
	margin: 1em 0em;
	
}
.epitoolbuttonrowrightaligned
{
	overflow:hidden;
	margin: 1em 1.5em 1em 0;
	text-align:right;
}

.commonpadding
{
	padding: 1.4em 0.5em 0.5em 0.5em;
}
/* Action window head section*/
#actionwindowcaption
{
    position:relative;
    line-height: 16px;
    height: 20px;
    padding: 3px 10px 0px 10px;
    z-index:10; 
    background-color: #4d4d4d; 
    background-repeat:no-repeat;
    background-position: top left;
	color: #e6e6e6;
}

.previewframe 
{
	padding: 0;
    margin: 0;
    border: 1px outset #C9C7BA;
	width: 99%;
	height: 100%;
	display: none;
}

img.epitoggledisplayimage
{
	margin-right: 0.4em;
}
.epitoggledisplaysection
{
	padding-left: 1.2em;
}

/*
    Default layout for the PageExplorer tree 
*/
div.episerver-pagetreeview
{
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Verdana;
    font-size: 8pt;
    line-height: 18px;
}

div.episerver-pagetreeview a
{
    color:#000000;
    padding:0;
    margin:0;
    padding-right:2px;
    padding-left:2px;
    text-decoration: none;
    margin-left:2px;
}

div.episerver-pagetreeview img.typeicon
{
    vertical-align:bottom;
    margin-bottom:2px;    
}

div.episerver-pagetreeview span.iconcontainer 
{
    padding-top:1px;
    position:absolute;
    vertical-align:top;
    height:14px;
}

div.episerver-pagetreeview img.statusicon
{
    position:relative;
    margin-left:4px;
    margin-top:2px;
}

div.episerver-pagetreeview span.selected a
{
    background-color: #575757;
    color: #e6e6e6;
}

div.dragmarker
{
   
    white-space:nowrap;
    cursor: default;
    filter: alpha(opacity = 60);
	opacity: 0.6;
}

/*
EPi.ToolTip class
*/
div#toolTipDiv
{
    background-color: infobackground;
    color: infotext;
    border: solid 1px windowframe;
    z-index: 20000;
    white-space: nowrap;
    font-size: 8pt;
    padding: 1px 3px 2px 3px;
}

span.errormessage
{
    color: #FAA61B;
    padding-left: 0.2em;
}

/* Editor div containing iframe editor and textarea */
div.epieditorarea
{
	margin-top: 0.5em;
	margin-bottom: 1em;
}

/* Used to compensate the form padding */
/* IE6.css has a class .episcroll which should include the sum of left and right margin. */
.epipaddingcompensation
{
	margin-top: -4px;
	margin-left: -8px;
}

/* ------------------------------*/
/* ------ FORM CSS SECTION ------*/
/* ------------------------------*/

/* form padding changes should be reflected in .epipaddingcompensation class */
form 
{
  padding-top: 4px;
  padding-left: 8px;
}

fieldset 
{
	margin: 0.2em;
	margin-top: 1em;
	padding: 0.7em;
	padding-bottom: 1em;
}

legend
{
    color: #111;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
input[type="text"], input[type="password"], select, textarea
{
	background-color: #ffffff;
}

input[type="text"][disabled], input[type="password"][disabled], select[disabled], textarea[disabled]
{
	background-color:  #dddddd;
}

select 
{
	border: 1px solid #7F9DB9;
	padding: 1px 0px;
	font-size: 12px;
}

input.epiimagebutton
{
	margin-left: 3px;
	vertical-align: bottom;
}

input.epismallbutton
{
	/* only used on "..." buttons */
	width: 20px;
	margin-left: 3px;
	*height: 22px;
	*vertical-align: bottom;
}

div.epiinputdate
{
	white-space: nowrap;
}

.episize25 {width:25px; border: 1px solid #7F9DB9;}
.episize50 {width:50px; border: 1px solid #7F9DB9;}
.episize80 {width:80px; border: 1px solid #7F9DB9;}
.episize100 {width:100px; border: 1px solid #7F9DB9;}
.episize140 {width:140px; border: 1px solid #7F9DB9;}
.episize200 {width:200px; border: 1px solid #7F9DB9;}
.episize240 {width:240px; border: 1px solid #7F9DB9;}
.episize300 {width:300px; border: 1px solid #7F9DB9;}
.episize500 {width:500px; border: 1px solid #7F9DB9;}

label.epiindent, span.epiindent 
{
	/* used to get an correct indent and width like any episize label which has a input type radio element before itself. */
	margin-left: 8px; 
	margin-right: 16px; 
	*margin-right: 15px;
}

label.episize50,
label.episize80,
label.episize100,
label.episize140,
label.episize200,
label.episize240,
label.episize300
{
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	border: 0;
}


/* selects needs to be wider than inputs (type=text) to get the same width */
select.episize50 {width: 52px; *width:54px;}
select.episize80 {width: 82px; *width:84px;}
select.episize100 {width: 102px; *width:104px;}
select.episize140 {width: 142px; *width:144px;}
select.episize200 {width: 202px; *width:204px;}
select.episize240 {min-width: 242px; width: auto;}
select.episize300 {width:302px; *width:304px;}


textarea
{
	padding:2px;
	margin:2px;
}

textarea.episize50,
textarea.episize80,
textarea.episize100,
textarea.episize140,
textarea.episize200,
textarea.episize240,
textarea.episize300
{
	margin: 0;
}

/* Used for textarea replacing editor (browser is not compatible) */
textarea.epitextareaeditor
{
	height: 15em;
}

/* Used for the editors HTML mode */
textarea.epicodeview
{
	font-family: Lucida Console;
	padding: 0px;
	margin: 0;
	
}
div.epirowcontainer
{
	margin: 4px 0px;
}

span.episize50,
span.episize80,
span.episize100,
span.episize140,
span.episize200,
span.episize240,
span.episize300
{
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	border: 0;
}

/*
Dropdown menu language bar
*/
.ContextMenuDropDown
{	
	margin: 0;
	padding: 0;
	border: 1px solid #8B8B8B;
	width: 17em;
	height: 15px;
	background-color: #ffffff;
	cursor: default;
	position: relative;
	z-index: 1000;
	font-size: 11px;
	line-height: 15px;
}


.ContextMenuDropDownItem
{
	height: 18px;
	cursor: default;
	display: inline;
	font-family: Tahoma, MS Sans Serif, Arial, Geneva, Helvetica;
	font-size: 1em;
	color: #4d4d4d;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 0.3em 0.3em;
}

/*
	Dropdown menu language bar
	Default language
*/
.ContextMenuDropDownDefaultItem
{
	float: left;
	cursor: default;
	margin-left: 2px;
	position: relative;
}

/*
	Dropdown menu language bar
	Default image flag
*/
.ContextMenuDropDownDefaultItem img
{
	vertical-align: bottom;
	margin-left: 2px;
	margin-right: 3px;
}

.ContextMenuDropDownImage
{
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 2px;
	margin-bottom: 0px;
	cursor: pointer;
}
.ContextMenuDropDownArrowImage
{
	position: absolute;
	top: 0px;
	right: 0px;
}

/*
	Report Center classes
*/
.epireportregion
{
	min-width: 530px;
	padding:  0 1.2em 0.1em 0.5em;
}

.epireportregion fieldset
{
	margin-left: 0px;
}

.epireportcenterstartimage
{
	float: left;
	width: 320px;
}

/* 
	Context menu classes 
	These classes are also duplicated in util/styles/contextmenu.css
	which are used on template pages.
*/
.ContextMenu
{
	text-align: left;
	font-family: Tahoma, MS Sans Serif, Arial, Geneva, Helvetica;
	font-weight: normal;
	font-size: 11px;
	color: black;
	position: absolute;
	display: none;
	border: 1px solid #8B8B8B;
	background-color: white;
	background-image: none;
	cursor: default;
	top: 0px;
	left: 0px;
	width: 190px;
	z-index: 20100;
	-moz-user-select: none;
}

/* In IE6 an iframe is used to cover selectlists and such */
.ContextMenuCover
{
	position: absolute;
	display: none;
	border: none;
	top: 0px;
	left: 0px;
	width: 190px;
	z-index: 20000;
	-moz-user-select: none;
	overflow:hidden;
}

.ContextMenuItem, 
.ContextMenuItem-Active, 
.ContextMenuItemDisabled,
.ContextMenuItemDisabled-Active
{
	position: relative;
	font-size: 11px;
	line-height: 17px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	cursor: default;
	height: 17px;
	background-repeat: no-repeat;
	background-position:4px 1px;
	padding-left: 25px;
	padding-top: 2px;
}

.ContextMenuItem-Active
{
	background-color: #FFEEC2;
	border-top: 1px solid #6D8CA8;
	border-bottom: 1px solid #6D8CA8;
	cursor: pointer;
}

.ContextMenuItemDisabled, .ContextMenuItemDisabled-Active
{
	color: black;
	background-color: white;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.ContextMenuItemDisabled-Active
{
	background-color: #FFEEC2;
	border-top: 1px solid #6D8CA8;
	border-bottom: 1px solid #6D8CA8;
}

.ContextMenuItem-Separator 
{
	position: relative;
	font-size: 1px;
	margin:	1px 0px;
	overflow: hidden;
	border-top:	1px solid #6D8CA8;
	border-bottom: 1px solid #EDF2FC;
	height: 2px;
}

.ArrowMenuImage
{
	position: relative;
	float: right;
	margin-right: 5px;
	margin-left: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

