body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #111111;
	padding: 0px;
	margin: 0px;
}

img
{
    border:0px;
}
a
{
	color: #555555;
    text-decoration:none;
}
    a:hover
    {
        color: #000000;
    }
a.node
{
	top:-2px;
	color: #555555;
}
h1
{
    font-size:17px;
    color:#444444;
    margin:0px 0px 10px 0px;
}

h2
{
    font-size:15px;
    line-height:15px;
    color:#FDC300;
    margin:8px 0px 8px 0px;
    background-color:#636363;
    padding:3px;
}
    h2 *
    {
        vertical-align:middle;
    }

h3
{
    font-size:14px;
    color:#444444;
    margin:7px 0px 7px 0px;
}

h4
{
    font-size:12px;
    margin-bottom:2px;
    margin-top:5px;
    color:#FDC300;
}
h5
{
    font-size:12px;
    margin-bottom:2px;
    margin-top:5px;
    color:#FDC300;
}
input[type="text"], input[type="password"], select
{
    background-image:url(layout_images/editbox_bg.gif);
    background-repeat:repeat-x;
	border:1px solid #AAAAAA;
    padding:1px 3px 1px 3px;
    font-size:100%;
    font-family:inherit;
    width:200px;
}
textarea, fieldset
{
	border:1px solid #AAAAAA;
    padding:1px 2px 1px 2px;
}

select
{
	width:200px;
}

.hr1
{
	height:5px;
	border-top:1px solid #AAAAAA;
	line-height:1px;
}
/* ---------- DASHBOARD ---------- */
.dashboardItem
{
    /*position:relative;
    float:left;
    width:350px;
    height:200px;*/
    padding:5px;
    border:1px solid #636363;

    margin:5px;
}

.dashboardItemTitle
{
    background-color:#636363;
    color:#FDC300;
    margin:-5px;
    margin-bottom:5px;
    padding:3px 6px 3px 6px;
    font-size:12px;
    font-weight:bold;
}

.dashboardItemContent
{
    padding:0px 0px 0px 0px;
}
.dashboardItemFooter
{
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    background-color:#636363;
    color:#000000;
    padding:4px;
}
    .dashboardItemFooter a
    {
        color:#000000;
    }
        .dashboardItemFooter a:hover
        {
            text-decoration:underline;
        }
    
/* ---------- CUSTOM ---------- */
.button
{
    line-height:16px;
}
    .button *
    {
        vertical-align:middle;
    }

.esgTableOrange
{
    border:1px solid #EDA000;
}
    .esgTableOrange th
    {
        background-color:#EDA000;
        color:#FFFFFF;
        font-weight:bold;
        padding:5px 5px 5px 5px;
    }
    .esgTableOrange td
    {
        /*border:1px solid #EDA000;*/
        padding:2px 5px 2px 5px;
    }
    .esgTableOrange .evenRow
    {
        background-color:#FFFFCC;
    }
    .esgTableOrange .selectedRow, .esgTableOrange td:hover
    {
        background-color:#ECB218;
    }
        .esgTableOrange .selectedRow a
        {
            color:#000000;
            font-weight:bold;
        }

.esgTableGray
{
    border:1px solid #636363;
}
    .esgTableGray a
    {
        color:#444466;
    }
        .esgTableGray a:hover
        {
            color:#000000;
        }
    .esgTableGray th
    {
        background-color:#636363;
        color:#FFFFFF;
        font-weight:bold;
        padding:5px 5px 5px 5px;
    }
    .esgTableGray td
    {
        /*border:1px solid #636363;*/
        padding:2px 5px 2px 5px;
    }
    .esgTableGray .evenRow
    {
        background-color:#F3F3F3;
    }
    .esgTableGray .selectedRow, .esgTableGray td:hover
    {
        background-color:#CDCDCD;
    }
        .esgTableGray .selectedRow a
        {
            color:#000000;
            font-weight:bold;
        }
    

.menuThemes, .menuTopics, .menuIndicator
{
    float:left;
    margin-right:15px;
}

.clear
{
    clear:both;
}

.clearLeft
{
    clear:left;
}
/* ---------- BUTTONS ---------- */
a.button_s
{
    font-size:13px;
    background-image:url(layout_images/btn_s.png);
    background-repeat:no-repeat;
    padding:3px 16px 3px 13px;
    line-height:27px;
    color:#FFFFFF;
}
    a.button_s:hover
    {
        background-image:url(layout_images/btn_s_over.png);
        color:#DDDDDD;
    }
    
.button_m
{
    font-size:13px;
    background-image:url(layout_images/btn_m.png);
    background-repeat:no-repeat;
    padding:3px 16px 3px 15px;
    line-height:27px;
    color:#FFFFFF;
}
    .button_m:hover
    {
        background-image:url(layout_images/btn_m_over.png);
        color:#DDDDDD;
    }


/* ---------- LAYOUT ---------- */

.container
{
    display:inline;
    z-index:4999;
}

/* ---------- HEADER ---------- */
    .header
    {
        border-bottom:1px solid #B7B7E9;
    }
        .logo
        {
            vertical-align:middle;
            float:left;
            margin:15px 0px 0px 10px;
        }
        .rightHeaderZone
        {
            margin-left:120px;
        }
            .topBar
            {
                height:54px;
                background-color:#636362;
                vertical-align:bottom;
            }
            .bottomBar
            {
            	vertical-align:middle;
            	margin-bottom:-1px;
            	border:1px solid #B7B7E9;
                height:22px;
                font-size:12px;
                background-color:#EEEEEE;
                text-align:right;
                line-height:22px;
                padding:0px 10px 0px 10px;
            }
                .bottomBar *
                {
                    vertical-align:middle;
                }
                .breadcrumbs
                {
                    float:left; 
                    line-height:22px;
                    vertical-align:middle;  
                }
                .exportTools
                {
                    display:inline;
                    margin-right:10px;
                    border-right:1px solid #636363;
                }
                    .exportTools input
                    {
                        font-size:12px;
                        color:#444444;
                        padding:1px;
                    }
                .userInfo
                {
                }
                .countryInfo
                {
                    margin-left:10px;
                    color:DarkGoldenrod;
                    font-weight:bold;
                }
        
/* ---------- LEFT ---------- */
.quickSearch
{
		padding-top:25px;
}
	.quickSearch input[type="text"]
	{
		height:16px;
	}
	
    .leftContent
    {
        float:left;
    }
        .leftSection
        {
            
            border:1px solid #636362;
            margin:5px 0px 5px 5px;
            padding:5px 0px 5px 5px;
            padding-right:0px;
            margin-right:0px;
        }
            .leftSectionTitle
            {
            	
                background-color:#636362;
                color:#FDC300;
                margin:-5px;
                margin-bottom:5px;
                padding:2px 0px 2px 5px;
                font-size:12px;
                font-weight:bold;
            }
        .leftSectionPanel
        {
            width:242px;
            border:1px none #636362;
            margin:5px 0px 5px 5px;
        }
			.rpLevel1
			{
				 display:none;
			}
            .leftSectionTitlePanel
            {

            }
				
						
            .leftMenuList
            {
                margin:0px;
                padding:0px;
            }
				.rpText
				{
				}
                .leftMenuList ul
                {
                    padding:0px;
                    margin-right: 0px;
					margin-top: 0px;
					margin-bottom: 0px;
				}
					
            .leftMenuList li ul li
            {
                background-color:White;
				color:#000000;
            }
            .leftMenuList li:hover
            {
                background-color:#F6F6F6;
                color:#000000;
            }
            .leftMenuList .selected
            {
                background-color:#DDDDDD;
                font-weight:bold;
                color:#000000;
            }
                .leftMenuList .selected a
                {
                    color:#000000;
                }
    .rightContent
    {   float:left;
    	margin:5px 5px 0px 5px;
    }
		.tabContent
		{
			overflow:hidden;
			
			height:27px;
		}      
			.tabItem
			{
				cursor:hand;
				border:solid 1px #999999;
				background-color:#EEEEEE;
				font-weight:bold;
				color:#555555;
				padding:5px;
				line-height:30px;
			}
			.tabItem:hover
				{
					color:#000000;
					background-color:#DDDDDD;
				}
			.tabItemInvalid
			{
				border:solid 1px #999999;
				background-color:#EEEEEE;
				font-weight:bold;
				color:#555555;
				padding:5px;
				line-height:30px;
			}
				
			
		.mainContent
		{
			width:725px;
			/*float:left;*/
			overflow:hidden;
			border:solid 1px #999999;
			padding:5px 5px 10px 10px;
		}
    
	.editMenu
	{
		
	}
        
    .footer
    {
        clear:both;
        text-align:center;
        margin-top:10px;
        border-top:1px solid #CCCCCC;
    }
    
    
    
.loginBox
{
    position:absolute;
    background-image:url(layout_images/bg_login.jpg);
    width:400px;
    height:300px;
    left:50%;
    margin-left:-200px;
    top:50%;
    margin-top:-150px;
}
    .loginControls
    {
        position:relative;
        margin-top:140px;
        margin-left:90px;
        margin-right:60px;
        color:#333333;
    }

        .loginControls input[type="text"], .loginControls input[type="password"]
        {
            width:200px;
            border-color:#AAAAAA;
            padding:2px;
        }
    .loginButton
    {
        float:right;
        background-color:#636363;
        border:1px solid #636363;
        color:#FFFFFF;
        padding:3px;
        font-size:12px;
    }
        .loginButton:hover
        {
            background-color:#323232;
            border:1px solid #323232;
        }

.settingsMenu
{
	text-align:left;
}
	.settingsMenu a
	{
		color:#636362;
		font-weight:bold;
	}
	.settingsMenu a:hover
	{
			color:#FDC300;
	}
	.staticMenuItem
	{
		color:#636362;
		font-weight:bold;
	}
		.staticMenuItemHover
		{
			color:#FDC300;
		}
	.dinamicMenuItem
	{
		background-color:#EEEEEE;
		color:#636362;
		font-weight:bold;
		text-align:left;
	}
		.dinamicMenuItem a:Hover
		{
			color:#FDC300;
		}
.tableItem
{
	width:100%;
	border:solid 1px #EEEEEE;
	color:#111111;
	border-collapse:collapse;
}
.tableItemLabel
{
	width:150px;
	padding:2px 5px 2px 5px;
	border:solid 1px #EEEEEE;
	background-color:#EEEEEE;
	color:#555555;
}
.tableItemLabelRight
{
	padding:2px 5px 2px 5px;
	border:solid 1px #EEEEEE;
	background-color:#EEEEEE;
	color:#555555;
}
.tableItemValue
{
	
	padding:2px 5px 2px 5px;
	border:solid 1px #EEEEEE;
	background-color:White;
}
.tableItemCommand
{
	min-width:200px;
	padding:2px 5px 2px 5px;
	border:solid 1px #C8C8C8;
	background-color:#C8C8C8;
}

.search_field
{ 
    font-size:14pt;
}

.search_icon
{
    moz-margin-top:1px;
    margin-left:-20px;
    margin-bottom:2px;
}
.search_icon_small
{
    moz-margin-top:1px;
    margin-left:-18px;
    margin-top:3px;
}

/* ---------- PRINT ---------- */
@media print
{ 
    .header
    {
        display:none;
    }
    .subHeader
    {
        display:none;
    }

    #oReportDiv { display:block; overflow:auto;}
    #settingsDiv { display:none;}
    #Span1 { display:none}
   
    
}

.cancelButton 
{
    font-size:14px;
	 font-weight:bold;
	 color:white; }

#progressSpan
{
	font-size:14px;
	 font-weight:bold;
	 color:white;
}

.sliderHandler {  width:16px;    }

.panelHeader
{
    color: white;
    background-color: #636363;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    cursor: pointer;
    width: 1000px;
}

.buttonHeader
{
    color: white;
    background-color: #636363;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    cursor: pointer;
    width: 1000px;
    height:25px;
    text-align: left
}
