body {
	background-color: #d7d7d7;
	font-size: 12px;
}

.popupbody {
    background-color: #ffffff;
    text-align:left;
}

a, a:active, a:visited {
	color:#005596;
}
a:hover {
	color: #009fda;
}

#v3_template {
	/* this id is a good convention, as it allows direct targetting of this page */
}
.outer {
	/* this is a hook for complex backgrounds. */
}
.container {
	/* this is the main container for Blueprint and must existing on every page */
}
#masthead {margin-top:15px;}
#masthead .type_code {
	float:right;
	font-size: 16px;
	color: #333;
	padding-top: 1em;
}

#content > div {
	padding: 18px;
    overflow: hidden;
}

#content {
	background-color:#fff;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}
#content h2 {
	color:#00AEEF;
	font-size:16px;
	font-weight:normal;
}
#content h3 {
	color:#333;
	font-size:12px;
	font-weight:bold;
}

#content p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
#content ol, #content ul {
	margin:12px 10px;
	padding:0;
	font-size:12px;
}
#content ul li {
	background:transparent url("/Images/light_blue_arrow_icon.gif") no-repeat scroll 0 4px;
	margin-bottom:6px;
	padding-left:18px;
	list-style:none;
}
#content ol li {
	margin:0 0 6px 18px;
	padding-left:0px;
	list-style:decimal;
}


#footer {
	text-align:center;
	font-size: 11px;
	margin-top:1em;
	color:#777;
}
#footer a {
	color: #666;
	text-decoration:none;
}
#footer a:hover {
	color: #666;
	text-decoration:underline;
}


a.right {
	float:right;
	overflow:hidden;
}
a.left {
	float:left;
	overflow:hidden;
}


/* Table Styles */
td.right {
    white-space:nowrap; 
}

td.right, th.right {
	text-align:right;
}

td select, td input {
    max-width: 100%;
}

.standardTable {
	border-collapse:collapse
}

.fixedTable {
	border-collapse:collapse;
	table-layout:fixed;
}

.standardTable .alt td, .standardTable .alt th, .fixedTable .alt td {
	background-color: #e9f6fb;
}

.standardTable td, .standardTable th, .fixedTable th  {
	padding:5px;
	font-size:12px;
	
}

.fixedTable td {
	padding:5px;
	font-size:12px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;	
}


.standardTable th a {
	border:none;
	color:#000;
}

.standardTable th sup a {
	text-decoration:none;
}


.standardTable thead th {
	background:#fff;
	border-bottom: 1px solid #DEDEDE;
}
.standardTable tfoot td, .standardTable tfoot th {
	background: #fff;
	border-top: 1px solid #DEDEDE;
	font-style:normal;
}

/* end table styles */

/* form styles */

form div {
	overflow:hidden;
	/* intentional '_'. Note that this is an IE7 hack until such time as we stop supporting it. */
	_height:100%;
}

.right label {
	display:block;
	font-size: 12px;
	color:#333;
	text-align:right;
	width: 140px;
	float:left;
	padding: 3px 0;
	font-weight:bold;
	padding-right:20px;
}

label {
	width:auto;
	text-align:left;
	font-weight:normal;
	float:none;
}
.v3form label,.tableLabel label {
	display:block;
	font-size: 12px;
	color:#333;
	text-align:right;
	width: 140px;
	float:left;
	padding: 3px 0;
	font-weight:bold;
	padding-right:20px;
}

.v3form .right label {
	width:auto;
	text-align:left;
	font-weight:normal;
	float:none;
}

.tableLabel 
{
    float:right;
}

.tableLabel label
{
	padding-right:10px;
    color:#333;
}


.textfield, textarea {
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #c7c7c7;
	margin: 1px 0px 0px 2px ;
	
}

select {
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#content p.field_hint, .field_hint {
	color:#666;
	font-size:11px;
}

.no_label {
	margin-left: 160px;
}

.fieldset {
	border-top: 1px solid #44B7E4;
	background-color: #EDF8FC;
	padding:16px 20px 20px 20px;
	margin-bottom:1.5em;
}
#content form h3 {
	font-size: 16px;
	font-weight:bold;
	color: #003C69;
	margin-top:1em;
}
form h4 {
	font-size: 14px;
	font-weight:bold;
	color: #003C69;
}

/*end form styles */
 

div.alert
{
    PADDING: 4px 4px 4px 4px;
    border: 1px solid #44B7E4;
	background-color: #EDF8FC;
    font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	margin:1em;
}

div.GreyOut
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #999;
    PADDING-TOP: 3px;
    font: 12px/18px Arial, Helvetica, sans-serif;
    BACKGROUND: #efefef;
    POSITION: absolute;
    Z-INDEX: 50;
    DISPLAY: none;
    TEXT-ALIGN: center;
    vertical-align:middle;
}

.IstCriteria {
	height:auto;
}

.IstCriteria label {
	text-align:left;
}

/* Menu  - Internal */
#menu_internal {
	float:left;
	background:#fff url("/configs/ampwrap/Images/menus/internal_menu_bg.png") repeat-x bottom;
	line-height:1.5;
	margin: 0 0 1.5em 0;
}
#menu_internal ul {
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
	margin:0;
}
#menu_internal li {
	display:inline;
	margin:0;
	padding:0;
}
#menu_internal ul li {
	padding-left:0;
}

#menu_internal a {
	float:left;
	background:url("/configs/ampwrap/Images/menus/internal_menu_left.png") no-repeat left top;
	margin:0 0 0 2px ;
	padding:0 0 0 10px;
	/* border-bottom:1px solid #ddd;  Removed to avoid spurious line segments appearing on printouts */
	text-decoration:none;
}
#menu_internal a span {
	float:left;
	display:block;
	background:url("/configs/ampwrap/Images/menus/internal_menu_right.png") no-repeat right top;
	padding:8px 20px 8px 10px;
	font-weight:bold;
	color:#005596;
	font-size: 12px;
	cursor: hand;
}


#menu_internal a:hover span {
	text-decoration:underline;
}
#menu_internal .current a {
	border-width:0;
}
#menu_internal .current a span {
	padding-bottom:9px;
	font-weight:bold;
	color: #009fda;
}


#function_group {
    float:right;
    width: 350px;
    margin-top:5px;
}
#function_group .row {
	text-align:right;
	margin-bottom:10px;
}
#function_group .row p {
	margin-bottom:0;
}

#function_group .welcome {
	font-size: 14px;
	font-weight:bold;
	color: #333;
	float:right;
	margin-left: 10px;
}
#function_group .searcher {
	background: transparent url(/configs/ampwrap/Images/search_input.png) no-repeat 0 0;
    /*intentional + */
    +background: transparent url(/configs/ampwrap/Images/search_input.png) no-repeat 0 1px;
	padding:0;
	float:right;
}
#function_group .searcher #search{
	border: 1px solid #fff;
	margin-left: 25px;
	height:16px;
	width: 130px;
	padding:0;
}
#function_group a.help {
	float:left;
	color: #515151;
	text-decoration:none;
	margin-top:2px;
	margin-left:70px;
}

#content .notifications li{
	border-top: 1px solid #ccc;
	padding: 5px 10px 5px 25px;
	margin:0;
	background-position: 6px 10px; /*this style provides suitable position for inherited icon */
}
#content .notifications strong {
	color: #005596;
}
#content .notifications h5 {
	margin:0;
	color: #005596;
}

#content .notifications li.warning {
	background: transparent url(/configs/ampwrap/Images/icons/warning.gif) no-repeat 0 6px;
}
#content .notifications li.confirm {
	background: transparent url(/configs/ampwrap/Images/icons/confirm.gif) no-repeat 0 6px;
}
#content .notifications li.information {
	background: transparent url(/configs/ampwrap/Images/icons/info.gif) no-repeat 0 6px;
}
#content .notifications li a.close {
	float:right;
	background: transparent url(/configs/ampwrap/Images/icons/close.gif) no-repeat 0 0;
	width: 16px;
	height:16px;
	display:block;
	margin-top:2px;
	border:none;
	-moz-outline-style: none;/* hide dotted outline in Firefox */
}

a.MultiFile-remove
{
    position: absolute;
	background: transparent url(/configs/ampwrap/Images/icons/close.gif) no-repeat 0 0;
	width: 16px;
	height:16px;
	display:block;
	text-indent: -2000px;

    }

span.MultiFile-title
{
    margin-left:17px;
    }

a.export
{
	background: transparent url(/configs/ampwrap/Images/icons/export.gif) no-repeat 0 0;
    background-position:right bottom;
    }

a.print
{
	background: transparent url(/configs/ampwrap/Images/icons/print.gif) no-repeat 0 0;
    background-position:right bottom;
    }

a.export, a.print{
	display:inline-block;
	height:18px;
	padding-right:18px;
    float:right;
    margin-right:2px;
    border:none;
	-moz-outline-style: none;/* hide dotted outline in Firefox */

}
a.export.noFloat, a.print.noFloat
{
    padding-left: 2px;
    float:none;
}


#content p.note {
	background: transparent url(/configs/ampwrap/Images/icons/info.gif) no-repeat 2px 6px;
	border-top: 1px solid #ccc;
	padding: 5px 10px 5px 25px;
	color: #555;
}

#content p.multiplenotes {
	background: transparent url(/configs/ampwrap/Images/icons/info.gif) no-repeat 2px 6px;
	height: 12px;
	padding: 5px 10px 5px 25px;
}

div.wrapper_selection {
	height: 42px;
	line-height:42px;
	background-color: #e8f6fb;
	overflow:hidden;
	margin-bottom: 10px;
}
div.wrapper_selection select {
	float:left;
	margin-top:12px;
}

div.wrapper_selection label {
	color: #555;
	font-weight:bold;
	font-size:12px;
	padding:0;
	margin:0;
	width: auto;
	margin:0 20px;
}

input.disabled, select.disabled, input:disabled, select:disabled, input.InputDisabled
{
    color:#808080;
    background-color:#eeeeee;
}

input.date-pick,input.date-pick-past,input.date-pick-future
{
width:80px;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }

/************************************
    Highcharts
 ************************************/

.highcharts-legend, .highcharts-legend div  {
    overflow:visible
}