/* CSS Document */

/*	All	*/
.pageTitle{
	font-size: 18px;
}

.pageTitle a, .pageTitle a:visited, .pageTitle a:over{
	color: #000000 !important;
	font-weight: bold;	
}


/*	Folder Page	*/

.pageContentRight{
	float: right;
	padding-top: 20px;
	margin-right: 10px;
	padding-bottom: 20px;
	width: 455px;
	overflow: hidden;
}

.pageContentLeft{
	float: left;
	width: 337px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}

.innerPageLeftImage{
	margin-right: 5px;
}



.folderPageItem{
	width: 410px;
	padding-right: 5px;
	padding-left: 5px;
	display: none;
	margin-bottom: 25px;
}

.folderPageTitle{
	width: 435px;
	height: 20px;
	background-color: #88ba03;
	color: #ffffff !important;
	padding-right: 5px;
	cursor: pointer;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.folderPageTitleText{
	float: right;
	width: 400px;
}

.folderPageTitleBulletClose{
	float: left;
	background-image: url(../images/general/title_bullet_close.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 18px;
	margin-top: 1px;
	margin-left: 5px;
}

.folderPageTitleBulletOpen{
	float: left;
	background-image: url(../images/general/title_bullet_open.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 18px;
	margin-top: 1px;
	margin-left: 5px;
}





/*	News Page	*/

.newsArticles{
	width: 465px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsArticlesImage{
	float: right;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	border: 1px solid #8dbe0d;
	overflow: hidden;
}

.newsArticlesText{
	float: right;
	width: 350px;
}

.newsArticlesTitle a, .newsArticlesTitle a:visited, .newsArticlesTitle a:hover{
	font-size: 14px;
	color: #379729 !important;
	text-decoration: none;
	font-weight: normal;
}

/*	Search Page	*/

.searchResultItem{
	width: 500px;
	margin-top: 10px;
	padding-right: 10px;
}