/*
	CSS PRINCIPAL - Site Policard (http://www.policard.com.br/)
	Escrito por: Lucas V. Barbosa
	Data: 15/05/2007
	>> Fórmula P interactive (http://www.formulap.com.br/)
*/
body {
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	font-size: 12pt;
	line-height: 135%;
	background-color: #F1F1F1;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 15px 0;
}
.hc { text-align: center; }
.hl { text-align: left; }
.hr { text-align: right; }
#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url("img/background.png");
	background-position: center top;
	background-repeat: repeat-y;
}
#page {
	margin: 0 auto;
	width: 778px;
	border: 1px solid #AAAAAA;
	border-top: none;
	border-bottom: none;
	height: 100%;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
#shadow {
	height: 16px;
	background-image: url("img/shadow.png");
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}
#topo {
	height: 89px;
	background-image: url("img/topbg.png");
	background-repeat: repeat-x;
	position: relative;
}
#topo2 {
	height: 78px;
	background-image: url("img/topbg.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	position: relative;
}
#footer2 {
	line-height: 20px;
	font-size: 10px;
	font-family: verdana;
	text-align: center;
	background-color: #1b1143;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;	
}
#footer2 a { text-decoration: none; color: #FFFFFF; font-weight: bold; }
#footer2 a:hover { color: #FFDD00;  }
#footer1 {
	text-align: center;
	font-family: verdana;
	font-size: 9px;
	line-height: 140%;
}
#flash1 {
	height: 125px;
	text-align: center;
	margin-top: 50px;
}
#logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
#verisign {
	position: absolute;
	top: 32px;
	left: 695px;
}
#toplinks { position: absolute; top: 10px; left: 378px; background-image: url("img/toplinks.gif"); background-repeat: no-repeat; height: 15px; width: 398px; }
#toplinks a { display: block; margin-right: 10px; height: 15px; float: left; }

hr {
	overflow: hidden;
	height: 1px;
	border: none;
	border-top: 1px solid #CCCCCC;
}
.logobox {
	position: relative;
	margin-top: 5px;
	height: 100px;
	text-align: center;
	border-top: 1px solid #AAAAAA;
}
.fade {
	background-image: url("img/bgfade.gif");
	background-repeat: repeat-x;
	background-color: #dfdfdf;
}
.fade2 {
	background-image: url("img/longfade0.gif");
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.t1 { background-image: url("img/longfade1.gif") !important; }
.t2 { background-image: url("img/longfade2.gif") !important; }
.t3 { background-image: url("img/longfade3.gif") !important; }

.rbox, .dbox {
	width: 742px;
	margin: 0 auto;
}
.rbox .t, .rbox .b { height: 7px; background-repeat: no-repeat; overflow: hidden; }
.rbox .t { background-image: url("img/rbox-t.gif"); }
.rbox .b { background-image: url("img/rbox-b.gif"); }
.rbox .m { background-image: url("img/rbox-m.gif"); padding: 0 7px; }
.rbox .npc {
	padding: 0;
	font-size: 0.8em;
	text-align: left;
}
.rbox .m1 {
	padding: 10px 15px;
}

.dbox { position: relative; }
.dbox .t, .dbox .b { background-repeat: no-repeat; overflow: hidden; }
.dbox .t { height: 70px; background-image: url("img/dbox-t0.gif"); }
.t1 .t { background-image: url("img/dbox-t1.gif") !important; }
.t2 .t { background-image: url("img/dbox-t2.gif") !important; }
.t3 .t { background-image: url("img/dbox-t3.gif") !important; }
.dbox .b { height: 7px; background-image: url("img/dbox-b.gif"); clear: both; }
.dbox .m { background-image: url("img/dbox-m.gif"); }
.dbox .content { width: 100%; position: relative; }
.dbox .left { width: 160px; float: left; }
.dbox .right { float: left; width: 576px; margin-left: 6px; margin-right: -500px; }
.cb { clear: both; }

.newsbox {
	width: 265px;
	height: 278px;
	overflow: hidden;
	background-image: url("img/newsbox.png");
	position: relative;
}
.newsbox .chamada {
	display: block;
	position: absolute;
	top: 55px;
	left: 20px;
	width: 229px;
	height: 195px;
	padding-top: 2px;
	line-height: 130%;
	font-size: 12px;
}
.newsbox .chamada b { font-size: 13px; }
.newsbox .chamada a {
	text-decoration: none;
	color: #444444;
}
.newsbox .chamada a:hover {
	text-decoration: underline;
	color: #666666;
}
.area2 {
	margin-top: 7px;
	position: relative;
}
.ticker {
	position: absolute;
	top: 0;
	left: 270px;
	background-image: url("img/tickerbox.png");
	background-repeat: no-repeat;
	width: 472px;
	height: 40px;
}
.ticker table { width: 472px; }
.ticker td {
	width: 472px;
	height: 40px;
	padding: 0 10px;
	vertical-align: middle;
	position: relative;
}
.ticker td b {
	display: none;
	color: #1b1143;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	font-size: 10pt;
}
.tickerarea {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 472px;
	height: 20px;
}
#ticker {
	display: block;
	position: absolute;
	top: 0;
	left: 478px;
	white-space: nowrap;
	line-height: 20px;
}
#ticker a {
	color: #444444;
	text-decoration: none;
	font-size: 13px;
}
#ticker a:hover {
	color: #666666;
	text-decoration: underline;
}
.linkbox {
	display: block;
	position: absolute;
	top: 46px;
	width: 154px;
	height: 112px;
	background-image: url("img/box.png");
	z-index: 0;
}
.mais { background-image: none; background-repeat: no-repeat; display: block; overflow: hidden; width: 18px; height: 19px; padding: 0; background-position: top left; }
.mais:hover { background-image: url("img/mais.png"); }
.linkbox .mais { position: absolute; top: 93px; left: 136px; }
.newsbox .mais { position: absolute; top: 259px; left: 247px; }
.egrupo .mais { position: absolute; top: 96px; left: 295px; }

.lb0 { left: 270px; }
.lb1 { left: 429px; }
.lb2 { left: 588px; }
.linkbox .icon {
	position: absolute;
	left: 5px;
	top: 2px;
}
.linkbox span {
	display: block;
	margin-top: 50px;
	padding: 5px;
	height: 45px;
	overflow: hidden;
	font-size: 11px;
	line-height: 120%;
}
.linkbox span a {
	color: #666666;
	text-decoration: none;
}
.linkbox span a:hover {
	color: #333333;
	text-decoration: underline;
}

.egrupo {
	display: block;
	background:url(img/box.png) no-repeat;
	overflow: hidden;
	width: 313px;
	height: 115px;
	position: absolute;
	left: 270px;
	top: 163px;
}
.egrupo p {
	display: block;
	position: relative;
	margin: 48px 5px 0 5px;
	height: 0px;
	text-align: center;
}

.egrupo2 {
	display: block;
	background:url(img/box.png) no-repeat;
	overflow: hidden;
	width: 313px;
	height: 115px;
	position: absolute;
	left: 430px;
	top: 163px;
}
.egrupo2 p {
	display: block;
	position: relative;
	margin: 30px 5px 0 5px;
	height: 0px;
	text-align: center;
}

.egrupo2 .img_boleto{
	margin:20px 0 0 -120px;
	*margin:50px 0 0 -120px;
	padding:0;
}

.minibox {
	position: absolute;
	width: 154px;
	height: 55px;
	background-image: url("img/minibox.gif");
	overflow: hidden;
}
.mb1 {
	left: 588px;
	top: 163px;
}
.mb2 {
	left: 588px;
	top: 223px;
}
#busca input, #busca button {
	background: none;
	border: none;
	background-image: url("img/busca.gif");
	position: absolute;
	top: 50px;
	display: block;
}
#busca .searchbox {
	width: 73px;
	padding: 2px;
	height: 17px;
	left: 675px;
	background-position: top left;
	background-repeat: no-repeat;
	_background-attachment: fixed;
	font-family: verdana;
	font-size: 8pt;
	color: #666666;
	line-height: 15px;	
}
#busca .searchbox:focus {
	background-position: 0 -21px;
	color: #333333;
}
#busca .searchgo {
	width: 12px;
	padding: 2px;
	left: 752px;
	height: 21px;
	background-position: top right;
	cursor: pointer;
}
#busca .searchgo:hover, #busca .searchgo:active { background-position: bottom right; }
.left table {
	position: absolute;
	top: -65px;
	left: 15px;
	width: 130px;
	height: 60px;
}
.left table td {
	font-size: 17px;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 100%;
}
.rcontent h3, h4, h5, h6 { color: #666666; }
.left td, .rcontent h1 { color: #11195f; }
.t1 .left td, .t1 .rcontent h1 { color: #93221b; }
.t2 .left td, .t2 .rcontent h1 { color: #dc5400; }
.t3 .left td, .t3 .rcontent h1 { color: #347cc4; }
.menu li { border-bottom: 1px solid #AAAAAA; }
.menu li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	color: #666666;
	text-decoration: none;
	padding-left: 15px;
	font-variant: small-caps;
	background-image: url("img/sarrow.gif");
	background-repeat: no-repeat;
	background-position: 8px 8px;
	width: 165px;
}
.menu li a:hover {
	color: #11195f;
}
#submenu {
	position: absolute;
	top: 95px;
	height: 13px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.poli, .serv, .empr { left: 180px; }
.prod { left: 55px; padding-left: 60px; }
.prod div {
	width: 54px;
	height: 13px;
	float: left;
	vertical-align: middle;
	background-image: url("img/smenuf.png");
	background-repeat: no-repeat;
}
#submenu a {
	margin: 0;
	float: left;
	margin-right: 15px;
}
#submenu a:hover { opacity: 0.75; filter: alpha(opacity=75); }
#menu {
	position: absolute;
	top: 55px;
	left: 180px;
	width: 490px;
	height: 25px;
	background-image: url("img/menu.gif");
	background-repeat: no-repeat;
	white-space: nowrap;
}
#menu a {
	display: block;
	height: 20px;
	width: 68px;
	margin-right: 52px;
	float: left;
}
#smenu {
	list-style-type: none;
	margin: 0;
	list-style-position: outside;
	width: 100%;
}
#smenu li {
	margin: 0 1px;
	border-bottom: 1px solid #AAAAAA;
	background-image: url("img/sarrow.gif");
	background-repeat: no-repeat;
	background-position: 6px 10px;
	line-height: 90%;
	padding: 3px 0;
}

.t1 #smenu li { background-image: url("img/rarrow.gif") !important; }
.t2 #smenu li { background-image: url("img/oarrow.gif") !important; }
.t3 #smenu li { background-image: url("img/barrow.gif") !important; }
#smenu li.sel { background-image: url("img/sarrow1.gif"); background-color: transparent; }
.t1 #smenu li.sel { background-image: url("img/rarrow1.gif") !important; background-color: transparent;}
.t2 #smenu li.sel { background-image: url("img/oarrow1.gif") !important; background-color: transparent;}
.t3 #smenu li.sel { background-image: url("img/barrow1.gif") !important; background-color: transparent; }
#smenu li.sel a { font-weight: bold; color: #11195f; }
.t1 #smenu li.sel a { color: #93221b; }
.t2 #smenu li.sel a { color: #dc5400; }
.t3 #smenu li.sel a { color: #347cc4; }
#smenu li:hover { background-color: #F8F8F8; }
.t1 #smenu li:hover { background-color: #FBF3F2; }
.t2 #smenu li:hover { background-color: #FCF3EF; }
.t3 #smenu li:hover { background-color: #F6FBFF; }
#smenu li a:hover { color: #11195f; }
.t1 #smenu li a:hover { color: #93221b; }
.t2 #smenu li a:hover { color: #dc5400; }
.t3 #smenu li a:hover { color: #347cc4; }
	
#smenu li a {
	font-family: verdana;
	display: block;
	color: #666666;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0 2px 15px;
	margin: 0 1px;
}
.rcontent .card {
	position: absolute;
	top: 45px;
	left: 450px;
}
.rcontent h1 {
	display: block;
	position: absolute;
	top: -25px;
	left: 185px;
	width: 500px;
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	font-family: 'trebuchet ms', verdana, sans-serif;
	white-space: nobreak;
}
.m1 h1 {
	font-weight: bold;
	color: #11195f;
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	font-family: 'trebuchet ms', verdana, sans-serif;
	white-space: nobreak;
}
.m1 h2 {
	font-weight: bold;
	color: #11195f;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	font-family: 'trebuchet ms', verdana, sans-serif;
	white-space: nobreak;
}
.m1 h2.me { color: #93221b; }
.m1 h2.ms { color: #dc5400; }
.m1 h2.mp { color: #347cc4; }
.rcontent .h { width: 45%; text-align: left; }
.rcontent h2 {
	color: #11195f;
	font-weight: bold;
	font-size: 18px;
	margin: 1.2em 0;
}
.t1 .rcontent h2 { color: #93221b; }
.t2 .rcontent h2 { color: #dc5400; }
.t3 .rcontent h2 { color: #347cc4; }
.rcontent h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 1.2em 0;
}
.rcontent {
	padding: 20px 20px 10px 20px;
	font-size: 0.8em;
}
.rcontent ul { margin: 0.5em 0 0.5em 25px; list-style-position: outside; }
.rcontent ol { padding: 0.5em 0 0.5em 25px; list-style: decimal; }
.widebox {
	width: 742px;
	height: 61px;
	margin: 5px auto;
	position: relative;
}
.quemsomos { width: 100%; }
.quemsomos th { width: 80px; padding: 10px; text-align: center; vertical-align: middle; }
.quemsomos td { text-align: left; vertical-align: middle; line-height: 110%; color: #444444; font-weight: bold; font-size: 14px; font-family: 'trebuchet ms', verdana; }

.rcontent a, .rbox a { text-decoration: none; color: #666; }
.rcontent a:hover, .rbox a:hover { text-decoration: underline; color: #444; }

.t1 .rcontent a { color: #93221b; }
.t2 .rcontent a { color: #dc5400; }
.t3 .rcontent a { color: #347cc4; }

.widebox .frame {
	width: 468px;
	height: 61px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url("img/fullbannerbox.gif");
}
.widebox form {
	position: absolute;
	top: 0px;
	left: 494px;
	height: 61px;
	width: 241px;
}
.c1 form { border-left: 6px solid #93221b; }
.c2 form { border-left: 6px solid #dc5400; }
.c3 form { border-left: 6px solid #347cc4; }
.widebox form .arrowbutton {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	border: none;
	background-color: #F0F0F0;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
}
.c1 .arrowbutton { background-image: url("img/bsub1.gif"); }
.c2 .arrowbutton { background-image: url("img/bsub2.gif"); }
.c3 .arrowbutton { background-image: url("img/bsub3.gif"); }
.widebox table {
	margin-left: 5px;
	width: 236px;
}
.widebox th, .widebox td { height: 20px; text-align: left; }
.widebox th { padding-right: 3px; font-weight: bold; font-size: 13px; white-space: nobreak }
.widebox input { vertical-align: middle; }
.c1 th, .c1 .txt, .c1 .txt a { color: #93221b; text-decoration: none; }
.c2 th, .c2 .txt, .c2 .txt a { color: #dc5400; text-decoration: none; }
.c3 th, .c3 .txt, .c3 .txt a { color: #347cc4; text-decoration: none; }
.txt a:hover { text-decoration: underline; }
.widebox .editbox {
	margin: 0;
	height: 18px;
	width: 129px;
	border: 1px solid #CCCCCC;
}
form .editbox {
	margin: 0;
	height: 18px;
	border: 1px solid #999999;
}
.widebox .txt {
	line-height: 100%;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.menubutton { display: block; text-align: center; width: 100%; margin-top: 2px; opacity: 1; filter: alpha(opacity=100); }
.menubutton:hover { display: block; text-align: center; width: 100%; margin-top: 2px; opacity: 0.8; filter: alpha(opacity=75); filter: alpha(opacity=80); }
.menuframe { width: 99%; margin: 0 auto 0 1px; height: 28px; margin-top: 5px; }

.miniform th {
	font-size:12px;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #F0F0F0;
	padding: 1px 10px;
	line-height: 130%;
}
.miniform td {
	font-size: 11px;
	padding: 2px;
	line-height: 120%;
}
.miniform .space { height: 15px; }
.prettyform .input-text {
	border: 1px solid #AAA;
	padding: 2px;
	background-color: #FFFFFF;
}
.resultados {
	width: 100%;
	border: 1px solid;
	border-color: #DDD #CCC #CCC #DDD;
	border-left: none;
	font-size: 10pt;
}
.resultados th, .resultados td { padding: 3px 5px; border-left: 1px solid #DDD; border-bottom: 1px solid #EEE; vertical-align: middle; }
.resultados th { background: #FFFFFF url("img/table_th.png") repeat-x scroll top left; font-weight: bold; text-align: center; }
.resultados td { vertical-align: top; line-height: 130%; }
.resultados .l0 td { background-color: #FFFFFF; }
.resultados .l1 td { background-color: #FBFBFB; }

.searchfield {
	margin: 0 auto;
	border: 1px solid #CCC;
	padding: 10px;
	margin-top: 30px;
	background-image: url("img/table_th.png");
	background-repeat: repeat-x;
}
#pi { text-align: right; margin-top: -16px; padding-bottom: 3px; height: 16px;  padding-right: 16px; }

#policard_express {
	background-image: url('img/exp_bg.png');
	background-repeat: repeat-y;
	background-color: #f1f1f2;
	margin-bottom: -20px;
	padding-bottom: 20px;
	position: relative;
}
#policard_express .logo {
	background-image: url('img/exp_logo.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 145px;
	background-position: 19px 35px;
}
#policard_express .box {
	width: 744px;
	margin: 0 auto;
	background-color: #FFF;	
	background-image: url('img/exp_box_m2.gif');
	background-repeat: repeat-y;
	position: relative;
}

#policard_express .box .t, #policard_express .box .b, #policard_express .box .m {
	overflow: hidden;
	background-repeat: no-repeat;
}

#policard_express .box .t {
	height: 12px;
	background-color: #FFF;
	background-image: url('img/exp_box_t.gif');
}

#policard_express .box .m {
	background-image: url('img/exp_box_m.gif');
	padding: 15px 60px;
	color: #666;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10pt;
}


#policard_express .box2 .m {
	padding: 15px 25px !important;
}

#policard_express .box .m p {
	margin: 0.5em 0;
}
#policard_express .box .m p b {
	color: #555;
}
#policard_express .box a:focus {
	outline: none;
}

#policard_express .box a:link, #policard_express .box a:visited {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

#policard_express .box a:hover, #policard_express .box a:active {
	color: #777;
	text-decoration: underline;
}

#policard_express .box a {
	color: #555;
	text-decoration: none;
}

#policard_express h1 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: -17px;
	padding-left: 17px;
	background-image: url('img/exp_arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#policard_express h1.inside {
	margin-left: 0;
}
#policard_express .box .b {
	height: 11px;
	background-image: url('img/exp_box_b.gif');
}

#policard_express .button {
	border: none;
	display: block;
	background-color: transparent;
	height: 25px;
	overflow: hidden;
	background-image: url('img/exp_but1_l.gif');
	line-height: 25px;
	font-size: 8pt;
	position: relative;
	padding: 0 15px;
	text-align: center;
}
#policard_express .button span {
	display: block;
	background-image: url('img/exp_but1_r.gif');
	background-repeat: no-repeat;
	background-position: top right;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -15px;
	width: 15px;
	height: 25px;
}
#policard_express .next span {
	background-image: url('img/exp_but2_r.gif');
	width: 17px;
	margin-left: -17px;
}
#policard_express .next {
	padding: 0 20px 0 10px;
}
#policard_express .button:hover { text-decoration: none !important; }

.tabs {
	position: absolute;
	top: -37px;
	left: 0;
}
/*
<img src="css/img/exp_aba_simulacao_gray.gif" style="padding-right:3px;" />
<img src="css/img/exp_aba_cadastro_gray.gif" style="padding-right:3px;"/>
<img src="css/img/exp_aba_confirmacao_gray.gif" style="padding-right:3px;"/>
*/
.tabs span {
	height: 43px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	overflow: visible;
	text-indent: -999em;
	margin-right: 4px;
}
.tabs .tab1 { background-image: url("img/exp_aba_simulacao_gray.gif"); width: 160px; }
.tabs .tab2 { background-image: url("img/exp_aba_cadastro_gray.gif"); width: 140px; }
.tabs .tab3 { background-image: url("img/exp_aba_confirmacao_gray.gif"); width: 140px; }
.step1 .tab1 { background-image: url("img/exp_aba_simulacao_red.gif"); }
.step2 .tab2 { background-image: url("img/exp_aba_cadastro_red.gif"); }
.step3 .tab3 { background-image: url("img/exp_aba_confirmacao_red.gif"); }

.box .simulacao th.label {
	font-weight: bold;
	color: #444;
}
.box .simulacao td, .box .simulacao th {
	background-color: #EDEDED;
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	padding: 5px 10px;
	color: #555; 	
	line-height: 135%;
}
.box .simulacao .r1 td, .box .simulacao .r1 th { background-color: #E0E0E0; }
.box .simulacao th {
	color: #444;
	font-weight: bold;
}
.simulacao .edit {
	border: 1px solid #DCDCDC;
	background-color: #FFF;
	color: #555;
	padding: 2px 3px;
}
.simulacao .editv {
	border: 1px solid #DCDCDC;
	background-color: #EEE;
	color: #555;
	padding: 3px;
}
.box .cardname {
	text-align: left;
	background: #E5E5E5 !important;
	font-size: 11pt !important;
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, sans-serif !important;
	margin: 0;
}
.box .vantagens {
	text-align: right;
	background: #E5E5E5 !important;
	font-family: 'Trebuchet MS', Arial, sans-serif !important;
	font-size: 10pt !important;
}
.box .vantagens a {
	padding-left: 17px;
	background-image: url('img/exp_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.simulacao .st th, .st td {
	background-color: #E5E5E5 !important;
	color:#1B1143 !important;
}
.simulacao .st td {
	font-weight: bold !important;
}
.simulacao .stt th, .stt td {
	background-color: #E5E5E5 !important;
	color: #B60914 !important;
	font-weight: bold !important;
}

#info {
	position: absolute;
	top: 68px;
	left: 460px;
	width: 240px;
	background-color: #F1F1F1;
	padding: 10px;
	color: #888;
	font-size: 8pt;
	line-height: 140%;
}
#info b {
	color: #666;
}

#info h2 {
	color: #777;
	padding-bottom: 3px;
	font-size: 10pt;
	font-weight: bold;
}
#info span { display: block; margin: -2px; padding: 2px; }
#info .hl b { color: #B80; }
#info .hl { background-color: #FEC; border: 1px solid #FC0; margin: -3px; color: #C90; }

.missing, .missing td { background-color: #FEE !important; border: 1px solid #FAA !important; }
.r0 .err { background-color: #FDC !important; }
.r1 .err { background-color: #FCB !important; }
.msg-error { color: #F00; font-weight: bold; font-size: 8pt; font-family: Verdana, sans-serif; }