#main {
	width: 560px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
html #main {
	width: 592px;
	width: 560px;
}

#main td.content textarea.maxwidth {
	width: 532px;
}

html #main td.content textarea.maxwidth {
	width: 540px;
	width: 532px;
}

/* Highlights container styles */
#highlights {
	background-color: #FFFFFF;
	position: absolute;
	top: 21px;
	left: 592px;
	width: 192px;
	margin-top: 17px;
	display: block;
	z-index: 100;
	font-size: 11px;
}

#highlights a {
	color: #666666;
	text-decoration: underline;
}

#highlights table.abn, #highlights table.abg, #highlights table.abnwhite, #highlights table.abgwhite {
	margin-bottom: 10px;
}

#highlights td {
	color: #666666;
	padding: 7px;
	font-size: 11px;
}

#highlights td.hlcontainer {
	padding: 0px;
}

#highlights td.hlheadleft {
	width: 8px;
	padding: 0px;
}

#highlights td.hltitle {
	color: #FFFFFF;
	padding: 0px;
	height: 22px;
	font-weight: bold;
	padding-left: 5px;
	background-position: top left;
}

#highlights td.hlheadright {
	width: 8px;
	padding: 0px;
}

#highlights td.hlspacer {
	background-color: #FFFFFF;
	height: 1px;
	padding: 0px;
}

#highlights td.hlline {
	height: 3px;
	padding: 0px;
}

#highlights td.hlfootleft {
	width: 8px;
	padding: 0px;
}

#highlights td.hlfootright {
	width: 8px;
	height: 8px;
	padding: 0px;
}

#highlights td.hlfootspace {
	padding: 0px;
	height: 5px;
}

#highlights td.hlfootmiddle {
	padding: 0px;
}

/* ABN */
#highlights table.abn {
	background-color: #E4E4E4;
}

#highlights table.abnwhite {
	background-color: #FFFFFF;
}

#highlights table.abnwhite td {
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#highlights table.abnwhite tr.hlspacer, #highlights table.abnwhite td.hlspacer {
	display: none;
}

#highlights table.abnwhite td.contentspacer {
	height: 8px;
}

#highlights table.abnwhite td td, #highlights table.abnwhite td.hlcontainer {
	border: 0px;
}

#highlights table.abn td.hlheadleft, #highlights table.abnwhite td.hlheadleft {
	background-color: #CC0000;
}

#highlights table.abn td.hltitle, #highlights table.abnwhite td.hltitle {
	background-color: #CC0000;
	text-align: left;
}

#highlights table.abn td.hlheadright, #highlights table.abnwhite td.hlheadright {
	background-color: #CC0000;
}

#highlights table.abn td.hlline, #highlights table.abnwhite td.hlline {
	/*background-image: url(../_img/_abn/blue_line.gif);
	background-repeat: no-repeat;
	background-position: bottom left;*/
}

#highlights table.abn td.hlfootleft {
	/*background-image: url(../_img/_abn/blue_light_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;*/
}

#highlights table.abn td.hlfootright {
	/*background-image: url(../_img/_abn/blue_light_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;*/
}

#highlights table.abnwhite td.hlfootspace {
	height: 0px;
	padding: 0px;
	margin: 0px;
}

#highlights table.abnwhite td.hlfootleft, #highlights table.abnwhite td.hlfootmiddle, #highlights table.abnwhite td.hlfootright {
	border: 0px;
	background-color: #CC0000;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

/* ABG */
#highlights table.abg {
	background-color: #E5EBF0;
}

#highlights table.abgwhite {
	background-color: #FFFFFF;
}

#highlights table.abgwhite td {
	border-left: solid 1px #003B6F;
	border-right: solid 1px #003B6F;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#highlights table.abgwhite tr.hlspacer, #highlights table.abgwhite td.hlspacer {
	display: none;
}

#highlights table.abgwhite td.contentspacer {
	height: 8px;
}

#highlights table.abgwhite td td, #highlights table.abgwhite td.hlcontainer {
	border: 0px;
}

#highlights table.abg td.hlheadleft, #highlights table.abgwhite td.hlheadleft {
	background-color: #003B6F;
}

#highlights table.abg td.hltitle, #highlights table.abgwhite td.hltitle {
	background-color: #003B6F;
	text-align: left;
}

#highlights table.abg td.hlheadright, #highlights table.abgwhite td.hlheadright {
	background-color: #003B6F;
}

#highlights table.abg td.hlline, #highlights table.abgwhite td.hlline {
	/*background-image: url(../_img/_abg/red_line.gif);
	background-repeat: no-repeat;
	background-position: bottom left;*/
}

#highlights table.abg td.hlfootleft {
	/*background-image: url(../_img/_abg/red_light_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;*/
}

#highlights table.abg td.hlfootright {
	/*background-image: url(../_img/_abg/red_light_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;*/
}

#highlights table.abgwhite td.hlfootspace {
	height: 0px;
	padding: 0px;
	margin: 0px;
}

#highlights table.abgwhite td.hlfootleft, #highlights table.abgwhite td.hlfootmiddle, #highlights table.abgwhite td.hlfootright {
	border: 0px;
	background-color: #E5EBF0;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

/* Footer */
#footer table {
	z-index: 10;
	width: 560px;
}

html #footer table {
	width: 592px;
	width: 560px;
}
