@charset "utf-8";
/* CSS Document */





#noProblemList
{
	margin-top:-20px;
	position:relative;
	height:185px;
	overflow:hidden;
}


#noProblemList h1
{
	margin-bottom:4px;
	font-size:14px;
	color:#666666;
}

#noProblemList h2
{
	margin-bottom:4px;
	font-size:14px;
	color:#000080;
}

#noProblemList .problemText
{
	color:#999999;
}

#noProblemList .noProblemText
{
	color:#5683F8;
}


#noProblemList table td
{
	padding:0px 8px 0px 8px;
	line-height:14px;
	font-size:13px;
}

#noProblemList table td.picture
{
	width:290px;
}

 

#noProblemList div.noProblemItem
{
	display:none;
	position:absolute;
}




#noProblemList div.noProblemItem a.close
{
	display:none;
}


#noProblemList .defualt
{
	display:block;
}

/* ----------- no problem  -------------*/


/* 
#noProblemList
{
	overflow:visible;

}    

#noProblemList div.noProblemItem
{
	display:block;
	position:relative;
}
*/












