﻿/* MAIN */

body, td, th, div, table, p, span, li
{
	font-family: tahoma, arial, verdana, helvetica, lucida, sans-serif;
	font-size: 100%;
}

a:hover {text-decoration:underline;}


/* PANELS & STRIPES */
.background
{
    background-color: #202020;
}
.master-form
{
    width: 100%;
    background-color: #202020;
}
.master-table
{
    width: 100%;
    border-collapse: collapse;
    border: 0 none #202020;
}
.master-frame
{
    width: 980px;
}
.master-header-stripe
{
    width: 100%;
    background-color: #202020;
    color: #ffffff;
    vertical-align: middle;    
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 10px;
}
.plexmark-topstripe
{
    background-color: #e6f9be;
    border-top: #990000 thin solid;
    border-bottom: #990000 thin solid;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.plexmark-default-frame
{
    border-right: #696969 1px dotted;
    border-top: #006633 thin solid;
    border-left: #696969 1px dotted;
    border-bottom: #006633 thin solid;
    background-color: #e6f9be;
    padding: 2px;
}
.plexmark-frame-background
{
}
.ad-panel1
{
    border: solid 1px #cc6666;
    background-color: #FFDB91;
    padding: 3px 3px 3px 3px;
    text-align: center;
}

/* CONTENT */
.content-frame
{
    background-color: #FFFFFF;
    padding:10px;
}
.contentplaceholder-column
{
    vertical-align: top;
}
.content-page-title
{
    color: black;
    font-size: 1.3em;
}
.content-page-body
{
    color: black;
    font-size: 0.8em;
}

/* LABELS */
.product-header-link
{
    font-size: 1em;
    color: #111111;
    font-weight: bold;
    text-decoration: none;
}
.product-header-link:hover
{
    text-decoration: none;
}

.lbl-product-header-name
{
    font-size: 1em;
    color: #111111;
    font-weight: bold;
}
.header-link-item
{
    color: #c0c0c0;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
    font-size: 0.6em;
    font-weight: bold;
}
.main-category-label
{
    color: #EEEEEE;
    font-weight: bold;
    font-size: 0.9em;
}
.main-category-item
{
    font-size: 0.8em;
    color: #DDDDDD;
    text-decoration: none;
    cursor: pointer;
}
.download-column-product-name
{
    font-size: 0.8em;
    font-style: italic;
}

/* HYPERLINKS */
.page-download-link
{
    color: #325afa;
    font-size: 0.8em;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}
.download-main-link
{
    font-size: 0.8em;
    color: #800080;
    text-decoration: none;
    cursor: pointer;
}
.download-main-link-sep-none
{
    font-size: 0.8em;
    color: #800080;
    text-decoration: none;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}
.download-main-link-sep-left
{
    font-size: 0.8em;
    color: #800080;
    text-decoration: none;
    cursor: pointer;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #808080;
    padding-left: 5px;
    padding-right: 5px;
}

/* TOP-FRAME ITEMS */
.main-top-frame
{
    background-color: #EEEEEE;
    height: 350px;
}
.topfrm-earth-div
{
    height:200px;   
}
.topfrm-earth-img
{
    width:100%;
    height:100%;   
    background-color:#000000;    
}
.topfrm-product-img
{
    position: relative;
    left: 70px;
    top: -150px;
}
.topfrm-info-div
{
    width: 460px;
    position: relative;
    left: 400px;
    top: -100px;
    background-color: #FFFFFF;
    border:solid 1px #111111;
    padding: 10px;
    
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.topfrm-info-lbl
{
    font-size: 1.2em;
    color:#000000;
}
.topfrm-info-link
{
    font-size: 0.9em;
    color: #C000C0;
    text-decoration: none;
    cursor: pointer;
}
.topfrm-info-link:hover
{
    color: #400040;
    text-decoration: none;
}
.topfrm-link
{
    font-size: 0.8em;
    color: #C000C0;
    text-decoration: none;
    cursor: pointer;
    padding-right: 5px;
}
.topfrm-link:hover
{
    color: #400040;
    text-decoration: none;
}


/* DOWNLOAD INFO COLUMNS */
.page-download-info-left-column
{
    width: 50%; 
    vertical-align: middle; 
    text-align: center; 
    padding-bottom: 10px; 
    padding-top: 10px;
}
.page-download-info-right-column
{
    width: 50%; 
    vertical-align: middle; 
    text-align: left; 
    padding-bottom: 10px; 
    padding-top: 10px;
}
.page-download-link
{
    color: #325afa;
    font-weight: bold;
    font-size: 1em;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}

    