.message-box {
    background: #FFFFFF url(../images/account_box_bg.gif) repeat-x scroll 0 0;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    padding: 15px;
    overflow-x: auto;
}

.message-box .message-header {
    /*background: transparent url(../images/dotted_divider.gif) repeat-x scroll 0 100%;*/
	border-bottom: solid 1px #ddd;
    margin-bottom: 8px;
    padding-bottom: 2px;
    text-align: right;
    height: 25px;
}

.message-box blockquote {
    font-style: italic;
    border-left: 2px solid #999;
    border-left: 2px solid #999;
    padding-left: 10px;

}

.message-box .message-image {
    border: 1px dashed #ccc;
    color: #999;
    font-size: 10px;
    width: 40px;
    height: 20px;
    text-align: center;
}

/* +++ IMAGE BLOCK */
div#image-list-box {
    margin-top: 1.0em;
    margin-left: 0px;
}

div#image-list-box h4 {
    width: 300px;
    background: #d8d8d8;
    font-weight: bold;
    height: 2.0em;
    padding: 0em 0.8em;
    line-height: 2.0em;
    color: #2F2F2F;
}

#image-list-box .image-list li {
    background: none;
    margin: 0px !important;
    padding: 0px;
    border: 0px;
    font-weight: normal;
}

.image-list {
    list-style-type: decimal;
    margin-left: 20px;
}

#department_id {
    width: 529px;
}

/* --- Image Block */

/* +++ Quoting */

.helpdeskultimate-customer-view .do-quote, .helpdeskultimate-customer-viewext .do-quote {
    float: right;
}

.helpdeskultimate-customer-view .do-quote.modified, .helpdeskultimate-customer-viewext .do-quote.modified {
    float: none;
}

.helpdeskultimate-customer-view .do-quote.modified textarea {
width: 100%;
resize: vertical;
margin-top: 10px;
min-height: 120px;
padding: 5px !important;
}

.helpdeskultimate-customer-view .message-body FIELDSET,
.helpdeskultimate-customer-viewext .message-body FIELDSET {
    border: 1px solid #999;
    border-width: 0px 0px 0px 1px;
    padding: 5px;
    margin-left: 10px;
    font-style: italic;
}

.helpdeskultimate-customer-view .message-body FIELDSET LEGEND,
.helpdeskultimate-customer-viewext .message-body FIELDSET LEGEND {
    padding: 5px;
    font-weight: bold;
    display: inline;
}

/* --- Quoting */

/* +++ Attachment */
.helpdeskultimate-customer-view  .attachment,
.helpdeskultimate-customer-viewext  .attachment {
	font-family: comfortaabold;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 1.0em;
    min-height: 2.0em;
    padding: 0em 0.8em;
    /*background: #d8d8d8;*/
    line-height: 2.0em;
	color: #666;
	padding-left: 30px !important;
	background: url( "../images/attachment.png" ) no-repeat left;
}

.helpdeskultimate-customer-view  .attachment A,
.helpdeskultimate-customer-viewext  .attachment A {
    font-weight: normal;
}

/* --- Attachment*/

#content_field {
    /*width:627px;*/
    width: 100%;
    height: 100px;
}

.helpdeskultimate-customer-view SPAN.label,
.helpdeskultimate-customer-viewext SPAN.label {
    font-weight: bold;
}

.helpdeskultimate-customer-view .button-set,
.helpdeskultimate-customer-viewext .button-set {
    margin-top: 0.8em;
    /**/
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.helpdeskultimate-customer-view .back,
.helpdeskultimate-customer-viewext .back {
    height: 29px;
    margin-top: -19px;
}

.helpdeskultimate-customer-view .group-select table span.label,
.helpdeskultimate-customer-viewext .group-select table span.label {
    /*width:80px;*/
    margin-right: 5px;
    display: block;
    float: left;
}

.helpdeskultimate-customer-view textarea,
.helpdeskultimate-customer-viewext textarea {
    padding: 0px !important;
}

.helpdeskultimate-customer-view h5,
.helpdeskultimate-customer-viewext h5 {
    float: left;
}

.helpdeskultimate-customer-view h5.message-title,
.helpdeskultimate-customer-viewext h5.message-title {
    float: none;
	text-align: left;
}

.ticket-row TD {
    cursor: pointer;
}

/*.ticket-row:hover TD {
    background-color: #ffc !important;
}*/

span.required {
    color: #EB340A
}

.ticket-create-form, .ticket-create-form:hover {
    text-decoration: none;
}

button.close-ticket-btn {
    margin-right: 5px;
}