/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

.rbroundboxB { background: url('../images/box_blue_nt.gif') repeat; }
.rbtopB div { background: url('../images/box_blue_tl.gif') no-repeat top left; }
.rbtopB { background: url('../images/box_blue_tr.gif') no-repeat top right; }
.rbbotB div { background: url('../images/box_blue_bl.gif') no-repeat bottom left; }
.rbbotB { background: url('../images/box_blue_br.gif') no-repeat bottom right; }

.rbroundboxG { background: url('../images/box_green_nt.gif') repeat; }
.rbtopG div { background: url('../images/box_green_tl.gif') no-repeat top left; }
.rbtopG { background: url('../images/box_green_tr.gif') no-repeat top right; }
.rbbotG div { background: url('../images/box_green_bl.gif') no-repeat bottom left; }
.rbbotG { background: url('../images/box_green_br.gif') no-repeat bottom right; }

.rbroundboxP { background: url('../images/box_pink_nt.gif') repeat; }
.rbtopP div { background: url('../images/box_pink_tl.gif') no-repeat top left; }
.rbtopP { background: url('../images/box_pink_tr.gif') no-repeat top right; }
.rbbotP div { background: url('../images/box_pink_bl.gif') no-repeat bottom left; }
.rbbotP { background: url('../images/box_pink_br.gif') no-repeat bottom right; }

.rbroundboxY { background: url('../images/box_yellow_nt.gif') repeat; }
.rbtopY div { background: url('../images/box_yellow_tl.gif') no-repeat top left; }
.rbtopY { background: url('../images/box_yellow_tr.gif') no-repeat top right; }
.rbbotY div { background: url('../images/box_yellow_bl.gif') no-repeat bottom left; }
.rbbotY { background: url('../images/box_yellow_br.gif') no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {width: 100%; height: 7px; font-size: 1px; }
.rbcontent { margin: 0 7px 0px 7px; padding-top: 0px;}
.rbroundbox { width: 100%; margin: 1em auto; }

.notice, .success, .warning, .error{
	margin: 5px;
	padding:6px 0px 6px 0px;
	padding-left: 40px; 
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: left;
	font-family: Arial;
	font-size: 16px;
}

.notice ul, .success ul, .warning ul, .error ul{
	list-style: none;
	margin: 0px;
}

.notice {
	color: #00529B;
	background-image: url('../images/notice.png');
}

.success {
	color: #4F8A10;
	background-image:url('../images/success.png');
}

.warning {
	color: #9F6000;
	background-image: url('../images/warning.png');
}

.error {
	color: #D8000C;
	background-image: url('../images/error.png');
}

/*
debug style
*/
pre {
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 20px; /*--Height of each line of code--*/
	background: url(../images/pre_code_bg.gif) repeat-y left top; /*--Background of lined paper--*/
	width: 600px;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}

pre code {
	margin: 0 0 0 40px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
}

div.label {
	float:left;
}

#promotionExpiredDate {
	font-size: 11px;
	text-align: right;
}

area {
	cursor: pointer;
}

#reportContainer b{
	padding-right: 10px;
}

#reportContainer p{
	width: 600px;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	margin: 0px;
	font-size: 15px;
	font-family:Arial;
}

#routeInfo p {
	font-size: 14px; 
	font-family: Arial;
	border-bottom: none;
	padding: 3px;
}
 
div.listLegend {
	font-weight: bold;
	font-size: 16px;
	color: #515352;
	padding-top: 10px;
}

ul.selectList {
	width: 500px;
	list-style-type: none;
	padding-left:10px;
	margin: 0px;
}

ul.selectList li {
	padding: 5px;
	margin-left: 0px;
	border-bottom: 1px solid #ddd;
	color: #515352;
}

ul.selectList li a {
	color: #515352;
	/*color: #34809A;*/
}

h2.grey {
	color: #828a78;
	margin-top: 4px;
	font-family: Arial;
	font-size: 22px;
}

#quoteConfirm {
	text-align: center;
}

#quoteConfirm h2 {
	font-size: 18px;
	color: #5F5F5F;
	padding: 10px;
}

#quoteConfirm h3 {
	color: #828a78;
	font-size: 16px;
		
}

#quoteConfirm h5 {
	padding-top: 10px;
	margin: 0;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
	color: #828a78;
}

div.directionContainer {
	text-align:left;
	width: 380px; 
	height: 300px; 
	font-size: 11px; 
	font-family: Arial; 
	overflow-y: scroll; 
	overflow-x:auto; 
	float: left;
}
div.mapCanvas{
	width: 550px; 
	height: 310px; 
	float: left; 
	margin-left: 10px;
}

#directionDelimiter{
	border-bottom: 1px solid #ccc;
	clear: both;
	padding: 10px 0px 10px 0px;
}

#CardCodeTooltip {
/*	cursor: help; */
}

#subMenu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0px 0px 20px 40px;
	margin: 0px;
}

#subMenu ul li{
	display:inline;
	padding-right:15px;
}

#subMenu a.activeLink{
	text-decoration: none;
	font-weight: bold;
}