#ticket-submitted #msg-left
{
	background: url(/images/common/help_desk_submit_left.png) transparent no-repeat;
}

#ticket-submitted #msg-fill
{
	background: url(/images/common/help_desk_submit_fill.png) transparent repeat-x;
}

#msg-fill span
{
	background: url(/images/common/ticket_submit_gradient.png) transparent repeat-x;
}

#ticket-submitted #msg-right
{
	background: url(/images/common/help_desk_submit_right.png) transparent no-repeat;
}

#help-message-area .small-box
{
	background: url(/images/common/help_desk_small_box.png) transparent no-repeat;
}

.disabled-small-box
{
	background: url(/images/common/help_desk_disabled_small_box.png) transparent no-repeat;
	color: #d9d9d9;
}

#new-messages
{
	background: url(/images/common/blue_stroke.png) transparent no-repeat;
	color: #00487a;
}

#sent-messages
{
	background: url(/images/common/orange_stroke.png) transparent no-repeat;
	color: #d9710b;
}

#archived-messages
{
	background: url(/images/common/pink_stroke.png) transparent no-repeat;
	color: #db18c1;
}

 
#help-answer-area
{
	background: url(/images/common/help_desk_answer_box.png) transparent no-repeat;
	color: #00487a;
}

 
#help-answer-area #submit-question
{
	background: #C0D7EE url(/images/common/answer_area_gradient.png) repeat-x;
}

#help-answer-area #select-question
{
	background: #D1D1D4 url(/images/common/select_question_gradient.png) repeat-x;
}

#ticket-view tbody tr/*#blue*/
{
	background: url(/images/common/help_detail_gradient_blue.png) repeat-y;	
}

#ticket-view tbody tr.a/*#pink*/
{
	background: url(/images/common/help_detail_gradient_pink.png) repeat-y;
}

#help-link span
{
	background: url(/images/common/help_link.png) repeat-x;
}

#help-return
{
	background: url(/images/common/help_return_gradient.png) transparent repeat-x;
}


#help-info .bot-box
{
	background: url(/images/common/help_info_box.png) no-repeat;
}

}

ul.tickets
{
        background-color: #555555;
}

ul.tickets li.original
{
	background-color: #EEEEEE;
}

ul.tickets li, ul.tickets li h3, ul.tickets li .inner
{
	background-image: url(/images/common/ticket.png);
}

ul.tickets li.response, ul.tickets li.response h3, ul.tickets li.response .inner
{
	background-image: url(/images/common/ticket_response.png);
}

ul.tickets ul li
{
	background: none;
}

ul.tickets li.response
{
	background-color: #D9F9FA;
}
