
html
{
    overflow-y:scroll;
    min-width: <% (ContentWidth + 400) & "px" %>;
    height: 100%;
    background-color: white;
}

body
{
    height: 100%;
    margin: 0;
    min-width: <% (ContentWidth + 400) & "px" %>;
}

.look-default-pagebody
{
    /* neil background-color: #005F8D; */
    background-color: white;
}

.look-close-session-button,
.look-restart-session-button,
.look-settings-button
{
    display:none;
}

.look-settings-pagebody #MasterMenu,
.look-sessiondestroyed-pagebody #MasterMenu,
.look-error-pagebody #MasterMenu
{
    width: 100%;
    /* Neil height: 36px; */
    height: 0px;
    top: 0;

    background-color: #005f8d; /* fallback for older/unsupporting browsers */  
    background: -moz-linear-gradient(top, #005f8d, #015888);  
    background: -webkit-gradient(linear, 0 0, 0 0, from(#005f8d), to(#015888));  
    border-top: 1px solid #066ba0; 
    border-bottom: 1px solid #004d80;
}

#Content
{
    min-width: <% (ContentWidth + 400) & "px" %>;
    width:100%;

    /* add 2px for border */
    position: absolute;
    top: 0px;

    background-color: white;
}

#TitleBarPanel
{
    width: 100%;
    /* NEIL height: 36px;   remove blue bar with PRICE BOOK caption */
    height: 0px;
    top: 0;

    background-color: #005f8d; /* fallback for older/unsupporting browsers */  
    background: -moz-linear-gradient(top, #005f8d, #015888);  
    background: -webkit-gradient(linear, 0 0, 0 0, from(#005f8d), to(#015888));  
    border-top: 1px solid #066ba0; 
    border-bottom: 1px solid #004d80;
}

#TitleBarPanel > h1
{
    margin: 0;
    padding-left: 10px;
    padding-top: 8px;
    color: white;
    font-family: verdana;
    font-size: 1em;
    height: 100%
}

#ContentScreen
{
        /* Neil margin-left: 200px;  no */
  	margin-left: 10px;
	/* Neil padding-left: 100px;  no */
        padding-left: 0px;
	padding-right: 100px;
	/* Neil padding-top: 100px;  no */
	padding-top: 0px;
	padding-bottom: 55px;
}

/* position function key panel left of screen (in screen margin) */
#FunctionKeyPanel
{
    position: absolute;

    /* position from top, height of titlebar */
    top: 38px;
    left: 0px;

    /* screen margin - padding */
    /* Neil width: 195px; */
    width: 0px;

    /* add 200px for the padding of the content screen */
    /* Neil height: <% (ContentHeight + 200) & "px" %>; */
    height: 0px;

    /* ie-7 will respect this but not 'padding-top'? */
    padding-left: 5px;

    background-color: #e0f6ff; /* fallback for older/unsupporting browsers */  
    background: -moz-linear-gradient(top, #e0f6ff, #b2e1f4);  
    background: -webkit-gradient(linear, 0 0, 0 0, from(#e0f6ff), to(#b2e1f4));
}

.look-functionkey
{
    overflow: hidden;

    margin-top: 10px;
    margin-right: 2px;
}

.look-functionkey > a
{
    background: transparent url(images/FunctionKeyButtonRight.png) no-repeat top right;
    padding-right: 14px;
    display: block;
    height: 25px;
}

.look-functionkey > a > span
{
    background: transparent url(images/FunctionKeyButtonLeft.png) no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 14px;
    text-align: center;
    font-size : 8pt;
    color: white;
}

.look-functionkey > a:hover
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.look-functionkey > a:hover > span
{
    background-position: bottom left;
    padding: 6px 0 4px 14px; /* push text down 1px */
}

.look-functionkey-image
{
    display: none;   
}

.look-functionkey-text
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.look-popup .look-functionkey
{
    display: inline-block;
}

#FunctionKeyPanel > .look-functionkey
{
    width: 100%;
}

#FunctionKeyPanel > .look-functionkey > a
{
    float: left;  
    width: 90%;   
    padding-left: 5%;  
}

#StatusBarPanel
{
    /* position from top, 102px + 36px + ContentHeight */
    top: <% (ContentHeight + 145) & "px" %>;
    height: 45px;
    background-color: white;

	margin-left: 200px;
    padding-left: 100px;
}

#StatusBarText
{
    font: bold 12px/30px Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    border-left: 0px;
    border-right: 0px;
    color: black;
}

#PopupStatusBarPanel
{
    /* position from top, 102px + 36px + ContentHeight */ 
    top: <% (ContentHeight + 145) & "px" %>;
    height: 20px;
    background-color: white;
}

#PopupStatusBarText
{
    font: bold 12px/20px Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    border-left: 0px;
    border-right: 0px;
    color: black;
}

#ErrorContent, #SessionDestroyedContent
{
    font: 16px/30px Helvetica, sans-serif;
    margin: 30px 0px 0px 30px;
}

#SettingsButton
{
    /* Setting button is not visible for this skin */
    visibility: collapse;
}

td.entry-capable input:disabled {
background-color:Lightgrey;
color: black;
}

/* Combobox list – font size */
.look-combobox-menu {
    font-size: 12pt !important;
	font-family: Global Sans Serif, sans-serif;
	
}

.ui-menu .ui-menu-item a {
    font-weight: bold !important;
}
/* End : Combobox list – font size */

/* highlight row : td:1 has inline css coded */
.subfiledata td {
	font-family: Global Sans Serif, sans-serif, "Courier New", monospace !important;
	/* font-weight: bold !important; */
}

/* now in the SID file
.row-highlight td {
	background-color:  blue !important;
}


.look-subfiledata td {
	background-color:  white !important;
}

.look-subfiledataalternate td {
	background-color: palegrey  !important;
}
*/
/* End : highlight row */

/* td:nth-child(7):hover{
    background-color: #ffa;
} */

.toolTipDetails{
    background-color: #548DD4;
    max-width: 100%;
}

/* newlook 11 */
ul li a {
    padding: 0 !important;
    margin: 0 !important;
}

table{
    font-family: "Courier New", monospace !important;
}
/* .ui-tooltip-content{
    display: none;
} */