﻿/* Global Styles */


.subGrayTitle {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #666666;
		text-align: left;
		font-style: normal;
		font-weight: bold;
		padding-top: 15px;
		line-height: 15px;
		}

.copyGrayLink {
		font-family: Verdana, Arial, Helvetica, sans-serif;		
		font-size: 11px;
		color: #666666;
		text-align: left;
		line-height: normal;
		font-weight: bold;
		line-height: 14px;
		}
		

/* footer */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 13px;
	}



.sideNav
{
    width: 189px;
    background-image: url(../images/side_nav/sidenav_bg.jpg);
    background-repeat: repeat-y;
}
.sideNav .sideNavTop
{
    display: block;
    padding: 30px 15px 15px 12px;
    background-image: url(../images/side_nav/sidenav_top.jpg);
    background-repeat: no-repeat;
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
}
.sideNav .sideNavBottom
{
    height: 14px;
    background-image: url(../images/side_nav/sidenav_bottom.jpg);
    background-repeat: no-repeat;
}


.countrySideBarBox
{
    margin: 0px;
    padding: 7px 0px 0px 0px;
    width: 197px;
    background-image: url(../images/greybox_bg.jpg);
    background-repeat: no-repeat;
}
.countrySideBarBox .countrySideBarContent
{
    padding: 0px 5px 7px 5px;
    background-image: url(../images/greybox_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.countrySideBarBox .countrySideBarContent .whiteBox
{
    margin: 30px 0px;
    padding: 13px 0px 0px 0px;
    width: 187px;
    background-image: url(../images/whitebox_bg.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}
.countrySideBarBox .countrySideBarContent .whiteBox .innerContent
{
    padding: 0px 7px 13px 7px;
    background-image: url(../images/whitebox_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.countrySideBarBox .countrySideBarContent .glossaryBox
{
    overflow: hidden;
}
.countrySideBarBox .countrySideBarContent .glossaryBox .glossaryCategory
{
    padding: 0px 7px;
    font-weight: bold;
}
.rgAfricaAsia .glossaryCategory
{
	color: #cb4547;
}
.rgAmericas .glossaryCategory
{
	color: #e86430;
}
.rgEurope .glossaryCategory
{
	color: #4a9d44;
}
.rgFSU .glossaryCategory
{
	color: #823152;
}
.rgIsrael .glossaryCategory
{
	color: #00a4de;
}
.countrySideBarBox .countrySideBarContent .glossaryBox ul.glossaryList
{
    margin-top: 0px;
    margin-bottom: 10px;
    list-style-type: none;
}
.countrySideBarBox .countrySideBarContent .glossaryBox ul.glossaryList li
{
}
.countrySideBarBox .countrySideBarContent .glossaryBox ul.glossaryList li a:link,
.countrySideBarBox .countrySideBarContent .glossaryBox ul.glossaryList li a:visied
{
    color: #666;
    text-decoration: none;
    font-style: italic;
}
.countrySideBarBox .countrySideBarContent .glossaryBox ul.glossaryList li a:hover,
.countrySideBarBox .countrySideBarContent .glossaryBox ul.glossaryList li a:active
{
    text-decoration: underline;
}
