﻿
/****************
Header
******************/
h1, h2
{
    color:#a6002a;
}

h2
{
    padding:9px 0px 4px 0px;
    font-size:12px;
}

/****************
Text
******************/
p
{
    padding:3px 0px;
    font-size:12px;
}

/****************
Label
******************/
label
{
    float:left;
    width:120px;
}

/****************
Main menu(top)
******************/
#mainMenu
{
    margin:3px 0px 14px 0px;
    height:50px;
}

#mainMenu ul li
{
    width:207px;
    height:38px;
    margin:0px 5px 0px 0px;
    float:left;
    padding:12px 14px 0px 14px;
    overflow:hidden;
    background:no-repeat top left;
    font-size:18px;
    color:#ffffff;
}

#mainMenu ul li a
{
    position:relative;
    font-size:17px;
    color:#ffffff;
    text-decoration:none;
}

#mainMenu ul li#ItemInvestor
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/neutral/images/common-menu-btn-investor.png', sizingMethod='crop');
}
#mainMenu ul li#ItemInvestor[id]
{
    background-image:url(../images/common-menu-btn-investor.png);
}

#mainMenu ul li#ItemConsumer
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/neutral/images/common-menu-btn-consumer.png', sizingMethod='crop');
}
#mainMenu ul li#ItemConsumer[id]
{
    background-image:url(../images/common-menu-btn-consumer.png);
}

#mainMenu ul li#ItemProspect
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/neutral/images/common-menu-btn-prospect.png', sizingMethod='crop');
}
#mainMenu ul li#ItemProspect[id]
{
    background-image:url(../images/common-menu-btn-prospect.png);
}

#mainMenu ul li#ItemInternational
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/neutral/images/common-menu-btn-international.png', sizingMethod='crop');
    width:210px;
    margin-right:0px;
}
#mainMenu ul li#ItemInternational[id]
{
    background-image:url(../images/common-menu-btn-international.png);
}

#mainMenu ul li#ItemInternational a
{
    color:#7f7f7f;
}

/**************
Main Content
***************/
.container .main-content #topContent, .container .main-content #bottomContent
{
    width:665px;
    height:6px;
    overflow:hidden;
}

.container
{
    width:966px;
}

.container .main-content, .container .main-content #topContent, .container .main-content #bottomContent
{
    width:957px;
}

.container .main-content #topContent
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/neutral/images/common-top-container.png', sizingMethod='crop');
}
.container .main-content #topContent[id]
{
    background:url(../images/common-top-container.png) top left no-repeat;
}

.container .main-content #bottomContent
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/neutral/images/common-bottom-container.png', sizingMethod='crop');
    height:7px;
}
.container .main-content #bottomContent[id]
{
    background:url(../images/common-bottom-container.png) top left no-repeat;
}

.container .main-content #content-pane
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/neutral/images/common-main-container.png', sizingMethod='scale');
    padding:26px 48px;
    min-height:400px;
    _height:400px;
}
.container .main-content #content-pane[id]
{
    background:url(../images/common-main-container.png) repeat-y;
}

.container .main-content .contentDegrade
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/neutral/images/common-transparent-degrade.png', sizingMethod='crop');
}
.container .main-content .contentDegrade[class]
{
    background:url(../images/common-transparent-degrade.png) no-repeat bottom left;
    
}

.container .main-content .wrap
{
   position:relative;
}

/*******************
Legal
*******************/
.legal-content 
{
    padding-left:4px;
}

/*******************
Search result
*******************/
#HeadResult
{
    position:absolute;
    top:10px;
    left:0px;
    z-index:20;
}

#cse-search-results
{
    width:100%;
    height:1100px;
    overflow:hidden;
}

/*******************
Subscription
**********************/
#Subscription ul
{
    padding-top:5px;
}
#Subscription ul li
{
    padding-bottom:5px;
}

#Subscription div.subscription
{
    position:absolute;
    top:38px;
    right:134px;
    width:159px;
    height:120px;
    background:url(../images/subscription.gif) no-repeat top left;
}

#Subscription .accept-terms-error, #ContactUs .accept-terms-error
{
    margin:15px 0px 0px 21px;
}

#Subscription .mandatory, #ContactUs .mandatory
{
    margin-bottom:20px;
}

/****************
Photo Credit
***************/

#photo-credits ul
{
    float:left;
    width:310px;
    padding-top:10px;
}

#photo-credits ul li
{
    color:#A6002A;
    font-size:13px;
    font-weight:bold;
    padding-bottom:5px;
}


/****************
Captcha
***************/
#recaptcha_widget_div
{
    margin-top:5px;
}
label.captcha
{
    width:150px;
}

/******
YUI - Panel
*******/
body.yui-skin-sam .yui-panel
{
    border:0px solid;
}