/* Default Text Style ------------------------------------------------------- */

body, td, th, span, div, a, input, select, option, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* Default Page Background -------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}

body {
	background-color: white;
}

form {
	margin: 0;
}

/* 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;
}

.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;
}

.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;
}
