/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	font-size: 12px;
/*	line-height: 18px;*/
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border: 0;
}
/*
a:link, a:visited, a:active {
	color: #808DAC;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: #000000;
}
*/
/*=== LOGO LAYER ===*/
div.logo {
	width: 100%;
	height: 180px;
	text-align: center;
	background-image: url("top_glow.jpg");
	background-repeat: repeat-x;
}
div.logo-container {
	width: 725px;
	padding-top: 0px;
	border: 0;
	margin: auto;
}
/*=== PROFILE LAYER ===*/
div.profile-container {
	width: 685px;
	margin: auto;
	overflow: auto;
	padding-bottom: 10px;
}
div.profile-text {
	float: left;
	width: 680px;
	color: #FFFFFF;
}

/*=== WORK LAYER ====*/
div.work-container {
	margin: auto;
	padding-top: 0px;
	width: 685px;
	border: 0;
	color: #FFFFFF;
	
}
div.item-container {
	width: 685px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
div.item-basic-container {
	background-color: #101116;
	background-image: url(item2-basic-gradient1.gif);
	background-repeat: repeat;
	padding-top: 10px;
	overflow: hidden;
}
div.item-basic-container .smallShot {
	float: left;
	margin-left: 10px;
	width: 150px;
}
div.info-basic span.title {
	color: #333333;
	font-weight:100;
	font-size: 18px;
	line-height: normal;
}
div.info-basic {
	margin-top: 5px;
	margin-left: 150px;
	width: 400px;
}
div.info-arrow {
	float: right;
	margin-top: 5px;
	width: 70px;
}
div.info-extended-container {
	background-color: #EBEBEB;
	/*	background-image: url(item2-basic-gradient1.gif);
	background-repeat: repeat-x;*/
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
div.info-extended-container .leftSide {
	/*float: left;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;

}
div.info-extended-container .rightSide {
	/*float:left;*/
	margin-left: 20px;
	color: #000000;
	margin-right: 20px;
	display:inline;
}
div.info-extended-container .rightSide2 {
	font-family:tahoma;
	float:left;
	margin-left: 20px;
	color: #666666;
	margin-right: 20px;
	display:inline;
}

div.info-extended-container p {
	font-size: 11px;
}
span.req {
	color: #000;
}
.fundo_continer {
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #FFFFFF;
}
.rodape-extended-container {
	background-image: url(item2-basic-gradient1.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear:both;
	height:30px;
}
.linha {
	height: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
div.info-extended-container .leftSide2 {
	/*float: left;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 480px;
}
div.info-extended-container .rightSide3 {
	/*float:left;*/
	margin-left: 20px;
	color: #000000;
	margin-right: 20px;
	display:inline;
	width: 205px;
}

