/*****************************************
* OVERRIDES
******************************************/
#container {
	min-height: 500px;
	height: 100%;
	text-align: left;
} 
#content {
	min-height: 490px;
	height: 490px;
	border-top: 0;
}
/*****************************************
* 
******************************************/
#page-content {
	position:relative;
	border: 0;/*1px solid #ff0000;*/
	width: 624px;
	height: 490px;
	min-height: 490px;
	left: 206px;
}
/*****************************************
* Documents specific 
******************************************/
#documents-container {
	position: relative;
	width: 624px;
	height: 450px;
	/*border: 1px solid #ff0000;*/
}
.single-document {
	position: relative;
	width: 624px;
	height: 90px;
	border-bottom: 1px solid #fdc400;
	overflow-verti: hidden;
}
.document-content {
	position: relative;
	float: left;
	width: 470px;
	height: 80px;
	margin-right: 4px;
	padding-left: 20px;
	overflow: hidden;
	padding-top: 10px;
}
.document-date {
	font-weight: bold;
	font-size: 105%;
	color: #6b6b6b;
}
.document-title-row {
	margin-top: 0px;
}
.document-title {
	font-weight: bold;
	font-size: 105%;
}
.document-description {
	display: block;
}
.document-link {
	position: relative;
	float: left;
	padding-top: 10px;
	width: 105px;
}
.document-button {
	position: relative;
	float: right;
	width: 100px;
	height: 20px;
	background: transparent url("./../inc/grapx/link-button.jpg") no-repeat;
	border: none;
	color: black;
	padding-top: 3px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	margin-right: 2px;
}
.document-button:HOVER {
	color: #ffbe0d;
	cursor: pointer;
}
.document-icon {
	padding-top: 8px;
	position: relative;
	float: left;
	width: 23px;
	height: 23px;
}
/*****************************************
* INDEX PAGE
******************************************/
#recent-news,
#section-header {
	display:block;
	margin-top: 16px;
	position: relative;
	width: 100%;
	height: 24px;
	color: #004175;
	border-bottom: 1px solid #fdc400; 
	font-size: 16px;
	font-weight: bold;
}
#box-contents {
	position: relative;
	width: 600px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#borsa-title {
	margin-top: 16px;
	font-size: 14px;
	font-weight: bold;
}
#borsa
{
	width: 100%;
	height: 120px;
	text-align: left;
	vertical-align: middle;
	margin-top: 8px;
	margin-bottom: 8px;
}

#documents-missing {
	margin-top: 16px;
	position: relative;
	width: 604px;
	height: 24px;
	color: #000000;
	/*border-bottom: 1px solid #fdc400;*/ 
	font-size: 16px;
	font-weight: bold;
	background-color: #E2E2E2;
	padding-top: 4px;
	padding-left: 20px;
}

/*****************************************
* RSS
******************************************/
#feed-rss-link
{
	display:block;
	position: absolute;
	left: -197px;
	top: 20px;
	height: 32px;
 	margin-left: 3px;
}
.feed-rss {
	display:block;
  	padding: 18px 0 0 	39px;
  	background: url("../inc/grapx/feed-icon-32x32.jpg") no-repeat 0 50%;
	color: black;
	text-decoration: none;
	border: 0;
	height: 32px;
	font-size: 10px;
	font-weight: bold;
} 
.feed-rss:ACTIVE,
.feed-rss:VISITED
{
	color: black;
}
.feed-rss:HOVER
{
	color: #fdc400;
}
