.jinc_error {
    border-bottom-style: solid;
    border-bottom-color: red;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-top-color: red;
    border-top-width: 2px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.jinc_caption {
    background: url(ice/caption.png) #FFF repeat-x scroll center left;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    font: italic bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 5px;
    text-indent: 25px;
    margin-bottom: 10px;
}

.jinc_description {
    background: #FFF repeat-x scroll center left;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 5px;
    margin-bottom: 10px;
}

.jinc_oldmessages {
    background: #FFF repeat-x scroll center left;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;    
    font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
}

.jinc_commands {
    display: inline;
    float: right;
    font: normal bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-right: 20px;
}

#jinc_msgbox {
    margin-top: 20px;
    background: url(ice/msgbox_left.png) no-repeat;
}

#jinc_msgbox .top {
    background: url(ice/msgbox_top.png) no-repeat top right;
    margin-left: 20px;
}

#jinc_msgbox .content {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 22px;
    position: relative;
}

#jinc_msgbox .bottom {
    height: 10px;
    background: url(ice/msgbox_bottom.png) no-repeat bottom right;
    position: relative;
    top: 10px;
}

#jinc_msgbox .leftbottom {
    height: 10px;
    width: 35px;
    margin-left: -20px;
    margin-bottom: -10px;
    background: url(ice/msgbox_bottom.png) no-repeat top left;
    position: relative;
}

.jinc_msgsubject {
    background: #FFF repeat-x scroll center left;
    border-bottom: 0px solid #CCC;
    border-top: 0px solid #CCC;
    font: normal bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-top: 0px;
    margin-bottom: 15px;
}

.jinc_msgbody {
    background: #FFF repeat-x scroll center left;
    font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left: 10px;
    margin-bottom: 20px;
}

.jinc_msgattachment {
    background: #FFF repeat-x scroll center left;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 5px;
    margin-bottom: 10px;
}

.jinc_mod_frm_subscription {
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    padding: 5px 5px 5px 5px;
}

.jinc_frm_subscription {
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 30em;
    text-align: center;
    border-color: rgb(0,0,0);
    border-style: dotted dotted dotted dotted;
    border-width: 1px 1px 1px 1px;
    padding: 20px 20px 20px 20px;
}

.jinc_mod_frm_subscription input.btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color:rgb(101,101,101);
    font: bold 100% 'trebuchet ms',helvetica,sans-serif;
    background-color: #DDDDDD;
    border:1px solid;
    border-color: rgb(101,101,101) rgb(101,101,101) rgb(101,101,101) rgb(101,101,101);
    padding: 1px 12px 1px 12px;
}

.jinc_frm_subscription input.btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color:rgb(101,101,101);
    font: bold 100% 'trebuchet ms',helvetica,sans-serif;
    background-color: #DDDDDD;
    border:1px solid;
    border-color: rgb(101,101,101) rgb(101,101,101) rgb(101,101,101) rgb(101,101,101);
    padding: 1px 12px 1px 12px;
}

/** Table styles **/
table.tbl_oldmsg {
    width: 95%;
    border-spacing: 1px;
    background-color: #e7e7e7;
    color: #666;
}

table.tbl_oldmsg td, table.tbl_oldmsg th {
    padding: 4px;
}

table.tbl_oldmsg thead th {
    text-align: center;
    background: #f0f0f0;
    color: #666;
    border-bottom: 1px solid #999;
    border-left: 1px solid #fff;
}

table.tbl_oldmsg thead a:hover { text-decoration: none; }

table.tbl_oldmsg thead th img { vertical-align: middle; }

table.tbl_oldmsg tbody th { font-weight: bold; }

table.tbl_oldmsg tbody tr {
    background-color: #fff;
    text-align: left;
}

table.tbl_oldmsg tbody tr.row1 {
    background: #f9f9f9;
    border-top: 1px solid #fff;
}

table.tbl_oldmsg tbody tr.row0:hover td, table.tbl_oldmsg tbody tr.row1:hover td  {
    background-color: #ffd ;
}

table.tbl_oldmsg tbody tr td {
    height: 25px;
    background: #fff;
    border: 1px solid #fff;
}

table.tbl_oldmsg tbody tr.row1 td {
    background: #f9f9f9;
    border-top: 1px solid #FFF;
}

table.tbl_oldmsg tfoot tr {
    text-align: center;
    color: #333;
}

table.tbl_oldmsg tfoot td, table.tbl_oldmsg tfoot th {
    background-color: #f3f3f3; 
    border-top: 1px solid #999;
    text-align: center;
}

table.tbl_oldmsg td.order {
    text-align: center;
    white-space: nowrap;
}

table.tbl_oldmsg td.order span {
    float: left;
    display: block;
    width: 20px;
    text-align: center;
}

table.tbl_oldmsg .pagination { 
    display: table;
    padding: 0;
    margin:0 auto;
}

.jinc_notice {
    padding-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 15px;
}

.jinc_msg_title, .jinc_err_msg_title {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: gray;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 2px;    
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 5px;
    font: italic bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.jinc_msg_subtitle, .jinc_err_msg_subtitle {
    border-top-style: solid;
    border-top-color: gray;
    border-top-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: gray;
    border-bottom-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;    
    margin-bottom: 5px;
    font: italic bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.jinc_msg_text, .jinc_err_msg_text {
    border-top-style: solid;
    border-top-color: gray;
    border-top-width: 1px;    
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;    
    margin-bottom: 10px;
    font: normal medium 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.jinc_err_msg_text {    
    font-weight: bold;    
}

.jinc_mod_posttext p {
    
}

.jinc_mod_pretext p {
    font-style: italic;
}