@charset "utf-8";
body {
	background-image: url(/glean/images/glean_bg.png);
	background-repeat: repeat;
	background-color: #FFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	padding:5px;
	margin:0px;
}
hr{
	clear:both;
	position: relative;
	top: 2px;
}
a{
	color:#666699;
}
a:hover{
	color:#88B;
}
h2,h3{
	margin:3px;
}
h4{
	margin:2px;
}
.login fieldset,
.register fieldset{
	display:inline;
	background-color:#D7E5F6;
}
fieldset{
	margin-top:5px;
}
input[type=text],
input[type=password],
textarea,
select
{
	color:#4C5766;
	background-color: #F9F5EC;
	border:solid 1px #FFFFFF;
	padding:1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
input[type=text]:hover,
input[type=password]:hover,
textarea:hover,
select:hover
{
	border:solid 1px #CCC;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus
{
	border:solid 1px #AAA;
	background-color: #F2EEE5;
	background-image: url('../images/input-shadow.png');
	padding-left:4px;
	padding-right:2px;
}
BUTTON[disabled],
INPUT[disabled]{
	background-color: #EEE;
	border:solid 1px #999;
}
textarea:focus{
	background-image: url('../images/textarea-shadow.png');
}
input[type=button],
input[type=submit],
button
{
	border:solid 1px #999;
	padding:1px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	white-space:nowrap;
}
button{
	background-color: #FFF;
	color: #444;
}
option[disabled]{
	color:#987;
	font-style:italic;
}
#options_panel TEXTAREA{
	width:750px;
}
#options_panel INPUT[type=text]{
	width:600px;
}
img.iicon{
	vertical-align:middle;
	border:none;
}
A img.iicon{
	margin:0 2px;
}
table.layout{
	border-spacing:0;
}
table.layout th,table.layout td{
	padding:0;
}
samp,.samp{
	background-color:#F7EFEF;
	padding:6px;
	margin:2px;
	border:solid 1px #9B9595;
	font-family: Arial, Helvetica, sans-serif;
}
INPUT.mc_inactiveInputPrompt,
TEXTAREA.mc_inactiveInputPrompt{
	text-indent:5px;
	color:#AAA;
}
.mc_inactiveInputPrompt:hover{
	text-decoration:underline;
}
.note{
	font-weight:bold;
    color:#D2691E;
	font-size:0.85em;
}
.tags{
    color:#617312;
	font-size:0.9em;
}
.tags.list{
	color:#999;
	background-color:#EEE;
	margin:2px;
	padding:2px;
}
.tags.list  SPAN,.all-tags SPAN{
	color:#777;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	padding:2px;
}
.tags.list  SPAN:hover,.all-tags SPAN:hover{
	color:black;
	background-color:#FFF;
}
.selected_tags{
	float:right;
	width:550px;
}
.selected_tags INPUT[type=text]{
	border:none;
	background-color:transparent;
}
.selected_tags .textboxlist-bit-editable{
	border:none !important;
}
.all-tags{
	float:right;
	clear:both;
	margin:10px;
	padding:10px;
	border:solid 2px #BBB;
	background-color:#EEE;
	width:450px;
	font-size:1.1em;
}
label{
	padding:3px;
	font-weight:bold;
	color:#7A6F98;
}
LABEL:hover{
	background-color:#EEE;
	outline:solid 1px #CCC;
}
dt{
	font-weight:bold;
}
dl.legend dt{
	margin-top:5px;
}
dl.form,dl.info{
	margin:5px;
}
dl.form > dt,dl.info > dt{
	float: left;
	clear: left;
	text-align: right;
	line-height: 2em;
	height: 2em;
	white-space:nowrap;
	font-weight: bold;
}
dl.form > dt{
	width: 130px;
}
dl.form > dd{
	margin:7px 0px 3px 130px;
	width:300px;
}
dl.info > dt{
	width: 130px;
}
dl.info > dd{
	float:left;
	line-height: 2em;
	height: 2em;
	margin:0 5px;
}
dl.form > dd, dl.info > dd{
	padding:2px 6px;
	font-size: 1.1em;
	line-height: 1.3em;
	min-height:1.3em;
	min-width:400px;
	text-align:left;
}
dl.big.info dd{
	outline:solid 1px #DDD;
}
table.list{
	border-spacing:1px 2px;
	background-color:#FBF6F6;
	border:solid 1px #DDD;
	padding:3px;
}
table.list th{
	background-color:#E8F0F0;
}
table.list td{
	background-color:#FFF;
	padding:1px 3px;
}
table.list td.time{
	font-size:11px;
}
#heading {
	margin-left:auto;
	margin-right:auto;
	padding:5px 10px;
	width:960px;
}

#Application {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px;
	/*background-color: #F8F8F8;
	border: solid 1px black;*/
	position: relative;
}
#Application.popup{
	width:auto;
	float:left;
}
#Header{
	padding:5px;
	/*border-bottom:solid 2px #F37421;*/
	height:30px;
}
#Header .title {
	font-size: 1.3em;
	color: #003366;
	font-weight: bold;
	position:absolute;
	top:5px;
	right:20px;
}
#Header .username {
	color: #01829e;
	top:9px;
	float:right;
	margin:8px;
	clear:both;
}
#Header .username SPAN{
	font-weight: bold;
}
#Header .auth {
	color: #003366;
	font-weight: bold;
	position:absolute;
	right:15px;
	top:20px;
	padding:5px;
}
.version { 
	padding-top: 4px;
	font-size: .9em;
	color: #003366;
	font-weight: bold;
	text-align: center;
}
.auth ul.menu{
	position:absolute;
	right:0px;
	margin:0;
	top:auto;
	margin-top:5px;
	padding:5px 0;
	list-style-type:none;
	background-color:#F6F6F6;
	border:solid 1px #999;
	-moz-border-radius:10px;
	z-index:20;
	display:none;
}
.auth:hover ul.menu{
	display:block;
}
.auth ul.menu li A{
	display:block;
	padding:5px 15px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:black;
	white-space:nowrap;
}
.auth ul.menu li A:hover{
	background-color:#FFF;
}
ul.list{
	list-style-type:none;
	margin:0;
	padding:0;
}
ol{
	margin:0;
	padding:0;
	padding-left:25px;
}
UL.obj_list LI{
	margin-top:5px;
}
#Content .username{
	color:#01829e;
	font-weight:bold;
	padding: 4px;
	text-align: right;
}
ul.note{
	list-style-type:square;
}
#navmenu li{
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
#navmenu li.separator{
	margin-top:15px;
	/*background-color:#4678B9;*/
	color:white;
	padding:2px;
}
#navmenu li a{
	color: #383838;
	font-size: 14px;
	/*border:solid 1px #666;*/
	display:block;
	margin:3px;
	padding:1px 8px;
	/*-moz-border-radius:5px;*/
	font-weight:bold;
	white-space:nowrap;
	text-decoration:none;
}
#navmenu li a:hover{
	color: #fd2600;
	font-size: 14px;
	/*background-color:#FED;*/
}
#Content{
	/* new paste */
	background-color: #F8F8F8;
	border: solid 1px black;
	/* end new paste */
	clear:both;
	padding:5px;
	position:relative;
}
#Footer {
	clear:both;
	padding: 5px;
	text-align:center;
}
#Console{
	position:relative;
	height:24px;
	display:none;
	clear:both;
	background-color:white;
	background-image:url(../images/console-title.png);
	background-repeat:no-repeat;
	background-position:100% 0;
	border:inset 1px;
	padding:4px;
	overflow:hidden;
	border:solid 2px #557;
}
#Console .console_row_ind{
	font-weight:bold;
	margin:0 2px;
	padding:0 2px;
	border:solid 1px #CCC;
}
#Console .console_level_info{
	color: #517FA4;
}
#Console .console_level_warn{
	color: #2BA344;
	font-weight:bold;
}
.error{
	color:#CC3300;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight:bold;
}
.success{
	color:#0D7727;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight:bold;
}
.successMsg,.errorMsg{
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:4px;
	padding:3px;
}
.errorMsg{
	color:#CC3300;
	background-color:#FFFFF0;
	border:solid 1px #CC3300;
}
.successMsg{
	color:#338811;
}
.pageCommands{
	float:right;
	margin-right:10px;
	padding:2px;
	white-space:nowrap;
}
.windowCommands{
	width:24px;
	position:fixed;
	right:2px;
	top:100px;
	background-color:#F8F8F8;
	border:solid 1px #CCC;
	z-index:10;
	padding:2px;
	white-space:nowrap;
}
.windowCommands A{
	display:block;
}
.windowCommands:hover,.windowCommands.expanded{
	width:auto;
}
.pageCommands A,.windowCommands A{
	text-decoration:none;
	padding:2px;
	line-height:16px;
	height:16px;
	border:solid 1px transparent;
}
.pageCommands A:hover,.windowCommands A:hover{
	border:solid 1px #A7A;
}
#Application.popup .pageCommands,
#Application.popup .windowCommands{
	display:none;
}
.clear{
	clear:both;
}
.clearRight{
	clear:right;
}
.info a.email{
	color: #07d;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.info .name{
	color:#AA7700;
	font-weight:bold;
	font-size:1.1em;
}
.list .date{
	width:60px;
}
.list .title{
	font-weight:bold;
	font-style:italic;
}
.flexigrid .search{
	padding:0 12px !important;
}
.flexigrid .search input{
	margin:0 2px;
	font-size:12px;
	color:#666;
	width:200px;
}
button.alternate{
	vertical-align:middle;
}
button.cancel{
	background-color:red;
	color:white;
	font-weight:bold;
	-moz-border-radius:20px;
}
input[value='Save']{
	background-color:#4B4;
	color:white;
	font-weight:bold;
	-moz-border-radius:20px;
}
.cds_steps {
	float: left;
	width: 160px;
	margin-right:10px;
	border-right:solid 1px #FFDDBB;
}
.cds_panel {
	margin-left:170px;
}
.cds_preview{
	position:absolute;
	right:5px;
	top:5px;
	border:solid 2px #B1A9C6;
	padding:2px;
	background-color:#EBEFF8;
	overflow:hidden;
	z-index:10;
}
.cds_preview .preview_content{
	white-space:pre;
	overflow:scroll;
	padding:3px;
}
.cds_steps li {
	color: #999999;
	padding: 5px 5px;
}
.cds_steps li.active {
	color: #000000;
	background-color: #FFDDBB;
}
.cds_steps li.passed {
	color: #393;
	cursor:pointer;
}
.cds_steps li.passed:hover {
	background-color: #FFEEDD;
}
#loadingOverlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#242;
	opacity:0.5;
	filter:alpha(opacity=50);
	text-align:center;
	line-height:400px;
	color:#F99;
	font-size:18px;
	font-weight:bold;
	cursor:default;
}
