/* Component containers
----------------------------------*/
.ui-widget-content {
	border: 1pt solid #dddddd;
}

.ui-widget-header {
	color: #FBFBFB;
	font-weight: bold;
}

/* -------------------------------- DEFAULT STYLES --------------------------------*/
html, body {
	height: 100%;
}

body, .bodyEmbedded {
	font-family: Verdana, sans;
	font-size: 11px;
	margin: 0px;
}

fieldset {
	border-top-width: 2px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

fieldset legend {
	font-weight: bold;
	color: black;
}

select, input, textarea, td {
	font-family: Verdana, sans;
	text-decoration: none;
	font-size: 11px;
}

hr {
	color: #666666;
	height: 1px;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
	font-size: 11px;
	behavior: url(#default#AnchorClick);
}

form {
	margin: 0px
}

input.submit, input.aemsubmit {
	text-decoration: underline;
	text-align: left;
	text-indent: 0px;
	font-size: 11px;
	background-color: transparent;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	cursor: hand;
}

.submit:link, .aemsubmit:link {
	text-decoration: underline;
	font-size: 11px;
}

.aemsubmit:link {
	font-weight: bold;
	color: #009900
}

.aemsubmit:visited {
	color: #009900
}

.aemsubmit:hover {
	color: #009900
}

a.emBig, a.emBig:visited, a.emBig:active, a.emBig:hover {
	font-size: 11pt;
	font-weight: bold;
}

.value {
	padding: 1px 1px 1px 2px;
	width: auto;
	white-space: normal;
	border: 1px solid #c0c0c0;
	background: #dfdfdf;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-inline-block;
	display: inline-block;
}

.scrollable-value {
	overflow: auto;
}

.spacer, .spacerNarrow, .spacerWide {
	border: none;
	height: 1px;
	display: block;
}

.spacer {
	width: 90pt
}

.spacerNarrow {
	width: 30pt;
}

.spacerWide {
	width: 100pt;
}

/* -------------------------------- Monospace style --------------------------------*/
.monospace {
	font-family: "Lucida Console", monospace;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a.monospace, a.monospace:visited, a.monospace:hover {
	font-family: "Lucida Console", monospace;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.monospace:hover {
	color: #000000;
}

/* -------------------------------- TEXT STYLES --------------------------------*/
.normal, .normalBold, .em {
	font-family: Verdana, sans;
	font-size: 11px;
}

.normalBold, .em {
	font-weight: bold;
}

.normalBig, .emBig, .strongBig {
	font-family: Verdana, sans;
	font-size: 11pt;
	font-weight: bold;
}

.emBig {
	color: #39B500;
}

.strongBig {
	color: #FF0000;
}

.em {
	color: #39B500;
}

.emSmall, .strongSmall {
	font-family: Verdana, sans;
	font-size: 10px;
	font-weight: normal;
}

.emSmall {
	color: #39B500;
}

.strong {
	font-weight: bold;
	color: #FF0000;
}

.strongMono {
	font-family: "Lucida Console", monospace;
	font-weight: bold;
	color: #FF0000;
}

.strongSmall {
	color: #FF0000;
}

a.navNormal, a.navNormal:visited, a.navNormal:hover, a.navEm, a.navEm:visited,
	a.navEm:hover, a.navStrong {
	font-family: Verdana, sans;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.navNormal:hover {
	text-decoration: underline;
}

a.navEm {
	color: #50CC00;
}

a.navEm:visited, a.navEm:hover {
	text-decoration: underline;
	color: #50CC00;
}

a.navStrong, a.navStrong:visited, a.navStrong:hover {
	color: #FF0000;
}

a.navStrong:hover {
	text-decoration: underline;
}

a.txtSmall, a.txtSmall:hover, a.txtSmall:active, a.txtSmall:visited {
	font-family: Verdana, sans;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}

.txtSmall, .timeTxtSmall, .txtInfo {
	font-family: Verdana, sans;
	text-decoration: none;
	font-size: 10px;
}

.txtInfo {
	color: #000000
}

.txt, .txtFile {
	font-family: Verdana, sans;
	text-decoration: none;
	font-size: 11px;
	color: #000000
}

.txtFile {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

/* -------------------------------- SCUF Text style --------------------------------*/
.text-tiny{
	font-size:.7em;
}
.text-small{
	font-size:.85em;
}
.text-big{
	font-size:1.4em;
}
.text-huge{
	font-size:1.8em;
}


/* -------------------------------- BUTTON LAYOUT --------------------------------*/
.button {
	background-color: #47637F;
	border: #666668;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Verdana, sans;
	font-size: 11px;
	font-weight: bold;
	color: #E6E6E6;
	text-decoration: none;
}

/* -------------------------------- TODO XXX FIXME: All of these below have to be converted to inline styles --------------------------------*/

.dashboardImportDialog div.dialogContent {
	background-color: #FFFFFF;
	padding: 20px;
}

.analysisReplaceDialog {
	z-index: 2;
}

