/*
 * WinArticleStyle.css
 * Business Intelligence Systems Inc. (c) 2003 - 2008
 *
 * author Jeffrey Blake
 * version 1.0
 * since JDK 1.5
 * Last Edit:   - 
 * Open Issues: -
 * Future:      -
*/

#article .code {
   font-family: Courier New, monospace; 
}
#article .indent {
   padding-left: 25px;
}
#article .quote {
   padding-left: 60px;
   padding-right: 60px;
   font-style: italic;
}
#article .bold {
   font-weight: 600;
}
#article .bullets {
   display: block; 
}
#article { 
   width: 100%; 
}
#article table, #article div { 
   font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: black; 
}
#article span, #article div, #article td { 
   vertical-align: top; text-align: left; 
}
#article .container { 
   width: 100%; 
}
#article table, #article hr { 
   width: 100%; 
}
#article .title { 
   font-size: 16px; font-weight: 600; 
}
#article .label { 
   font-size: 12px; 
   white-space: nowrap; 
   background-color: transparent; 
   font-style: normal; color: blue; 
   font-weight: 600; 
   vertical-align: top; 
   text-align: left; 
}
#article .center { 
   text-align: center; 
}
#article .nowrap { 
   white-space: nowrap; 
}
#article .break { 
   border-bottom-width: 0px; 
   border-left-width: 0px; 
   border-right-width: 0px; 
   width: 100%; 
   height: 0px; 
}
#article .winarticlesetlabel, #article .linksetlabel {
   padding-top: 4px;
}
#article A .winarticlesetlink {
}
#article .articletrailer { 
   font-size: 12px; 
   font-weight: 500; 
}
#article A.external {
   background: url(../images/system/icons/external_link.gif) no-repeat right 0; /* relative to css file */
   padding: 0 12px 0 0 ;
}
#article A.winarticle {
   background: url(../images/system/icons/report_small.gif) no-repeat left 0; /* relative to css file */
   padding: 0 0 0 12px ;
}
#article A { text-decoration: none; }
#article A:link, #article A:visited { color: blue; } 
#article :hover, #article span.link:hover { text-decoration: none; }

/* TABLE, TD, TR, TH, DIV, SPAN { border: 1px solid blue;  border-collapse: separate; } /* use for debug */

