/*----------------------
  BUTTONS
   ---------------------------*/

span.button {
margin-right:2em;
}
span.button input {
margin-top:1em;
}
fieldset#actions span.button input {
margin-top:0;
}
fieldset#actions {
	margin-top: 1em;
}

/* Warnings & messages */
#session-warning {
	background:url(../images/ico-time-lock.png) #666666 20px top no-repeat;
	border-color:white;
	border-style:none double double;
	color:#FFFFFF;
	position:fixed;
	left:26%;
	top:0;
	width:42%;
	z-index:2000;
	padding-bottom: 10px;
}
#session-warning div.loading {
	background-image: url("../images/indicator.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: lightgray;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: fixed;
}
#session-warning div.warning {
	font-size:1.3em;
	line-height:3em;
	padding-left:35px;
	text-align:center;
}
#session-warning a, #session-warning a:link {
	color: white;
}
#session-warning div.login {
	margin: 0.5em 1.5em;

}
#session-warning div.login input {
	
}
#session-warning input.empty {
	color:lightgrey;
}
#session-warning input.input {
	width:40%;
	margin-right:0.5em
}
#session-warning div.messages {
	min-height:0;
	height: 25px;
	width:98%;
	border: none;
	padding: 0;
}
#session-warning div.messages ul {
	margin:0.25em 0;
	padding:0;
	background-color: transparent;
	border:none;
}
#session-warning li {
	color:#FFF;
	font-weight:normal;
	padding:0.2em 0.2em 0.2em 1.5em;
	font-size:1.1em;
	text-align: left;
	margin: .5em 0em;
}

.profile-picture {

	width: 24px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    margin: 0 6px 0 0;
    padding: 2px;
    vertical-align: middle;
	
}


fieldset {
border: 1px solid #D9DADC;
}


/* Actions in the titlebar */
div.wrapper {
}

li#actions {
/*background:transparent url(/images/action-tab-bgnd-left.png) left top no-repeat;*/
background:transparent url(/images/ico-edit.png) left top no-repeat;
background-color: transparent;
padding-left: 18px;
}

li#actions:hover {
border-bottom: none;
/*z-index:1000;*/

}

li#actions a {
/*background:transparent url(/images/action-tab-bgnd-right.png) right top no-repeat;*/
margin: 0;
padding: 0;
}

li#actions li a {
background-image: none;
}

div.titlebar{
/* position:relative;
There was a bug on IE6 with position relative when content above titlebar was expanded */
}


.actions-dropdown {
height:26px;
border:none;
margin:-27px 0 0 0;
padding:1px 0 0;
float:right;
}

.actions-dropdown li {
float:left;
list-style:none;
/*padding-right:.5em;*/
font-weight:bold;
background-image:none
}

.actions-dropdown ul.dropdown {
float:left;
padding: 0;
margin: 0;
}

.actions-dropdown ul.dropdown li a {
display:block;
font-weight:normal;
padding: 0;
margin: 0px;
background-image: none;
margin-left:10px;
margin-right:10px;
text-transform:none;
}

.actions-dropdown ul.dropdown li {
margin-top:0;
}

.actions-dropdown ul.dropdown li li {
margin-top:0;
/*height:30px;*/
}

.actions-dropdown li a {
text-decoration:none;
color:#000000
}

#actions-dropdown ul, #actions-dropdown li {
list-style-image:none
}

#actions-dropdown ul {
/*z-index:10;*/
margin:0;
padding:0
}

#actions-dropdown li {
position:relative;
float:left;
list-style:none;
margin: 7px 0 0;
padding-bottom:1em;

z-index:41; /*IE6 - needs to be higher than #actions-dropdown ul li:hover ul */
position: relative; /*IE6*/
}

#actions-dropdown ul ul {
/*z-index:3;*/
border-collapse:collapse;
background-color:transparent;
display:none;
position:absolute;
top: 24px; /*2em;*/
right:-1px;
/*padding-top:0.5em*/
background-color:transparent;
margin: 0px;
padding: 0px;
z-index: 40;
position: absolute; /*IE6*/
border: 1px solid #D9DADC;
border-top: none;
}

#actions-dropdown ul li:hover ul {
display:block;
}


#actions-dropdown ul ul li {
float:none;
width:10em;
background-color: #FFFFFF;
border-width:0 1px 1px;
margin:0;
padding:0;
height: auto;
}

#actions-dropdown li li a {
border-bottom: 1px solid #D9DADC;
display:block;
width: auto;
padding:0.5em;
margin: 0px;
}

#actions-dropdown li li:last-child a {
border-bottom: none;
}
/*
#actions-dropdown li li a:hover {
background-color: #FAFAFA;
}
*/
div#help-menu .icon {
	background-image:url(/images/ico-help-new.png);
}

table.list .numeric {
	text-align: right;
}

th.pager {
background-color:#FFF;
padding:3px;
border:1px solid #e1dddc;
}

th.pager .dg-pager-page-links {
float:left;
padding:0.4em 0.5em 0;
}

th.pager .dg-pager-page-links a {
border:1px solid #dedede;
text-decoration:none;
padding:0.2em 0.5em
}

th.pager .dg-pager-page-links a:hover {
background:#dedede
}

th.pager .dg-record-count {
font-weight:bold;
float:right;
padding:0.4em 0.2em 0.2em
}

th.pager .records-per-page {
font-weight:normal;
display:none
}


.right-col-narrow div.section + div.titlebar,
.right-col-narrow div.fold + div.titlebar  {
	margin-top: 0.5em;
}

/* ------------------------------- scaffold -------------------------------- */
span.desc {
	background: url('/images/but-ico-tip.png') no-repeat;
	padding:0px 0px 2px 19px;
	line-height: 1.3em;
}

table.scaffold ul {
	margin-top:0;
	margin-bottom:0;
}

/* -========================= Percentagte ==============================*/

.percentage {
	position:relative;
	border:1px solid #444;
	background-color:white;
	height:1.2em;
	max-width:300px;
	 -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.percentage .percentage-bar {
	position:absolute;
	left:0;
	height:100%;
}
.percentage .percentage-text {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	vertical-align:middle
}
.percent-range-0-5   .percentage-bar,  .percent-range-5-10   .percentage-bar,
.percent-range-10-15 .percentage-bar,  .percent-range-15-20  .percentage-bar,
.percent-range-20-25 .percentage-bar,  .percent-range-25-30  .percentage-bar,
.percent-range-30-35 .percentage-bar,  .percent-range-35-40  .percentage-bar,
.percent-range-40-45 .percentage-bar,  .percent-range-45-50  .percentage-bar,
.percent-range-50-55 .percentage-bar,  .percent-range-55-60  .percentage-bar,
.percent-range-60-65 .percentage-bar,  .percent-range-65-70  .percentage-bar,
.percent-range-70-75 .percentage-bar,  .percent-range-75-80  .percentage-bar,
.percent-range-80-85 .percentage-bar,  .percent-range-85-90  .percentage-bar,
.percent-range-90-95 .percentage-bar,  .percent-range-95-100 .percentage-bar {
	background-color:#4B4;
}

.border-only {
	border:1px solid #d9dadc;
}
div.border-only p {
	padding: 1em;
	margin: 0;
}

div#help-content-contant-us-issue .icon,
div#help-content-contant-us-helps .icon,
div#help-content-contant-us-amend .icon,
div#help-content-contant-us-feedback .icon {
	background-image:url(/images/ico-help-email-48.png);
}


/* ======================= Begin "Form" library css ======================== */
.form-centered {
	text-align: center;
}

.form-width20 {
	width: 20%;
}

.form-input-text {
	text-align: center;
	width: 20%;
}

.form-input-file {
	text-align: center;
	width: 20%;
}

.form-input-numeric {
	text-align: center;
	width: 20%;

}

.form-input-choice-threshold {
	text-align: center;
	width: 20%;
}

.form-input-choice {
	text-align: center;
}

.form-input-boolean {
	text-align: center;
	width: 20%;
}
/* ======================== End "Form" library css ========================= */

input.ac_input, input.searchbox {
	background-image:url(../images/ico-search-small.png);
	background-position: left center;
	background-repeat: no-repeat;
	border: 1px solid #DADADA; /*remove the nasty "emboss" that gets auto added by browsers*/
    padding: 0.3em 0 0.3em 20px;
	/* To Do 
	--------
	Changeload
	*/
}
/* ======================== Defaults for autocomplete ========================= */
div input.ac_loading {
	background-color:#FFFFFF;
	background-image:url(../images/indicator.gif)
}
input.no-records {
	color:darkred;
	font-weight: bold;
}
/* ======================== Defaults for autocomplete ( pa_combobox ) ========================= */
.ui-combobox {
	position: relative;
	display: inline-block;
}
.ui-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* adjust styles for IE 6/7 */
	*height: 1.7em;
	*top: 0.1em;
}
.ui-combobox-input {
	margin: 0;
	padding: 0.3em;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	}
	/* IE 6 doesn't support max-height
	* we use height instead, but this forces the menu to always be this tall
	*/
	* html .ui-autocomplete {
	height: 200px;
}
.wrap-autocomplete {
	padding: 10px 0;
}

div.concurrent-sessions-box
{
	position:relative;
	z-index:1000;
}

.float-right
{
	float: right;
}