html 
{
    overflow-y: scroll; /*page shift fix*/
}

body {
	background-color: #fefefe;
	font-size: 12px;
    color: #293636;
}

.popupbody {
    background-color: #ffffff;
    text-align:left;
}

a, a:active, a:visited {
	color:#13151A;
}

a:hover {
	color: #666;
}

#v3_template {
    font-family: 'Open Sans', sans-serif;
}

#masthead {
    margin-top:15px;
}

#content {
	background-color:#fff;
}

#content > div {
	padding: 18px;
	border: 1px solid #97c4df;
    overflow: hidden;
}

#content h2 {
	color:#666;
	font-size:28px;
	font-weight:200;
}
#content h3 {
	color:#13151A;
	font-size:12px;
	font-weight:bold;
}

#content p {
    font-size: 12px;
    line-height: 18px;
}

#content ol, #content ul {
	margin:12px 10px;
	padding:0;
	font-size:12px;
}

ul li {
	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: 1.5em;

}
#footer a {
	text-decoration:none;
	color: #293636;
}
#footer a:hover {
	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, .fixedTable .alt{
	background-color: #eee;
}

.standardTable td, .standardTable th, .fixedTable td, .fixedTable th  {
	padding:5px;
	font-size:12px;
}

.fixedTable td {
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.standardTable th sup a {
	text-decoration:none;
}


.standardTable thead th, .fixedTable thead th {
	background:#fff;
	border-bottom: 1px solid #293636;
}
.standardTable tfoot td, .standardTable tfoot th {
	background: #fff;
	border-top: 1px solid #293636;
	font-style:normal;
}

th a {
    color: #293636;
}

/* end table styles */

/* form styles */

form div {
	overflow:hidden;
}

.right label {
	display:block;
	font-size: 12px;
	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;
	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;
}


input[type="text"],input[type="password"], .textfield, textarea, select {
	font-size: 12px;
	border: 1px solid #c7c7c7;
	font-family: inherit;
}

#content p.field_hint, .field_hint {
	font-size:11px;
}

.no_label {
	margin-left: 160px;
}


#content form h3 {
	font-size: 16px;
	font-weight:bold;
	margin-top:1em;
}
form h4 {
	font-size: 14px;
	font-weight:bold;
}

/*end form styles */
 

div.alert
{
    PADDING: 4px 4px 4px 4px;
    border: 1px solid #13151A;
	background-color: #fff;
    font-size: 12px;
    line-height: 18px;
	margin:1em;
}

div.GreyOut
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #fff;
    PADDING-TOP: 3px;
    font-size: 12px;
    line-height: 18px;
    BACKGROUND: #efefef;
    POSITION: absolute;
    Z-INDEX: 50;
    DISPLAY: none;
    TEXT-ALIGN: center;
    vertical-align:middle;
}

.IstCriteria {
	height:auto;
}

.IstCriteria label {
	text-align:left;
}

#AlertPreferences {
    border: none;
    margin-right: 0;
}

/* Menu  - Internal */
#menu_internal, #content .ui-tabs-nav {
	float:left;
	line-height:1.5;
	margin: .5em 0 1.5em 0;
    padding-top: 10px;
    background: white;
    border: none;
}
#menu_internal ul, #content .ui-tabs-nav {
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
    border-bottom: 1px solid #CBCBCB;
    width: 100%;
    float: left;
    
    
}
#menu_internal li, #content .ui-tabs-nav li {
	display:inline;
	margin:0;
    list-style-type: none;
    padding: 0;
    background: white;
    border: none;
}

#menu_internal a, #content .ui-tabs-nav a {
	float:left;
	margin:0 0 0 2px ;
	text-decoration:none;
    padding: 8px 20px;
    margin-right: 8px;
    line-height: 1.5em;
    margin-bottom: -1px;
    border: 1px solid #CBCBCB;
    border-bottom: none;
    background: #f2f2f2;
}
#menu_internal a span, #content .ui-tabs-nav a span {
    color: #293636;
}
#menu_internal .current a, #content .ui-tabs-nav li.ui-state-active a
{
    border-bottom: 1px solid white;
    background: white;
}
#menu_internal a:hover, #content .ui-tabs-nav li a:hover
{
    background: white;
}


#function_group {
    float:right;
    width: 500px;
    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;
	float:right;
	margin-left: 10px;
    margin-top: 2px;
}
#function_group .searcher {
	border-radius: 1px;
    border: 1px solid #CBCBCB; 
    background: #fff;
    display: inline-block;
    white-space: nowrap;
}

#function_group .searcher img {
    float: left;
    padding: 4px;
}


#search{
    border: none;
	width: 130px;
    padding: 5px;
}


#content .notifications li, #content div.ui-state-error{
	border: 1px solid #293636;
    padding: 10px;
	margin:0;
    margin-bottom: 5px;
}

#content .notifications li.warning, #content div.ui-state-error {
    background: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
#content .notifications li.confirm {
	background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
#content .notifications li.information {
	background-color: #dde7f5;
    border-color: #faebcc;
    color: #033577;
}


#content .notifications li a.close {
	float:right;
	background: transparent url(/configs/VANWrap/Images/icons/close.gif) no-repeat 0 0;
	width: 16px;
	height:16px;
	display:block;
	margin-top:2px;
	border:none;
	outline: none;
}

a.MultiFile-remove
{
    position: absolute;
	background: transparent url(/configs/VANWrap/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/VANWrap/Images/icons/export.gif) no-repeat 0 0;
    background-position:right bottom;
    }

a.print
{
	background: transparent url(/configs/VANWrap/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;
	outline: none;

}
a.export.noFloat, a.print.noFloat
{
    padding-left: 2px;
    float:none;
}


#content p.note {
	background: transparent url(/configs/VANWrap/Images/icons/info.gif) no-repeat 2px 6px;
	/*border-top: 1px solid #ccc;*/
	padding: 5px 10px 5px 25px;
}

#content p.multiplenotes {
	background: transparent url(/configs/VANWrap/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: #f9f9f9;
	overflow:hidden;
	margin-bottom: 10px;
}
div.wrapper_selection select {
	float:left;
	margin-top:12px;
}

div.wrapper_selection label {
	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, input:read-only
{
    color:#808080;
    background-color:#eeeeee;
}

/************************************
    Highcharts
 ************************************/

.highcharts-legend, .highcharts-legend div  {
    overflow:visible
}