/*
 * www.applion.net Common Stylesheet
 * � 2005 Applion, Nils Bandener
 *
 * $Id: common.css,v 1.228 2006/08/11 22:17:05 nils Exp $
 */ 

/*
 * Commons 
 */
body
{
   font-family:trebuchet ms,trebuchet,verdana,helvetica,arial,sans-serif;
   font-size:11px;
   padding:0px;
   margin:0px;
}

form
{
   margin:0px;
   padding:0px;
}

td
{
   font-size:11px;
  /* vertical-align:top; */
}

a
{
   color:#000088;
}

a:visited
{
   color:#666688;
}

a:active
{
   color:#0000ff;
}

/*
 * Page Structure
 */
#leftcol
{
   position:absolute;
   left:20px;
   top:108px;
   width:210px;
}

#maincontent
{
   margin:108px 20px 10px 230px;
}

.flipPage #maincontent
{
   margin:110px 240px 10px 20px;
}

.flipPage #leftcol
{
   left:auto !important;
   right:0px !important;
}

.widePage #maincontent
{
   margin:110px 20px 10px 20px; 
}

.floatrow
{

}

#popup
{
   position:absolute;
   z-index:150;
   left:230px;
   top:108px;
   border:none !important;
}

#popup .actionBox  #popupIFrame
{
   background-color:#ddddff;
}

#popup .errorBox  #popupIFrame
{
   background-color:#ffc5cf;
}


#popupContent
{
   float:left;
   margin:0px;
   padding:0px;
}

#popupContent .errorBox
{
   padding:5px;
   background-color:#ffc5cf;
}

#popupContent .actionBox
{
   padding:5px;
   background-color:#ddddff;
}

#popupContent p
{
   margin:0px 0px 4px 0px;
}

.halfOpaque
{
   opacity:0.5;
   filter:alpha(opacity=50); 
   -moz-opacity:0.5;
}

/*
 * Page Header
 */
#lion
{
   position:absolute;
   left:5px;
   top:5px;
   z-index:10;
}

#applion
{
   position:absolute;
   left:85px;
   top:10px;
   z-index:5;
}

#claim
{
   position:absolute;
   right:20px;
   top:23px;
}

/*
 * Navigation
 */
#navbar
{
   position:absolute;
   left:0px;
   top:65px;
   width:100%;
   background:#ffae51 url(/images/gradient_orange.jpg) repeat-x top;
   border-bottom:5px solid #ff5125;
}

#navbarcontent
{
   padding-left:85px;
   font-size:14px;
   font-weight:bold;
   color:white;
}

#navbarcontent a, #navbarcontent a:visited, #navbarcontent a:active
{
   color:white;
   text-decoration:none;
}

#navbarcontent a:hover
{
   color:white;
   text-decoration:underline;
}

#navbarcontent #navbarcontentRight
{
   position:absolute;
   right:0px;
   top:0px;
   width:150px;
   margin:2px 20px 2px 2px;
   padding:0px;
}

#navbarcontentRight #navbarcontentRight2
{
   display:table-cell;
   vertical-align: middle;
   height:1.1em;
   text-align:right;
   width:150px;
}

#navbarcontentRight2 img
{
   border:none;
   margin:0px 0px 0px 4px;
}

/*
 * ABoxes
 */
 
.aBox
{
   position:relative;
   height:auto;
   border-style:solid;
   border-width:5px 1px 1px 1px;
   margin-bottom:10px;
}

.aBoxHead, .aBoxNose
{
   font-size:14px;
   font-weight:bold;
   background-repeat:repeat-x;
   background-position:bottom;
}

.aBoxNose
{
   position:absolute;
   top:-5px;
   left:-14px;
   width:9px;
   height:auto;   
   border-style:solid none solid solid;
   border-width:5px 0px 5px 5px;
   z-index:9;
}

.aBoxNoseC1
{
   position:absolute;
   left:-5px;
   top:-5px;
   width:14px;
   height:14px;
   background-repeat:no-repeat;   
}

.aBoxNoseC2
{
   position:absolute;
   left:-5px;
   bottom:-6px;
   width:14px;
   height:14px;
   background-repeat:no-repeat;
   background-position:bottom;   
}

.aBoxBody
{
}

.aBoxHead .aBoxHeadWidgets
{
   /*position:absolute;
   top:1px;
   right:4px;
   height:1.1em;
   display:table-cell;
   vertical-align: middle;*/
   float:right;
   font-size:12px;
   padding:1px 4px 0px 4px;
}

.aBoxHead .aBoxHeadWidgets2
{
   float:right;
   font-size:12px;
   padding:1px 4px 0px 4px;
}

.aBoxHead .aBoxHeadWidgets2 *
{
    vertical-align:bottom;

}

.aBoxHead a, .aBoxSubHead a
{
   color:white;
}

.aBoxSubHead
{
   font-size:12px;
   font-weight:bold;
   background-repeat:repeat-x;
   background-position:bottom;
   padding:1px 2px;
}

/*
 * Action ABoxes
 */

.actionBox .aBox
{
   background-color:#ddddff;
}

.actionBox .aBox, .actionBox .aBoxNose
{
   border-color:#247bfe;
}

.actionBox .aBoxHead,  .actionBox .aBoxNose, .actionBox .aBoxSubHead
{
   color:white;
   background-color:#9999ff;
   background-image:url(/images/gradient_dark_blue.jpg);   
}

.actionBox .aBoxNoseC1
{
   background-image:url(/images/c1_blue.gif);
}

.actionBox .aBoxNoseC2
{
   background-image:url(/images/c2_blue.gif);
}

.actionBox .seperator
{
   background-color:#aaaaff;
   margin-top:-1px;
   height:4px;
   line-height:1px;
   overflow:hidden;
}

/*
 * Info ABoxes
 */
.infoBox .aBox
{
   background-color:#eeeeee;
}

.infoBox .aBox, .infoBox .aBoxNose
{
   border-color:#919191;   
}

.infoBox .aBoxHead, .infoBox .aBoxNose, .infoBox .aBoxSubHead
{
   color:white;
   background-color:#aaaaaa;
   background-image:url(/images/gradient_dark_gray.jpg);   
}

.infoBox .aBoxNoseC1
{
   background-image:url(/images/c1_gray.gif);
}

.infoBox .aBoxNoseC2
{
   background-image:url(/images/c2_gray.gif);
}

/*
 * Help ABoxes
 */
 
.helpBox .aBox
{
   background-color:#bbf5bb;
}

.helpBox .aBox, .helpBox .aBoxNose
{
   border-color:#02c602;
}

.helpBox .aBoxHead, .helpBox .aBoxNose, .helpBox .aBoxSubHead
{
   color:white;
   background-color:#57ee4a;
   background-image:url(/images/gradient_dark_green.jpg);
}

.helpBox .aBoxNoseC1
{
   background-image:url(/images/c1_green.gif);
}

.helpBox .aBoxNoseC2
{
   background-image:url(/images/c2_green.gif);
}

.helpBoxBody, .infoBoxBody
{
   padding:5px;
}


/*
 * Error ABoxes
 */
 
.errorBox .aBox
{
   background-color:#ffc5cf;
}

.errorBox .aBox, .errorBox .aBoxNose
{
   border-color:#ff0536;
}

.errorBox .aBoxHead, .errorBox .aBoxNose, .errorBox .aBoxSubHead
{
   color:white;
   background-color:#fc9896;
   background-image:url(/images/gradient_dark_red.jpg);
}

.errorBox .aBoxNoseC1
{
   background-image:url(/images/c1_red.gif);
}

.errorBox .aBoxNoseC2
{
   background-image:url(/images/c2_red.gif);
}

.errorBoxBody
{
   padding:5px;
}

/*
 * Ad ABoxes
 */

.adBox .aBox
{
   background-color:#f5f5f5;
}

.adBox .aBox, .adBox .aBoxNose
{
   border-color:#dadada;
}

.adBox .aBoxHead,  .adBox .aBoxNose
{
   color:#aaaaaa;
   background-color:#f5f5f5;
   background-image:url(/images/gradient_silver.jpg);   
}

.adBox .aBoxNoseC1
{
   background-image:url(/images/c1_silver.gif);
}

.adBox .aBoxNoseC2
{
   background-image:url(/images/c2_silver.gif);
}

.adBox .aBoxBody a, .adBox .aBoxBody a:active, .adBox .aBoxBody a:visited
{
   color:#555555;
   text-decoration:none;
   font-size:11px;
   line-height:1.2em;
}

.adBox .seperator
{
   background-color:#dadada;
   height:4px;
   margin:5px 0px;
}

.adBox.litBox .aBoxBody
{
   padding:3px 3px 3px 5px;
}

.adBox.litBox .aBoxBody a, .adBox.litBox .aBoxBody a:active, .adBox.litBox .aBoxBody a:visited
{
   color:#555555;
   text-decoration:none;
   font-size:11px;
}

.adBox.litBox .aBoxBody .litPic
{
   float:right;
   clear:right;
   padding-left:3px;
   border:none;
   text-align:right;
}

.adBox.litBox .aBoxBody .litTitle
{
   font-weight:bold;
}

.adBox.litBox .aBoxBody .litPrice
{
   margin:4px 5px 0px 0px;
   float:left;
}

.adBox.litBox .aBoxBody .litPrice img
{
   vertical-align:top;
   border:none;
}

.adBox.litBox .aBoxBody .litPrice .prd
{
   float:left;
}

.adBox.litBox .aBoxBody .litInfo
{
   margin-top:3px;
   font-size:10px;
   line-height:1em;
}

.adBox.litBox .aBoxBody .litHalfFooter
{
   clear:left;
}

.adBox.litBox .aBoxBody .litHalfFooter a
{
   clear:both;
   display:block;
   padding-top:8px;
   font-size:13px;
   font-style:italic;
   text-align:center;
}


.adBox.litBox .aBoxBody .litFooter
{
   clear:both;
}

.adBox.litBox .aBoxBody .link
{
   text-decoration:underline;
}

/*
 * Product ABoxes
 */

.productBox .aBox
{
   background-color:#f5f5f5;
}

.productBox .aBox, .productBox .aBoxNose
{
   border-color:#ffbb88;
}

.productBox .aBoxHead,  .productBox .aBoxNose
{
   color:#fe6e34;
   background-color:#f5f5f5;
   background-image:url(/images/gradient_silver.jpg);  
}

.productBox .aBoxNoseC1
{
   background-image:url(/images/c1_orange2.gif);
}

.productBox .aBoxNoseC2
{
   background-image:url(/images/c2_orange2.gif);
}

.productBox .aBoxBody
{
   padding:3px 3px 3px 5px;
}

.productBox .aBoxBody a, .productBox .aBoxBody a:active, .productBox .aBoxBody a:visited
{
   color:#555555;
   text-decoration:none;
   font-size:11px;
}

.productBox .aBoxBody .prodTitle
{
   font-weight:bold;
   color:#fe6e34;
}

.productBox .aBoxBody .prodPrice
{
   margin:4px 5px 0px 0px;
   float:left;
}

.productBox .aBoxBody .prodPrice img
{
   vertical-align:top;
   border:none;
}

.productBox .aBoxBody .prodPrice .prd
{
   float:left;
}

.productBox .aBoxBody .prodInfo
{
   margin-top:3px;
   font-size:9px;
   line-height:1em;
}

.productBox .aBoxBody .link
{
   text-decoration:underline;
}



/* - */

.productBox2 .aBox
{
   background-color:#f5f5f5;
}

.productBox2 .aBox, .productBox2 .aBoxNose
{
   border-color:#ffbb88;
}

.productBox2 .aBoxHead,  .productBox2 .aBoxNose
{
   color:#fe6e34;
   background-color:#f5f5f5;
   background-image:url(/images/gradient_silver.jpg);     
}

.productBox2 .aBoxNoseC1
{
   background-image:url(/images/c1_orange2.gif);
}

.productBox2 .aBoxNoseC2
{
   background-image:url(/images/c2_orange2.gif);
}

/*
 * Box Sizes
 */
#leftcol .aBox
{
   width:190px;
}

#maincontent .aBox, #popup .aBox
{
   width:100%;
}

/*
 * Button Boxes
 */
.buttonBox .aBoxBody
{
   text-align:center;
   border:none;
   padding:3px;
   font-size:11px;
   overflow:hidden;
}

.buttonBox .aBoxBody button, .buttonBox .aBoxBody input, .buttonBox .aBoxBody div.contextHelpElement
{
   width:184px;
}

.buttonBox .aBoxBody button, .buttonBox .aBoxBody input
{  
   font-family:trebuchet ms,trebuchet,verdana,helvetica,arial,sans-serif;
   font-size:11px;
   margin:0px 0px 1px 0px;
   display:block;
}

/*
 * Form Boxes
 */

.formBox table.aBoxBody
{
   border:none;
   padding:0px;
   margin:0px;
}

.formBox table.aBoxBody td
{
   border:none;
}

.formBox table.aBoxBody td.rowLabel
{
   width:90px;
   text-align:right;
   padding:4px 5px 2px 2px;
   vertical-align:top;
   white-space:nowrap;
}

.formBox .flowLabel
{
   padding-top:3px;
   padding-right:5px;
   padding-left:10px;
}

/* ------------ */

.formBox .formGroup
{
   background-image:url(/images/comp_blue_ul.jpg);
   background-position:top right;
   background-color:#bdbcfe;
   background-repeat:no-repeat;
   padding:5px 5px 5px 5px;
   font-family:trebuchet ms,trebuchet,verdana,helvetica,arial,sans-serif;
   font-size:11px;
}

.formGroup .formLabel, .formGroup .formRowLabel
{
   color:white;
   font-weight:bold;
}

.formBox input.radioButton
{
   width:auto !important;
}

.formBox input, .formBox select, .formBox textarea, .formBox button
{
   font-family:trebuchet ms,trebuchet,verdana,helvetica,arial,sans-serif;
   font-size:11px;   
}

#maincontent .formBox .aBoxBody
{
   border:none;
   padding:3px;
   font-size:11px;
}
 
#maincontent .formBox .formRow
{
   clear:both;
   padding:2px 0px;
   white-space:nowrap;
}

#maincontent .formBox .formRowLabel
{
   float:left;
   width:100px;
   overflow:hidden;
   text-align:right;
   padding-top:3px;
   padding-right:5px;   
}

#maincontent .formBox .formFlowLabel
{
   padding-top:3px;
   padding-right:5px;
   padding-left:10px;
}

#maincontent .formBox input, #maincontent .formBox select, #maincontent .formBox textarea
{
   width:450px;
   -moz-box-sizing:border-box;
   box-sizing:border-box;   
}

#maincontent .formBox textarea
{
   height:160px;
}

#leftcol .formBox .aBoxBody, .floatrow  .formBox .aBoxBody
{
   border:none;
   padding:0px 3px 3px 3px;
   font-size:11px;
}

#leftcol .formBox .formRow, .floatrow  .formBox .aBoxBody
{
   padding-top:3px;
}

#leftcol .formBox .formRowLabel
{
   width:184px;
   clear:both;
   float:left;
}

#leftcol .formBox input, #leftcol .formBox select, #leftcol .formBox textarea, #leftcol .formBox button
{
   width:184px;
   -moz-box-sizing:border-box;
   box-sizing:border-box;
}

#leftcol .formBox .fieldAndButton input
{
   width:128px !important;
}

#leftcol .formBox .fieldAndButton button
{
   width:50px !important;
}

#popupContent .formBox .aBoxBody
{
   padding:3px;
   font-size:11px;
}

#popupContent .formBox .formRow
{
   clear:both;
   padding:2px 0px;
}

#popupContent .formBox .formRowLabel
{
   float:left;
   width:100px;
   text-align:right;
   padding-top:3px;
   padding-right:5px;   
}

#popupContent .formBox .formFlowLabel
{
   padding-top:3px;
   padding-right:5px;
   padding-left:10px;
}

#popupContent .formBox input, #popupContent .formBox select, #popupContent .formBox textarea
{
   width:405px;  
   -moz-box-sizing:border-box;
   box-sizing:border-box;
}

#popupContent .formBox textarea
{
   height:160px;
}

#bottomrightbox
{
   position:relative;
   height:1px;
}

#bottomrightbox .aBox
{
   position:absolute;
   right:0px;
   bottom:0px;
   margin-right:-222px;
   margin-bottom:10px;
   width:190px;
}

/*
 * Table Boxes
 */
.tableBox .aBoxBody
{
   position:relative;
   width:100%;
}

.tableBox table
{
   border-collapse:collapse;
   width:auto;
   position:relative;
   border:none;
   border-spacing:0px;
}

.actionBox.tableBox th
{
   background:#9999ff url(/images/gradient_dark_blue_b.jpg) no-repeat bottom right;
   font-weight:bold;
   font-size:13px;
   color:white;
   border:none;
   padding-left:3px;
   padding-right:3px;
   white-space:nowrap;      
   text-align:left;
}

.actionBox.tableBox th a, .actionBox.tableBox th a:visited, .actionBox.tableBox th a:active
{
   text-decoration:none;
   color:white;
}

.actionBox.tableBox th a:hover
{
   text-decoration:none;
   color:white;   
}

.actionBox.tableBox td
{
   background:#ddddff url(/images/gradient_light_blue_b.jpg) no-repeat top right;
   padding:0px 3px; 
   font-size:13px;
   border:none;
   white-space:nowrap;   
   text-align:left;   
}

.actionBox.tableBox td .subText
{
   padding:1px 0px 0px 5px;
   font-size:11px;
   white-space:normal;
}

/*
 * Response Buttons
 */
 
.responseButtonRow
{
   padding-top:5px;
}

.responseButtonRow .responseButtonsLeft
{
   float:left;
   white-space:nowrap;
   margin-bottom:5px;
}

.responseButtonRow .responseButtonsRight
{
   text-align:right;
   white-space:nowrap;
}

.responseButtonRow button, .responseButtonRow input
{
   width:auto !important;
   padding:1px 6px 1px 6px;
   font-size:13px !important;
}

.responseButtonsRight button, .responseButtonsRight input
{
   margin-left:3px;
}
   
.responseButtonsLeft button, .responseButtonsLeft input
{
   margin-right:3px;
}

/*
 * ABox Head Widgets
 */
 
.aBoxHeadWidgets
{
}

.aBoxHeadWidgets *
{
   vertical-align:middle;
   width:14px;
   height:14px;
   margin-left:4px;
}
 
.aBoxHeadWidgets .contextHelpButton
{
   background:url(/images/contextHelpButton1.gif) no-repeat;
}

.aBoxHeadWidgets .warningButton
{
   background:url(/images/warningButton.gif) no-repeat;
}

/*
 * Context Help
 */
 
.innerContextHelpElement
{
   text-align:left;
   border:#00bb00 1px solid;
   margin-top:3px;
   padding:2px 5px;
   background:#bbf5bb;
   height:auto;
}

.contextHelpElement
{
   overflow:hidden;
}

#maincontent .contextHelpElement
{
   width:455px;
   margin-left:108px;
}

html>body #maincontent .contextHelpElement
{
   width:450px;
   margin-left:105px;
}

#maincontent .formBox table.aBoxBody .contextHelpElement
{
   margin-left:0px;
}

#maincontent .innerContextHelpElement
{
   clear:both;
   white-space:normal;
}

#leftcol .contextHelpElement
{
   margin-bottom:5px;
}

#leftcol .innerContextHelpElement
{
   font-size:11px;
}

#popupContent .contextHelpElement
{
   width:406px;
   margin-left:108px;
}

html>body #popupContent .contextHelpElement
{
   width:405px;
   margin-left:105px;
}

#popupContent table.aBoxBody .contextHelpElement
{
   margin-left:0px;
   width:200px;
}


.innerContextHelpElement *
{
   margin:0px 0px 4px 0px;
}

.contextErrorElement
{
   border:#ee2222 1px solid;
   margin-top:5px;
   padding:2px 5px;
   background:#ffaaaa;
   height:auto;
   clear:both;
   white-space:normal;
}

#maincontent .contextErrorElement
{
   width:444px;
   margin-left:108px;
}

html>body #maincontent .contextErrorElement
{
   width:438px !important;
   margin-left:105px;   
}

#popupContent .contextErrorElement
{
   width:395px;
   margin-left:108px;
}

html>body #popupContent .contextErrorElement
{
   width:393px !important;
   margin-left:105px;   
}

#maincontent .formBox table.aBoxBody .contextErrorElement
{
   margin-left:0px;
}

.contextErrorElement *
{
   margin:0px 0px 0px 0px;
}

.inputInfoButton
{
   font-style:italic;
   background-color:#dddddd;
   border-width:1px;
   border-color:red;
   border-style:dashed;
   font-family:trebuchet ms,trebuchet,verdana,helvetica,arial,sans-serif;
   width:auto;
   margin-right:5px;
   font-size:11px;
}

/*
 * Help Component
 */
 
#helpTextBody
{
   border-bottom:1px solid #919191;
   margin:3px 0px 3px 0px;
   padding:0px 2px 2px 4px;
   height:140px;
   overflow:auto;
}

/*
 * Text Pages
 */

.textPage
{
   font-size:13px;
   line-height:1.44em;
   margin-left:50px !important;
}
 
.textPage .introText
{
   font-size:14px;
   font-style:italic;
}

.textPage h1
{
   margin-left:-30px;
   margin-top:4px;
   color:#fe5e2c;
   font-size:26px;
   font-weight:bold;
}

.textPage h2
{
   margin-left:-28px;
   color:#fe5e2c;
   font-size:18px;
   font-weight:bold;
}

.textPage h3
{
   color:#fe5e2c;
   font-size:16px;
   font-weight:bold;
   margin:4px 0px 0px -28px;
}

.textPage ol
{
   margin:8px 0px 8px 0px;
}

.textPage ol li
{
   margin:0px;
   padding:0px;
}

.textPage ol ol
{
   margin:2px 0px 2px 0px;
}

.textPage .figure
{
   float:right;
   border:1px solid #919191;   
   background:#eeeeee;
   padding:5px 5px 2px 5px;
}

.textPage .figure .caption
{
   margin:3px 0px 2px 0px;
   font-size:11px;
   line-height:1.1em;
}

.textPage .step
{
   clear:both;
   margin-bottom:1em;
}

.textPage .step .figure
{
   margin-bottom:10px;
   clear:right;
}

.textPage .step .figure img, .textPage .step .figure .caption
{
   width:200px;
}

.textPage .step img.number
{
   float:left;
   margin-bottom:1em;
   width:57px;
   height:80px;
   border:none;
}

.textPage .step p
{
   margin:0px 220px 0.8em 60px;
}

.textPage .step h3
{
   margin:3px 220px 0.3em 60px;
}

.textPage blockquote
{
   background:#eeeeee;
   border:1px #aaaaaa solid;
   padding:2px 4px;
}

.textPage dt
{
   font-weight:bold;
   margin-left:-14px;
}

.textPage dd
{
   margin:0px 0px 10px 0;
}

.textPage dd samp, .textPage dd table.samp
{
   font-style:italic;
   display:block;
   width:350px;
   font-family:trebuchet ms,trebuchet,verdana,helvetica,arial,sans-serif;
   margin-top:4px;
   background:#eeeeee;
   border:1px #aaaaaa solid;
   padding:2px 4px;   
   font-size:12px;
}

.textPage dd table.samp td
{
   vertical-align:top;
   font-family:trebuchet ms,trebuchet,verdana,helvetica,arial,sans-serif;
   font-size:12px;
   padding:1px 3px;   
}

ul.aBoxBody
{
   margin:0px;
   padding:5px;
}

ul.aBoxBody li
{
   margin-left:18px;
}

ul.aBoxBody ul
{
   margin:0px;
   padding:0px;
}

.pulldownMenu
{
   position:absolute;
   left:135px;
   top:84px;
   height:auto;
   z-index:15;
   border-left:1px solid;
   border-top:none;
   border-right:1px solid;
   border-bottom:5px solid;
   border-color:#ff5125;
   visibility:hidden;
}

.pulldownMenuItem
{
   background:#ffae51 url(/images/gradient_orange2.jpg) repeat-x top;
   font-size:14px;
   padding-left:2px;
   padding-right:10px;
   color:white;
}

.pulldownMenuItem a, .pulldownMenuItem a:visited, .pulldownMenuItem a:active
{
   color:white;
   padding-left:12px;
   background:url(/images/menu-arrow.gif) no-repeat left center;
   display:block;
   text-decoration:none;
}

.selectedPulldownMenuItem a
{
   background:url(/images/menu-dot.gif) no-repeat left center !important;   
}

.semiSelectedPulldownMenuItem a
{
   background:url(/images/menu-ring.gif) no-repeat left center !important;   
}

.pulldownMenuItem a:hover
{
   text-decoration:underline;
}

/*
 * Forum
 */
 
blockquote.bbcode
{
   background-image:url(/images/comp_blue_ul.jpg);
   background-position:top right;
   background-color:#bdbcfe;
   background-repeat:no-repeat;
   padding:5px 5px 5px 5px;   
}

.actionBox.tableBox tr.announcementMessage td
{
   background:#dffede url(/images/gradient_light_green_b.jpg) no-repeat top right;   
}

.actionBox.tableBox tr.newMessage td
{
   background:#fbfed3 url(/images/gradient_light_yellow_b.jpg) no-repeat top right;      
}


