﻿/*	Framework CSS  */

.on-top { z-index:100000 }

/*  Start with reset CSS to minimize cross browser issues  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
}

/* ie7 fix */
.my-inline-block {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

/*  this allows tooltips to be shown outside area  */
.highcharts-container { overflow: visible !important; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
	background: white;
}
 
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*  
	Standard framework CSS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: arial, 'Trebuchet MS', Verdana;
}
a:active
{
	color: black;
	text-decoration: underline
}
a:hover
{
	color: red;
	text-decoration: underline
}
a:visited
{
	color: #00305f;
	text-decoration: underline
}
a:link
{
	color: #00305f;
	text-decoration: underline
}
.pagebreak{
	page-break-after: always;
}
.body-dialog
{
	font-size: 12px;
	color: black;
	font-family: arial, 'Trebuchet MS', Verdana;
	background:none; 
	margin:10px 10px 10px 14px;
}
.body-inline
{
	font-size: 12px;
	color: black;
	font-family: arial, 'Trebuchet MS', Verdana;
	background:none; 
	margin:0px;
}

.report-title
{
  color: #406c8e;
  font-size: 22px;
  font-weight:normal;
  font-family: arial;
}

.report-subtitle
{
	font-size: 12px; 
	background-color:#e7e7e7; 
	padding: 10px;
}
.report-subtitle A:hover
{
	color: #125ca5;
	text-decoration: underline
}
.report-grid
{
	font-size: 12px;
	color: black;
	font-family: arial, 'Trebuchet MS', Verdana;
}
.rpt-row 
{
	background-color:white;
}
.rpt-row2
{
	background-color:#fafafa;
}
.report-grid tr:hover { background: #ffffc0; }

.report-grid td
{
    border-bottom: 1px solid #ededed;
	height:22px;
	font-size: 12px;
	color: #1a1a1a;
	font-family: arial, 'Trebuchet MS', Verdana;
	padding-left:4px;
	padding-right:4px;
}
.report-grid a, .report-grid a:active, .report-grid a:link, .report-grid a:visited
{
	font-size: 12px;
	color: #00305f;
	text-decoration: underline
}

.report-grid a:hover
{
	color: #125ca5;
	text-decoration: underline
}

.report-header td
{
    font-size:10px;
   	font-family: arial, 'Trebuchet MS', Verdana;
    text-transform:uppercase;
	height:23px;
	color:#646464;
	background-image: url('../images/toolbar-filler.gif');
   	border-bottom: none;
}

.report-header, .report-header th
{
	padding-left:4px;
	padding-right:4px;
	text-transform:uppercase;
	font-family: arial, 'Trebuchet MS', Verdana;
    font-size:10px;
	height:23px;
	color:#545454;
	background-image: url('../images/toolbar-filler.gif');
	border-bottom: 1px solid #a5a5a5;
}

.report-toolbar-header
{
	text-transform:uppercase;
	font-family: arial, 'Trebuchet MS', Verdana;
    font-size:10px;
	color:#545454;
}

.report-toolbar
{
	border: 1px solid #a5a5a5;
	background-image: url('../images/toolbar-filler.gif');
	background-color:#cdcdcd;
	font-family: arial, 'Trebuchet MS', Verdana
}

.report-display-icon
{
	width:16px; height:16px;
	display:inline-block;
	zoom: 1;
	*display: inline;
	margin:3px 7px 0px 2px
}

.report-display-icon.bar 
{
	background-image: url('../images/bar-icon.png');
}

.report-display-icon.bar:hover
{
	background-image: url('../images/bar-icon-highlighted.png');
}

.report-display-icon.hbar
{
	background-image: url('../images/hbar-icon.png');
}

.report-display-icon.hbar:hover
{
	background-image: url('../images/hbar-icon-highlighted.png');
}

.report-display-icon.line
{
	background-image: url('../images/line-icon.png');
}

.report-display-icon.line:hover
{
	background-image: url('../images/line-icon-highlighted.png');
}

.report-display-icon.area
{
	background-image: url('../images/area-icon.png');
}

.report-display-icon.area:hover
{
	background-image: url('../images/area-icon-highlighted.png');
}

.report-display-icon.pie
{
	background-image: url('../images/pie-icon.png');
}

.report-display-icon.pie:hover
{
	background-image: url('../images/pie-icon-highlighted.png');
}

.report-toolbar-calendar
{
    cursor:pointer;
    width:24px;
    background-size:24px 24px;
    background-repeat:no-repeat;
    background-position:right bottom; 
    background-image:url('../images/calendar-gear.png');
}

h1
{
	font-size: 16px;
	color: maroon;
	font-family: Arial
}
h2
{
	font-size: 14px;
	color: maroon;
	font-family: Arial
}

.na-table
{
	border-top: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
}
.na-table td
{
	border-bottom: 1px solid #a5a5a5;
	padding-left:3px;
	padding-right:3px;
}
.na-table-title
{
	font-size:16px;
	font-weight:bold;
	font-family: arial, 'Trebuchet MS', Verdana;
}
.na-table-header
{
	background-color:#e0e0e0;
	color:#050505;
	height:20px;
	padding:0px 4px 0px 4px;
	font-size:12px;
	font-family: arial, 'Trebuchet MS', Verdana;
	font-weight: bold;
}
.na-table-row
{
	background-color:white;
	color:#050505;
	height:16px;
	padding:0px 4px 0px 4px;
	font-size:12px;
	font-family: arial, 'Trebuchet MS', Verdana;
}
.na-table-row-shaded
{
	background-color:#eeeeee;
	color:#050505;
	height:16px;
	padding:0px 4px 0px 4px;
	font-size:12px;
	font-family: arial, 'Trebuchet MS', Verdana;
}
.na-table-row-highlighted
{
	background-color:#ffffc0;
	color:#050505;
	height:16px;
	padding:0px 4px 0px 4px;
	font-size:12px;
	font-family: arial, 'Trebuchet MS', Verdana;
}
.na-table-row-total
{
	background-color:#e0e0e0;
	color:#050505;
	height:16px;
	padding:0px 4px 0px 4px;
	font-size:12px;
	font-family: arial, 'Trebuchet MS', Verdana;
}

/*  Define table css for data entry forms  */
.data-table
{
	border: none;
}
.data-table td
{
    padding: 2px 5px 2px 5px;
    vertical-align:top;
}
.data-table-label
{
    padding: 2px 5px 2px 5px;
    vertical-align:top;
    text-align: right;
}
.data-table-title
{
	font-size:16px;
	font-weight:bold;
	font-family: arial, 'Trebuchet MS', Verdana;
}
.data-table-message
{
    color: red;
	font-family: arial, 'Trebuchet MS', Verdana;
	font-style:italic;
}

.border-radius-4 {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}

.ajax-loader
{
	background-image: url('../images/ajax-loader.gif');
	background-repeat: no-repeat;
}

.help-dialog
{
	font-size:15px;
	font-weight:bold;
}
.code
{
    font-family:Courier New,Courier;
    font-size:inherit;
}

.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

.mainerrorMessages
{
    color:Red;
}

.context-menu
{
    margin:0;padding:0;width:190px;display:none;position:absolute;background:#3b3b3b;z-index:99999 !important;
    list-style-image: none;
  	border: 2px solid #aaa;
  	font-size:12px; font-family:arial; text-transform:none; text-align:left;
}

.context-menu-right-down
{
	background-image:url(../images/context.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:12px;
	cursor:default;
}

.context-menu-left-options
{
	background-image:url(../images/options.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:19px;
	cursor:default;
}

.context-menu-right-down-light
{
	background-image:url(../images/context-light.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:12px;
	cursor:default;
}

.context-menu-right-gear
{
	background-image:url(../images/gear12.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:18px;
	cursor:default;
}

.context-menu dl
{
    margin:0;padding:0;width:190px;background:#3b3b3b;
    list-style-image: none;
    border: 2px solid #aaa;
}
.context-menu dt
{
    color:#eee;padding:0;background:#3b3b3b;border-bottom:1px dotted #666;
}

.context-menu dt:first-child
{
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.context-menu dt:last-child
{
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom:none;
}

#calenderDatepicker .ui-datepicker{
 font-size:10px;
 margin-top:6px;
 width:170px; 
}

#calenderDatepicker .ui-datepicker a {
 font-size:10px;
}

.shadow
{
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 7px #888;
} 