/* CSS Document */

/*	All	*/
.pageTitle{
	width: 435px;
	/*height: 20px;*/
	background-color: #88ba03;
	color: #ffffff !important;
	padding-right: 5px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 18px;
}

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

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

.pageContentText{
	width: 435px;
}

.leftContentSpace{
	margin-bottom: 20px;
}

.singlePageContent{
	width: 798px;
	margin-right: 10px;
}

.singlePageContentText{
	width: 790px;
	margin-right: 10px;
}

/*	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;
}


/*	Opinion	*/

.opinionArticles{
	margin-top: 10px;
}

.opinionArticlesBG{
	background-color: #312d2c;
	width: 337px;
}

.opinionNews{
	width: 314px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #ffffff;
}

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

.opinionNewsText{
	float: right;
	width: 230px;
}

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

.opinionNewsSubTitle{
	color: #ffffff !important;
}

.researchSubTitle table td a, .researchSubTitle table td a:visited, .researchSubTitle table td a:hover{
	font-weight: normal;
}