/* CONTAINERS */
body
{
    padding: 0px;
    margin: 0px;
    border: none;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 12px;
    background-image:url(../Design/images/bgPage.jpg);
    background-repeat:no-repeat;
    background-position:top;
    background-color: #000033;
    color: #003333;
    line-height: 16px;
    text-transform: none;
    overflow:auto;
}

.box
{
    background-color: #ffffff;
    border-top: solid 1px #cccccc;
    width: 256px;
    height: 255px;
    filter:alpha(opacity=53);
    -moz-opacity:.53;
    opacity:.53;
    margin: 4px;
}

.boxOpaque
{
    background-color: #ffffff;
    border-top: solid 1px #cccccc;
    width: 256px;
    height: 255px;
    filter:alpha(opacity=90);/*IE*/
    -moz-opacity:.90;/*Mozilla*/
    opacity:.90;/*Opera*/
    margin: 4px;    
}

.boxShadow
{
    background-color:Transparent;
    border-right: solid 2px #cccccc;
    border-left: solid 2px #cccccc;
    border-bottom: solid 2px #cccccc;
    margin:0px;
    width: 256px;
    height: 253px;
    filter:alpha(opacity=53);
    -moz-opacity:.53;
    opacity:.53;
}

.boxOpaqueShadow
{
    background-color:Transparent;
    border-right: solid 2px #666666;
    border-left: solid 2px #666666;
    border-bottom: solid 2px #666666;
    margin:0px;
    width: 256px;
    height: 253px;
    filter:alpha(opacity=40);
    -moz-opacity:.40;
    opacity:.40;
}

.detailsRectangle
{
    background-color: #ffffff;
    border-top: solid 1px #cccccc;
    width: 455px;
    filter:alpha(opacity=80);
    -moz-opacity:.80;
    opacity:.80;
    margin: 4px;
    min-height: 498px;
    padding-left: 20px;
    padding-right:6px;
    padding-top:10px;
    padding-bottom:10px;
    overflow:visible;
}

.manualContentNode
{
    color: #191970;
    font-weight:normal;
    white-space:normal;
}

/* HEADINGS */
.homeHeading
{
    color:#cc0066; 
    font-weight:bold;
    display: block;
    height: 20px;
    padding-bottom: 10px;
}
.homeSubheading
{
     color:#cc0066;
     font-weight:normal;
}
.newsHeading
{
    color: #ff6600;
    font-weight: bold;
    display: block;
    height: 20px;
    padding-bottom: 10px;
}
.newsSubheading
{
    color: #ff6600;
    font-weight: bold;
}

.softwareHeading
{
    color: #009933;
    font-weight: bold;
}

.softwareSubheading
{
    color:#009933;
    font-weight:normal;
}

.btnText
{
    color: #003366; 
}

.warning
{
    color:  Red;
}

.buttonHome
{
    background-color:#cccccc;
    background-image:url(../Design/Images/btnBgPink.gif);
    background-repeat:repeat-x;
    border: solid 1px #cc0066;
    font-family: Verdana;
    font-size: 11px;
    font-weight:bold;
    padding-bottom:2px;
    color: #cc0066;
    height: 22px;
}

a.footer:hover
{
    text-decoration: underline;
}

a.footer:link,
a.footer:visited,
a.footer:active
{
    color: #808080;
    font-weight:normal;
}

.lightText
{
    color:#B0B0B0;
}

ul.newsLog
{
    list-style-image: url(../Design/Images/listIndicatorOrange.gif);
    list-style-position: inside;
    padding-right:10px;
}

/*SOFTINFO*/
div.productTabOn
{
    position:relative; 
    float:left; 
    width:86px; 
    height:90px; 
    background-image:url(../Design/Images/bgShadowTab.gif);
    background-repeat:no-repeat;
}
div.productTabOff
{
    position:relative; 
    float:left; 
    width:86px; 
    height:90px; 
    background-repeat:no-repeat;
}
div.productContent
{
    position:relative; 
    float:left; 
    text-align:left; 
    padding-top:20px; 
    padding-left:20px;
    padding-right:10px;
}
.viewPicLink
{
    width: 20px;
    height: 20px;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #999999;
    background-color: transparent;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
    padding-top: 0px;
    cursor: pointer;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    outline-style:none; /* removes dots around link */
    margin: 0px   
} 
.light
{
    color: #191970;
    font-weight:normal;
}

/*BUTTONS*/
.buttonSoftware
{
    background-color: #cccccc;
    background-image: url(../Design/Images/btnBgGreen.gif);
    background-repeat: repeat-x;
    border: solid 1px #00cc33;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 2px;
    color: #339966;
    height: 22px;
}

.buttonImg
{
    width: 64px;
    height: 81px;
    float: left;
    padding: 0px;
    margin: 0px;
    border: none;
}

ul.productTicks
{
    list-style-image: url(../Design/Images/listIndicatorTickGreen.gif);
    list-style-position: outside;
}