.standardContent
{
    text-align: center;
    margin-left: -10px;
    padding-left: 5px;
    padding: 10px;
    width: 100%;
}


div.leftColumn
{
    width:          45%;
    text-align:     left;
    float:          left;
    margin:         10px; 
    margin-left:    10px; 
    margin-right:   10px; 
    padding:        5px;
    background-color: #ddddff;
}

div.rightColumn
{
    width:          45%;
    text-align:     left;
    float:          left;
    margin:         10px; 
    margin-left:    10px; 
    margin-right:   10px; 
    padding:        5px;
    background-color: #ddffdd
}

span.headerLarger
{
    color:          #000000;
    font-weight:    bold;
    font-size:      15px;
}

span.headerSmaller
{
    color:          #000000;
    font-weight:    bold;
    font-size:      10px;
    text-decoration:    underline;
    text-align:     right;
}

p.headerLarger
{
    color:          #000000;
    font-weight:    bold;
    font-size:      15px;
}

p.headerSmaller
{
    color:          #000000;
    font-weight:    bold;
    font-size:      10px;
}

p.businessHeader
{
    font-weight:        bold;
    text-decoration:    underline;
}

div.continentExchange
{
    font-weight: bold;
    font-size: 11px;
    
}

div.countryExchange
{
    font-size:  11px;
    font-weight: bold;
}

div.hiddenExchangeList
{
    visibility: hidden;  
    height: 0px; 
    line-height: 0px;
    padding-left: 10px;
}


img.productHeader
{
    height: 50px;
    border: 0px none;
}

img.noBorder
{
    border: 0px none;
}

td.leftDashedBorder
{
    border-left: 1px dashed #a6a6a6;
    padding: 5px;
    padding-left: 5px;
}


.premiumProductsHeader
{
    background: #222222; 
    text-align: left; 
    padding: 5px; 
    font-size: 14px; 
    font-weight: bold; 
    color: #ffffff;
}


.premiumProductsBody
{
    border: 5px solid #222222;
    border-top: 0px;
}


.freeProductHeader
{
    text-align: left; 
    font-size: 13px; 
    font-weight: bold; 
    color: #000000;
}

td.licensingBox
{
    
    background-position: center center; 
    background-repeat: no-repeat;
    
    width: 33%;
    height: 180px;
    
    color: #ffffff;

    padding-top: 15px;
    padding-left: 20px;
    padding-right: 5px;
    
}



.licensingBoxBody
{
    font-size: 9px;
    line-height: 120%;
}


td.licensingBox2
{
    padding-left: 13px;
    padding-top: 13px;

    font-weight: bold;
    font-size: 10px;
       
    background: #f0f0f0;
}

.licensingBoxHeader
{
    font-weight: bold;
    font-size: 9px;
}

.geographicalHeaderLarge
{
    text-align: left; 
    font-size: 11px; 
    font-weight: bold; 
}

.geographicalHeaderMedium
{
    text-align: left; 
    font-size: 9px; 
    font-weight: bold; 
}

.topBanner
{
    line-height: 100%;
    
    background-image: url(/images/site2008/Header/mainBanner.jpg); 
    background-position: center center; 
    background-repeat: no-repeat; 
    
    text-align: left;
    
    height: 140px;
}

.darkBannerBox
{
    position: relative;
    left:   -30px;

/*    
    background-image: url(/images/site2008/Header/grayBox.png); 
    background-position: center center; 
    background-repeat: no-repeat; 
  
*/  
    height: 75px;
    width: 300px;
    
    font-size: 12px;
    font-weight: bold; 

    color: #000000;
}

.memberHeader
{
    font-size: 14px; 
    font-weight: bold; 
    color: #ff8800;
    padding-left: 0px;
}

div.memberMessage
{
    background-color: #e5e5e5;
    margin: 0px;
    padding: 5px;
}

td.memberProductBox
{
    font-size: 10px;
    text-align: center;
    width:      20%;
}

td.memberProductBox .productName
{
    font-size: 9pt;
    font-weight:bold;
}

td.memberProductBox .productName .newMark
{
    color: #ff6600;
}

div.hiddenContent
{
    background-color: #eeeeee;
    visibility: hidden;
    position: absolute;
    width: 200px;
    top: 0px;
    left: 0px;
}



div.popupTransparent
{

    position: absolute;
    width: 100%;
    background: #555555;
    height: 1100px;
    top: 0px;
    left: 0px;
    visibility:hidden;
    
	-ms-filter: 'alpha (opacity=50)';    
	filter: alpha (opacity=50);

	-moz-opacity:   0.5;
	-khtml-opacity: 0.5;
	opacity:        0.5;
    
    z-index:        6;
}


div.popupTransparentContainer
{
    position: absolute;
    width: 100%;  
    
    left: 0px;
    top: 100px;
   
    height: 1100px;
    
    text-align: center;
    
    visibility: hidden;
    
    z-index: 7;


}

div.popupTransparentContent
{
    width:      800px;
    text-align: left;
    background: #ffffff;
    padding: 15px;
    
    margin-left:auto;
    margin-right: auto;
    
    z-index: 2;
}
