/*	CLEAR BOTH	*/
.cB {
	clear:both;
}

/*	POSIÇOES	*/
.absolute {
	position:absolute;
}
.relative {
	position:relative;
}

/*	MARGENS PARA ABSOLUTE	*/
.absTop {
	top:0;
}
.absRight {
	right:0;
}
.absBottom {
	bottom:0;
}
.absLeft {
	left:0;
}

/*	MARGENS DIVERSAS (EM BASE 10)	*/
.mTop {
	margin-top:10px;
}
.mRight {
	margin-right:10px;
}
.mBottom {
	margin-bottom:10px;
}
.mLeft {
	margin-left:10px;
}

/* Objetos Flutuantes*/

.left {
	float:left;
}
.right {
	float:right;
}

/*	SHOW | HIDE	*/

.show {
	display:block;
}
.hide {
	display:none;
}

div.fotoAmpliada {
	cursor:pointer;
	position:absolute;
	background:#FFF;
	padding:5px;
	border:solid 1px #333;
}

.voltarDois {
	clear:both;
	margin-top:10px;
}

.textoCampanha {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
div.textarea {
	margin:0 auto;
	clear:both;
	padding:10px 0 15px 0;
	width:90%;
}
div.textarea label {
	font-weight:bold;
	display:block;
	line-height:30px;
	background:#F5F5F5;
	padding:0 0 0 10px;
}
div.textarea textarea {
	width:99%;
}
.noneAll * {
	color:#000;
}
span.ok {
	color:#093;
}
span.error {
	color:#F00;
}
span.exists {
	color:#33F;
}
div.itemDisp {
	width:25%;
	float:left;
}
h6.divisory {
	display:block;
	clear:both;
	margin-top:10px;
	border-top:solid 1px #CCC;
	font:bold 12px Verdana;
	line-height:25px;
	text-align:left;
}
div.atencao {
	border:solid 1px #E49185;
	padding:7px;
	text-align:center;
	color:#C00;
	background:#F7EAE1;
}
li.title {
	line-height:30px;
	list-style:none;
	font-size:14px;
	font-weight:bold;
}
li.opened {
	color:#333;
	background:#EBEBEB;
}
li.ok {
	color:#060;
	background:#EBF7DF;
}
li.error {
	color:#C00;
	background:#F8E9E9;
}
option.cant {
	color:#C00;
	text-decoration:line-through;
}
span.yellow {
	color:#FC0;
}
.overflow {
	overflow-y:scroll;
	border-bottom:solid 1px #333;
}