/* CSS Document */

* html img {
	filter:expression(
		this.alphaxLoaded ? "" :
		(
			this.src.substr(this.src.length-4)==".png"
			?
			(
				(!this.complete)
				? "" :
				this.runtimeStyle.filter=
				("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
				(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
				String(this.alphaxLoaded=true).substr(0,0)+
				(this.src="images/blank.png").substr(0,0)
			)
			:
			this.runtimeStyle.filter=""
		)
	);
}

.lateral2_esquerda{
	background-image:url(images/lateral2_esquerda.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.lateral2_direita{
	background-image:url(images/lateral2_direita.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.lateral_esquerda{
	background-image:url(images/lateral_esquerda.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:278px;
}

.lateral_direita{
	background-image:url(images/lateral_direita.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:278px;
}

.interna{
	width:788px;
	height:766px;
}

#menu{
	width:788px;
	height:38px;
}

#interna-bg{
	background-image:url(images/bg_interna.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:506px;
	width:788px;
}

#interna-paddings{
	padding-top:133px;
	padding-left:260px;
}

.internas{
	width:454px;
	height:373px;
}

.body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

.rodape{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b40436;
	text-decoration:none;
}

#contentMask {
	width: 432px;
    height: 300px;
    position: relative;
    overflow: hidden;	
}
#content {
	width: 432px;
    position: relative;
	text-align: left;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}


#track {
	width: 12px;
	height: 310px;
	background-image:url(images/scroll_line.gif);
	background-position:center;
	background-repeat: repeat-y;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 0px;

}


/* My Fucking Space */

.lateral_esquerda_ms{
	background-image: url(images/menu.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.lateral_direita_ms{
	background-image: url(images/myspace/bg_line.png);
	background-position:top;
	background-repeat:repeat-x;
}


.campos_promo {
    font-size: 15px;
    color: #ae0c2e;
    border-color: #fffc00;
    border-width: 1px;
    border-style: solid;
}


