/* 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 */
#articleList a  { color: #ff0000;

}
#articleList strong a { color: #0000ff;

}
#articleList dl { display: block;
}
#articleList dt { padding  : 2px; background: #cfd8de;
                  color: #ffffff;
                  font-size: 1.2em;

}
#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;
}
/**/
#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: 10px;
					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;}

