
/* Components --------------------------------------------------------------- */

.Button, .HtmlButton {
	background-color: #F7F7F7;
	border-style: solid;
	border-width: 1px;
	border-color: #C2C2C2;
	border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 2px 10px;
	height: 21px;
	background-image: url(/img/general/buttongradient_admin.gif);
}

.ButtonDisabled {
	/*
	background-color: #999999;
	border: 1px solid #666666;
	*/
	/**** new blue buttons ****/
	background-image: url(/img/general/buttongradient_disabled.png);
	color: #CCC;
	text-shadow: none;
}

.InfoboxLabel {
	white-space: nowrap;
}

.InfoboxMandatory {
	color: red;
}

.InfoboxDescription {
	width: 10px;
	height: 10px;
	background-image: url("/img/help.gif");
	background-repeat: no-repeat;
}

.Separator {
	width: 100%;
	background-color: #999999;
	height: 1px;
}

.Placeholder {
	border: 2px solid #006600;
	background-color: #009900;
	color: white;
	padding: 5px;
	display: table;
}

.Portlet {
	border: 1px solid #CCCCFF;
}

.PortletHead {
	background-color: #CCCCFF;
	cursor: pointer;
}

.PortletTitle {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

.PortletBody {
	padding: 5px;
}

.ErrorBox {
	border: 2px solid red;
	padding: 2px;
}

.ErrorBoxIcon {
	margin-left: 2px;
	width: 16px;
	height: 16px;
	background-image: url("/img/messages/warning.gif");
	background-repeat: no-repeat;
}

.ValidationSummary {
	border: 1px solid red;
	padding: 5px;
}

.ValidationSummaryTitle {
	color: red;
}

.ValidationSummaryList {
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
}

.ValidationSummaryMessage {
	color: red;
	cursor: pointer;
}

.CustomComponentErrorBox {
	background-color: green;
	border: 1px solid yellow;
	padding: 3px;
	margin: 2px;
	color: white;
	display: table;
}

.CustomComponentErrorBoxInternal {
	background-color: lightgreen;
	border: 1px solid yellow;
	margin-top: 3px;
	padding: 3px;
}

.AutoWorkspaceForm {
	height: 100%;
}

.discreteComponent {
	display: block;
	clear: both;
}

div.workspacetooltip {
	background-color:#FFEC58;
	border: 1px solid #AEA13C;
    z-index:16000000;

    padding:2px;
    padding-right:20px;

    box-shadow: 0px 0px 6px rgba(0,0,0,0.7);

    background-image:url(/img/general/clear.png);
    background-repeat:no-repeat;
    background-position:center right;
}