/* CSS Document */

.articleTitleDisplay {
	font-family: Arial;
	font-size: 135%;
	font-weight: bold;
}

.articleDate {
	font-family: Arial;
	font-size: 10px;
}

.articleCategory {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}

.articleTopic {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.articleList {
	font-family: Arial;
	/*font-size: 12px;*/
	/*padding-left: 30px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	/**/
	padding-left: 8px; 
	font-size: 13px; 
	border-bottom: 1px solid #CCCCCC;
}

/* New Styles */
.articleCategoryBox {
    background       : url(../images/bg_Gray_1x30.png) repeat-x left top;
    /*background       : url(../images/LLEF_articallistcat_bg.png) no-repeat left top;*/
}


.articleListCatText {
	font-family: Arial;
	font-size: 1.1em;
	text-color: #ffffff;
    text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	background       : url(../images/bg_Gray_1x30.png) repeat-x left top;
	 /*url(../images/LLEF_articallistcat_box.png)*/ 
}

/*.articleList a  { color: #ff0000;*/

}
.articleList strong a { color: #0000ff;
}
  /*Article latest backround*/
.latest_articles { font-family: Verdana, Arial; font-size: 10pt; color: #31659C; /*LINE-HEIGHT: 300%; */
                  background: url("../../images/bg_sub.gif") repeat-x;
                      /*url("../../images/bg_pshowall.gif") repeat-x;*/
}
.articleList dl { display: block;
}
.articleList dt { padding  : 5px; 
                  /*background: #e5ecf5 /*#cfd8de*/;*/
                  color: #ffff8f;
		  margin-top: 5px;
		  margin-bottom: 4px;
                  font-size: 1em;
                  text-align: left;
                  background: url("../../images/bg_Gray_1x300.png") repeat-x right top #ffffff;

}


.articleList dd { float: left;
                  margin-left: 1px;
                  padding: 0px 5px 5px 5px;
                  text-indent: 8px; 
                  text-align: justify;
                  font-size: 1em;
                  background: url("../../images/bg-sidebar-left-2.png") repeat-y right #ffffff;
		  margin-bottom: 6px;
		  border-size: 1px;
		  border-bottom: solid;
		  border-color: #aaaacc;
}
/**/
#shawAll dl { display: block;
}
#shawAll dt { padding  : 2px; background: #cfd8de;
              color: #ffffff;
              font-size: 1.2em;
              text-align: left;

}
#shawAll dd {     /*float: left;*/
                  /*margin-left: 1px;*/
                  padding: 0px 10px 5px 5px;
                  /*text-indent: 8px;*/ 
                  text-align: justify;
                  font-size: 1.2em;
                  background: url("../../images/bg-sidebar-left-2.png") repeat-y right #ffffff;
}


/**/


.articleListText {  display: block;
					font-family: Arial;
					font-size: 12px;
					padding-top: 5px;
					padding-bottom: 5px;
					padding-left: 4px;
}
.articleListText_bot {  display: block;
					font-family: Arial;
					font-size: 10px;
					padding-top: 5px;
					padding-bottom: 5px;
					padding-left: 4px;
				    background: #FFFFFF url("../../images/bg_news_title.png") repeat-x bottom;
}

.articleListText a {color: #665c72; text-decoration: none;}
.articleListText a:visited {color: #cbb7e4;}
.articleListText a:hover {color: #141217;}

