@charset "iso-8859-1";
body {
	margin-top: 20px;
	padding: 0;
	font-size: 11px;
	background-attachment: fixed;
	font-family:"Lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:11px;
}

h1 {
	letter-spacing: -1px;
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

p{
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 18px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Header */

#header {
	width: 760px;
	height: 45px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: middle;
	padding-top: 5px;
}

#header h1{
	padding-top: 8px;
	padding-left: 10px;
}

#banner {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
}
form {
	border-style: none;
}

#logo {
	width: 740px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-bottom: 10px;
	clear: both;
	height: 55px;
}

#logo span{
	float: right;
	clear: both;
}


/* Menu */

#menu {
	float: right;
	margin: 10px;
}

#menu ul {
	wmargin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	margin: 0px;
}

#menu a {
	display: block;
	float: left;
	margin-left: 1px;
	text-decoration: none;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	font-weight: bold;
}

/* Page */

#page {
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	background-color: #EBEEF1;
}

/* Content */

#content {
	width: 550px;
	padding: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0E9D6;
	height: 100%;
}

#right { 


width:200px; 
 /* works only if parent container is assigned a height value */ 
color:#333; 
background:#eaeaea; 
border:1px solid #333; 
} 

/* Sidebar */

#sidebar {
	content:".";
	display:block;
	float: right;
	height: auto;
	width: 199px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dashed #D1D1D1;
}

#sidebar li li a {
	margin: 0;
	font-weight: bold;
	padding: 0px;
}

#sidebar a {
	text-decoration: none;
	font-weight: bold;
}

/* Search */

#search {
}

#search h2 {
}

/* Footer */

#footer {
	width: 750px;
	color: #353535;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background-color: #FDF9EE;
	padding: 5px;
	height: 20px;
}

/* Messages */

.message_view {
	font-size: 14px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
}
.buttom-follow {
	height: 27px;
	border: 1px solid #006600;
	width: 75px;
	cursor:pointer;
	background-color: #7EC201;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
	font-weight: bold;
	color: #FFFFFF;
}

.message_del{
	float:right;
	margin:5px;
	padding-left: 10px;
	height: 10px;
	width: 10px;
}

#bar-bg {
	display: block;
	width: 760px;
	float: left;
}


.buttom-unfollow {
	height: 27px;
	border: 1px solid #660000;
	width: 75px;
	cursor:pointer;
	background-color: #C22929;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
	color: #FFFFFF;
}
.mini {
	float: left;
	height: 27px;
	width: 27px;
	margin: 3px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
#msg_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #339933;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	font-size:11px;
	font-weight:bold;
	background-attachment: scroll;
	background-color: #66CC66;
	background-image: url(images/bg-btn-green.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	cursor: pointer;
}
#msg_submit::-moz-focus-inner {
padding:0;
border:0;
}
   #barra	{
	position:fixed;
	bottom:0;
	left:0;
	z-index:2000;
	width:100%;
	background-color: #003366;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: none;
   }
#botao-verde{
	margin-right: 5px;
	margin-left: 5px;
	background-color: #69A74E;
	color: #FFFFFF;
	height: 30px;
	cursor: hand;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: inset;
	border-left-style: outset;
	border-top-color: #006600;
	border-right-color: #006600;
	border-left-color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #006600;
}   
#navegacao a {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial;
	font-size: 12px;
	outline: none;	
}
	#navegacao a:hover {
	color: #CCCCCC;
	background-color: #666666;
	height: 25px;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

	#navegacao {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 29px;
	border-bottom: #c9d7f1 1pt solid;
	background-color: #333333;
	color: #FFFFFF;
				}

				#navegacao .esquerda {
	position: absolute;
	left: 5px;
	top: 5px;
	float: left;
	width: 550px;
				}
				
				#navegacao .esquerda span {
	position: relative;
	padding-top: 7px;
	padding-bottom: 8px;
}
				
				#navegacao .direita {
				  position: absolute;
				  right: 10px;  top: 5px; height: 15px;
				  float: left;
				}
				
				#navegacao .direita span {
				  margin-left: 2px; 
				}
				
				#navegacao #mais {
	position: absolute;
	top: 30px;
	left: 400px;
	width: 100px;
	display: none;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8A8A8A;
	border-right-color: #8A8A8A;
	border-bottom-color: #8A8A8A;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	z-index: 1000;
				}
				
				#navegacao #mais a {
	text-decoration: none;
	color: #000000;
}
				#navegacao #mais .separador {
	height: 1pt;
	border-top: #c9d7f1 1px solid;
	width: 80px;
	margin-right: 0px;
	margin-left: 3px;
				}
				#navegacao #mais span {
	float: left;
	position: relative;
	width: 100px;
	height: 25px;
				}
				
				#navegacao #mais span a {
	position: absolute;
	width: 90px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
				}
				
				#navegacao #mais span a:hover {
	background: #3366cc;
	color: #FFFFFF;
	height: 25px;
}

.progresso {
	padding: 5px;
}
#form input[type=text], #form input[type=password], #form input[type=textarea]  {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	padding:5px;
	width:400px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
-->more msg 
ol.row {
	list-style:none
}
ol.row li {
	position:relative;
	border-bottom:1px solid #EEEEEE;
	padding:8px;
}
ol.row li:hover {
	background-color:#F7F7F7;
}
ol.row li:first-child {
}
.load_more {
	background-color:#FFFFFF;
	background-image:url("images/more.gif");
	background-position:left top;
	background-repeat:repeat-x;
	border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	border-style:solid;
	border-width:1px;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:22px;
	line-height:1.5em;
	margin-bottom:6px;
	outline:medium none;
	padding:6px 0;
	text-align:center;
	text-shadow:1px 1px 1px #FFFFFF;
	width:97%;
}
.load_more {
	-moz-border-radius:5px 5px 5px 5px;
}
.load_more:hover {
	background-position:left -78px;
	border:1px solid #BBBBBB;
	text-decoration:none;
}
.load_more:active {
	background-position:left -38px;
	color:#666666;
}
img {
	border : none;
}
.relist{
	font-size:13px; 
	clear:both; 
	margin:10px;
	list-style:none;
}	
