/* general
---------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #525252;
	font-family: tahoma,verdana,sans-serif;
	height: 100%;
}
/* display:none;
-----------------------------------------------*/
h1 {
	display:none;
}
.project_description {
	display:none;
}
/* layout
---------------------------------------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	background: #FFF url(../images/bg_top.gif) top left repeat-x;
}
#container {
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg_bottom.gif) bottom left repeat-x;	
}
/* header
---------------------------------------------------------------------------------------------------*/
#header {
	width: 825px;
	margin: 0 auto;
	height: 131px;
	background: url(../images/bg_header.jpg) top left no-repeat;
}
a#login {
	font-weight: normal;
	font-size: 10px;
	color: #cbc9c7;
	/*border-left: 1px solid #6b6a69;*/
	float:right;
	padding: 0 0 0 5px;
	margin: 8px 10px 0 0;
}
#userName {
	font-weight: bold;
	font-size: 10px;
	color: #fb7600;
	float:right;
	padding: 8px 4px 0 0;
}
a#logout {
	font-weight: normal;
	font-size: 10px;
	color: #cbc9c7;
	/*border-left: 1px solid #6b6a69;*/
	float:right;
	padding: 0 0 0 5px;
	margin: 8px 10px 0 0;
}
/* filterbox
---------------------------------------------------------------------------------------------------*/
#filterBox {
	width: 816px;
	height: 36px;
	margin: 0 auto;
	text-align: right;
	padding: 14px 100px 0 0;
	/*background: url(../images/texto_search.gif) 390px 0px no-repeat;*/
}
#filter_year,#filter_market,#filter_client,#filter_type,#filter_submit {
	font-weight: normal;
	font-size: 10px;
	color: #000;
	display: inline;
	padding: 0 0 0 8px;	
}
/*
#filter_client {
	margin: 0 70px 0 0;
}
*/
#filter_submit {
	position:absolute;
}

#filterBox select {
	font-weight: normal;
	font-size: 10px;
	color: #757474;
	background-color: #ececec;
	border: 1px solid #7a7a7a;
	width: 100px;
}
/* paginador
---------------------------------------------------------------------------------------------------*/
.pager {
	margin: 10px auto 0 auto;
	padding: 5px 10px 0 10px;
	width: 806px;
	font-weight: bold;
	font-size: 11px;
	color: #8c8c8c;
	background: url(../images/bg_pager.gif) 0px 0px no-repeat;
	height: 18px;
}
.pagerResults {
	float: left;
}
.pagerResults span {
	font-weight: normal;
}
.pagerNumbers {
	text-align: right;
	font-weight: normal;
}
.pagerPages {
	font-weight: normal;
}
.pagerPages a {
	font-weight: bold;
	color: #757474;
}
.pagerSeparator1 {
	width: 1px;
	background-color: #f00;
}
.pagerBackNextButtons {
	padding: 0 5px;
	color: #fff;
}
.pagerBackNextButtons a {
	font-weight: bold;
	color: #555;	
}
#pageLabel {
	padding: 0 4px;
}
/* item
---------------------------------------------------------------------------------------------------*/
.projectItem {
	width: 826px;
	background: url(../images/bg_item.gif) top left repeat-x;
	overflow: hidden;
	margin: 30px auto 0 auto;
}
.project_title h2 {
	font-weight: bold;
	font-size: 11px;
	color: #CC6001;
}
.projectInfo{
	overflow: hidden;
	width: 800px;
	margin: 10px auto 0 auto;
}
.projectInfo span {
	font-weight: bold;
}
.project_market,.project_client,.project_year,.project_type {
	font-weight: normal;
	font-size: 10px;
	color: #555;
	display:inline;
	float: left;
}
.spacer {
	display:inline;
	float: left;
	margin: -2px 0 0 0;
	padding: 0 5px 0 5px;
}
.project_client a, .project_year a {
	font-weight: normal;
	font-size: 10px;
	color: #555;
}
.project_link a {
	font-weight: bold;
	font-size: 10px;
	color: #d26300;
	float: right;
}
/*
.btnExpand {
	width: 68px;
	height: 17px;
	padding: 4px 0 0 25px;
	background: #FA7600 url(../images/bg_expand.gif) top left no-repeat;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	float: right;
}
.project_image {
	margin: 9px 0 0 0;
	width: 826px;
	height: 131px;
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
}
*/
.project_image {
	margin: 4px 0 0 0; 
}
/* footer
---------------------------------------------------------------------------------------------------*/
#footer {
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	margin: 20px auto 0 auto;
	padding: 10px 0 5px 0;
	width: 826px;
}
#footer div.copy {
	float: left;
}
#footer div.url {
	text-align: right;
}
#footer div.url a {
	font-weight: bold;
	color: #fff;
}