/*ColorsDark Blue: #083080;
	Light Blue: #c5d7ea;
	Yellow: #e9af10;
	Grays: #333333;
	#666666;
	#dddddd;
*/

/* Standard Styles */

* {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
	margin: 0;
	padding: 0;
	color: #000000;
}

br {                  
	clear: both;
	margin: 5px 0;
}
                                                               
td br, th br {
	clear: none;
	margin: 0;
}

img {
	border: 0;
}

h1 {
	font-size: 20px;
	line-height: 23px;
	color: #083080;
	font-weight: bold;
	margin: 0px 10px 0px 10px;	
}

h2 {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
	margin: 0px 10px 0px 10px;	
}

h2.special {
  font-weight: bold;
  font-size: 8pt;
	margin: 0px 0px 5px 0px;
  color: #002d86;
}

h3 {
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 10px 0px 10px;	
}

h4 {
	font-weight: bold;
  line-height: 30pt;
	color: #4d6cab;	
}

h5 {
	font-size: 8pt;
	line-height: 25pt;
	font-weight: bold;
	color: #002d86;
	margin: 0px;	
}

p, li {
	text-align: left;
	margin: 2px 0px 5px 0px;
}

a:link, a:visited, a:active, a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

.info {
	background-color: #e9af10;
}

.error, .Error {
	background-color: #ff0000;
}

.infomsg {
	display: none;
}

.errormsg {
	color: #cc0000;
	font-weight: bold;
}

.err1 {
	color: #cc0000;
	font-weight: normal;
}

.browserWarning {
	margin: 25px auto 5px auto;
	padding: 5px;
	width: 100%;
	border: 2px solid #e9af10;
	background: #ffef8f;
	color: #083080;
	text-align: center;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCentre {
	text-align: center;
}

.hidden {
	display: none;
}

.hiddenF{
	display: none !important;
}

.show{
	display: inline-block;
}

.clear {
	clear: both;
	margin-bottom: 10px;
}

.error-er {
 	display: inline-block;
	width: 15px;
	height: 15px; 
	background: transparent url('images/error-er.png') no-repeat -5px -1px;	
}

.error-wr {
 	display: inline-block;
	width: 15px;
	height: 15px; 
	background: transparent url('images/error-wr.png') no-repeat -5px -1px;	
}

.jqueryHidden, .jQueryHidden {
	display: none;
}

/* Layout */

#fixedContent {
 	background-color: #ffffff;
}

#fixedContent.fixed {
	z-index: 1000;
	width: 980px;
	position: fixed;
	left: auto;
	top: 0px;
}

#headerDiv {
 	width: 980px;
	height: 60px; 
	margin: 15px auto;
}
#headerLeft {
	height: 60px;
	width: 200px;
	background: transparent url('images/nykline.png') no-repeat top left;
	float: left;
	text-align: left;
}
#headerCenter {
	height: 38px;
	width: 500px;
	text-align: center;
	margin: 0 auto;
	padding-top: 22px;               
}
#headerRight {
	height: 60px;
	width: 200px;
	background: transparent url('images/nykwings.png') no-repeat top right;
	float: right;
	text-align: right;               
}

#containerDiv {
	width: 980px;
	margin: 0 auto;
}

#menuDiv {
 	width: 100%;
	height: 60px; 
}

#menuLeftDiv {
 	width: 100%;
	height: 60px; 
	text-align: justify;
}

#mainMenu {
	float: left;
}

#fixedMenu {
	float: right;
}


.menuItem {
	display: inline-block;
	margin: 0px 1px;
	background-color: transparent;
	background-image: url('images/menu/nykeMenu.png');
	background-repeat: no-repeat;
	height: 56px;
	width: 56px;
	cursor: pointer;
}

.menuItem a { 
	text-decoration: none;            	
}

#menuVoyagesACTIVE { background-position: -19px -232px; }
#menuContractsACTIVE { background-position: -89px -232px; }
#menuQMACTIVE { background-position: -159px -232px; }
#menuReferenceDataACTIVE { background-position: -229px -232px; }
#menuVMACTIVE { background-position: -299px -232px; }
#menuSASAWSUMAACTIVE { background-position: -369px -232px; }
#menuCargoTrackingACTIVE { background-position: -439px -232px; }
#menuDataUploadACTIVE { background-position: -509px -232px; }
#menuAdminACTIVE { background-position: -579px -232px; }
#menuHomeACTIVE { background-position: -649px -232px; }
#menuPasswordACTIVE { background-position: -719px -232px; }
#menuLogoutACTIVE { background-position: -789px -232px; }
#menuBookingACTIVE { background-position: -859px -232px; }   
#menuRecapACTIVE { background-position: -929px -232px; }
#menuCargoClaimsACTIVE { background-position: -999px -232px; }
#menuCRISACTIVE { background-position: -1069px -232px; } 

#menuVoyages { background-position: -19px -167px; }
#menuContracts { background-position: -89px -167px; }
#menuQM { background-position: -159px -167px; }
#menuReferenceData { background-position: -229px -167px; }
#menuVM { background-position: -299px -167px; }
#menuSASAWSUMA { background-position: -369px -167px; }
#menuCargoTracking { background-position: -439px -167px; }
#menuDataUpload { background-position: -509px -167px; }
#menuAdmin { background-position: -579px -167px; }
#menuHome { background-position: -649px -167px; }
#menuPassword { background-position: -719px -167px; }
#menuLogout { background-position: -789px -167px; }
#menuBooking { background-position: -859px -167px; }  
#menuRecap { background-position: -929px -167px; }
#menuCargoClaims { background-position: -999px -167px; }
#menuCRIS { background-position: -1069px -167px; }

#menuVoyages:hover { background-position: -19px -298px; }
#menuContracts:hover { background-position: -89px -298px; }
#menuQM:hover { background-position: -159px -298px; }
#menuReferenceData:hover { background-position: -229px -298px; }
#menuVM:hover { background-position: -299px -298px; }
#menuSASAWSUMA:hover { background-position: -369px -298px; }
#menuCargoTracking:hover { background-position: -439px -298px; }
#menuDataUpload:hover { background-position: -509px -298px; }
#menuAdmin:hover { background-position: -579px -298px; }
#menuHome:hover { background-position: -649px -298px; }
#menuPassword:hover { background-position: -719px -298px; }
#menuLogout:hover { background-position: -789px -298px; }
#menuBooking:hover { background-position: -859px -298px; }  
#menuRecap:hover { background-position: -929px -298px; }
#menuCargoClaims:hover { background-position: -999px -298px; }
#menuCRIS:hover { background-position: -1069px -298px; }

/* Sub Menus */
ul.subNav {
	z-index: 1000;
	list-style: none;
	position: relative; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 10px; 
	top: 60px;
	background: transparent;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 220px;
}
ul.goLeft {
	position: relative; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -155px; 
	top: 60px;
}
ul.goRight {
	position: relative; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 15px; 
	top: 60px;
}
ul.subNav li {
	color: #000000;
	height: 30px;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	clear: both;
	background: transparent url('images/menu/subNavRight.png') no-repeat 0px -25px;
	padding-left: 10px;
	color: #000000;  
	font-weight: bold;
}
ul.subNav li:hover {
	padding-left: 10px;
	background: transparent url('images/menu/subNavRight.png') no-repeat 0px -125px;
}
ul.goLeft li.subNavHead, ul.goLeft li.subNavHead:hover {
	height: 15px;
	line-height: 15px;
	background: transparent url('images/menu/subNavLeft.png') no-repeat 0px 0px;
	border: 0;
}
ul.goRight li.subNavHead, ul.goRight li.subNavHead:hover {
	height: 15px;
	line-height: 15px;
	background: transparent url('images/menu/subNavRight.png') no-repeat 0px 0px;
	border: 0;
}
ul.subNav li.subNavFoot, ul.subNav li.subNavFoot:hover {
	height: 20px;
	line-height: 20px;
	background: transparent url('images/menu/subNavRight.png') no-repeat 0px -65px;
	border: 0;
}

ul.subNav li.menuItemSubTitle {
	cursor: default;
	color: #cc0000;
}

ul.subNav li.menuItemSubTitle:hover {
	cursor: default;
	background: transparent url('images/menu/subNavRight.png') no-repeat 0px -25px;
	padding-left: 10px;
}

#titleDiv {
	display: block;
	width: 980px;
	border: 0;
	height: 30px;
	background: #ffffff url('images/titlebar.png') no-repeat top center;
	text-align: left;
	margin: 5px 0px 0px 0px;
}

#titleDiv span, #titleDiv a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	top: 2px;
}


#titleDiv span.linkSeparator {
	position: relative;
	top: 1px;
	margin: 0px 3px 0px 0px;
}

#newsDiv {
	display: block;
	width: 960px;
	height: 14px;
}

#contentDiv {
 	width: 960px;
 	margin: 10px;
	text-align: left;
	min-height: 230px;
	background: #ffffff url('images/contentBG.png') 50% top no-repeat;
}

#contentDiv.noBorder {
 	width: 960px;
	margin: 10px;
	text-align: left;
	min-height: 230px;
	background: #ffffff url('images/blank.gif') 50% top no-repeat;
}

#contentDiv.noBorder h4 {
	display: none;
}

.inner {
  margin: 0px 15px;
}

#footerDiv {
	clear: both;
	margin: 0px auto;
	width: 980px;
	border-top: 3px solid #083080;
	padding: 5px 0px;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
	text-align: right;
}

.left {
  float: left;
}

.right {
	float: right;
}

#specialMessages, #tabSpecialMessages {
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

/* Page Specific Styles */
#loginDiv {
	width: 340px;
	margin: 150px auto 170px auto;
}

#submitDiv {
	width: 400px;
}

#loginButton, #submitButton {
	margin-top: -5px;
}

#home {
}

/* Standard Sizes */
.block				{ display: inline-block; }
.tiniest 			{ width: 10px; }
.tiniestTiny 	{ width: 20px; }
.tiny 				{ width: 25px; }
.tinySmall 		{ width: 45px; }
.small 				{ width: 65px; }
.smallMedium 	{ width: 85px; }
.medium 			{ width: 100px; }
.mediumLarge 	{ width: 125px; }
.large 				{ width: 150px; }
.largeHuge 		{ width: 175px; }
.huge 				{ width: 200px; }
.hugeMassive 	{ width: 300px; }
.massive			{ width: 400px; }
.massivePhenominal   { width: 500px; }
.phenominal   { width: 600px; }
.fullWidth 		{ width: 100%; }
.colSpacing 	{ margin-left: 25px; }
.top          { vertical-align: top; }
/* Actions */

.notauth					{ width:18px;  height:18px;  background:transparent url('images/blank.gif') no-repeat; display:inline-block; }

.auth							{ width:18px;  height:18px;  background:transparent url('images/actions/actauth.png') no-repeat;  display:inline-block; }
.addButton  			{ width:18px;  height:18px;  margin: 0 5px; background:transparent url('images/actions/actadd.png') no-repeat;  display:inline-block; }
.cargoxref				{ width:35px;  height:18px;  background:transparent url('images/actions/actcargoxref.png') no-repeat;  display:inline-block; }
.codes						{ width:18px;  height:18px;  background:transparent url('images/actions/actcodes.png') no-repeat;  display:inline-block; }
.delay						{ width:18px;  height:18px;  background:transparent url('images/actions/actdelay.png') no-repeat;  display:inline-block; }
.resetBLButton		{ width:18px;  height:18px;  background:transparent url('images/actions/actresetbl.png') no-repeat;  display:inline-block; }
.viewVeslButton,
.viewVeslButton1  { position: relative; top: 2px; width: 14px; height: 14px; background: transparent url('images/actions/actveslview.png') no-repeat; display: inline-block; }
.viewVeslButton0  { width:20px;  height:15px;  display:inline-block; cursor: default !important; }
.updateVeslButton { position: relative; top: 2px; width: 14px; height: 14px; background: transparent url('images/actions/actveslupd.png') no-repeat; display: inline-block; }
.documentButton,
.documentButton0  { width:18px;  height:18px;  background:transparent url('images/actions/actdoc0.png') no-repeat;  display:inline-block; }
.documentButton1  { width:18px;  height:18px;  background:transparent url('images/actions/actdoc1.png') no-repeat;  display:inline-block; }
.saveButton			  { width:18px;  height:18px;  background:transparent url('images/actions/save.png') no-repeat;  display:inline-block; }
.updateButton			{ width:18px;  height:18px;  background:transparent url('images/actions/actupd.png') no-repeat;  display:inline-block; }
.forwardButton		{ width:18px;  height:18px;  background:transparent url('images/actions/actfwd.png') no-repeat;  display:inline-block; }
.copyButton				{ width:18px;  height:18px;  background:transparent url('images/actions/actcpy.png') no-repeat;  display:inline-block; }
.copyButton2			{ width:18px;  height:18px;  background:transparent url('images/actions/actcpy.png') no-repeat;  display: inline-block; }
.scheduleButton		{ width:18px;  height:18px;  background:transparent url('images/actions/actschedule.png') no-repeat;  display:inline-block; }
.createSubButton	{ width:18px;  height:18px;  background:transparent url('images/actions/actcrtsub.png') no-repeat;  display:inline-block; }
.removeButton			{ width:18px;  height:18px;  background:transparent url('images/actions/actrem.png') no-repeat;  display:inline-block; }
.cancelButton			{ width:18px;  height:18px;  background:transparent url('images/actions/actcan.png') no-repeat;  display:inline-block; }
.deleteButton			{ width:18px;  height:18px;  background:transparent url('images/actions/actdel.png') no-repeat;  display:inline-block; }
.undeleteButton		{ width:18px;  height:18px;  background:transparent url('images/actions/actdelun.png') no-repeat;  display:inline-block; }
.linkButton				{ width:19px;  height:18px;  background:transparent url('images/actions/link.png') no-repeat;  display:inline-block; }
.unlinkButton			{ width:19px;  height:18px;  background:transparent url('images/actions/unlink.png') no-repeat;  display:inline-block; }
.nexttab					{ width:18px;  height:18px;  background:transparent url('images/actions/actnext.png') no-repeat;  display:inline-block; }
.calc							{ width:18px;  height:18px;  background:transparent url('images/actions/actcalculated.png') no-repeat;  display:inline-block; }
.smallCalc				{ width:18px;  height:18px;  background:transparent url('images/actions/actcalculated.png') no-repeat;  display:inline-block; }
.seqndown					{ width:18px;  height:18px;  background:transparent url('images/actions/actdown.png') no-repeat;  display:inline-block; }
.seqnup						{ width:18px;  height:18px;  background:transparent url('images/actions/actup.png') no-repeat;  display:inline-block; }
.shifts						{ width:18px;  height:18px;  background:transparent url('images/actions/actshifts.png') no-repeat;  display:inline-block; }
.offices					{ width:18px;  height:18px;  background:transparent url('images/actions/actoffices.png') no-repeat;  display:inline-block; }
.tasks						{ width:18px;  height:18px;  background:transparent url('images/actions/acttasks.png') no-repeat;  display:inline-block; }
.inbound					{ width:18px;  height:18px;  background:transparent url('images/actions/actinbound.png') no-repeat;  display:inline-block; }
.outbound					{ width:18px;  height:18px;  background:transparent url('images/actions/actoutbound.png') no-repeat;  display:inline-block; }
.pofe							{ width:18px;  height:18px;  background:transparent url('images/actions/actpofe.png') no-repeat;  display:inline-block; }
.refresh   				{ width:18px;  height:14px;  background:transparent url('images/actions/actrecalc.png') no-repeat;  display:inline-block; }
.recalc						{ width:18px;  height:14px;  background:transparent url('images/actions/actrecalc.png') no-repeat;  display:inline-block; }
.recalcshift			{ width:18px;  height:14px;  background:transparent url('images/actions/actrecalc.png') no-repeat;  display:inline-block; }
.recalcberth			{ width:18px;  height:14px;  background:transparent url('images/actions/actrecalc.png') no-repeat;  display:inline-block; }
.checkOff					{ width:15px;  height:15px;  background:transparent url('images/actions/check-off.png') 50% 50% no-repeat;  display:inline-block; }
.checkOn					{ width:15px;  height:15px;  background:transparent url('images/actions/check-on.png') 50% 50% no-repeat;  display:inline-block; }
.tick1            { width:15px;  height:15px;  background:transparent url('images/actions/tick.png') 50% 50% no-repeat;  display:inline-block; }
.historyLog       { width:20px;  height:20px;  background:transparent url('images/actions/history-log.png') 50% 50% no-repeat;  display:inline-block; cursor: pointer; }
.activityLog      { width:22px;  height:22px;  background:transparent url('images/actions/activity-log.png') 50% 50% no-repeat;  display:inline-block; cursor: pointer; }


.prstStatusIcon1  { display: none; }
.prstStatusIcon2  { width:15px;  height:15px;  background:transparent url('images/actions/prst-yellow.png') 50% 50% no-repeat;  display:inline-block;}
.prstStatusIcon3  { width:15px;  height:15px;  background:transparent url('images/actions/prst-green.png') 50% 50% no-repeat;  display:inline-block;}

.help     				{ position: absolute; width:15px;  height:15px;  background:transparent url('images/actions/help.png') no-repeat;  display:inline-block; cursor: pointer; }
.dims     				{ width:18px;  height:18px;  background:transparent url('images/actions/dims.png') no-repeat;  display:inline-block; cursor: pointer; padding: 1px; }
.helper1   				{ margin-top: 3px; position: absolute; width:15px;  height:15px;  background:transparent url('images/actions/transittime.png') no-repeat;  display:inline-block; cursor: pointer; }

.error-warn				{ position: absolute; width:20px;  height:15px;  background:transparent url('images/actions/error-warn.png') no-repeat;  display:inline-block; }
.error-error			{ position: absolute; width:20px;  height:15px;  background:transparent url('images/actions/error-error.png') no-repeat;  display:inline-block; }
.error-rsched			{ position: absolute; width:20px;  height:15px;  background:transparent url('images/actions/error-rsched.png') no-repeat;  display:inline-block; }

.dash-warn				{ position: relative; top: -1px; width:20px; background:transparent url('images/actions/error-warn.png') no-repeat; display:inline-block; }
.dash-error			  { position: relative; top: -1px; width:20px; background:transparent url('images/actions/error-error.png') no-repeat; display:inline-block; }

.overriden1				{ width:15px;  height:18px;  background:transparent url('images/actions/error-warn.png') no-repeat -5px 2px;  display:inline-block; }

.tipErrorMsg 			{ font-weight: bold; color: #cc0000; white-space: nowrap; margin: 2px 0px 3px 0px; }
.tipWarnMsg 			{ font-weight: bold; color: #ff7800; white-space: nowrap; margin: 2px 0px 3px 0px; }
.tipRschedMsg 		{ font-weight: bold; color: #660083; white-space: nowrap; margin: 2px 0px 3px 0px; }

.changed1         { width:20px;  height:15px;  background:transparent url('images/actions/error-warn.png') 0 0 no-repeat;  display:inline-block; }
.changed0,
.changed          { width:20px;  height:15px;  display:inline-block; }

.calculatedTrigger { background: transparent url('images/actions/actcalculated.png') no-repeat; width: 18px; height: 18px; }

.notes0   		 { width:18px;  height:18px;  background:transparent url('images/actions/notes0.png') no-repeat;  display:inline-block; }
.notes1 ,	  		 
.notes2		 	  { width:18px;  height:18px;  background:transparent url('images/actions/notes1.png') no-repeat;  display:inline-block; }

.infoButton 			{ width:18px;  height:18px;  background:transparent url('images/actions/actinfo.png') no-repeat;  display:inline-block; }

.calculatedTable, .calculatedTable td {
  padding: 3px;
  border: 1px solid #002d86;
  border-collapse: collapse;
}

.calculatedTable th {
  color: #ffffff;
  padding: 3px;
  border: 1px solid #002d86;
  background-color: #002d86;
}

/* Standard Forms */

form { }
form fieldset { 
  border: 0;
  padding: 0;
  margin: 0;   
}

fieldset.pageSep {
	margin: 5px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	border: 2px solid #ffffff;
	border-top: 2px solid #dddddd;
	clear: both;
}


.section {
  margin-bottom: 15px;
}

.sectionLabel {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  color: #002d86;
  margin: 0;
  padding: 0;
}

form fieldset legend {
	margin: 0px 0px 0px 10px;
	padding: 2px 5px;
	color: #666666;
	font-weight: bold;
}

.first {
  margin-top: 10px;
}

label {
	display: inline-block;
	font-weight: bold;
  min-height: 20px;
	margin: 0px;
  padding: 1px 2px 1px 2px; 
}

input, select, textarea {
	display: inline-block;
	font-weight: normal;
	margin: 0px;
	padding: 1px 2px;
}

.tinyLabel { width: 60px; display:inline-block; }
.smallLabel { width: 75px; display:inline-block; }
.mediumLabel { width: 100px; display:inline-block; }
.largeLabel { width: 150px; display:inline-block; }
.largerLabel { width: 175px; display:inline-block; }
.hugeLabel { width: 200px; display:inline-block; } 

.tinyCol 		{ width: 50px; display:inline-block; min-height: 20px; padding: 1px 2px; vertical-align: top; margin-bottom: 2px; }
.smallCol 		{ width: 100px; display:inline-block; min-height: 20px; padding: 1px 2px; vertical-align: top; margin-bottom: 2px; }
.mediumCol 		{ width: 150px; display:inline-block; min-height: 20px; padding: 1px 2px; vertical-align: top; margin-bottom: 2px; }
.largeCol 		{ width: 225px; display:inline-block;	min-height: 20px; padding: 1px 2px; vertical-align: top; margin-bottom: 2px; }
.hugeCol 		{ width: 300px; display:inline-block; min-height: 20px; padding: 1px 2px; vertical-align: top; margin-bottom: 2px; }
.massiveCol 	{ width: 400px; display:inline-block; min-height: 20px; padding: 1px 2px; vertical-align: top; margin-bottom: 2px; }
.phenominalCol 	{ width: 500px; display:inline-block; min-height: 20px; padding: 1px 2px; vertical-align: top; margin-bottom: 2px; }

.col { width: 600px; display:inline-block; min-height: 20px; padding: 1px 2px; vertical-align: top; margin-bottom: 2px; }
.column { display:inline-block; min-height: 20px; padding: 1px 2px; vertical-align: top; margin-bottom: 2px; }

span.fakeInput {
	display: inline-block;
  min-height: 20px;
  line-height: 20px;
	margin: 0px;
	padding: 1px 2px;
}

label.fakeInput { 
}

/* Special Forms */ 

.twoMediumCols { width: 421px; display:inline-block; vertical-align: top; margin-bottom: 1px; }
.mediumLargeCol { width: 190px; display:inline-block; vertical-align: top; margin-bottom: 1px; }

.nyvy160special1 { width: 100px; display:inline-block; vertical-align: middle; }
.nyvy160special2 { width: 200px; display:inline-block; vertical-align: middle; }
.nyvy160special3 { display:inline-block; vertical-align: top; margin-bottom: 10px; padding-left: 50px; }

.col2plus { margin-left: 15px; }

/* Buttons */
button  {
	color: #ffffff;
	font-weight: bold;
 	display: inline-block;
 	height: 25px;
 	vertical-align: bottom; 
	background-image: url('images/buttons.png');
 	background-repeat: repeat-x;
 	background-color: transparent;
 	background-position: 0px -26px;
	border: 0;
	margin: 0;
	padding: 1px 0px 5px 0px;
	margin: 5px 0px;
	cursor: pointer;
}


button.commentButton {
	color: #083080;
	background-image: url('images/buttonsLight.png');
	margin-bottom: 5px;
}

button.errorButton {
	color: #ffffff;
	background-image: url('images/buttonsRed.png');
	margin-bottom: 5px;
}

span.docExistsStatus{
    
    width: 16px;
  	height: 25px;
  	background-image: url('images/buttons.png');
   	background-repeat: repeat-x;
   	background-color: transparent;
   	background-position: 0px -26px;
   	margin: 5px 0px;
    position:relative; 
}

.docExists span.docExistsStatus,
.docExists0 span.docExistsStatus {
    display: none;
}

.docExists1 span.docExistsStatus {  
    display: inline-block; 
}

.docExistsStatusIcon{
  position:absolute;
  left: 0px;
  top:4px;
  width:16px;
  height:16px;
  background-image: url('images/upload-ok.png');
}

.buttonEndLeft {
	display: inline-block;
 	width: 6px;
	height: 25px;
	background-image: url('images/buttons.png');
 	background-repeat: no-repeat;
 	background-color: transparent;
 	background-position: 0px 0px;
 	margin: 5px 0px;    
}

.buttonEndLeftLight {
	display: inline-block;
 	width: 6px;
	height: 25px;
	background-image: url('images/buttonsLight.png');
 	background-repeat: no-repeat;
 	background-color: transparent;
 	background-position: 0px 0px;
 	margin: 5px 0px 5px 0px; 
}

.buttonEndLeftRed {
	display: inline-block;
 	width: 6px;
	height: 25px;
	background-image: url('images/buttonsRed.png');
 	background-repeat: no-repeat;
 	background-color: transparent;
 	background-position: 0px 0px;
 	margin: 5px 0px 5px 0px; 
}

.buttonEndRight {
 	display: inline-block; 
 	width: 6px;
	height: 25px;
	background-image: url('images/buttons.png');
 	background-repeat: no-repeat;
 	background-color: transparent;
 	background-position: -63px 0px;
 	margin: 5px 10px 5px 0px; 
}

.buttonEndRightLight {                             
 	display: inline-block; 
 	width: 6px;
	height: 25px;
	background-image: url('images/buttonsLight.png');
 	background-repeat: no-repeat;
 	background-color: transparent;
 	background-position: -63px 0px;
 	margin: 5px 10px 5px 0px;
}

.buttonEndRightRed {                             
 	display: inline-block; 
 	width: 6px;
	height: 25px;
	background-image: url('images/buttonsRed.png');
 	background-repeat: no-repeat;
 	background-color: transparent;
 	background-position: -63px 0px;
 	margin: 5px 10px 5px 0px;
}



.paginate_button {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
 	display: inline-block; 
 	height: 25px;
 	width: 39px;
 	background-image: url('images/buttonsPaginate.png');
 	background-repeat: no-repeat;
 	background-color: transparent;
 	background-position: -1px 0px;
	line-height: 25px;
	vertical-align: middle;
	margin: 0px 2px 0px 0px;
	cursor: pointer;
}

a.paginate_button {
  color: #ffffff;
  font-weight: bold;
}

.paginate_active {
	text-align: center;
	color: #083080;
	font-weight: bold;
 	display: inline-block; 
 	height: 25px;
 	width: 39px;
 	background-image: url('images/buttonsPaginate.png');
 	background-repeat: no-repeat;
 	background-color: transparent;
 	background-position: -43px 0px;
	line-height: 25px;
	vertical-align: middle;
	margin: 0px 2px 0px 0px;
	cursor: default;
}

/* ------- JQUERY & JQUERY PLUGINS --------- */

/* Data Tables */

.expCol {
	display: block;
	width: 18px;
	height: 18px;
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	width: 100%;
}

.dataTables_empty {
	text-align: center;
}

.dataTables_processing {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 2px solid #083080;
	text-align: center;
	padding: 40px;
	background: #c5d7ea;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
}

div.tableTools {
 display: block;
 float: left;
 text-align: left;
 width: 400px;
}

div.top {
 display: block;
 margin: 10px 0px 10px 0px;
 float: right;
}

div.bottom {
 display: block;
 margin: 10px 0px 0px 0px;
 float: right;
 clear: both;
}

table {
	width: 100%;
  border: 0;
}

td {
	padding: 0px 5px;
	vertical-align: middle;
  line-height: 16px;
	white-space: nowrap;
}

td.wrapping {
  white-space: normal;
}

th {
	text-align: center;
	vertical-align: bottom;
	padding: 0px 5px 14px 5px;
	white-space: nowrap;
  border-bottom: 1px solid #000000;	
}

th.actions, td.actions, td.expCol, th.expCol {
	white-space: nowrap;
}

th.sorting {
	cursor: pointer;
}

thead tr.search {
	background-color: #eeeeee;
}

thead tr.search td {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

thead tr.search th {
	text-align: left;
	padding: 2px 2px 3px 2px; 
}

thead tr.search th input, thead tr.search th select  {
	margin: 0;
	padding: 0px 0;
	width: 95%;
}

thead tr.edit {
	background-color: #eeeeee;
}

thead tr.edit td {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

thead tr.edit th {
	text-align: left;
	padding: 2px 5px 2px 5px; 
}

thead tr.edit th input{
	margin: 0;  
	padding: 0px 0;
	width: 95%;
}

thead tr.edit th.hasDatePicker{	
	padding: 0px 5px;
}

thead tr.edit th input.hasDatePicker{		
	width: 50% !important;
	padding: 1px 2px !important;
	
}

tbody tr.edit td input.hasDatePicker{
	width: 50% !important;	
}


thead tr.edit th select {  
  width: 95%;
}

.fillWidth {
	width: 93%;
}

table.addrow tr td select {  
  width: 95%;
}
 
.even {
  background-color: #efeefe;
}

.odd {
	background-color: #ceccec;
}

.blank {
	background-color: #eeeeee;
}

tbody tr.even:hover, tbody tr.odd:hover {
  background-color: #e9af10;
}

tfoot tr td {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #000000;
}

td.number, th.number, input.number {
	text-align: right;
}

.sorting_asc {
	background: #c5d7ea url('images/sortUp.png') no-repeat bottom center;
	cursor:pointer;
}

.sorting_desc {
 background: #c5d7ea url('images/sortDown.png') no-repeat bottom center;
 cursor:pointer;
}

.sorting {
 background: transparent url('images/sortBoth.png') no-repeat bottom center;
 cursor:pointer;
}

.subRowData {
	padding: 10px;
	background-color: #cccccc;
}

.subRowData th {
	font-weight: bold;
	padding: 2px;
	margin: 0;
	background-color: #083080;
	color: #ffffff;
}

.subRowData td {
	background-color: #ffffff;
}

.noPad {
	padding: 0;
	margin: 0;
}

.expander {
	cursor: pointer;
}

.expanded {
	display: block;
	background: transparent url('images/detailsClose.png') no-repeat center center;
	width: 18px;
	height: 18px;
}

.collapsed {
	display: block;
	background: transparent url('images/detailsOpen.png') no-repeat center center;
	width: 18px;
	height: 18px;
}

.tblDataINLAError {
  font-weight: bold;
	background-color: #cc0000;
}

/* Ticker Styling */
#ticker-wrapper.has-js {
	padding: 0px 10px 10px 10px;
	display: block;
	width: 960px;
	height: 23px;
}

#ticker {
	width: 875px;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
}
#ticker-title {
	padding-top: 9px;
	color: #083080;
	font-weight: bold;
	float: left;
}
#ticker-content {
	margin: 0px;
	padding-top: 9px;
	position: absolute;
	color: #000000;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	line-height: 14px;
}
#ticker-content:focus {
	display: none;
}
#ticker-content a {
	text-decoration: none;	
	color: #000000;
	cursor: default;
}
#ticker-content a:hover {
	text-decoration: none;	
	color: #000000; 
	cursor: default;
}
#ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #ffffff;
	display: block;
	width: 900px;
	height: 23px;
	float: left;
}
#ticker-swipe span {
	margin-left: 1px;
	background-color: #ffffff;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
	float: left;
}
.js-hidden {
	display: none;
}
#no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
#ticker-controls {
	padding: 4px 0px 0px 0px;
	list-style-type: none;
	float: right;
}
#ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
#ticker-controls li#play-pause {
	background-image: url('images/controls.png');
	background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
	background-image: url('images/controls.png');	
	background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
	background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
	background-position: 48px 0px;
}
#ticker-controls li#prev {
	background-image: url('images/controls.png');
	background-position: 0px 16px;		
}
#ticker-controls li#prev.over {
	background-position: 0px 32px;		
}
#ticker-controls li#prev.down {
	background-position: 0px 0px;		
}
#ticker-controls li#next {
	background-image: url('images/controls.png');	
	background-position: 16px 16px;	
}
#ticker-controls li#next.over {
	background-position: 16px 32px;	
}
#ticker-controls li#next.down {	
	background-position: 16px 0px;	
}

/* jGrowl */
.jErrorOrig, .jInfoOrig {
	display: none;
}
#NYVY025ERRORDIV.jErrorOrig, #NYVY025ERRORDIV.jInfoOrig {
	display: none;
}
ul, ol, dl {
	list-style: none;
}
div.jGrowl {
	padding: 10px;
	z-index: 9999;
	color: #ffffff;
}
body > div.jGrowl {
	position: fixed;
}
body > div.jGrowl.top-left {
	left: 0px;
	top: 105px;
}
body > div.jGrowl.top-right {
	right: 0px;
	top: 105px;
}
body > div.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}
body > div.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}
body > div.jGrowl.center {
	bottom: 0px;
	left: 33%;
	width: 34%;
}
div.jGrowl-closer {
	margin: 5px;
	padding: 5px 10px;
	background-color: #eeeeee;
	border: 2px solid #000066;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}
div.jGrowl-notification {
	margin: 5px;
	padding: 5px 10px;
}
div.jGrowl div.jError {
	background-color: #eeeeee;
	border: 2px solid #cc0000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.jGrowl div.jError div.jGrowl-close {
	float: right;
	font-weight: bold;
	cursor: pointer;
}
div.jGrowl div.jError div.jGrowl-header {
	color: #cc0000;
	font-weight: bold;
}
div.jGrowl div.jError div.jGrowl-message {
  margin: 10px 0px 5px 0px;
	font-weight: normal;
}
div.jGrowl div.jInfo {
	background-color: #eeeeee;
	border: 2px solid #0000cc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.jGrowl div.jInfo div.jGrowl-close {
	float: right;
	font-weight: bold;
	cursor: pointer;
}
div.jGrowl div.jInfo div.jGrowl-header {
	color: #0000cc;
	font-weight: bold;
}
div.jGrowl div.jInfo div.jGrowl-message {
  margin: 10px 0px 5px 0px;
	font-weight: normal;
}
	
div.jGrowl div.jWarn {
	background-color: #efefef;
	border: 2px solid #eb5c00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
div.jGrowl div.jWarn div.jGrowl-close {
  float: right;
  font-weight: bold;
  cursor: pointer; 
}

div.jGrowl div.jWarn div.jGrowl-header {
	color: #eb5c00;
	font-weight: bold;
}

div.jGrowl div.jWarn div.jGrowl-message {
	color: #000000;
	margin: 10px 0px 5px 0px;
	font-weight: normal;
}


/* Tabs */
#tabs {
	margin: 10px 0px 15px 0px;
}

#tabs .ui-state-default {
 	border-left: 2px solid #083080;
 	border-right: 2px solid #083080;
 	border-top-left-radius: 5px;
 	border-top-right-radius: 5px;
}

#tabs .ui-state-default a {
	color: #ffffff;
	font-weight: bold;
	background-image: url('images/buttons.png');
 	background-repeat: repeat-x;
 	background-color: transparent;
 	background-position: 0px -26px;
}

#tabs .ui-state-active {
 	border-top: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
 	border-right: 1px solid #cccccc;
 	border-top-left-radius: 5px;
 	border-top-right-radius: 5px;
}

#tabs .ui-state-active a {
	color: #000000;
	font-weight: bold;
	background-image: url('images/blank.gif');
 	background-repeat: repeat-x;
 	background-color: transparent;
 	background-position: 0px 0px;
}

/* Hiders */
#hider {
  height: 10px;
  margin-top: 5px;
}

.hidermore {
  background: transparent url('images/showmore.png') bottom right no-repeat;
}

.hiderless {
  background: transparent url('images/showless.png') bottom right no-repeat;
}

#hideable {
	display: none;
}

/* UI Overrides */

.ui-widget-header {
  background: #ffffff url('images/buttonLight.png') repeat-x center center;
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;	
}

.ui-state-default {
	background: transparent;
}

.ui-datepicker-trigger {
  position: relative;
  top: 3px;
  height: 16px;
  width: 16px;
  margin: 0px 0px 0px 2px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
	width: 95%;
	height: 100%;	
}

/* Table Tools Print Overrides */

.DTTT_Print #contentDiv {
 	width: 960px;
	margin: 10px;
	text-align: left;
	min-height: 230px;
	background: #ffffff url('images/blank.gif') 50% top no-repeat;
}

.DTTT_Print .pageSep {
	border-top: 0;
}

.DTTT_Print tr.search, .DTTT_Print tfoot, .DTTT_Print td.actions, .DTTT_Print th.actions {
 	display: none;
}

.DTTT_Print thead tr th {
	background: #ffffff url('images/blank.gif') 50% top no-repeat;
	padding: 0px 5px 5px 5px;
}

.DTTT_Print tr td {
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
}

.DTTT_Print a {
	text-decoration: none;
}

#NYVY162DIALOG .dataTable {
  width: 960px;
  height: 300px;
  overflow: hidden;  
  vertical-align: top;
  overflow-y: scroll;
  overflow-x: hidden;
}

#NYVY162DIALOG .dataTable table {
  height: auto;
  width: 100%;
  overflow: none;
}

#NYVY025DIALOG {
  overflow: hidden;
}

#NYVY025DIALOG .box1 {
  border: 1px solid #002d86;
  height: 170px;
  padding: 5px;
}

#NYVY025DIALOG .box2 {
  border: 1px solid #002d86;
  padding: 5px;
  height: 70px;
  margin-top: 5px;
}

#NYVY025DIALOG .box3 {
  border: 1px solid #002d86;
  padding: 5px;
  width: 500px;
  height: 140px;
  float: right;
  overflow-y: scroll;
  overflow-x: hidden;
}

#NYVY025DIALOG .box4 {
  border: 1px solid #002d86;
  padding: 5px;
  width: 500px;
  height: 100px;
  float: right;
  margin-top: 5px;
}

.navigational {
}

.operational {
	font-style: italic;
}

.omitted, .obsolete, .deleted {
	text-decoration: line-through;
}

td.of1 {
	text-decoration: line-through;
}

tr.oa1 td {
	text-decoration: line-through;
}

tr.oa1 td.actions {
  text-decoration: none;
}

.figures {
	font-family: courier;
	font-size: 7pt;
}

.figuresright {
	font-family: courier;
	text-align: right;
	font-size: 7pt;
}

.tableRight {
	text-align: right;
}

.figuresna {
	background-color: gray;
}

.label {
  font-weight: bold;
}

#alphabetispagheti {
  margin: 5px 0px 5px 0px;
}

#alphabetispagheti span {
  text-align: center;
  display: inline-block;
  width: 16px;
  padding: 3px 6px 2px 6px;
  color: #999999;
  border: 1px solid #999999; 
  background-color: #eeeeee; 
}

#alphabetispagheti span.active {
  font-weight: bold; 
  color: #ffffff;
  border: 1px solid #083080; 
  background-color: #083080;
  cursor: pointer; 
}

#alphabetispagheti span.current {
  font-weight: bold; 
  color: #083080;
  border: 1px solid #083080; 
  background-color: #c5d7ea; 
}

.home {
  padding: 0;
  margin: 0;
}

.heading {
	font-weight: bold;
  line-height: 30pt;
	color: #4d6cab;	
}

.heading2 {
	font-weight: bold;
}

.homeinner {
  margin: 0px 15px;
}

#home-news, #home-news-liner, #home-news-logistics {
 	width: 960px;
 	text-align: left;
	min-height: 230px;
	background: #ffffff url('images/contentBG.png') 50% top no-repeat;
}

#home-nydb010, #home-voyagesummary, #home-voyages {
 	width: 470px;
  float: left;
 	text-align: left;
	height: 280px;
	background: #ffffff url('images/contentBGHalf.png') 50% top no-repeat;
}

#home-tasks, #home-voyagesspeed, #home-voyagedetail {
 	width: 470px;
  float: right;
 	text-align: left;
	height: 280px;
	background: #ffffff url('images/contentBGHalf.png') 50% top no-repeat;
}

#home-voyages, #home-voyagedetail {
  height: 230px;
}

.ajaxMessage{
  display: block;
  width: 300px;
  text-align: center;
  font-weight: bold;
  margin: 75px auto;
}

.fs-graphlet {
  display: none;
}

.legBox {
  height: 70px;
  width: 160px;
  padding: 5px;
  position: absolute;
  z-index: 1000;
}

.legRow {
  height: 70px;
  width: 870px;
  padding: 6px;
  position: absolute;
  border-bottom: solid 1px #cccccc;
}

.space {
  display: block;
  height: 6px;
  line-height: 6px;
  font-size: 6px;
}

.clickable1 {
  cursor: pointer;	
}

.clickable, .clickable0 {
  cursor: default;
}

.legBoxStatus {
  background: transparent url('images/legBox0.png') no-repeat center center;
}

.legBoxStatus0 {
  background: transparent url('images/legBox0.png') no-repeat center center;
}

.legBoxStatus1 {
  background: transparent url('images/legBox1.png') no-repeat center center;
}

.legBox div.inner {
  padding: 2px 5px 0px 5px;
}

.legBox div {
  margin: 0; 
  padding: 0;
  line-height: 13px;
}

.col1 {
  margin-left: 0px;
}

.col2 {
  margin-left: 175px;
}

.col3 {
  margin-left: 350px;`
}

.col4 {
  margin-left: 525px;
}

.col5 {
  margin-left: 700px;
}

.col6 {
  margin-left: 875px;
}

.col7 {
  margin-left: 1050px;
}

.col8 {
  margin-left: 1225px;
}

.col9 {
  margin-left: 1400px;
}

.row1 {
  margin-top: 0px;
}

.row2 {
  margin-top: 85px;
}

.row3 {
  margin-top: 170px;`
}

.row4 {
  margin-top: 255px;
}

.row5 {
  margin-top: 340px;
}

.row6 {
  margin-top: 425px;
}

.row7 {
  margin-top: 510px;
}

.row8 {
  margin-top: 595px;
}

.row9 {
  margin-top: 680px;
}

.row10 {
  margin-top: 765px;
}

.row11 {
  margin-top: 850px;
}

.row12 {
  margin-top: 935px;
}

.row13 {
  margin-top: 1020px;
}

.row14 {
  margin-top: 1105px;
}

.row15 {
  margin-top: 1190px;
}

.row16 {
  margin-top: 1275px;
}

.row17 {
  margin-top: 1360px;
}

.row18 {
  margin-top: 1445px;
}

.row19 {
  margin-top: 1530px;
}

.row20 {
  margin-top: 1615px;
}

.row21 {
  margin-top: 1700px;
}

.row22 {
  margin-top: 1785px;
}

.row23 {
  margin-top: 1870px;
}

.row24 {
  margin-top: 1955px;
}

.row25 {
  margin-top: 2040px;
}

.half {
  display: block;
  height: 3px;
  line-height: 3px;
  font-size: 3px;
}

.dateStatus1 {
  font-weight: bold;
}

.addIncSearch:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.AddIncSearchChooser{
    background: #fff;
    border: 1px solid #bbb;


    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;


    -webkit-box-shadow: 0 9px 30px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 9px 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 9px 30px 0 rgba(0,0,0,0.2);


    /*borderColor: $select_tag.css('border-color') || '#000',*/
    /*borderStyle: 'solid',*/
    /*borderWidth: '1px',*/
    /*padding: '2px',*/
    /*backgroundColor: $select_tag.css('background-color'),*/

    /*cursor: 'pointer',*/
    /*MozUserSelect: 'none',*/
    /*WebkitUserSelect: 'none',*/
    /*userSelect: 'none'*/

}
.AddIncSearchChooser div {
  padding: 2px 7px; 
  font-weight: normal; 
  border-bottom: 1px solid #dadfe0; 
  text-align: left
}

.AddIncSearchChooser div:nth-child(even) {
  background:#f6f6f6;
}

.AddIncSearchChooser div span {
  font-weight: bold;
}

.AddIncSearchChooser div.xHiLite {
  background:#ff9900;
}

.uploadIcon {
  display: block;
  float: left;
  margin: 10px 0 0 0;
  height: 16px;
  width: 16px;
}

.uploadNone {
  background: transparent url('images/blank.gif') no-repeat center center;
  cursor: default;
}

.uploadError {
  background: transparent url('images/upload-error.png') no-repeat center center;
  cursor: pointer;
}

.uploadPart {
  background: transparent url('images/upload-part.png') no-repeat center center;
  cursor: pointer;
}

.uploadOK {
  background: transparent url('images/upload-ok.png') no-repeat center center;
  cursor: default;
}

.uploadSpinner {
  background: transparent url('images/spinner.gif') no-repeat center center;
  cursor: default;
}

.gt-timeline{
	position: relative;
	width: 900px;
	height: 100px;
	border: 0px solid red;
	font-family: 'Helvetica Neue', Helvetica, Arial, serif;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	color: #6d6d6d;
	margin-left: auto;
	margin-right: auto;
  clear: both;
}
.gt-timeline div.main_line {
  	border: none;
    border-top:3px solid #666666;
    clear:both;
    height:0;
    width: 100%;
    position: absolute;
    top:50px;
    left: 14px;
    z-index: 0;
}

.gt-timeline div.event{
	border: 1px solid #000000;
  cursor: pointer;
	position: absolute;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  height: 14px;
	background-color: #ececec;
  top: 30px;
  z-index: 2;
}

.gt-timeline div.typeOPER {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  height: 14px;
	background-color: #c3c6ff;
  top: 30px;
  z-index: 2;
}

.gt-timeline div.typeNAV {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  height: 14px;
	background-color: #244081;
  top: 30px;
  z-index: 2;
}

.gt-timeline div.typeDELAY {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  height: 14px;
	background-color: #cc0000;
  top: 30px;
  z-index: 1;
}

.gt-timeline div.typeOFFHIRE, .gt-timeline div.typeOFFEND, .gt-timeline div.typeOFFSTART {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  height: 14px;
	background-color: #ffb9b9;
  top: 57px;
  z-index: 3;
}

.gt-timeline div.selected{
	/*border: 2px dashed #999999;*/
}

.gt-timeline div.event:hover{
	background-position: -27px -84px;
}

.gt-timeline div.horizontal-line{
	border: 0px;
  border-left:3px solid #666666;
  clear:both;
  height:60px;
  width: 0px;
	position: absolute;
	z-index: 1;
	top: 20px;
}

.gt-timeline div.leftend{
	left: 14px;
}
.gt-timeline div.rightend{
	right: 0;
}
.gt-timeline .leftend .year{
	position: relative;
	text-align: center;
	top: 62px;
	left: -15px;
}
.gt-timeline .leftend .month{
	position: relative;
	text-align: center;
	top: -32px;
	left: -11px;
}

.gt-timeline div.month-line{
	height: 50px;
	border-left: 1px solid #999999;
}

.gt-timeline div.even-month{
	top:25px;
}
.gt-timeline div.even-month .month{
	position: relative;
	top: -22px;
	left: -11px;
}

.gt-timeline div.odd-month{
	top: 25px;
	height: 50px;
	border-left: 1px solid #999999;
}

.gt-timeline .year, .gt-timeline .month{
	font-size: 12px;
}
.gt-timeline .year{
	font-weight: bold;
}

.gt-timeline div.e-message{
  display: block;
  position: relative;
  top: 14px;
  left: 0px;
  border: 2px solid #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
	background-color: #ffffff;
	color: #000000;
  padding: 5px 5px 10px 5px;
  z-index: 15;
}

.msEmp td {
  font-weight: bold;
  line-height: 20px;
  color: #083080;
}

.msStd td {
  font-weight: normal;
  line-height: 20px;
}

#tasks select{
  width: 95%;
}

.splitter {
  width: 1px !important;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

a.plusMinus {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  color: #083080;
}

a.plus {
  position: relative;
  top: 1px;
}

a.minus {
  font-size: 18px;
}

td.numberInput, th.numberInput {
  text-align: center !important;
}

.taskLink {
  cursor: pointer;
  font-weight: bold;
  line-height: 30pt;
	color: #4d6cab;
}

.taskLink:hover {
  color: #e9af10;
}

.negative1 {
  color: #cc0000;
}

.smallText {
  position: relative;
  top: -6px;
  color: #333333;
  font-size: 7pt;
  margin: -30 0 3px 0;
}

.fileIcon             { display: inline-block; background-image: url('images/fileIcons.png'); background-repeat: no-repeat; height: 18px; width: 18px; cursor: default; }

.fileIconIMAGE        { background-position: -6px -6px; }
.fileIconMOVIE        { background-position: -31px -6px; }
.fileIconLINK         { background-position: -56px -6px; }
.fileIconOTHER        { background-position: -80px -6px; }
.fileIconSOUND        { background-position: -105px -6px; }

.fileIconWORD         { background-position: -6px -26px; }
.fileIconPDF          { background-position: -31px -26px; }
.fileIconPPT          { background-position: -56px -26px; }
.fileIconEXCEL        { background-position: -80px -26px; }
.fileIconZIP          { background-position: -105px -26px; }

/* Upload Progres Bar */
#progress { width:100%; height:20px; border: 2px solid #cccccc; padding: 1px; border-radius: 3px; }
#bar { width:0%; height:20px; border-radius: 3px; }
#percent { width:100%; text-align: center; font-weight: bold; margin-top: -18px; }

.barProgress { background-color: #008dcb; }
.barSuccess { background-color: #00ff00; }
.barFail { background-color: #ff0000; }

.visibilityHidden {
	visibility:hidden;
}

tr.noSort th {
	padding-bottom:4px;
}

.twoInnerTablesContainer{
	box-sizing: border-box;
	display:inline-block;
	width:50%;
	vertical-align:top;
}

tr.noBorder th, th.noBorder {
	border:none;
}


fullWidth{
  width: 100%;
}

.deckName {
	min-width: 95%;
}

td input[type='radio'] {
	position: relative;
	top: 2px;
}

.isClicked {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}


.groupedFakeInput .v1FakeInput {
	width: 40%;
}

.v1FakeInput {
	height: 21px;
	font-size: 8pt;   
	padding: 2px 3px;
	width: 100%;
	display: block;
	background-color: #eeeeee;
	line-height: 21px;
}

.v1FakeInputRadio{
	height: 15px;
	font-size: 8pt;   
	padding: 2px 3px;
	display: inline-block;
	background-color: #eeeeee;
	margin: 3px 0 8px;
}

.rcatcolr1{
	background-color: #ff3333;
}

.staticTable{
	border-collapse: collapse;
	table-layout: fixed;
}

.staticTable thead th{
	text-align: left;
	padding: 0;
	padding-bottom: 3px;
	border: 0;
}

.staticTable tbody tr{
	background-color: #f1f1f1;
}

.staticTable tbody td{
	padding: 5px 5px;
}