	/* CSS Document */

/* Menu Direita Baixo 
	- cse = Canto Superior Esquerdo
	- csd = Canto Superior Direito
	- cie = Canto Inferior Esquerdo
	- cid = Canto Inferior Direito
	- rc = repetir parte de cima
	- rb = repetir parte de baixo
	- re = repetir parte da esquerda
	- rd = repetir parte da direita
*/

/* BOX DO LADO ESQUERDO OU DIREITO */



td.box_meio{
	background-color:#FFFFFF
}

td.box_cse {
	width:19px;
	height:19px;
	background-image:url("../imgs/box_cse.gif");
	background-repeat:no-repeat
}

td.box_csd {
	width:19px;
	height:19px;
	background-image:url("../imgs/box_csd.gif");
	background-repeat:no-repeat
}

td.box_cie {
	width:19px;
	height:19px;
	background-image:url("../imgs/box_cie.gif");
	background-repeat:no-repeat
}

td.box_cid {
	width:19px;
	height:19px;
	background-image:url("../imgs/box_cid.gif");
	background-repeat:no-repeat
}

td.box_rc{
	height:19px;
	background-image:url("../imgs/box_rc.gif");
	background-repeat:repeat-x
}

td.box_rb{
	height:19px;
	background-image:url("../imgs/box_rb.gif");
	background-repeat:repeat-x
}

td.box_re{
	width:19px;
	background-image:url("../imgs/box_re.gif");
	background-repeat:repeat-y
}

td.box_rd{
	width:19px;
	background-image:url("../imgs/box_rd.gif");
	background-repeat:repeat-y
}


/* BOx 1 - Terms Alternat */

td.box1_meio{
	background-color:#E4E9DD
}

td.box1_cse {
	width:19px;
	height:19px;
	background-image:url("../imgs/box1_cse.gif");
	background-repeat:no-repeat
}

td.box1_csd {
	width:19px;
	height:19px;
	background-image:url("../imgs/box1_csd.gif");
	background-repeat:no-repeat
}

td.box1_cie {
	width:19px;
	height:19px;
	background-image:url("../imgs/box1_cie.gif");
	background-repeat:no-repeat
}

td.box1_cid {
	width:19px;
	height:19px;
	background-image:url("../imgs/box1_cid.gif");
	background-repeat:no-repeat
}

td.box1_rc{
	height:19px;
	background-image:url("../imgs/box1_rc.gif");
	background-repeat:repeat-x
}

td.box1_rb{
	height:19px;
	background-image:url("../imgs/box1_rb.gif");
	background-repeat:repeat-x
}

td.box1_re{
	width:19px;
	background-image:url("../imgs/box1_re.gif");
	background-repeat:repeat-y
}

td.box1_rd{
	width:19px;
	background-image:url("../imgs/box1_rd.gif");
	background-repeat:repeat-y
}


/*  Error */


td.error_meio{
	background-color:#D7E6EF
}

td.error_cse {
	width:19px;
	height:19px;
	background-image:url("../imgs/error_cse.gif");
	background-repeat:no-repeat
}

td.error_csd {
	width:19px;
	height:19px;
	background-image:url("../imgs/error_csd.gif");
	background-repeat:no-repeat
}

td.error_cie {
	width:19px;
	height:19px;
	background-image:url("../imgs/error_cie.gif");
	background-repeat:no-repeat
}

td.error_cid {
	width:19px;
	height:19px;
	background-image:url("../imgs/error_cid.gif");
	background-repeat:no-repeat
}

td.error_rc{
	height:19px;
	background-image:url("../imgs/error_rc.gif");
	background-repeat:repeat-x
}

td.error_rb{
	height:19px;
	background-image:url("../imgs/error_rb.gif");
	background-repeat:repeat-x
}

td.error_re{
	width:19px;
	background-image:url("../imgs/error_re.gif");
	background-repeat:repeat-y
}

td.error_rd{
	width:19px;
	background-image:url("../imgs/error_rd.gif");
	background-repeat:repeat-y
}


#Layer2 {position:absolute; width: 250px; z-index:3; left: -500px; top: -500px; border: 1px solid #000000; background-color: #eeeeee; layer-background-color: #eeeeee; visibility: visible; filter:alpha(Opacity=95);}