select {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 8.5pt;
}
.textBold {
        font-weight: bold;
}

.textSmall {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 8.5pt;
}

.textSmallBold {
        font-size: 8.5pt;
        font-weight: bold;
}

.textRed { 
        color: #cc0000; 
}

.required { 
        color: #cc0000;
}

.textBoldRed { 
        font-weight: bold;
        color: #cc0000; 
}

.textWhite { 
        color: #ffffff; 
}

.textBoldWhite { 
        font-weight: bold;
        color: #ffffff; 
}

.secondaryText {
        font-size: 8pt;
}

.secondaryTextSmall { 
        font-size: 7pt;
}

/*
 * These are link styles
 */
.secondaryTextBlue { 
        font-family: Tahoma;
        color: #003366;
}

a.secondaryTextBlue, a.secondaryTextBlue:visited, a.secondaryTextBlue:link, a.secondaryTextBlue:hover { 
        color:#003366;
        text-decoration: underline; 
}

.secondaryTextWhite {
        font-family: Tahoma;
        color: #ffffff;
}

a.secondaryTextWhite, a.secondaryTextWhite:visited, a.secondaryTextWhite:link, a.secondaryTextWhite:hover { 
        color:#ffffff;
        text-decoration: underline; 
}

/*
 * Orange
 */
.special {
        font-family: Tahoma;
        font-size: 8.5pt;
        font-weight: bold; 
        color: #ff6600; 
}

a.special, a.special:visited, a.special:link, a.special:hover { 
        color: #ff6600;
        text-decoration: underline; 
}

.heading { 
        font-family: Tahoma; 
        font-size: 11pt; 
        font-weight: bold; 
        color: #413f3f; 
        margin-left:2px;
        margin-bottom:2px;
}

.headingMedium { 
        font-family: Tahoma; 
        font-size: 9pt; 
        font-weight: bold;
        color: #413f3f;
        margin-left: 2px;
        margin-bottom: 2px;
}

.headingSmall { 
        font-family: Tahoma; 
        font-size: 8.5pt; 
        font-weight: bold; 
        color: #413f3f;
        margin-left:2px;
        margin-bottom:2px
}

.headingWhite { 
        font-family: Tahoma; 
        font-size: 8.5pt; 
        font-weight: bold; 
        color: #ffffff; 
        margin-left:2px;
        margin-bottom:2px;
}

.textInput { 
        background-image: url(/images/tile.gif); 
        background-color: #ffffff;
}

/*
 * The shadow at the bottom of the page 
 */
.bottomshadow { 
        height: 12px;
        background-image: url("/images/border_bottom.gif");
        background-repeat: repeat-x;
}

.bottom {
        background-color: #f0f0f0;
}

/*
 * This is for Toaster Popup
 */
.popupText { 
        color: #FFFFFF; 
        background : #413f3f;
}

/*
 * Table Grids - outline cells
 */
.grid {
        margin: 2px 0px 5px 0px;
        border-collapse: collapse;
}

.grid th  {
        border: 1px solid #ccc;
        padding: 2px 4px 2px 4px;
        background: #f0f0f0;
        text-align: center;
}

.grid td  {
        border: 1px solid #ccc;
        padding: 3px 4px 3px 4px;
}

.cellgrid {
        border: 1px solid #ccc;
        padding: 3px 4px 3px 4px;
}

.simpleBorder {
    padding: 1px 1px 1px 1px;
    border: 1px solid #ccc;
}

tr.alt {
        background: #ccc;
}

.channelHeader { 
        background-color: #ccc; 
        font-weight: bold; 
}

.headingBoxReport { 
        background-color: #413f3f; 
        padding:6px;
        color: #ffffff;
        font-weight:bold; 
        font-size: 11pt;
}

/*
 * Single px line
 */
.singleLine { 
        border-bottom: 1px solid #ccc; 
        margin-bottom:5px;
}

/*
 * List stylsheets
 */
ol { 
        padding: 0px 0px 0px 0px;
        margin: 5px 0px 0px 16px;
        margin-left: 1.25em;   
        padding-left: 1.25em;
}

ol li { 
        margin: 0px 0px 5px 0px;
}

ul { 
        padding: 0px 0px 0px 0px;
        margin: 5px 0px 0px 16px;
        margin-left: 1.25em; 
        padding-left: 1.25em;
        list-style: none url(/images/standard_bullet.gif) outside;
}

ul li { 
        padding: 0px 4px 5px 0px;

}

ul.notice { 
        padding: 0px 0px 0px 0px;
        margin: 5px 0px 0px 16px;
        margin-left: 1.25em; 
        padding-left: 1.25em;   
        list-style: none url(/images/bullet_cube.gif) outside;
}

ul.noimage { 
        padding: 0px 0px 0px 0px;
        margin: 5px 0px 0px 16px;
        margin-left: 1.25em; 
        padding-left: 1.25em;
        list-style: none url(/images/clear.gif) outside;
}

/*
 * Icons
 */
.iconLink {
        font-family: Tahoma; 
        font-size: 7.5pt;
        vertical-align: middle;
        color: #413f3f;
}

a.iconLink, a.iconLink:visited, a.iconLink:link { 
        text-decoration: none; 
        color: #413f3f;
}

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

.iconDiv {
        width:24px;          
}

#contents {
        clear: both; 
        border-right: #ccc 1px solid; 
        background: #ffffff; 
        padding-bottom: 15px; 
        margin: 0px; 
        border-left: #ccc 1px solid; 
        padding-top: 15px; 
        border-bottom: #ccc 1px solid; 
}

#hackContents {
        clear: both; 
        border-right: #ccc 1px solid; 
        background: #fff; 
        padding-bottom: 15px; 
        margin: 0px; 
        border-left: #ccc 1px solid; 
        padding-top: 15px; 
        border-bottom: #ccc 1px solid; 
        width:630
}

.panelHeader {
        font-size: 12px;
        padding: 4px 6px 4px 6px;
        border-style: solid none solid none;
        cursor: pointer;
}

#navContainer {
        margin: 0px;
        padding: 0px;
        width: 160px;
}

#navTop{
        background-image:url(/images/nav_top.gif);
        background-repeat: no-repeat;
        background-position: bottom;
        width: 160px;
        height: 5px;
}

#graybackground {
        background-image: url(/images/nav_regular.gif);
        background-repeat:repeat-y; 
}

#navText {      
       padding: 5px 5px 5px 5px;
}

#navGrayBtm2 { 
        background-image:url(/images/nav_btm.gif);
        background-repeat: no-repeat;
        background-position: top;
        width: 160px;
        height: 8px;
}

#navDivider { 
        background-image: url(/images/nav_gray_divide.gif); 
        background-repeat:no-repeat;
        height: 5px;
}

.navHeading {      
        padding-top: 2px; 
        padding-bottom: 2px; 
        padding-left: 8px; 
        padding-right: 6px;
        font-family: Tahoma; 
        font-size: 8pt; 
        color: #413f3f;
        font-weight: bold;
}

.navRow {      
        padding-top: 2px; 
        padding-bottom: 2px; 
        padding-left: 15px; 
        padding-right: 6px;
        font-family: Tahoma; 
        font-size: 8pt; 
        color: #413f3f;
        font-weight: bold;
}

.navRow a:link, .navRow a:visited {     
        color: #413f3f; 
        text-decoration:none; 
}

.navRow a:hover { 
        color: #413f3f; 
        text-decoration: underline;  
}

.navRowCurrent {
        background-image: url(/images/nav_current.gif);
        background-position: left 7px;
        background-repeat: no-repeat;
        background-position: top;       
        padding-top: 2px; 
        padding-bottom: 2px; 
        padding-left: 15px; 
        padding-right: 6px;
        font-family: Tahoma; 
        font-size: 8pt; 
        color: #413f3f;
        font-weight: bold;
}

.navRowCurrent a:link,  .navRowCurrent a:visited { 
        color: #413f3f;
        text-decoration:none; 
}
.navRowCurrent a:hover { 
        color: #413f3f; 
        text-decoration: underline;  
}

/*
 * Sub Nav Styles
 */ 

#navSubContainer {
        margin: 0px;
        padding: 0px;
        width: 160px;
        background-color: #eeeeee;
}

#navSubTop{
        background-image:url(/images/grey-top.gif);
        background-repeat: no-repeat;
        background-position: bottom;
        background-color: #ffffff;
        width: 160px;
        height: 7px;
}

#navSubBottom { 
        background-image:url(/images/grey-bottom.gif);
        background-repeat: no-repeat;
        background-position: top;
        background-color: #ffffff;
        width: 160px;
        height: 7px;
}

.navSubRow {      
       padding-top: 2px; 
       padding-bottom: 2px; 
       padding-left: 8px; 
       padding-right: 6px;
       font-family: Tahoma; 
       font-size: 8pt; 
       color: #413f3f;
       font-weight: bold;
}

.navSubRow a:link, .navSubRow a:visited { 
        color: #413f3f; 
        text-decoration: none; 
}

.navSubRow a:hover { 
        color: #413f3f;
        text-decoration: underline;  
}

/*
 * Fancy Drop
 */
#fancyDropTop {
        font-family: Tahoma; 
        font-weight: bold; 
        color: #ffffff;
        background-position: bottom;
        margin: 0px 13px 0px 0px;
        padding: 3px 3px 3px 3px;        
}

#fancyDropContainer {
        margin: 0px;
        padding: 0px;
        width: 250px;
}

#fancyDropExt {
        background-image: url(/images/fancy_drop_ext.gif);
        background-repeat:repeat-y;
        background-position: top;
        margin: 0px;
        padding: 0px;
}

#fancyDropBottom { 
        background-image:url(/images/fancy_drop_bottom.gif);
        background-repeat: no-repeat;
        background-position: top;
        width: 250px;
        height: 17px;
}

#fancyDropText {      
       padding: 5px 18px 5px 10px;
}

/*
 * Fancy Drop 180
 */
#fancyDropTop180 {
        font-family: Tahoma; 
        font-weight: bold; 
        color: #ffffff;
        background-position: bottom;
        margin: 0px 9px 0px 0px;
        padding: 3px 3px 3px 3px;        
}

#fancyDropContainer180 {
        margin: 0px;
        padding: 0px;
        width: 180px;
        text-align:left;
}

#fancyDropExt180 {
        background-image: url(/images/fancy_drop_ext_180.gif);
        background-repeat:repeat-y;
        background-position: top;
        margin: 0px;
        padding: 0px;
}

#fancyDropBottom180 { 
        background-image:url(/images/fancy_drop_bottom_180.gif);
        background-repeat: no-repeat;
        background-position: top;
        width: 180px;
        height: 17px;
}

#fancyDropText180 {      
       padding: 5px 14px 5px 10px;
}

/*
 * Fancy Drop 320 - Typically used for the screenshots
 */
#fancyDropTop335 {
        font-family: Tahoma; 
        color: #413f3f;
        background-position: bottom;
        margin: 0px 16px 0px 0px;
        padding: 3px 3px 3px 3px;        
}

#fancyDropContainer335 {
        margin: 0px;
        padding: 0px;
        width: 335px;
}

#fancyDropExt335 {
        background-image: url(/images/fancy_drop_ext_335.gif);
        background-repeat:repeat-y;
        background-position: top;
        margin: 0px;
        padding: 0px;
}

#fancyDropBottom335 { 
        background-image:url(/images/fancy_drop_bottom_335.gif);
        background-repeat: no-repeat;
        background-position: top;
        width: 335px;
        height: 17px;
}

#fancyDropText335 {      
       padding: 5px 14px 5px 10px;
}


/*
 * These navcontrol styles are for the slideshow
 */

.navcontrol {
        background-color: #ffffff;
        border: 1px solid #666666;
}

.navcontrol_cell {
        border-bottom: 1px solid #E0E0E0;
}

.navcontrol_row {
        font-size: 9pt;
        cursor: pointer;
}

.navcontrol_close {
        border:1px solid #ffffff;
        color: #ffffff;
}

.navcontrol_header {
        font-weight: bold;
        color: #ffffff;
        background-color: #965B60;
        cursor:pointer;
        font-size: 7.5pt;
}

.dropshadow {
        background-image: url(/images/ds.gif); 
        background-position: left top; 
        background-repeat: no-repeat;  
        background-color: #DADADA; 
        width: 3px; 
}

.dropshadowbottom {
        background-image: url(/images/ds.gif); 
        background-position: left top; 
        background-repeat: no-repeat;  
        background-color: #DADADA; 
        height: 3px;
}

.darkstroke { 
        border: 1px solid #336699;
}

.darkstroke .boxTitle { 
        position: absolute;
        top: -8px;
        background-color:#fff;
        padding: 0 3px 0 3px;
        font-size: 10px;
        margin-left:10px;
}

#menu {
        PADDING-LEFT: 10px; 
        PADDING-BOTTOM: 19px; 
        MARGIN: 0px; 
        BORDER-BOTTOM: #ccc 1px solid;
}

#menu A:link {
        BORDER-RIGHT: #ccc 1px solid; 
        PADDING-RIGHT: 10px; 
        BORDER-TOP: #ccc 1px solid; 
        PADDING-LEFT: 10px; 
        FONT-WEIGHT: normal; 
        BACKGROUND: #e8ebf0; 
        FLOAT: left; 
        PADDING-BOTTOM: 2px; 
        BORDER-LEFT: #ccc 1px solid; 
        COLOR: #666; 
        LINE-HEIGHT: 14px; 
        MARGIN-RIGHT: 8px; 
        PADDING-TOP: 2px; 
        BORDER-BOTTOM: #ccc 1px solid; 
        TEXT-DECORATION: none; 
}

#menu A:visited {
        BORDER-RIGHT: #ccc 1px solid; 
        PADDING-RIGHT: 10px; 
        BORDER-TOP: #ccc 1px solid; 
        PADDING-LEFT: 10px; 
        FONT-WEIGHT: normal; 
        BACKGROUND: #e8ebf0; 
        FLOAT: left; 
        PADDING-BOTTOM: 2px; 
        BORDER-LEFT: #ccc 1px solid; 
        COLOR: #666; 
        LINE-HEIGHT: 14px; 
        MARGIN-RIGHT: 8px; 
        PADDING-TOP: 2px; 
        BORDER-BOTTOM: #ccc 1px solid; 
        TEXT-DECORATION: none; 
}

#menu A.active:link {
        BACKGROUND: #fff; COLOR: #000; BORDER-BOTTOM: #fff 1px solid
}

#menu A.active:visited {
        BACKGROUND: #fff; COLOR: #000; BORDER-BOTTOM: #fff 1px solid
}

#menu UL {
        PADDING-RIGHT: 0px; 
        DISPLAY: inline; 
        PADDING-LEFT: 0px; 
        PADDING-BOTTOM: 0px; 
        MARGIN: 0px; 
        PADDING-TOP: 0px; 
        LIST-STYLE-TYPE: none;
}

#menu LI {
        PADDING-RIGHT: 0px; 
        DISPLAY: inline; 
        PADDING-LEFT: 0px; 
        PADDING-BOTTOM: 0px; 
        MARGIN: 0px; 
        PADDING-TOP: 0px; 
        LIST-STYLE-TYPE: none;
}

#menu A:hover {
        COLOR: #f00;
}

DIV.section-1 #menu LI#nav-1 A {
        BACKGROUND: #fff; 
        COLOR: #000; 
        BORDER-BOTTOM: #fff 1px solid;
}

DIV.section-2 #menu LI#nav-2 A {
        BACKGROUND: #fff; 
        COLOR: #000; 
        BORDER-BOTTOM: #fff 1px solid;
}

DIV.section-3 #menu LI#nav-3 A {
        BACKGROUND: #fff; 
        COLOR: #000; 
        BORDER-BOTTOM: #fff 1px solid;
}

DIV.section-4 #menu LI#nav-4 A {
        BACKGROUND: #fff; 
        COLOR: #000; 
        BORDER-BOTTOM: #fff 1px solid;
}

DIV.section-5 #menu LI#nav-5 A {
        BACKGROUND: #fff; 
        COLOR: #000; 
        BORDER-BOTTOM: #fff 1px solid;
}

DIV.section-6 #menu LI#nav-6 A {
        BACKGROUND: #fff; 
        COLOR: #000; 
        BORDER-BOTTOM: #fff 1px solid;
}

DIV.section-7 #menu LI#nav-7 A {
        BACKGROUND: #fff; 
        COLOR: #000; 
        BORDER-BOTTOM: #fff 1px solid;
}

.highlight {
        background-color:#ffc;
}

.error {
        font-weight: bold;
        color: #FF0000;
}

/*
 * PorterPopup
 */
.shadowedBox,.shadowedBoxIE {
        display:none;
        position : absolute;
        margin-left: -16px;
        margin-top: -2px;
        z-index: 1000;
}
.shadowedBox .drop.a { 
        background-image: url(/images/shadow/drop-a.png); width: 22px; height: 22px; 
}
.shadowedBox .drop.b { 
        background-image: url(/images/shadow/drop-b.png); width: 37px; height: 22px; 
}
.shadowedBox .drop.c { 
        background-image: url(/images/shadow/drop-c.png); height: 22px; 
}
.shadowedBox .drop.d {
        background-image: url(/images/shadow/drop-d.png); width: 27px; height: 22px; 
}
.shadowedBox .drop.e { 
        background-image: url(/images/shadow/drop-e.png); width: 32px; height: 22px; 
}
.shadowedBox .drop.f { 
        background-image: url(/images/shadow/drop-f.png); width: 32px; height: 37px; 
}
.shadowedBox .drop.g { 
        background-image: url(/images/shadow/drop-g.png); width: 32px; height: auto; 
}
.shadowedBox .drop.h { 
        background-image: url(/images/shadow/drop-h.png); width: 32px; height: 27px; 
}
.shadowedBox .drop.i { 
        background-image: url(/images/shadow/drop-i.png); width: 32px; height: 32px; 
}
.shadowedBox .drop.j { 
        background-image: url(/images/shadow/drop-j.png); width: 27px; height: 32px; 
}
.shadowedBox .drop.k { 
        background-image: url(/images/shadow/drop-k.png); height: 32px 
}
.shadowedBox .drop.l { 
        background-image: url(/images/shadow/drop-l.png); width: 37px; height: 32px; 
}
.shadowedBox .drop.m { 
        background-image: url(/images/shadow/drop-m.png); width: 22px; height: 32px; 
}
.shadowedBox .drop.n { 
        background-image: url(/images/shadow/drop-n.png); width: 22px; height: 27px; 
}
.shadowedBox .drop.o { 
        background-image: url(/images/shadow/drop-o.png); width: 22px; height: auto; 
}
.shadowedBox .drop.p { 
        background-image: url(/images/shadow/drop-p.png); width: 22px; height: 37px; 
}

.shadowedBoxBody {
        border: solid 2px #333333;
        background-color: white;
        padding:10px;
}
/* IE Related Styles*/

.shadowedBoxIE .drop.a {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-a.png', sizingMethod='image');
        background-image: none;
        width: 22px; height: 22px;         
}

.shadowedBoxIE .drop.b {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-b.png', sizingMethod='image');
        background-image: none;
        width: 37px; height: 22px;         
}

.shadowedBoxIE .drop.c {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-c.png', sizingMethod='scale');
        background-image: none;
        height: 22px;         
}

.shadowedBoxIE .drop.d {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-d.png', sizingMethod='image');
        background-image: none;
        width: 27px; height: 22px;         
}

.shadowedBoxIE .drop.e {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-e.png', sizingMethod='image');
        background-image: none;
        width: 32px; height: 22px;         
}

.shadowedBoxIE .drop.f {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-f.png', sizingMethod='scale');
        background-image: none;
        width: 32px; height: 37px;         
}

.shadowedBoxIE .drop.g {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-g.png', sizingMethod='scale');
        background-image: none;
        width: 32px; height: auto;         
}

.shadowedBoxIE .drop.h {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-h.png', sizingMethod='scale');
        background-image: none;
        width: 32px; height: 27px;         
}

.shadowedBoxIE .drop.i {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-i.png', sizingMethod='image');
        background-image: none;
        width: 32px; height: 32px;         
}

.shadowedBoxIE .drop.j {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-j.png', sizingMethod='image');
        background-image: none;
        width: 27px; height: 32px;         
}

.shadowedBoxIE .drop.k {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-k.png', sizingMethod='scale');
        background-image: none;
        height: 32px         
}

.shadowedBoxIE .drop.l {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-l.png', sizingMethod='image');
        background-image: none;
        width: 37px; height: 32px;         
}

.shadowedBoxIE .drop.m {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-m.png', sizingMethod='image');
        background-image: none;
        width: 22px; height: 32px;         
}

.shadowedBoxIE .drop.n {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-n.png', sizingMethod='scale');
        background-image: none;
        width: 22px; height: 27px; 
}

.shadowedBoxIE .drop.o {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-o.png', sizingMethod='scale');
        background-image: none;
        width: 22px; height: auto; 
}

.shadowedBoxIE .drop.p {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow/drop-p.png', sizingMethod='scale');
        background-image: none;
        width: 22px; height: 37px; 
}

.transparent {
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    background-color:#cccccc;
    color: white;
    border: 1 #cccccc solid;
}

