.CategoryList
{
	font-weight: bold;
	color: maroon;
	background-image: url(images/title_01.gif);
}

.CommentsContainer {
	border: 1px solid #CCCCCC; 
	background-color: #FFFFFF; 
	padding: 1px;
}

.CommentItemStyle {
	background-color: #F8F8F8; 
	padding: 5px; 
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.CommentAlternatingItemStyle {
	padding: 5px; 
}

.CommentAuthor {
	font-size: 1.25em; 
	font-weight: bold;
}
.CommentDate{
	font-size: .8em; 
	color: #5F68AD;
}

.Normal
{
	text-align: justify;
}
.Title
{
	float: left;
	background: url(../images/title_01.gif) left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px #25569a solid;
}
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
.HeadTitle
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	color: maroon;
	text-align: center;
}
.ClassImage
{
	border-right: blue thin solid;
	border-top: blue thin solid;
	border-left: blue thin solid;
		border-bottom: blue thin solid;
	}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */

}
.thumbnail span label{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover label{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */

}
.CellColor
{
	background:lightblue; 
	width:auto;
	border: 1px solid red;
	text-align:center;
}
.Title
{
	font-size: medium;
	color: #666600;
	text-align: center;
}
.Type
{
	font-size: small;
	color: #5a9a21;
	text-align: center; /*background-image: url(icontintuc.jpg);*/
	background-color: #488314;
	background-repeat: no-repeat;
	font-weight: bold;
	background-color: transparent;
}
.Typeicon
{
	font-size: small;
	color: #488314;
	text-align: left; 
	font-weight: bold;
	background-image: url(icon.jpg);
	
	float: left;
	background-repeat: no-repeat;
	text-indent: 22px;
}
