﻿.des
{
	background-color:#e1e1ff;
	text-decoration:none;
	
	
}
#ctl00_ctl00_Find
{
	width:30px;
	height:23px;
	
	border:none;

	background:url(/images/home/search.png);
	
	padding:0px;
}
#ctl00_ctl00_Find:hover
{
	background:url(/images/home/search.png) 0px -22px;
}
#ctl00_ctl00_Find:focus
{
	background:url(/images/home/search.png) 0px -44px;
}
.title
{
	background-color:#b1bbe0;	
	
}
.articleimg
{
	float:left;
	padding-bottom:5px;
	padding-right:5px;
}
.ArticleTitle
{
	font-size:14pt;
	font-weight:bold;
	color:Blue;
	max-width: 350px;
    width:expression(this.width > 350 ? "350px" : this.width);
    max-height: 350px;
    width:expression(this.height > 350 ? "350px" : this.height);
}
.articleitem
{
	
	background-color:#cad0f2;
	text-align:justify;
	font-size:10pt;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border-color:#c7c3cc;
	border-width:2px;
	border-style:solid;
}
.helper
{
	background-color:#ccccff;
	font-family:Tahoma;
}
.author
{
	font-size:9pt;
	font-family:Times New Roman; 	
	color:Gray;
}
.articleitem img
{
	float:left}

/*Rating Control  */
.ratingstar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/Images/SavedStar.png);
}
.rating
{
	padding-left:10px;

}
/* Related Article */
.list
{
	text-decoration:none;
	font-size:14px;
	font-family:arial,helvetica,clean,sans-serif;
	color:Black;
	padding-left:10px;
}