﻿/***************************************************
  styles definitely not needed for customer website
****************************************************/
hr.borderMainToolBar
{
    display: none;
}

/* hide menu table becuase we do not have a menu in Schedule */ 
table#menuBackground
{
    display:none;
}
div#_menuPanel__tabControl__contentPanel hr
{
    display:none;
}
/* hide menu table becuase we do not have a menu in Schedule */ 

.ContentPanel 
{
    position:relative;
    padding-top: 1em;
}

div.ContentPanel hr
{
    display:block !important;
}

/* styles for softship header panel containing softship logo, application name etc */
.headerPanel
{
    float:left;
    color:White;
    background-color:#0466B4;
    padding-left:4px;
    margin-left:4px;
}

.headerPanel .nomargin
{
    float:left;
    color:White;
    background-color:#0466B4;
    padding-left:3px;
    margin-left:0px;
}

/* 	this is the title text in the header */
#divHeaderTitle
{
    left: 250px; 
    top:45px; 
    position:absolute; 	
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14pt;
}

/* contains username, build & version nos. etc. */
.statusbar
{
    position:absolute; 
    left:0px; 
    width:100%;
}

/* end of styles for softship header panel containing softship logo, application name etc */

/***************************************************
  end of styles not needed for customer website
****************************************************/

/**********************
***		BODY CSS    ***
***********************/
body 
{
    font-family: Arial,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
    font-size: 12px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #B9D1EC;
    background-image: url(../../ImageCache/pages-bg.png);
    background-attachment: fixed;
    background-repeat: repeat-x;
}

/* class to hide elements */
.hidden 
{
    display: none !important;
    visibility: hidden !important;
}

.inactive, .ui-widget-content a.inactive 
{
    color: #837C6B;    
}

.paddingLeft {
    padding-left: 10px;
    padding-right: 5px;
    border-left:1px solid #837C6B;
}

.paddingRight {
    padding-right: 10px;
    padding-left: 5px;
    border-right:1px solid #837C6B;
}

.paddingLeftBorderBottom {
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-left:1px solid #837C6B;
    border-bottom:1px solid #837C6B;
}

.paddingBottom {
    padding-bottom: 5px;
    border-bottom:1px solid #837C6B;
}

.paddingRightBorderBottom {
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-right:1px solid #837C6B;
    border-bottom:1px solid #837C6B;
}

.paddingLeftRightBorderBottom {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-left:1px solid #837C6B;
    border-right:1px solid #837C6B;
    border-bottom:1px solid #837C6B;
}

/*******************************************
    custom styles for autocompleter
********************************************/
.autoCompleteArrowDown
{
    position:absolute !important;
    margin-left:-19px !important;
    margin-top:3px;
    z-index:1;
    cursor:pointer;
    background-color:#fff;
}

/* correct URL due to differnt location of CSS file */
#ajax_listOfOptions div.autocompleteHeader
{
    background: url("../../ImageCache/panelheader.png") repeat-x scroll center top transparent !important;
}
/*******************************************
   end of custom styles for autocompleter 
********************************************/

/* 	classes used for the label controls  */ 	
.captionLabel 
{ 
    white-space: nowrap;  /* used for the caption of dialog-controls  */
}

.labelText
{
    white-space: nowrap;
    display: inline-block;
    color: #17487D;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}

.labelTextBold
{
    white-space: nowrap;
    display: inline-block;
    color: #17487D;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.labelTextItalic
{
    white-space: nowrap;
    display: inline-block;
    color: #17487D !important;
    font-family: Arial !important;   
    font-size:10px !important;
    font-weight:normal;
    font-style:italic;
}

.labelTextSmall
{
    white-space: nowrap;
    display: inline-block;
    color: #17487D;
    font-family: Arial;
    font-size: 8.5px;
    font-weight: normal;
}

.errorMessage
{
    font-family:Arial;
    font-size: 12px;
    display:inline-block;
    color: Red !important;
    font-weight:bold;
    font-style:italic;    
}

.instructionHeaderText
{
    font-family:Arial !important;
    font-size:13px !important;
    display:inline-block;    
}

#instructionHeader {
    margin: 17px !important;
    width: 905px;
}

.subHeader
{
    white-space: nowrap;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}

/* 	class used for values that are read-only in dialogs  */
.valueLabel 
{ 
    white-space: nowrap;
    font-weight:bold;
}

/* 	class used for <a href> url links */
.htmlLinkText
{
    white-space: nowrap;
    display: inline-block;
    color: #17487D !important;
    font-family: Arial !important;   
    font-size:10px !important;
    font-weight:normal;
    font-style:italic;
}

/* Option Text in a Drop Down List control */
.dropDownListOptionText
{
    font-family:Arial;
    font-weight: normal;
    font-size: 12px;
}

/* Option Text in a Drop Down List control */
.dropDownListOptionTextSmaller
{
    font-family:Arial;
    font-weight: normal;
    font-size: 11px !important;
}

/* Text in a Textboxes, Drop Down Lists etc. */
.textBoxText
{
    font-size: 12px !important; 
}

.selectBox
{
    font-size:11px;
    font-family:Arial;
}

.dark
{
    color: #17487D !important;
}

.light
{
    color: white !important;
}

.selected
{
    border: 2px ridge navy;
}

.sshValidationSummary 
{
    font-family:Arial;
    font-weight: normal;    
    font-size: 12px !important; 
}

.regularExpressionValidationError
{
    font-family:Sans-Serif;    
    font-size:9px;
    color:Red !important;
    /*text-align:right;*/
    white-space:nowrap;  
    display:inline-block;
    font-weight:normal;
    font-style:italic;    
}

.warningBox
{
    margin-left: 8px; 
    margin-right: 8px; 
    position: static; 
    padding: 2px 3px 1px 26px; 
    background-color: #FFFFFF; 
    color: #D8000C;
    border: 1px solid #D8000C;
    font-style: italic;
    font-size: 12px;
    background-image: url('../../ImageCache/error.png');
    background-repeat: no-repeat;
    background-position: -1px center;
}

/* start: styles for jQuery validate */
input.error {
    border: 1px solid red;
}

label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
}

input.required 
{
    background-color: rgb(250, 239, 218) /*  rgb(252, 239, 195); */
}
/* end: styles for jQuery validate */


/*********************************************/
/* SETTING CUSTOM STYLES FOR JQUERY CONTROLS */
/*********************************************/

.ui-dialog .ui-dialog-titlebar
{
  /* padding: 0.4em 1em; */
  padding: 0.1em 1em !important; /* reduce padding on popup title bar */
}

.birthdaterange
{
    color: Red !important;
    font-size: 9px !important;
}

.searchButtonContainer
{
    position: static; 
    width: 840px; 
    text-align:right; 
}

/**********************************************/
/*    STYLES FOR WEB SERVICE QUERY RESULTS    */
/**********************************************/

.schedules {
    width: 1124px;
}

#ajax_result{
    border:1px solid #0468B6;	/* Dark blue border */
    background-color:#FFF;	/* White background color */
    text-align:left;
    font-size: 12px;
}

#ajax_result div{
    padding-top:1px;
    padding-bottom:1px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
    white-space: nowrap;
}

/* style for odd rows in the results #8fE9FF*/
#ajax_result .odd{
    background-color: rgb(198, 239, 250); /* rgb(201, 228, 252); rgb(143, 233, 255); #8fE9FF;  C9E4FC */
    color:#000000;
}

/* style for even rows in the results */
#ajax_result .even{
    background-color:inherit;
    color:inherit;
}

/* results header row */
#ajax_result div.resultsHeader
{
    font-weight: bold;
    color:White;
    background: url("../../ImageCache/panelheader.png") repeat-x scroll center top transparent;
    background-color: White; 
    border-bottom: 1px solid white;
}

#ajax_result .result-table-highlight {
    background-color: #0367B6;
    color: #fff;
    padding: 2px 2px;
}

/* results header row ul items */
#ajax_result div.resultsHeader li
{
    /*border-right: 1px solid white;*/   /* uncomment thivoys if want a border seperating each heading */
}

/* last item in the results header row ul */
#ajax_result div.resultsHeader ul li:last-child 
{
    border-right:  none;
}

/* general styles for ul inside the ajax_result div*/
#ajax_result ul
{
    width: 400px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
       
/* general styles for list items in our user list in the query results panel */
#ajax_result ul li
{
    list-style-type: none;
    display: inline;
    float: left; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  /* IE only */
}

.searchResultsPanelHeaderPortInfo 
{
    float:left; 
    width:475px;
    background-image:url("../../ImageCache/compass16.png");
    background-repeat: no-repeat;
    padding-left:16px;
}

.searchResultsPanelHeaderDateRangeInfo 
{
    float:left; 
    width:370px;
    background-image:url("../../ImageCache/calendar16.png");
    background-repeat: no-repeat;
    padding-left:16px;
}

.searchResultsPanelHeaderVoyageNo
{
    float:left; 
    width:300px;
    background-image:url("../../ImageCache/containership16.png");
    background-repeat: no-repeat;
    padding-left:16px;
}

.b-rotation-result .rr-header-name {
    float: left;
    background-image:url("../../ImageCache/containership16.png");
    background-repeat: no-repeat;
    padding-left:16px;
}

/* set default widths for the list items of each ul in the results */
#ajax_result ul li.VoyageNumber
{
    width: 200px;
    padding-right: 3px;
}

#ajax_result ul li.ExternalVoyageNumber {
    width: 100px;
    padding-right: 3px;
}

#ajax_result ul li.Vessel
{
    width: 85px;
    padding-right: 3px;
    padding-left: 3px;
}

#ajax_result ul li.Type
{
    width: 85px;
    padding-right: 3px;
    padding-left: 3px;
}

/* preset padding for additional columns in the results */
#ajax_result ul li.Status,
#ajax_result ul li.CentralPort,
#ajax_result ul li.PortOfLoading,
#ajax_result ul li.PortOfDischarge,
#ajax_result ul li.StartDate,
#ajax_result ul li.EndDate,
#ajax_result ul li.Duration,
#ajax_result ul li.HasTransshipment,
#ajax_result ul li.PortCode,
#ajax_result ul li.PortName,
#ajax_result ul li.ArrivalDate,
#ajax_result ul li.SailingDate,
#ajax_result ul li.POLCallId,
#ajax_result ul li.PODCallId
{
    padding-right: 3px;
    padding-left: 3px;
}

/* ## styles for terminal info in ajax result and popup ## */

div.terminalInfoWrapper {
    text-indent: 1px;
}

li.terminalInfo {
    width: 49.5%;
    margin-right: 1px;
    margin-left: 1px;
}

/* set column width and padding */
#ajax_result .terminalInfo li.ArrivalTime, 
#ajax_result .terminalInfo li.DepartureTime,
#terminalInfoPopup li.ArrivalTime,
#terminalInfoPopup li.DepartureTime {
    width: 130px;
    padding-left: 5px;
}

#ajax_result .terminalInfo li.PortName {
    width: 150px;
    padding-left: 0;
    padding-right: 0;
}

#terminalInfoPopup li.PortName {
    width: 289px;
    padding-left: 0;
    padding-right: 0;
}

#ajax_result .terminalInfo li.TerminalName,
#terminalInfoPopup li.TerminalName {
    width: 145px;
    padding: 0;
    padding-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#ajax_result .terminalInfo li.TerminalCode,
#terminalInfoPopup li.TerminalCode 
{
    width: 30px;
}

/* set header border, height and visibility */
.terminalInfo div.header, #terminalInfoPopup div.header {
    border: 1px solid darkgray;
    background-color: #d3d3d3;
}

#terminalInfoPopup div.header {
    display: block !important; /* inline style is none to hide header in inline voyage terminal info, for popup it has to be made visible */
    height: 20px;
    font-weight: bold;
}

/* style for list in popup window */
#terminalInfoPopup div ul {
    margin: 0;
    padding: 2px;
}

#terminalInfoPopup ul li {
    display: inline;
    float: left;
    margin-left: 5px;
}

#terminalInfoPopup li.TerminalName 
{
    width: 250px;
}

#terminalInfoPopup div.row 
{
    clear: left;
}

/* ## end styles for terminal info in ajax result and popup ## */

/* styles for search by port search results */
#ajax_result.searchByPort 
{
    width: 1250px;
}

#ajax_result.searchByPort ul 
{
    width: 1250px;
}

#ajax_result.searchByPort ul li.VoyageNumber
{
    width: 90px;
}

#ajax_result.searchByPort ul li.ExternalVoyageNumber {
    width: 90px;
}

#ajax_result.searchByPort ul li.Vessel
{
    width: 165px;
}

#ajax_result.searchByPort ul li.Type
{
    width: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#ajax_result.searchByPort ul li.Status      /* Hide the 'Status' field as it is unimportant and we need the space */
{
    width: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#ajax_result.searchByPort ul li.CentralPort
{
    width: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#ajax_result.searchByPort ul li.PortOfLoading
{
    width: 200px;
}

#ajax_result.searchByPort ul li.PortOfDischarge
{
    width: 200px;
}

#ajax_result.searchByPort ul li.StartDate
{
    width: 90px;
}

#ajax_result.searchByPort ul li.EndDate
{
    width: 90px;
}

#ajax_result.searchByPort ul li.Duration
{
    width: 65px;
}

#ajax_result.searchByPort ul li.HasTransshipment
{
    width: 40px;
}

#ajax_result.searchByPort ul li.POLCallId {
    width: 75px;
}

#ajax_result.searchByPort ul li.PODCallId {
    width: 75px;
}
/* end of styles for search by port search results */

/* styles for search by country search results */
#ajax_result.searchByCountry 
{
    width: 1250px;
}

#ajax_result.searchByCountry ul 
{
    width: 1250px;
}

#ajax_result.searchByCountry ul li.VoyageNumber
{
    width: 90px;
}

#ajax_result.searchByCountry ul li.ExternalVoyageNumber {
    width: 90px;
}

#ajax_result.searchByCountry ul li.Vessel
{
    width: 165px;
}

#ajax_result.searchByCountry ul li.Type
{
    width: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#ajax_result.searchByCountry ul li.Status       /* Hide the 'Status' field as it is unimportant and we need the space */
{
    width: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#ajax_result.searchByCountry ul li.CentralPort
{
    width: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#ajax_result.searchByCountry ul li.PortOfLoading
{
    width: 200px;
}

#ajax_result.searchByCountry ul li.PortOfDischarge
{
    width: 200px;
}

#ajax_result.searchByCountry ul li.StartDate
{
    width: 90px;
}

#ajax_result.searchByCountry ul li.EndDate
{
    width: 90px;
}

#ajax_result.searchByCountry ul li.Duration
{
    width: 65px;
}

#ajax_result.searchByCountry ul li.HasTransshipment
{
    width: 40px;
}

#ajax_result.searchByCountry ul li.POLCallId {
    width: 75px;
}

#ajax_result.searchByCountry ul li.PODCallId {
    width: 75px;
}
/* end of styles for search by country search results */

/* styles for search by voyage autocompleter - overrides for those defined in AutoCompleters.css */
#ajax_listOfOptions.voyageCodeAddInfo
{
    width: 500px !important;
} 

#ajax_listOfOptions.voyageCodeAddInfo ul
{
    width: 480px !important;           
}

#ajax_listOfOptions.voyageCodeAddInfo  ul li.c2
{
    width: 185px !important;
}

#ajax_listOfOptions.voyageCodeAddInfo  ul li.c3
{
    width: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-right: none !important;
}

#ajax_listOfOptions.voyageCodeAddInfo  ul li.c4
{
    width: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-right: none !important;
}
#ajax_listOfOptions.voyageCodeAddInfo  ul li.c6
{
    width: 160px !important;
}

/* styles for search by voyage autocompleter - overrides for those defined in AutoCompleters.css */

/* styles for search by voyage search results */
#searchByVoyageDiv
{
    width: 980px;
    border: 1px solid #0468B6;
}

#ajax_result.searchByVoyage 
{
    width: 1086px;
    border: none;
} 

#ajax_result.searchByVoyage ul
{
    width: 1086px;           
}

#ajax_result.searchByVoyage ul li.VoyageNumber
{
    width: 90px;
}

#ajax_result.searchByVoyage ul li.ExternalVoyageNumber {
    width: 90px;
}

#ajax_result.searchByVoyage ul li.Vessel
{
    width: 210px;
}

#ajax_result.searchByVoyage ul li.Type
{
    width: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#ajax_result.searchByVoyage ul li.ServiceName
{
    width: 240px;
}

#ajax_result.searchByVoyage ul li.Status
{
    width: 50px;
}

#ajax_result.searchByVoyage ul li.CentralPort
{
    width: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#ajax_result.searchByVoyage ul li.PortOfLoading
{
    display: none;
}

#ajax_result.searchByVoyage ul li.PortOfDischarge
{
    display: none;
}

#ajax_result.searchByVoyage ul li.StartDate
{
    width: 75px;
}

#ajax_result.searchByVoyage ul li.EndDate
{
    width: 75px;
}

#ajax_result.searchByVoyage ul li.Duration
{
    width: 0px; /* 65px */
    display: none;
}

#ajax_result.searchByVoyage ul li.HasTransshipment
{
    display: none;
}

#voyagePorts
{
    width: 575px;
    border: 1px solid #0468B6;
    margin-top: 25px;
    margin-bottom: 15px;
}

#ajax_result.searchByVoyage ul li.PortCode /* VoyagePortList */
{
    width: 75px;
}

#ajax_result.searchByVoyage ul li.PortCallId /* VoyagePortList */ {
    width: 75px;
}

#ajax_result.searchByVoyage ul li.PortName /* VoyagePortList */
{
    width: 105px;
}

#ajax_result.searchByVoyage ul li.ArrivalDate /* VoyagePortList */
{
    width: 85px;
}

#ajax_result.searchByVoyage ul li.SailingDate /* VoyagePortList */
{
    width: 85px;
}

#ajax_result.searchByVoyage ul li.PortType /* VoyagePortList */
{
    width: 120px;
}
/* end of styles for search by voyage search results */

/* styles for search by trade lane search results */
#ajax_result.searchByTradeLane 
{
    width: 1250px;
}

#ajax_result.searchByTradeLane ul 
{
    width: 1150px;
}

#ajax_result.searchByTradeLane ul li.VoyageNumber
{
    width: 90px;
}

#ajax_result.searchByTradeLane ul li.ExternalVoyageNumber {
    width: 90px;
}

#ajax_result.searchByTradeLane ul li.Vessel
{
    width: 165px;
}

#ajax_result.searchByTradeLane ul li.Type
{
    width: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#ajax_result.searchByTradeLane ul li.Status     /* Hide the 'Status' field as it is unimportant and we need the space */
{
    width: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#ajax_result.searchByTradeLane ul li.CentralPort
{
    width: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#ajax_result.searchByTradeLane ul li.PortOfLoading
{
    width: 200px;
}

#ajax_result.searchByTradeLane ul li.PortOfDischarge
{
    width: 200px;
}

#ajax_result.searchByTradeLane ul li.StartDate
{
    width: 90px;
}

#ajax_result.searchByTradeLane ul li.EndDate
{
    width: 90px;
}

#ajax_result.searchByTradeLane ul li.Duration
{
    width: 65px;
}

#ajax_result.searchByTradeLane ul li.HasTransshipment
{
    width: 40px;
}

#ajax_result.searchByTradeLane ul li.PODCallId {
    width: 75px;
}

#ajax_result.searchByTradeLane ul li.POLCallId {
    width: 75px;
}
/* end of styles for search by trade lane search results */

/* styles for search master schedule results  */
#ajax_result .searchMSchedule {
    overflow-x:scroll;
    margin-left: 90px;
}

#masterScheduleResultTable {
    width: 100%;
}

#masterScheduleResultTable td, 
#masterScheduleResultTable th {
    text-align: center;
    
    overflow: hidden;           /* required for text-overflow */
    text-overflow: ellipsis;    /* for IE and WebKit (Safari, Chrome) */
    -o-text-overflow: ellipsis; /* for Opera since 9.0 */
}

#masterScheduleResultTable th {
    border-bottom: 1px solid #837c6b;
}

#masterScheduleResultTable td {
    border-left: 1px solid #837c6b;
}

#masterScheduleResultTable td.firstColumn {
    border-left: none;
}

#masterScheduleResultTable td.dateColumn {
    border: none;
    border-right: 1px solid #837c6b;
    text-align: left;
    position: absolute;
    left: 1.9em;
    top: auto;
    height: 30px;
    width: 85px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 30px;
}

#masterScheduleResultTable th.dateColumn {
    border: none;
    position: absolute;
    left: 2em;
    top: auto;
    height: 30px;
    width: 85px;
}

#masterScheduleResultTable tr {
    height: 34px;
}

#masterScheduleResultTable tr:first-child {
    height: 25px;
}

tr.tuesday,
tr.thursday,
tr.tuesday td.dateColumn,
tr.thursday td.dateColumn { 
    background-color: #c6effa;
}

tr.monday,
tr.wednesday,
tr.friday,
tr.monday td.dateColumn,
tr.wednesday td.dateColumn,
tr.friday td.dateColumn {
    background-color: inherit;
}

tr.saturday,
tr.saturday td.dateColumn {
    background-color: #b5d1f5;   
}

tr.sunday,
tr.sunday td.dateColumn {
    background-color: #a9cbf6;
}

#masterScheduleResultTable ul {
    min-width: 100px;
    width: auto;
}

#masterScheduleResultTable ul li {
    float: none;
    display: block;
}

#terminalInfoPopup.masterSchedule div.header {
    height: 16px;
    margin-bottom: 5px;
}

div.header span {
    margin-left: 4px; 
}

div.row span {
    margin-left: 8px;
}

/* end styles for search master schedule results */

/* styles for when no results found */
#ajax_noresult{
    border: none;
    background-color:#FFF;	/* White background color */
    text-align:left;
    font-size: 16px;
    color: #FFA00B;
    height: 195px;
}

#ajax_noresult div{
    padding:0px;
    font-size: 12px;
    color: #17487D;
}

#ajax_noresult .addressTitle{
    padding:0px;
    font-size: 12px;
    color: #17487D;
    font-weight:bold;
    margin-top: 0px;
    margin-bottom: 7px;

}

#ajax_noresult .addressText{
    padding:0px;
    font-size: 11px;
    font-weight:bold;
    color: #17487D;
 margin-bottom: 3px;
}

#ajax_noresult .addressTel{
    padding:1px;
    font-size: 10px;
    font-weight:normal;
    color: #17487D;
}
/* end of styles for when no results found */

/* style for div that contains message informing user that their search is currently running */
.runningSearchMessageDiv
{
    color: Red;
    background-color: #d0f0f0;
    font-style: italic;
    font-size: 16px;
    margin: 1px;
    padding: 1px;
    text-decoration: blink;
}

/* style for div that contains message informing user that their search failed due to an error */
.searchErrorMessageDiv
{
    margin-left: 8px; 
    margin-right: 8px; 
    padding: 2px 3px 1px 26px;     
    background-color: #FFBABA; 
    color: #D8000C;
    border: 1px solid #D8000C;
    font-style: italic;
    font-size: 16px;
    background-image: url('../../ImageCache/error.png');        
    background-repeat: no-repeat;
    background-position: -1px center;    
}

.trueIcon
{
    margin-left: 1px; 
    margin-right: 1px; 
    background-image: url('../../ImageCache/true12.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    height:12px;
    font-size:0px;
}

li.trueIcon
{
    background-image: url('../../ImageCache/black_minus12.png');
}

.falseIcon
{
    margin-left: 1px; 
    margin-right: 1px; 
    background-image: url('../../ImageCache/false12.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    height:12px;
    font-size:0px;
}

li.falseIcon
{
    background-image: url('../../ImageCache/true12.png');
}

.tooltip 
{
    display:none; 
    background-color: rgb(254, 252, 222); /* #FFFFC0; rgb(255, 247, 234); */
    z-index:0;
    font:12px Arial;
    width:auto;
    height:auto;
    padding:4px;
    border:#2686C9 Solid 1px;
    overflow:hidden;
    color:#0466B4;
    text-align:left;
    max-height:100px;
    max-width:350px;
    line-height:1.1;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px; /* currently does not work in our websites as our websites force IE8 compatability */
}

.helpIcon
{
    border:0;
    width:24px;
    height:24px;
}

#userGuideIconLink
{
    position: relative;
    top:-29px;
    left:880px;  
    height:24px;
    width:25px;
    font-size:8px;
}

#_printTicketButtonInfo
{
    float:left; 
    margin-left:17px;
}

#ajax_result.searchByRotation {
    border: medium none;
    width: 800px;
}

.searchByRotationTable {
    padding: 1px;
    border: 1px solid #0468B6;
    margin-bottom: 15px;
    width: 500px;
    
}

#ajax_listOfOptions.ac-tab-T322-C100-C200 {
    width: 340px;
}
#ajax_listOfOptions.ac-tab-T322-C100-C200 ul {
    width: 320px;
}
#ajax_listOfOptions.ac-tab-T322-C100-C200 ul li.c1 {
    width: 100px;
}
#ajax_listOfOptions.ac-tab-T322-C100-C200 ul li.c2 {
    width: 200px;
}

#ajax_listOfOptions.ac-tab-T220-C200 {
    width: 240px;
}
#ajax_listOfOptions.ac-tab-T220-C200 ul {
    width: 220px;
}
#ajax_listOfOptions.ac-tab-T220-C200 ul li.c1 {
    width: 200px;
}


/***********************************************/
/* END OF STYLES FOR WEB SERVICE QUERY RESULTS */
/***********************************************/


/*************************/
/* START OF PRINT STYLES */
/*************************/

@media print 
{
    
   #divBody
   {
      top: -10px !important;    /* want results grid to be positioned at the top of the printed page */
   }
 
   div.tooltip
   {
      display: none !important;
   }
   
   .trueIcon
   {
      font-size:12px !important;
      height:16px !important;
   }

   .falseIcon
   {
      font-size:12px !important;
      height:16px !important;
   }
   
   /* following styles are specific for the DNN module */
   #toparea, #lowarea, #tabs, #instructionHeader, #_printTicketButton, #_printTicketButtonInfo
   {
       display: none !important;
   }
   /* above     styles are specific for the DNN module */

}
/************************/
/* END OF PRINT STYLES  */
/************************/
