/* 
 * the basics
 */

body {
	font-family: Trebuchet MS;
	background-color: white;
	margin:0px;
	border:0px;
	padding:0px;
}

a {
	text-decoration: none;
}

a visited {
	text-decoration: none;
}

img {
	border: 0px;
}

.conteiner{
	background-color: white;
}

.background {
	background-image: url("../img/fundo1.png");
	background-repeat: repeat-x;
	background-color: #5F5F5F;
}

.alignCenter {
	text-align:center;	
}

.nowrap {
	white-space:nowrap;
}

.inline {
	display:inline;
}

/* 
 * menu
 */

.menuLinkfy {
	display:table;
	width:100%;
	
	padding-top:20px;

		
	background-image: url("../img/small_10.png");
	background-position: 0% 100%;
	background-repeat: repeat-x;
	
	vertical-align:bottom;
}

.menuLinkfy ul {
	width:100%;
	
	margin:0px;
	border:0px;
	padding:0px;
	
	list-style:none;
}

.menuLinkfy li a{
	font-weight: bold;
	color:silver;
}

.menuLinkfy li {
	float:left;
	padding-left:20px;
}

.menuLinkfy li#title {
	padding-left:60px;
}

.menuLinkfy li#loading {
	padding-right:80px;
}
	

.menuLinkfy li#search {
	padding-top:18px;
}

.menuLinkfy li#search-icon {
	padding-top:18px;
	margin-left:-15px;
}

.menuLinkfy li#action{
	padding-top:18px;
}


.menuLinkfy li a:hover{
	color:#99CC33;
}

.menuLinkfy .search {
	margin:0px;
	border:0px;
	padding:0px;
	text-align:center;
	width:180px;
	font-family: Trebuchet MS;
	background-image:url("../img/bg3.jpg");
	font-size:1.3em;
}

/*
 * link
 */

.link {
	white-space:nowrap;
	font-size:1.2em;
	line-height:3em;
	padding:0.5em;
	margin:0.5em;
}

#boxLinks {
	text-align: center;
	line-height:4em;
}

.linkEdit {
	position:relative;
	left:-20px;
	top:20px;
}

.linksInfo {
	font-size:.8em;
	text-align:left;
	background-color: #EFEFEF;
	margin: 5px;
	margin-bottom: 0px;
	width:100%;
}

.linksInfo img {
	vertical-align: bottom;
	line-height:1em!important;
}

.linksInfo a {
	color:black;
}

.linkTable {
	display:block;
}

/*
 * tag
 */
 
.boxTags {
	width:250px;
	display: inline;
	float:left;
	margin: 5px;
	background-color: #EFEFEF;
}

.tag {
	font-size:.8em;
	white-space:nowrap;
	padding:3px;
}

.tag:hover {
	background-color: #bbbbbb;
}

.tag img {
	vertical-align: bottomline;
}

.tag a {
	margin-left:2px;
	color:#555555
}

/*
 * general
 */
 
.loginFormInput {
	background-color: #dddddd; 
	font: .8em verdana, arial, helvetica, sans-serif;
	color:#003399;
	border:2px solid black;
	
	width: 100px;
	
}

#boxUser {
	margin-left:200px;
	
	background-color:black;
	width:150px;
	height:50px;
	
	padding: 5px;
	font-size:.7em;
	color: #999999;
}


.linkfyForm {
	margin:0px;
	border:1px solid black;
	padding:2px;
	font-family: Trebuchet MS;
	background-image:url("../img/bg3.jpg");
	font-size:1em;
}

.linkDataForm #itemTitle {
	margin-top:10px;
}

.linkDataForm {
	list-style-type:none;	
}

.imageMiddle {
	vertical-align: middle; 
}
.imageTop {
	vertical-align: text-top; 
}

