/* M O D A L  E L E M E N T S */

.ModalElementOverlay {
	background-color: #000000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity: .50;
}

.ModalElementContainer {
	padding: 10px;
	background-color: White;
	-moz-border-radius: 5px;
	position: fixed;
	overflow: visible;
	z-index: 2;
	left: 50%;
	top: 50%;
}

.ModalElementCloseButton {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	background: transparent url(../Graphic/Chrome/Control/Close.gif) no-repeat scroll center;
}

/* I N T E R A C T I V I T Y */

.interactive, .interactive * {
	cursor: pointer;
	_cursor: hand;
	-moz-user-select: none;
}

.waiting {
	cursor: wait !important;
}

/* L O A D I N G  O V E R L A Y */

.LoadOverlay {
	z-index: 100;
	position: absolute;
	top:0;
	left:0;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
	width: 100%;
	height: 100%;
	zoom: 1;
}

.LoadOverlayMessage {
	z-index: 20001;
	position: absolute;
	top: 0;
	left: 0;
}

.LoadOverlayMasked {
	overflow: hidden !important;
}

.LoadOverlayMaskedRelative {
	position: relative !important;
}

.LoadOverlayMaskedHidden {
	visibility: hidden !important;
}

/* V I E W  M E N U */
.ViewMenu {
	background-image: url(../Graphic/Chrome/ViewMenu/ContainerBackground.gif);
	background-repeat: repeat-y;
	border: 1px solid #7E7E81;
	font-weight: normal;
	margin: 0px;
	display: none;
}
		
.ViewMenuSeperator {
	height: 1px;
	background-image: url(../Graphic/Chrome/ViewMenu/Seperator.gif);
	background-repeat: repeat-y;
}

.ViewMenuItem {
	cursor: default;
	font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: Black;
	margin: 0px 0px;
}

.ViewMenu td img {
	padding-left: 3px;
	padding-top: 2px;
}

img.ViewMenuItem, img.ViewMenuItemHover {
	margin: -35px 0px 10px 3px;
}

.ViewMenuItemHover {
	cursor: default;
	font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: Black;
	background-color: #D0DDF2;
	margin: 0px 0px ;
}


/* C O N T R O L S */

.FieldElement.checkbox, .FieldElement.radio {
	width: auto !important;
}

.RadioGroup {
	display: inline-block;
	width: 90%;
}

.RadioItem {
	display: block;
	margin-bottom: 5px;
}

.RadioItem label {
	margin-left: 4px;
	font-weight: normal;
	float: none !important;
}

.RadioItem .radio {
	vertical-align: text-bottom;
}

/* F I L E  U P L O A D */

.UploadFrame {
	display: none;
	border: 0px;
	width: 455px;
	height: 55px;
	margin-top: 0px;
	background-color: Transparent;
}

.UploadFrame.ActiveByDefault {
	display: block;
}

.ViewLink {
	margin-right: 10px;
}

.UploadLink {
	cursor: pointer;
}

.UploadLink.InactiveByDefault {
	display: none;
}

/* L A Y O U T  F O R M */

.dropContainerDragEnter {
	background-color: #f9f0f0;
}

/* A C T I V E  F O R M S */

#ActiveFormOperations {
	display: none;
}

/* O U T L I N E */

a.workspace.emphasize {
	font-weight: bold;
}