th td
{
	font-size: 1.2em;
	color: #666666;
	text-align: left;
}

hr
{
	background: #000099
}

h2
{
	font-size: 12pt;
}

input, select
{
	font-size: 1.2em;
}

select
{
	font-size: 1em;
}

.dialog
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	height: 100%;
	overflow:auto;
	width:550px;
}

.label
{
	font-weight: bold;
}

.status
{
	font-weight: normal;
	font-size: 8pt;
	position: absolute;
	right: 10px;
}

.AWBtitle
{
	font-size: 18pt;
	color: #000000;
	right: 0px;
}

.updating
{
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background: #333333;
	z-index:99;
	filter:alpha(opacity=65);
	-moz-opacity:.65;opacity:.65;
	text-align: center;
	cursor: wait;
	padding-top: 5px;
}

.updating
{
	color: #FFFFFF;
	font-weight: bold;
}

#ctl00_cpRight_upBooking
{
	display: none;
	font-size: 14pt;
	font-weight: bold;
}

div.parent
{
	border: solid 1px #000000;
	background:  #182D7E;
	/*background: url('../book/images/header.jpg') repeat-x 0px 0px;*/
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	width: 590px;
	height: 14px;
	clear: both;
	margin: 5px 0 0 0;
	position: static;
	z-index: 1;
}

div.child
{
	border: solid 1px #666666;
	border-top: none;
	background: #EFEFEF;
	margin: 0 0 10px 0;
	position: static;
	z-index: 1;
}

.actions
{
	background: #333333;
	padding: 5px;
	text-align: right;
	height: 22px;
}

.terms
{
	color: #333333;
	padding: 10px 10px 10px 0;
	display: block;
}

.terms a
{
	text-decoration: underline;
}

.button
{
	margin-left: 5px;
	font-size: 10pt;
}

.clear
{
	clear: both;
	height: 5px;
}

.dropmenu
{
	background: #FFFFFF;
	border: solid 1px #666666;
	padding: 2px 10px 2px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	z-index: 99;
	position: absolute;
	visibility: hidden;
	width: 150px;
	height: 200px;
	left: 0px;
	top: 90px;
}

.dropmenu a
{
	background: #FFFFFF;
}

.negative
{
	color: #663333;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 30px 0 0;
}

#divOpen
{
	text-align: right;
}

.close
{
	position: absolute;
	top: 3px;
	right: 3px;
	cursor: pointer;
}

#ctl00_cpRight_upMessage
{
	border: solid 1px #eec577;
	background: #FFF3BF;
	display: none;
	position: relative;
}

#ctl00_cpRight_upMessage h1
{
	font-weight: bold;
	color: #663333;
	padding: 2px 0 0 2px;
	font-size: 1em;
	float: left;
}

#ctl00_cpRight_upMessage textarea
{
	border: none;
	background-color: transparent;
	font-size: 8pt;
	width: 500px;
	padding: 10px;
	overflow: hidden;
}

#autoAWB
{
	cursor: pointer;
	border: none;
}

.msgCancelled
{
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}

.buttons
{
	float:right;
}

.linkbutton
{
	background: none;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
}

.grid
{
	padding: 2px;
	width: 515px;
	background: #FFFFFF;
	border: solid 1px #333333;
}

.grid th
{
	background: #333333;
	color: #EFEFEF;
	text-align: left;
	font-weight: bold;
}

.grid tr
{
	background: #FFFFFF;
}

.grid tr .bullet
{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	/*background: url('../book/images/bullets/numbers/bg.png') no-repeat;*/
	background-color: #FFFFFF;
	padding-top: 3px;
	width: 25px;
}

.grid tr.alt
{
	background: #F0F8FF;
}

.grid tr.alt .bullet
{
	background-color: #F0F8FF;
}

.grid tr.over, .grid tr.over-alt
{
	background: #FFFF99;
}

.grid tr.over .bullet,  .grid tr.over-alt .bullet
{
	background-color: #FFFF99;
}

#gridFreight
{
	cursor: default;
	width: 535px;
}

#gridSchedule
{
	overflow: auto;
	min-height: 200px;
	max-height: 390px;
	display: none;
	width: 535px;
}

.required
{
	color: red;	
}
