.cue_green {
    background-color: #ddffdd;
    border: 1px solid #009900;
    margin-bottom:5px;
    margin-top:5px;
}
.cue_green td{
	height:25px;
    line-height:20px;
	background: url(../images/icon_right.gif) no-repeat;
	background-position:0px 3px;
	padding-left:30px;
    border: 1px solid #ddffdd;
}

.cue_green1 {
    border: 1px solid #009900;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cue_green1 td{
	background: #fff;
	height: 25px;
    line-height: 20px;
	padding-left: 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top:none; 
	border-left:none
}

.cue_green1 th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc; 
	border-top:none; 
	border-left:none; 
	background:#F6F6F6;
	font-size:14px;
	line-height:24px;
}

.cue_red {
    background-color: #ffe7dd;
    border: 1px solid #ff0000;
    margin-bottom:10px;
    margin-top:10px;
}
.cue_red td{
    border: 1px solid #ffe7dd;
    height:25px;
    line-height:20px;
    background: url(../images/icon_wrong.gif) no-repeat;
    background-position:0px 3px;
    padding-left:30px;
}

.cue_yellow {
	background-color: #fffcc9;
	border: 1px solid #ffcc00;
	margin-bottom:10px;
	margin-top:10px;
}
.cue_yellow td{
	background: url(../images/icon_warning.gif) no-repeat;
    background-position:0px 3px;
	height:25px;
    line-height:20px;
    border: 1px solid #fffcc9;
    padding-left:30px;
}

.cue_blue {
	background-color: #daf0ff;
	border: 1px solid #4fabdb;
	margin-bottom:10px;
	margin-top:10px;
}
.cue_blue td{
    background: url(../images/icon_info.gif) no-repeat;
    background-position:0px 3px;
    height:25px;
    line-height:20px;
	padding-left:30px;
    border: 1px solid #daf0ff;
}

