/* --- JQuery overrides  --- */  
.ui-dialog-title { font-size:15px; font-weight:bold }      
.ui-dialog-titlebar { border: 1px solid #aaaaaa; background-image:url(images/blue-button.png); color: #ffffff; font-weight: bold; } 

.ui-menu-icon ui-icon, .ui-icon-carat-1-e
{
    background-position: 0 0;
    background-image: url(images/menu-caret.png) !important;
}

.ui-dialog  
{
-moz-box-shadow: 0px 0px 5px #888;
-webkit-box-shadow: 0px 0px 5px #888;  
box-shadow: 0px 0px 7px #888 
} 

.ui-widget-header .ui-icon
{
    background-image:url(/css/themes/smoothness/images/ui-icons_222222_256x240.png) !important;    
}

.ui-button
{
    background-image:url(images/blue-button.png) !important;  
    color:White !important;
    border:1px solid #267b9c !important;
}

.ui-button:hover 
{
    background-image:url(images/blue-button-highlighted.png) !important; 
    color:White !important;    
    border:1px solid #267b9c !important;
}

.ui-button:active:hover 
{
    background-color:#606060 !important;  
    background-image:none !important; 
    color:white !important;
    border:1px solid #3b3b3b !important;
}

.ui-button-grey
{
    background-image:url(images/grey-gradient.png) !important;
    color:#444 !important;
    border:1px solid #888 !important;
}

.ui-menu-item a
{
    min-height:20px;
    text-decoration:none !important;
    padding-top:4px !important;
    color:White;
}

.ui-menu-item a:hover, .ui-menu-item a.ui-state-focus
{
    background-image:url(images/blue-gradient.png) !important;
    color:White;
    border:1px solid #59B4D4;
}

.ui-menu-item .ui-state-active
{
    background-image:url(images/blue-gradient.png);
    color:#eee;
    border:1px solid #59B4D4;
}

/* --- Framework overrides  --- */  

.na-table-header
{
    background-color:#6a6a6a !important;
    color:#eee
}

.na-table-header td
{
    height:28px
}

.report-grid .ui-menu-item a 
{
    color:#ddd;
}

/* --- End overrides  --- */  

.system-message
{
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 7px #888;
    background-color:#f6f6f6;
    border:1px solid #aaa;
    padding:5px 0 5px 0;
    width:100%;
    text-align:center;font-size:16px
}

.system-message a
{
    font-size:16px
}

.sparkline-pod-container
{
    width:100%;height:100%
}

.sparkline-pod-container .sparkline-highlightable:hover
{
    background-color:#ffffe0;
    border-left:1px solid #ffff80;
    border-right:1px solid #ffff80;
}

.sparkline-pod-container td
{
    border-left:1px solid transparent;
    border-right:1px solid transparent;
    width:14.2%; text-align:center; vertical-align:middle
}

.sparkline-pod-title, .sparkline-pod-title a
{
    margin-top:5px;font-size:28px;font-weight:bold;color:#444;text-decoration:none
}

.sparkline-pod-title a:hover
{
    text-decoration:underline
}

.sparkline-pod-subtitle
{
    font-size:15px;color:#9a9a9a
}

.sparkline-pod-tooltip
{
    height:12px;font-size:11px; color:#9a9a9a; text-transform:uppercase
}

.sparkline-pod-bottom-message
{
    font-size:10px; color:#9a9a9a; font-weight:bold;
    display:none;
}

.sparkline-pod-container .sparkline-highlightable:hover .sparkline-pod-bottom-message
{
    display:inline;
}

html {overflow-y:scroll;}
body {list-style-image: url('images/lidash.gif');}
select {font-size: 12px; font-family: arial; height:20px}

h1
{
  color: #406c8e;
  font-size: 22px;
  font-weight:normal;
  font-family: arial;}

.mainMessages 
{
    font-size:13px;
    font-style: italic;
    color: #406c8e;
}

h2
{
  color: #004f84;
  font-size: 15px;
  font-weight:normal;
  font-family: arial;}

h3
{
  color: #429548;
  font-size: 14px;
  font-weight:normal;
  font-family: arial;
}

.header-menu-link
{
    font-weight:bold;color:#b5b5b5;font-size:11px;cursor:default
}

.header-container-fixed { left: 0px; top: 0px; right: 0px; z-index:9000; position: fixed; height:49px; width:100% }

.header-container { left: 0px; top: 0px; right: 0px; z-index:9000; position: absolute; height:49px; width:100% }

.header-left 
{
    float:left;
    background-image:url(images/bgCenter.png); 
    background-repeat:no-repeat;
    vertical-align: top;
    width:176px;height:49px
}

.header-menu
{    
    position:absolute;top:0px;left:0px;text-align:left; margin-left:176px; margin-right:176px;margin-top:0; height:29px
}

.header-right
{
    margin-top:15px;margin-right:10px;color:#fff;font-family:arial;font-size:12px;font-weight:bold;
    float:right;
    vertical-align: top;
    height:49px
}

.footer
{
    vertical-align: top;
    margin-left:auto; margin-right:auto;
    font-family:arial;
    font-size:11px;
    color: #797979
}

.hover-underline
{
	text-decoration: none;
	color:#444
}	

.hover-underline:link
{
    color:#444;
	text-decoration: none
}	

.hover-underline:hover
{
    color:#1a457a;
	text-decoration:underline
}	

.hover-underline:active
{
    color:#444;
	text-decoration: underline
}	

.hover-underline:visited
{
    color:#444;
	text-decoration: none
}	

ul
{
    list-style-image: url('images/libox.gif');
    padding-left: 24px;
    padding-top:4px;padding-bottom:4px;
}

li
{
    padding-top:4px;padding-bottom:4px;
}
