.clearfix:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {    display: inline-block }

* html .clearfix {    height: 1% }

div.close {
		display:none;
		}

#nav
{
    background: #fff;
    float: left;
    font-size: 1.333em;
    font-weight: 700;
    list-style: none;
    margin-bottom: 42px;
    margin-left: 5px;
    margin-top: 15px;
    padding-left: 0;
    position: relative;
    width: 99%;
    /*border-bottom: 2px #ce2949 solid;*/
    background-image: url('../images/bkg-nav-border.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

    #nav li
    {
        float: left;
        margin-right: 0px;
    }

    #nav span
    {
        padding: 7px;
        padding-bottom: 5px;
    }

    #nav a
    {
        color: #707070;
        display: block;
        font-weight: 400;
        padding: 5px;
        text-decoration: none;
    }

    #nav a:hover
    {
        color: #fff;
        text-decoration: none;
    }

    #nav ul
    {
        background: #fff;
        left: -9999px;
        list-style: none;
        margin-top: 0px;
        padding-left: 5px;
        padding-top: 5px;
        position: absolute;
        width: 99%;
        color: #707070;
        z-index: 25;
    }

    #nav .current ul {    left: 0px }

*+html #nav .current ul {    left: -40px }

#nav li.current span
{
    background: #ce2949;
    text-decoration: none;
    color: #fff;
}

#nav .current ul li a {    color: #707070 }

#nav .current ul li.subcurrent a
{
    font-weight: bold;
    color: #ce2949;
}

#nav ul li
{
    border-right: 1px #c3c4bd solid;
    float: left;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.95em;
}

#nav ul a {    white-space: nowrap }

#nav ul .first a
{
    margin-left: 0;
    padding-left: 0;
}

#nav li:hover ul
{
    /*float: left;*/
    left: 0;
    position: absolute;
    top: 28px;
    z-index: 30;
}

/*#nav li:hover ul li
{
	visibility: hidden;
	border: none;
}*/


*+html #nav li:hover ul {    left: -40px }

#nav li.hover ul
{
    float: left;
    left: -40px;
    top: 25px;
    width: 964px;
    position: absolute;
}

/**+html #nav li:hover ul
    {
        margin-top: -1px;
        left: 0px;
    }*/

#nav li:hover a { color: #666 }

#nav li:hover a span
{
    background: #c4c8b4;
    color: #fff;
    text-decoration: none;
    padding-bottom: 3px;
}

#nav li.hover a span
{
    background: #c4c8b4;
    color: #fff;
    text-decoration: none;
    padding-bottom: 3px;
}

#nav ul li a:hover
{
    color: #ce2949;
    text-decoration: underline;
}

h1,
h2
{
    background-image: url("../images/bkg-h2-title.jpg");
    background-position: right bottom;
    background-repeat: repeat-x;
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.4em;
    font-weight: 400;
    background-color: #fff;
    margin: 10px 0;
    clear: both;
}
h2.country {
    background: none;
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.4em;
    font-weight: 400;
    background-color: #fff;
    margin: 10px 0;
    clear: both;
}
h1.project_db{
  font-size: 1.6em;
}

p.project_summary_label {
    color: #666666;
    font-size: 140%;
    padding-left: 10px;
}


#what-is-new-boxes h3
{
    background-image: url("../images/bkg-h2-title.jpg");
    background-position: right bottom;
    background-repeat: repeat-x;
    background-color: white;
    font-size: 2em;
}

#what-is-new-boxes div
{
	float: left;
	width: 48% !important;
}

#what-is-new-boxes div.middle
{
	margin-right: 4%;
}

#what-is-new-boxes div.first
{
	width: 100% !important;
}

#what-is-new-boxes div.last
{
	margin-right: 0;
}

h1 {    background-position: 0 18px }

.layout-content-reset h1
{
    padding-top: 0;
    margin: -6px 0 8px;
}

h2 {    font-size: 2em }

h3
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    font-weight: normal;
    color: #666;
}

#content_from_xml  h3
{
	background-color: #F5F5F5;
	padding-left: 5px;
}

#content_from_xml .listOfNews h3
{
	background-color: #fff;
	padding-left: 0px;
}

h1 span
{
    background-color: #fff;
    padding-right: 40px;
}

h2 span
{
    background-color: #fff;
    padding-right: 15px;
}

h3 span
{
    background-color: #fff;
    padding-right: 15px;
}

#content_from_xml h3 span
{
	background-color: #F5F5F5;
}

#content_from_xml .listOfNews h3 span
{
	background-color: #fff;
}

h1 a,
h2 a,
h3 a
{
    color: #666;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover {    text-decoration: underline }


.num_nav .active {    color: red }

.layout-content-reset {    width: 660px }

.layout-noleft #internal .layout-content-reset {    width: 665px }

.boxes
{
    /* background-image: url("../images/bkg-home-boxes-on.jpg");;
    border: 1px #147abc solid;*/
    float: left;
    height: 4.0em;
    margin-bottom: 13px;
    margin-right: 8px;
    width: 115px;
    position: relative;
    background-color: #0092bf;
    color: white;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.boxes a
{
	display: block;
	height: 100%;
}

.boxes:hover
{
    background-color: #e2e3da;
    color: black;
}

.displaynone {    display: none }

.boxes.last {    margin-right: 0 }

.boxes p
{
    font-size: 1em;
    color: white !important;
    text-align: center;
    position: absolute;
    width: 115px;
    cursor: pointer;
    line-height: 1;
}

.boxes:hover p {    color: black !important }

*+html .boxes p {    line-height: normal }

.boxes .onscreen {    top: 15% }

.boxes .offscreen {    top: -2000px }

*+html .boxes .onscreen {    top: 10px }

#categories {    margin-top: 8px }

    #categories div
    {
        background-color: #e2e3da;
        float: left;
        min-height: 7.167em;
        margin-right: 13px;
        position: relative;
        width: 155px;
    }

    #categories div.last {    margin-right: 0 }

    #categories div h2
    {
        background-color: #FFF;
        margin-top: 0;
        padding-bottom: 10px;
        background-position: right 80%;
    }

        #categories div h2 span {    padding-right: 10px }

    #categories div p
    {
        color: #5f5f5d;
        margin: 5px 5px 5px;
    }

#internal #categories {    margin-top: 0 }

    #internal #categories div
    {
        background-color: #e2e3da;
        float: left;
        margin-right: 25px;
        position: relative;
        width: 215px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #internal #categories div.even
    {
        margin-right: 0;
        margin-left: 0;
    }

    #internal #categories div h2
    {
        background-color: #FFF;
        margin-top: 0;
        padding-bottom: 5px;
        font-size: 1.5em;
        background-position: right 99%;
    }

        #internal #categories div h2 span {    padding-right: 10px }

    #internal #categories div p
    {
        color: #5f5f5d;
        margin: -5px 5px 5px;
    }

#multimedia
{
    background-color: #f5f5f5;
    margin-top: 30px;
    width: 100%;
}

    #multimedia div
    {
        float: left;
        /*width: 300px;*/
    }

    #multimedia .multimedia-video
    {
        float: left;
        width: 232px;
        margin-right: 45px;
        padding-bottom: 50px;
    }

        #multimedia .multimedia-video div
        {
            float: none;
            width: auto;
        }

* html #multimedia div
{
    float: left;
    margin-left: 5px;
    margin-right: 10px;
    width: 310px;
}

#multimedia div h2,
#multimedia div h3
{
    color: #347c98;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.75em;
    font-weight: 400;
}

    #multimedia div h2 a,
    #multimedia div h3 a {    color: #347c98 }

#multimediabox h3 {    margin-bottom: 12px }
/*box for video*/
#selectvideo{
					   float: left;
						margin: 4px 20px 40px 0;
						position: relative;
					}
					#selectvideo ul {
					/*margin-left:80px;*/
					list-style-type:none;
					}
					#selectvideo ul li {
					list-style-type:none;
					float:left;
					margin:0 5px;
										}
										
					#multimedia-news	#selectvideo ul li				{
					margin:0px 0px 5px 0px;}
					#selectvideoMenu li a.active{
					color:#Ce2946;
					}
					
					#selectvideo h3 {
					    font-size: 0.9em;
					    text-align: center;
					    width: 258px;
						position:relative;
					top:0px;
					}
					
					#selectvideo {
					margin:4px 20px 4px 0;
					}
					#selectvideo div{
					float:none;
					margin-left:80px;
					}
					#selectvideonews1{
					   float: left;
						margin: 4px 20px 40px 0;
						position: relative;
					}
					#selectvideonews1 ul {
					/*margin-left:80px;*/
					list-style-type:none;
					padding-left:0;
					}
					#selectvideonews1 ul li {
					list-style-type:none;
					float:left;
					margin:0 5px;
					}
					#selectvideonews1Menu li a.active{
					color:#Ce2946;
					}
					
					#selectvideonews1 h3 {
					    font-size: 0.9em;
					    text-align: center;
					    width: 258px;
						position:relative;
					top:0px;
					}
					
					#selectvideonews1 {
					margin:4px 20px 4px 0;
					}
					#selectvideonews1 div{
					float:none;
					margin-left:80px;
					}
					
#selectvideonews2{
					   float: left;
						margin: 4px 20px 40px 0;
						position: relative;
					}
					#selectvideonews2 ul {
					/*margin-left:80px;*/
					list-style-type:none;
					padding-left:0;
					}
					#selectvideonews2 ul li {
					list-style-type:none;
					float:left;
					margin:0 5px;
					}
					#selectvideonews2Menu li a.active{
					color:#Ce2946;
					}
					
					#selectvideonews2 h3 {
					    font-size: 0.9em;
					    text-align: center;
					    width: 258px;
						position:relative;
					top:0px;
					}
					
					#selectvideonews2 {
					margin:4px 20px 4px 0;
					}
					#selectvideonews2 div{
					float:none;
					margin-left:80px;
					}
/*end box for video*/
.layout-right
{
    margin-top: 85px;
    padding-top: 0;
    width: 275px;
    margin-right: 8px;
}

.layout-wrapper
{
    float: left;
    margin-right: -325px;
    width: 100%;
}

    .layout-wrapper .layout-right {    margin-top: -3px }

    .layout-wrapper .layout-right {    margin-top: 0 }

#search
{
    background-color: #c4c8b4;
    padding: 4px;
}

    #search input.imageinput {    margin-bottom: -7px }

    #search input.textinput
    {
        border: 1px #000 solid;
        width: 87%;
    }

#social
{
    background-color: #e2e3da;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    border-top: 1px white solid;
}

#additional-tools {    top: 10px }

#social ul.social li
{
    display: block;
    float: left;
    margin-right: 27px;
    margin-left: 5px;
}

#social ul.social li.last {    margin-right: 0 }

#social ul.social li a
{
    display: block;
    height: 2.917em;
    width: 35px;
}

#commissioner
{
    border: 1px #3daacc solid;
    /* height: 5.417em;*/
    margin-top: 15px;
    padding-top: 14px;
    position: relative;
    width: 100%;
}

#commissioner a
{
	display: block;
	width: 100%;
	height: 70px;
	margin-top: -21px;
	padding-top: 21px;
	background-image: url("../images/bkg-commissioner.jpg");
	background-position: left bottom;
	background-repeat: repeat-x;
}
	
#commissioner a:hover
{		
	background-image: url("../images/bkg-commissioner-hover.jpg");
}

#commissioner img
{
	bottom: 0;
	position: absolute;
	right: 0;
}

#commissioner p
{
	color: #666;
	font-weight: 700;
	margin: 0 85px 0 0;
	padding: 0;
	text-align: right;
	line-height: 1;
}

        #commissioner p strong
        {
            color: #41849e;
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 1.75em;
            font-weight: 400;
        }

            #commissioner p strong a
            {
                text-decoration: none;
                color: #41849e;
            }

#post-stockholm
{
	background-image: url("/dgs/home-affairs/images/banners/button-future-of-home-affairs.jpg");
    border: 1px #3daacc solid;
    position: relative;
    width: 100%;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#post-stockholm a
{
	display: block;
	width: 100%;
	height: 35px;
}

#post-stockholm p
{
	color: #666;
	font-weight: 700;

	padding: 0;
	text-align: center;
}

#post-stockholm p strong
{
	color: #41849e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 400;
}

#post-stockholm p strong a
{
	text-decoration: none;
	color: #41849e;
}

#openCalculatorHP {
	background-image: url("http://ec.europa.eu/dgs/home-affairs/images/banners/button-visa-calculator.jpg");
	cursor:pointer;
	color: #f0f0f0;
    border: 1px #3daacc solid;
    position: relative;
    width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0px;
}

#openCalculatorHP:hover
{		
	text-decoration: underline;
}

#openCalculatorHP p
{
	color: #f0f0f0;
	font-weight: 700;
	padding-left: 10px;
	margin-bottom: 0 !important;
	text-align: left;
}

#openCalculatorHP p strong
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 400;
}

.right-box
{
    background-color: #f5f5f5;
    margin-top: 20px;
    padding: 9px 9px 20px;
    position: relative;
    width: 94%;
}

    .right-box h2
    {
        color: #666;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 2em;
        font-weight: 400;
        margin: 0 0 5px;
        padding: 0;
    }

    .right-box ul li
    {
        border-bottom: 1px silver solid;
        display: block;
        font-size: 0.917em;
        padding: 10px;
        padding-left: 20px;
        background-image: url('../images/bkg-square-ul.jpg');
        background-repeat: no-repeat;
        background-position: 2px 14px;
    }

    .right-box ul li.last {    border-bottom: none }

    .right-box ul li a
    {
        color: #41849e;
        text-decoration: none;
    }

    .right-box ul li a:hover {    text-decoration: underline }

    .right-box ul li
    {
        border-bottom: 1px silver solid;
        display: block;
        font-size: 0.917em;
        padding-bottom: 10px;
        padding-top: 10px;
    }

.Gallery {    width: 258px }

#internal-menu .right-box .mediaGallery {    width: 182px }

#latest-news ul li a
{
    color: #347c98;
    text-decoration: none;
}

#latest-news ul li a:hover {    text-decoration: underline }

#twitter p {    color: #347c98 }

#focus_content {    position: relative }

    #focus_content ul li {    display: none }

        #focus_content ul li img
        {
            float: left;
            margin-right: 10px;
        }

        #focus_content ul li h2
        {
            color: #1168A7;
            font-size: 0.9em;
            font-weight: 700;
            line-height: normal;
            margin: 0 5px 10px;
            padding: 0;
        }

            #focus_content ul li h2 a:hover
            {
                color: #1168A7;
                text-decoration: underline;
            }

        #focus_content ul li p
        {
            color: #000;
            font-size: 0.9em;
            line-height: normal;
            margin: 0 5px 10px;
            padding: 0;
        }

#focus_mask
{
    left: 0;
    position: absolute;
    top: 0;
}

* + html #focus_mask {    top: -4px }

#slideshow_nav
{
    z-index: 50;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

#focus_menu
{
    bottom: 15px;
    clear: both;
    padding-left: 8px;
    padding-top: 13px;
    position: absolute;
    right: 0;
    z-index: 50;
}

    #focus_menu ul li
    {
        float: left;
        margin-right: 12px;
    }

        #focus_menu ul li a {    cursor: pointer }

        #focus_menu ul li a.navig_bullet
        {
            background-image: url("../images/navig_focus_off.gif");
            background-repeat: no-repeat;
            display: block;
            height: 15px;
            width: 12px;
        }

        #focus_menu ul li a.active {    background-image: url("../images/navig_focus_active.gif") }

a img,
#nav ul .last {    border: none }

html[xmlns] .clearfix/*,
#focus_content ul li.current_item*/ {    display: block }

#nav li:hover ul a,
.boxes a,
#focus_content ul li h2 a {    text-decoration: none }

#nav li:hover ul li a:hover {    color: #333333 }

#multimedia div .chapeau
{
    font-weight: 700;
    margin: 12px 0;
}

#categories div a.more,
#what-we-do-boxes div a.more,
#what-is-new-boxes div a.more,
#who-we-are-boxes div a.more,
#financing-boxes div a.more,
#e-library-boxes div a.more,
#documents-boxes div a.more,
.right-box p a.more
{
    background-color: #0092bf;
    bottom: 0;
    color: #FFF;
    display: block;
    font-size: 1.5em;
    line-height: 1;
    margin: 0;
    padding: 0 4px 4px 3px;
    position: absolute;
    right: 0;
    text-decoration: none;
}

#social ul.social,
.right-box ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#social ul.social
{
    width: 180px;
    margin: auto;
}

#focus_content ul,
#focus_menu ul
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#internal .layout-content-reset {    width: 460px }

#internal-nav ul,
#internal-nav
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#internal-nav
{
    width: 183px;
    background-color: #e2e3da;
	background-color : white\9;
    margin-left: 5px;
    margin-top: 0px;
}

    #internal-nav ul
    {
        background-color: white;
        padding-bottom: 10px;
    }

    #internal-nav li
    {
        display: block;
        width: 100%;
        border-bottom: 2px white solid;
		*border-bottom: 1px white solid;
    }

    #internal-nav li:hover span
    {
        background-color: white;
        border: 2px #e2e3da solid;
        padding: 3px;
        padding-left: 8px;
    }

    #internal-nav li a
    {
        display: block;
        width: 100%;
        text-decoration: none;
        color: #595947;
    }

    #internal-nav li.current a,
    #internal-nav li.current span {    background-color: #C4C8B4 }

    #internal-nav li ul li
    {
        display: block;
        width: 100%;
        padding: 5px;
        padding-left: 25px;
        font-weight: normal;
        background-image: url('../images/bkg-internal-nav-li.jpg');
        background-position: 10px 9px;
        background-repeat: no-repeat;
    }
	
	#internal-nav li ul li.hasChildren {
		background-image: url('../images/bkg-internal-nav-li-children.jpg');
	}

        #internal-nav li ul li a
        {
            width: 80%;
            background-color: white;
        }

        #internal-nav li ul li a:hover
        {
            background-color: white;
            color: #ce2949;
            text-decoration: underline;
        }

    #internal-nav li.current ul li a {    background-color: white }

    #internal-nav li ul li a {    background-color: white }

    #internal-nav li span
    {
        background-color: #e2e3da;
        cursor: pointer;
        padding: 5px;
        padding-left: 10px;
        font-weight: bold;
        display: block;
        font-size: 1.1em;
    }

    #internal-nav li ul li.current a
    {
        background-color: white;
        color: #ce2349;
    }

.layout-content-reset h2
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.8em;
    font-weight: normal;
    color: #666666;
    margin: 10px 0;
}

.layout-content-reset #e-library-boxes h2 {    margin: 0 }

.layout-content-reset h4
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.667em;
    font-weight: normal;
    color: #666666;
    background-image: url("../images/bkg-h2-title.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
}


    .layout-content-reset h4 span
    {
        background-color: #fff;
        padding-right: 10px;
    }

#glossary h4
{
    font-size: 1.2em;
    padding-left: 20px;
    background-image: url('../images/bkg-right-box-ul-li.jpg');
    background-repeat: no-repeat;
    background-position: left 50%;
    font-weight: normal;
}


#glossary.right-box
{
	background-color: #f5f5f5;
	text-align: left;
	float: none;
	padding: 9px 9px 20px;
}

#glossary.right-box p
{
	
	
	font-size: 0.95em;
	text-align: left;
}

#glossary p.define
{
    padding: 10px 0;
    border-bottom: 1px #e6e6e6 solid;
    border-top: 1px #e6e6e6 solid;

}
#glossary.right-box p.more
{
	text-align: right;
}
#glossary.right-box p.more a.more
{
	position: relative;
	
	padding: 0px 4px 3px 3px;
	display: inline;
}

#glossary.right-box h3
{
	font-size: 1.65em;/*1.8*/
	margin-top: 5px;
}

#glossary.right-box h4
{
    font-size: 0.95em;/*1.2*/
    padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;   
        background-image: url('../images/bkg-square-ul.jpg');
        background-repeat: no-repeat;
        background-position: 2px 5px;
    font-weight: normal;
	border-bottom: 1px solid silver;
}

#what-we-do-boxes div,
#what-is-new-boxes div,
#who-we-are-boxes div,
#financing-boxes div,
#documents-boxes div,
#e-library-boxes div
{
    width: 320px;
    float: left;
    margin-right: 23px;
    background-color: #f5f5f5;
    position: relative;
    margin-top: 15px;
    padding-bottom: 10px;
}

#what-is-new-boxes div,
#documents-boxes div,
#e-library-boxes div {    width: 100% }

    #what-we-do-boxes div p,
    #what-is-new-boxes div p,
    #who-we-are-boxes div p,
    #financing-boxes div p,
    #documents-boxes .layout-wrapper .layout-wrapper-reset .layout-content-reset div p,
    #e-library-boxes div p
    {
        padding: 10px;
        text-align: left;
        padding-bottom: 0;
    }

#what-we-do-boxes div h2,
#who-we-are-boxes div h2,
#financing-boxes div h2
{
    margin: 0;
    border-bottom: 4px white solid;
}

#what-is-new-boxes div h3,
#documents-boxes div h3 {    background-color: white }

#what-we-do-boxes div.even,
#who-we-are-boxes div.even,
#financing-boxes div.even {    margin-right: 0 }

#what-is-new-boxes div ul
{
    list-style: none;
    padding-left: 10px;
}

    #what-is-new-boxes div ul li {    margin-bottom: 4px }

#e-library-boxes div li
{
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px;
}

#what-we-do-boxes div.int_content_sitemap_box
{
    width: 100%;
    float: none;
    margin: 0;
    background-color: transparent;
    margin-top: 10px;
}

    #what-we-do-boxes div.int_content_sitemap_box ul li {    margin-bottom: 5px }

        #what-we-do-boxes div.int_content_sitemap_box ul li ul {    margin-top: 5px }

.layout
{
    width: 984px;
    overflow: hidden;
}

#share-tool
{
    margin-top: 10px;
    margin-bottom: -20px;
}

.mediaText
{
    height: 0;
    margin: 0;
    padding: 0;
}

#share_button_container {    margin-left: 11px }

#searchfield
{
    width: 87%;
    margin-right: 2px;
	color:#999999; 
}

#glossary
{
    clear: both;
    float: left;
    background-color: #ce2949;
    width: 97%;
    margin-bottom: 25px;
    padding: 0;
    padding-left: 20px;
}

    #glossary ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #glossary ul li
        {
            display: block;
            float: left;
            margin-bottom: 0;
        }

        #glossary ul li.noresults
        {
            background-color: #cccccc;
            color: white;
            text-transform: uppercase;
            display: block;
            text-decoration: none;
            padding: 6px;
            font-size: 1.333em;
            font-weight: bold;
        }

        #glossary ul li a
        {
            background-color: #ce2949;
            color: white;
            text-transform: uppercase;
            display: block;
            text-decoration: none;
            padding: 6px;
            font-size: 1.333em;
            font-weight: bold;
        }

        #glossary ul li a:hover
        {
            background-color: #fff;
            color: #ce2949;
        }

        #glossary ul li.active a
        {
            background-color: #fff;
            color: #ce2949;
        }

.entries
{
    border-bottom: 1px solid #E2E3DA;
    margin-top: 0;
    padding: 0.2em 0 1.2em;
}
.entries h2{
	cursor: pointer;
	cursor: hand;
}
.entry-content {    
background-color: #F5F5F5;
}

.entry-content .entry-links{    background-color: #FFF }

.layout-content-reset .entries h2 {    background-image: none }

.entries h3
{
    color: #858585;
    font-size: 1.333em;
    margin: 0.8em 0 0.2em;
}

h3.news-date
{
    color: #858585;
    font-size: 1.333em;
    margin: -0.6em 0 0.2em;
}

.entries p
{
    line-height: 1.5em;
    margin: 0;
    padding: 10px;
    text-align: justify;
}

.entries ul
{
    padding: 5px;
    list-style-type: square;
    margin: 0;
    margin-left: 25px !important;
    line-height: 1.5em;
}

.entries ul.links
{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    background-color: #fff;
}

    .entries ul.links li
    {
        background-image: url('../images/bkg-right-box-ul-li.jpg');
        background-repeat: no-repeat;
        background-position: left 50%;
        padding-left: 20px;
    }

        .entries ul.links li a
        {
            text-decoration: none;
            color: black;
        }

        .entries ul.links li a:hover {    text-decoration: underline }

.multiPagesMenuContainer
{
    margin-bottom: 25px;
    float: right;
}
.hidden {
				display:none;
				}
				.multiPages {
				overflow: auto;
				}

div#project_list_container .multiPages {
float:left;
}
.multiPagesItem{
display:none;
}

.multiPagesItemActive{
display:block;
}
.multiPagesMenuContainer ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

.multiPagesMenuContainer ul.lastPageDisplayed
{
    margin-right: 78px;
    
}



.multiPagesMenuContainer ul li
{
    display: block !important;
    float: left !important;
	margin:0px !important;
	padding:0px !important;
    margin-right: 8px !important;
	border:0px !important;
	background:none !important;;
}

.multiPagesMenuContainer ul li a
    {
        display: block;
        padding: 4px 8px;
        background-color: #f5f5f5;
        color: #6d6d6d;
        text-decoration: none;
    }

.multiPagesMenuContainer ul li.li_with_img a
{
    padding: 4px 8px;
    background-color: #fff;
}

.multiPagesMenuContainer ul li a.active,
.multiPagesMenuContainer ul li a:hover
{
    background-color: #fff;
    color: #ce2949;
}

.listOfNews ul li
{
    padding: 10px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.listOfNews ul li ul li
{
    padding: 0;
    background-color: transparent;
    margin-bottom: 10px;
}

.three-news
{
    padding: 10px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

a
{
    color: #41849E;
    text-decoration: none;
}

a:hover {    text-decoration: underline }

.document
{
    background-color: #f5f5f5;
    padding: 15px;
}

ul.document
{
    background-color: #f5f5f5;
    padding-left: 25px;
}

.layout-content-reset .document ul
{
    list-style: square;
    margin: 0;
    margin-left: 10px;
    padding: 0;
}

.layout-content-reset .document ul li ul
{
	margin-top: 10px;
	list-style: circle;
}

.document ul li
{
    padding-left: 4px;
    background-position: left 5px;
    margin-bottom: 10px;
}

.document ul li.exception {    background-image: none }

.document h3
{
    font-size: 1.2em;
    margin-bottom: 8px;
}

#internal-menu #categories {    margin-top: 0 }

    #internal-menu #categories div
    {
        background-color: #f5f5f5;
        float: left;
        margin-right: 25px;
        position: relative;
        width: 251px;
        margin-bottom: 10px;
        margin-top: 10px;
        min-height: 140px;
    }

    #internal-menu #categories div.even
    {
        margin-right: 0;
        margin-left: 0;
    }

    #internal-menu #categories div.single
    {
        margin-right: 0;
        margin-left: 0;
		width: 100%;
    }

    #internal-menu #categories div h2
    {
        background-color: #FFF;
        margin-top: 0;
        padding-bottom: 5px;
        font-size: 1.5em;
        background-position: right 99%;
    }

        #internal-menu #categories div h2 span { padding-right: 10px }
        #internal-menu #categories div h2 span a { padding-right: 10px }

    #internal-menu #categories div p
    {
        color: #5f5f5d;
        margin: -5px 5px 5px;
        padding: 10px;
    }
    #internal-menu #categories div.large
    {
        width:100%;
    }

#internal-menu .layout-content-reset {    width: 530px }

#internal-menu .layout-right {    width: 200px }

*+html #internal-menu .layout-right { margin-top: -20px; }

#internal-menu #social ul.social li {    margin-right: 27px }

#internal-menu #social ul.social li.last {    margin-right: 0px }

#internal-menu #searchfield {    width: 83% }

p
{
    color: #333;
    line-height: 1.4;
    text-align: justify;
    margin-bottom: 1em !important;
}

#categories p
{
    text-align: left;
    color: black;
    line-height: 1.2;
}

.layout-footer
{
    border-top: 1px #396ea2 solid;
    margin-top: 15px;
}

.layout-content-reset {    margin-bottom: 15px }

.data_table,
.tableDefault
{
    width: 100%;
    clear: both;
}

    .data_table thead tr th,
    .tableDefault thead tr th
    {
        background-color: #e2e3da;
        font-family: Verdana,Arial,Helvetica,sans-serif !important;
        font-size: 11px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        text-align: center;
    }

    .data_table tbody tr.odd_table_row,
    .tableDefault tbody tr.odd_table_row {    background-color: #EEEEEE }

    .data_table tbody tr.even_table_row,
    .tableDefault tbody tr.even_table_row {    background-color: #FFFFFF }

    .data_table tbody tr td,
    .tableDefault tbody tr td
    {
        font-family: Verdana,Arial,Helvetica,sans-serif !important;
        font-size: 11px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }

#infringement_flags {    width: 90% }

table#infringement_flags tr td
{
    display: block;
    float: left;
    height: 70px;
    text-align: center;
    width: 74px;
}

table {    width: 100% }

.dropdown-container,
.dropdown-monitoring
{
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 10px;
}

.dropdown-container
{
    background-color: #e2e3da;
    font-weight: bold;
    margin-bottom: 10px;
}

#e-library-boxes .dropdown-container
{
	background-color: transparent !important;
}

#e-library-boxes .int_content_links_boxes, #e-library-boxes .dropdown-container
{
	margin-top: 0 !important;
}

#e-library-boxes .dropdown-container select.level_3,
    #e-library-boxes .dropdown-container select.level_2,
    #e-library-boxes .dropdown-container select.level_1 {    width: 285px }

    .dropdown-container span {    margin: 5px }

    .dropdown-container select.level_3,
    .dropdown-container select.level_2,
    .dropdown-container select.level_1 {    width: 280px }

    .dropdown-container select.level_3 {    margin-top: 14px }

    .dropdown-container select,
    .dropdown-monitoring select
    {
        /*width: 45%;;
        float: left;
        margin-left: 20px;
        margin-top: 7px;*/
    }

.layout-noleft #gallery .layout-content-reset
{
    width: 99%;
    margin: auto;
}

#gallery .gallery .main-content
{
    background-color: #829377;
    color: #fff;
    padding: 20px;
    overflow: hidden;
    _height: 100%;
    margin: 0;
}
#gallery .gallery .main-content #infographic_show
{
	float:left;	
	padding:0 10px 0 0;
}
#gallery .gallery .main-content #infographic_show a
{
	float:left;
}
#gallery .gallery .main-content #infographic_multi
{
    display: inline;
    float: left;
    margin: 0 0 0 15px;
}
#gallery .gallery .main-content #infographic_pdfs_box #infographic_multi_b
{

}
#gallery .gallery .main-content #infographic_pdfs_box #infographic_multi_b
{
	padding:25px 0 0 0;		
}
#gallery .gallery .main-content #infographic_pdfs_box #infographic_multi_b
{
	padding:45px 0 0 0\9;		
}
#gallery .gallery .main-content #infographic_multi p
{
	display:inline;
}
    #gallery .gallery .main-content h3 {    margin: 0 }

    #gallery .gallery .main-content p {    color: #fff }

    #gallery .gallery .main-content #img-slider
    {
        float: left;
        margin-right: 20px;
    }

    #gallery .gallery .main-content #img-slider-nav
    {
        width: 483px;
        height: 70px;
        overflow: hidden;
        margin-top: 8px;
        float: left;
    }

    #gallery .gallery .main-content .img-slider-nav
    {
        display: block;
        float: left;
        width: 18px;
        height: 68px;
        margin-right: 3px;
        background-position: top;
        background-repeat: no-repeat;
    }

/*    #gallery .gallery .main-content #img-slider-prev {    background-image: url('../images/img-slider-nav-left.jpg') } */

/*    #gallery .gallery .main-content #img-slider-next {    background-image: url('../images/img-slider-nav-right.jpg') } */

    #gallery .gallery .main-content .img-slider-nav.btn-on {    background-position: bottom }

    #gallery .gallery .main-content #img-slider-nav ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 440px;
        float: left;
    }

        #gallery .gallery .main-content #img-slider-nav ul li
        {
            float: left;
            border: none;
            padding: 0;
            margin-right: 3px;
        }

* html #gallery .gallery .main-content #img-slider-nav ul li
{
    float: left;
    border: none;
    padding: 0;
    margin-right: 1px;
}

#gallery h2
{
    background-image: none;
    background-color: transparent;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.4em;
    font-weight: 400;
    margin: 10px 0;
    width: auto;
    clear: none;
}

#gallery .thumbnail h2
{
    background-image: none;
    background-color: transparent;
    color: #333;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    font-weight: 400;
    margin: 5px 0;
    margin-top: 15px;
    width: auto;
    clear: none;
}

#gallery .gallery .main-content #img-slider-nav ul li img {    border: 1px #c5c7b5 solid }

#gallery .gallery .main-content #slideshow #imageholder img
{
    border: 1px #999999 solid;
    display: block;
    float: left;
    margin-right: 20px;
}

#gallery .gallery .sharing
{
    background-color: #c5c7b5;
    margin-top: 1px;
    overflow: hidden;
    _height: 100%;
}

    #gallery .gallery .sharing p
    {
        float: right;
        font-weight: bold;
        color: #000;
        margin-right: 10px;
        font-size: 0.9em;
    }

#gallery #share-tool
{
    margin: auto;
    background-color: white;
    width: 91px;
    height: 14px;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

*+html #gallery .gallery .sharing
{
    padding-top: 10px;
    padding-bottom: 10px;
}

*+html #gallery #share-tool {    margin-top: 0 }

#gallery .gallery .sharing ul
{
    float: left;
    list-style: none;
    margin-left: 10px;
    padding: 0;
}

#gallery .gallery ul li
{
    display: block;
    float: left;
    border-right: 1px black solid;
    padding: 0 5px;
}

    #gallery .gallery ul li a
    {
        color: black;
        font-size: 0.9em;
    }

#gallery .gallery ul li.last {    border: none }

#gallery .gallery .thumbnail
{
    float: left;
    width: 175px;
    margin-right: 15px;
    margin-bottom: 30px;
}

#gallery .gallery .infographic_thumbnail
{
    height:300px;
}

#gallery .gallery .thumbnail.last {    margin-right: 0 }

#gallery .gallery .thumbnail h4
{
    background-image: none;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 1.5em;
}

#gallery .gallery .thumbnail p {    text-align: left }

#gallery .gallery .thumbnail span
{
display: inline-block;
font-weight: normal;
color: #396ea2;
font-size: 0.9em;
/*height: 99px;height: 1.2em;*/
}
#gallery .gallery .thumbnail span.video_date
{
height: 1.2em;
}

#gallery .gallery .thumbnails-row
{
    clear: both;
    overflow: hidden;
    _height: 100%;
}



#PolicySelection {    width: 650px }

.media-box
{
    background-color: #f5f5f5;
    margin: 15px;
    margin-left: 0;
}

#internal-menu .media-box
{
    float: left;
}

.text-logo
{
    width: 150px;
    float: left;
    margin: 0 15px 10px 0;
}

.img-float-left
{
    float: left;
    margin-right: 15px;
}

ul,
ol
{
    color: #333;
    list-style-type: square;
    padding-left: 25px;
}

ol
{
	list-style-type: decimal;
}

.layout-content-reset ul {    margin-left: 0; margin-top: 10px; }

    .layout-content-reset ul li,
    .layout-content-reset ol li {    margin-bottom: 20px; line-height: 1.4; }

#path li {    color: white }

#glossary-library ul li
{
    display: inline;
    padding: 0;
}

table {    margin-bottom: 10px !important }

.zebra {    color: #333 }

.zebra th {    background-color: #DDD }

.zebra th,

/*.zebra tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}*/

.zebra td {    padding: 8px }

.zebra .evenrow,
.data_table tbody tr.odd_table_row {    background-color: #f5f5f5 }

.layout-content-reset img {    margin-bottom: 0px }

.layout-content-reset p img {    margin-bottom: 10px }

.layout-content-reset img.alIco,
.layout-content-reset p img.alIco,
.layout-content-reset img.ws-ico-2007,
.layout-content-reset p img.ws-ico-2007,
.layout-content-reset img.iconlg,
.layout-content-reset p img.iconlg
{
    margin-bottom: 0;
    padding: 0;
}

blockquote {    margin-left: 25px !important }

.floatLeft,
.articlePhotoLeft
{
    float: left;
    margin: 0 15px 0 0;
	z-index:-1;
}

.floatRight,
.articlePhotoRight
{
    float: right;
    margin: 0 0 0 15px;
	z-index:-1;
}

.mediaGallery {    text-align: left !important }

.mediaFrame {    border: none }

#multimedia-news p
{
    margin-top: 6px;
    margin-bottom: 10px;
}

#multimedia-news ul {  margin-top:0px;  padding-left: 25px }
#multimedia-news #selectvideo ul {    padding-left: 0px }
.multimedia-video-news .mediaGallery,
.multimedia-video-news .mediaEmbed,
.multimedia-video-news .euBox
{
    float: left;
    margin: 0px 15px 35px 0;
    width: 230px;
}

#multimedia-news .multimedia-video-news
{
	float: left;
    margin: 4px 20px 40px 0;
	position: relative;
}

.multimedia-video-news .mediaGallery {    margin: 10px 25px 75px 0 }

.multimedia-video-news h3
{
    position: absolute;
    top: 190px;
    font-size: 0.9em;
    width: 258px;
    text-align: center;
}

.multimedia-video-news h3 span
{
	padding: 0;
}

.map-infringements
{
    padding: 10px;
    background-color: #f5f5f5;
}

    .map-infringements select.policies {    width: 260px }

/*Glossary Library*/

#glossary-library
{
    clear: both;
    float: left;
    background-color: #ce2949;
    width: 97%;
    margin-bottom: 25px;
	margin-top: 0 !important;
    padding: 0;
}

    #glossary-library ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
		margin-left: 10px;
    }

        #glossary-library ul li
        {
            display: block;
            float: left;
            margin-bottom: 0;
        }

        #glossary-library ul li.noresults
        {
            background-color: #cccccc;
            color: white;
            text-transform: uppercase;
            display: block;
            text-decoration: none;
            padding: 6px;
            font-size: 1.333em;
            font-weight: bold;
        }

        #glossary-library ul li a
        {
            background-color: #ce2949;
            color: white;
            text-transform: uppercase;
            display: block;
            text-decoration: none;
            padding: 6px;
            font-size: 1.333em;
            font-weight: bold;
        }

        #glossary-library ul li a:hover
        {
            background-color: #fff;
            color: #ce2949;
        }

        #glossary-library ul li.active a
        {
            background-color: #fff;
            color: #ce2949;
        }



.layout-content-reset h2 img
{
    padding-right: 7px;
    background-color: white;
    margin-bottom: -8px;
}

.three-news .mediaGallery
{
    float: left;
    width: 230px;
    margin: 0px 15px 15px 0;
}

.listOfNews h3 {    margin-bottom: 15px }

.listOfNews ul li.three-news
{
    position: relative;
    background-color: white;
    overflow: hidden;
    _height: 100%;
    padding: 0 !important;
}

.three-news .title-news
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.8em;
    font-weight: normal;
    color: #666;
    margin: 10px 0;
    background-image: url("../images/bkg-h2-title.jpg");
    background-position: right bottom;
    background-repeat: repeat-x;
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    background-color: white;
    margin: 10px 0;
    clear: both;
}

    .three-news .title-news a
    {
        color: #666;
        background-color: white;
        padding-right: 15px;
    }

.three-news .greytxt
{
    font-size: 1.333em;
    color: #858585;
    display: block;
    margin: -0.8em 0 0.8em 0;
    font-family: Georgia, "Times New Roman", Times, serif;
}

* html .layout-right {    margin-top: 87px }



#search_tool_container
{
    background-color: #c6c6b5;
    padding: 10px !important;
    margin-bottom: 5px !important;
}

.layout-content-reset #search_tool_container .imgGo
{
    margin-bottom: -6px;
    background-image: url('../images/bkg-search-btn.jpg');
    background-repeat: repeat-x;
    background-position: left;
}

#internal-nav li ul li.level5
{
    padding-left: 40px;
    background-image: url("../images/bkg-internal-nav-li-li.jpg");
    background-position: 25px 9px;

}

#doc-centre
{
    background: #e2e3da;
    border: 1px #c4c8b4 solid;
}

    #doc-centre h3
    {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

*+html .layout-right {    margin-top: 83px }

#internal-menu .right-box {    width: auto !important }

#commissioner p.commis
{
    margin-top: -20px;
    padding-bottom: 20px;
}

.layout-content-reset p img.alIco, .layout-content-reset li img.alIco
{
	margin-bottom: -3px;
}

#social ul.social li a:hover img
{
	border:2px solid #c4c8b4;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.top-anchor
{
	float: right;
	text-align: right;
	width: 50px;
	margin-top: -30px;
	padding-right: 15px;
	background-image:  url('../images/bkg-top-arrow.jpg');
	background-repeat: no-repeat;
	background-position: right 50%;
}

#e-library-boxes div#elibrary-middle
{
	width: 96%;
	margin: auto;
	margin-left: 10px;
}

#e-library-boxes div#elibrary-middle .int_content_links_boxes
{
	background-color: #e2e3da;
	overflow: hidden;
}

#e-library-boxes div#elibrary-middle .dropdown-container
{
	background-color: #e2e3da !important;
	overflow: hidden;
	width: 100% !important;
	margin-right: 0 !important;
	padding: 0 !important;
	padding-bottom: 10px !important;
}

#e-library-boxes div#elibrary-middle .dropdown-container span
{
	margin: 4px;
}

#e-library-boxes div#elibrary-middle .dropdown-container select.level_3,
#e-library-boxes div#elibrary-middle .dropdown-container select.level_2,
#e-library-boxes div#elibrary-middle .dropdown-container select.level_1
{
	width: 275px !important;
}

#e-library-boxes div#elibrary-middle #search_tool_container
{
	margin-bottom: 0px !important;
}

#e-library-boxes div#elibrary-middle p
{
	padding-left: 0;
}

dl dd
{
	display: block;
	font-size: 0.917em;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url('../images/bkg-square-ul.jpg');
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

.togglers{
cursor:pointer;
}
.layout-content-reset h4.togglers
{
   
clear:both;	
padding-left: 25px;



    background-image: url('../images/toggle_close.gif');
	background-repeat: no-repeat;
background-position: 0px 3px;
}
.layout-content-reset h4.toggler_active
{
    background-image: url('../images/toggle_open.gif');

}

.layout-wrapper .layout-right { margin-top/*\**/: -8px\9; }

.layout-content-reset { margin-top/*\**/: 0\9; }

.list_to_select.countries { margin-right: 4px\9; }

#multimedia .content-section
{
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
/*	padding-bottom: 10px; */
}

#multimedia .content-section .content
{
	width: 100%;
}

#multimedia .content-section .content p
{
	text-align: center;
	width: 100%;
}

#multimedia .content-section .content-first
{	
	padding-right: 2%;
	padding-left: 2%;
}

#multimedia .content-section .content-second
{	
	padding-left: 2%;
}


#multimedia .content-section .content-first, #multimedia .content-section .content-second
{
	float: left;
	overflow: hidden;
	text-align: center;
}

#multimedia .content-section.content-section-bottom .content-first, #multimedia .content-section.content-section-bottom .content-second
{
	width: 100%;
}

#multimedia .content-section h3
{
	width: 100%;
	margin-bottom: 15px;
	height: 2em;
	color: #666;
}

#multimedia .content-section-bottom
{
	margin-top: 25px;
	border-bottom: none;
}

#multimedia .content-section-bottom .content-second, #multimedia .content-section-bottom .content-first
{
	margin: 0;
	padding: 0;
}

#multimedia .content-section-bottom h3
{
	width: 99%;
	margin: auto;
}

#multimedia .content-section-bottom ul li
{
	list-style-type: none;
	margin-bottom: 0;
}

#multimedia .bodyTitle
{
	background-image: url("../images/bkg-h2-title.jpg");
    background-position: right bottom;
    background-repeat: repeat-x;
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.4em;
    font-weight: 400;
    background-color: #fff;
    margin: 0;
    clear: both;
	width: 655px;
}

#multimedia .bodyTitle span
{
	padding-right: 20px;
	background-color: white;
}

#nav ul .first.last a
{
	display: block;
	height: 16px;
	width: 16px;
	cursor: default;
}

#e-library-boxes div.multiPagesMenuContainer,
#e-library-boxes div#search_result
{
   
    background-color: #ffffff;
    
}

.button-back {
background: #f5f5f5;
margin:5px 0;
padding:10px;
width:180px;
clear:left;
}

#project_detail_abstract p {
	font-weight:bold;
}
/*#project_detail_data table,#project_detail_data td {
	border:1px solid black;
	border-collapse:collapse;
}
#project_detail_data td.data_header {
	font-weight:bold;
}*/

div#other_countries {
  display: block;
  width: auto;
  height: 30px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  padding: 5px;
}

div.see_all a {
  background-color: #0092BF;
  color: #FFFFFF;
  display: block;
  float: right;
  padding: 4px 6px;
  text-decoration: none;
}

.caption
{
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}

.layout-wrapper .layout-right{ margin-top/*\**/: 2px\9; }

.layout-noleft .layout-right{ margin-top/*\**/: 85px\9; } /* IE7 + IE8 */

*+html .layout-noleft .layout-right{ margin-top: 80px;} /* IE7 only */

.layout-noleft .layout-wrapper .layout-right{ margin-top/*\**/: -2px\9;} /* IE7 + IE8 */

*+html .layout-noleft .layout-wrapper .layout-right{ margin-top: -20px; } /* IE7 only */

#internal-menu .layout-right{ margin-top/*\**/: -3px\9;} /* IE7 + IE8 */

*+html #internal-menu .layout-right{ margin-top: -20px; } /* IE7 only */

.layout-content{ padding-top/*\**/: 0px\9; }

select option {
		font-weight: normal;
		}
		select OPTGROUP {
		font-weight: bold;
		}
		.hide {
		display: none;
		}

#search_tool_container
									{
									padding-left:15px;
									margin-bottom: 10px;
									}
									
								#search_tool_container input#search_pattern
									{
									width:301px;/*328*/
									border: 1px solid #7F9DB9;
									margin-right: 4px;
									}
								
								*+html #search_tool_container input#search_pattern
									{
									width:301px;/*326*/
									margin-right: 1px;
									}
								
								#search_result
									{
										
									}
								
								#search_result ul li
									{
									padding-bottom: 10px;
									border-bottom: 1px solid #E0E0E0;
									line-height: 1em;
									margin-bottom:1px;
									}
								
								#search_result p.bold
									{
									font-weight:bold;
									font-size:0.9em;
									margin-bottom:2px;
									color:#666666;
									}
								
								#search_result p
									{
									font-size:0.9em;
									color:#666666;
									}
								
								#search_result p.tab_links
									{
									font-size:0.9em;
									color:#666666;
									}
								
								#search_result p.tab_links a
									{
									font-weight:bold;
									}
								
								h3#h3_search_title
									{
									display:none;	
									padding-top:5px;
									}
								
								div#search_result
									{
									display:none;	
									}
								
								h3#h3_search_title a.close_link
									{
									color:#000000;
									text-decoration:none;
									}
								
								h3#h3_search_title a.close_link:hover
									{
									color:#000000;
									text-decoration:underline;
									}		
		option.grey
			{
			color:#808080;
			font-style: italic;
			}
			
			
table.ToggleBox
{
	height: 75px;
}

.multiPages ul.bular
{
	list-style: none;
	padding-left: 0;
}

#show_search_result ul.show_search_result li
		{
		
		border-bottom: 1px solid #E0E0E0;		
		margin-bottom:1px;
		
		}
		#show_search_result ul.show_search_result li h3
		{
		font-size:1.3em;	
		
		}
		
		#show_search_result ul.show_search_result li a
		{padding: 10px;
		text-decoration:none;
		color:#333;
		display:block;
		}
		#show_search_result ul.show_search_result li a:hover
		{
		background-color:#F5F5F5;
		text-decoration:none
		}
#show_search_result ul.show_search_result
		{
		padding-left: 0px;
		}
.dropdown-container select{width: 280px;}
input#search_criteria_keywords		{
width:200px;
margin-right: 5px;
}



@media print
{
	#path
	{
		display: block;
	}
	
	.layout-content-reset
	{
		overflow: hidden;
	}
	
	
	#nav, .media-box
	{
		display: none;
	}
	
	body, *.*, *#*, *, .layout-content-reset
	{
		overflow: visible !important;
		float: none !important;
	}
	
		#path ul li
	{
		display: inline;
		margin-right: 5px;
		padding-right: 5px;
		border-right: 2px black solid;
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 0.9em;
	}

	
	.int_content_links_boxes.int_content_docs_boxes, .map-infringements, #mapDiv
	{
		display: none;
		visibility:hidden;
	}
	
	.dropdown-container
	{
		display: none;
		visibility:hidden;
	}
	
	.multiPagesMenuContainer, .dropdown-monitoring, #glossary
	{
		display: none;
	}
}
.moreinfo {
float:left;
width:100%;
}
.moreinfo h3 {
padding-bottom:15px;
}

/* By Fabricio Santos */
/* style for home page video-section at bottom of page */
#homeVideo div h2 { margin-top: 0px; background-image: none !important; background-color: transparent !important;}
#homeVideo div h2 span {background-color: transparent !important; color: #666 !important;}
#homeVideo div p {line-height: 1.5em !important; text-align: left !important; color: #5f5f5d !important;}

/* style for home page video-section at top of page */
#homeVideoTop div h2 { margin-top: 0px; background-image: none !important; background-color: transparent !important;}
#homeVideoTop div h2 span {background-color: transparent !important; color: #666 !important;}
#homeVideoTop div p {line-height: 1.5em !important; text-align: center !important;}

#homeSpecialSpotlight {
	position: relative;
	*margin-top: -5px !important; 
	margin-top: 0px; 
	height: 285px; 
	width: 100%; 
	background: #E1E2D9;
}

#homeSpecialSpotlight img {
	margin: 0;
}

#homeSpecialSpotlight h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em;
	font-weight: 400;
	margin: 0;
	margin: 5px;
}

#homeSpecialSpotlight h3 a {
	text-decoration:none;
	color: #666;
}

#homeSpecialSpotlight p {
	margin: 5px !important;
	padding-bottom: 3px;
}

#homeSpecialSpotlight p span {
	display: block;
	font-weight: 700;
	margin: 5px 0;
}

#homeSpecialSpotlight p span a {
	text-decoration:none;
	color: #333;
}

/* By Nath Arduini */

/* EMN styles */

.layout-content-reset img.emn-banner {
    margin-bottom: 10px;
    width: 530px;
}

#members-area.right-box {
    margin-bottom: 20px;
    background-color: #ce2949;
}

#members-area h3 a,
#members-area h3 a:visited {
    color: #FFFFFF;
}

/* EMN home page slideshow */
#emn_slideshow { 
    margin: 3px auto; 
    position: relative; 
    width: 148px; 
    height: 310px; 
    box-shadow: 1px 2px 10px rgba(0,0,0,0.4); 
    -moz-box-shadow: 1px 2px 10px rgba(0,0,0,0.4); 
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.4); 
}
#emn_slideshow ul, #emn_slideshow li{
    margin:0;
    padding:0;
    list-style:none;
    }
#emn_slideshow li{ 
    /* 
        define width and height of list item (slide)
        entire slider area will adjust according to the parameters provided here
    */ 
    width:197px;
    height:290px;
    overflow:hidden; 
    }   
/* slideshow navigation controls */  
ol#controls, ul#controls{
    list-style:none; 
    position:relative;
    left:25%;
    margin:7px 0;
    padding:0;
    }
ol#controls li, ul#controls li{
    margin:0 10px 0 0; 
    padding:0;
    float:left;
    list-style:none;
    font-size: 1.5em;
    }
ol#controls li a, ul#controls li a{
    float:left;
    color:#41849E;
    text-decoration:none;
    }
ol#controls li.current a, ul#controls li.current a{
    color:#000000;
    }
ol#controls li a:focus, ul#controls li a:focus{outline:none;}
    
/* EMN First menu */
#emn-list-boxes div {
    width: 100% !important;
}

/* EMN search */

#search_result.emn-search-results p {
    margin-right: 35px;
}

.multiPagesItem img.flag, .document img.flag {
    float: right;
    margin-left: 10px;
    max-width: 52px
}
.emn-search-results .multiPagesItem {
    padding-top: 5px;
}

.document.emn p {
    margin-right: 35px;
}
.document.emn select {
    margin-bottom: 10px;
}

.dropdown-container select.auto-width {
    width: auto;
}
.dropdown-container a img {
   margin-bottom:-6px; 
}
.projectSection.dropdown-container a img {
	margin: 10px 0px 5px 0px;
}
.projectSection.dropdown-container span {    
	margin: 5px 0px;
display: block;
}

/* EMN Glossary */
#glossary-emn {
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
}

#glossary-emn ul#alphabet {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
    background-color: #ce2949;
}

#glossary-emn ul#alphabet li {
    display: block;
    float: left;
    margin-bottom: 0;
}

#glossary-emn ul#alphabet li.noresults {
    display: block;
    padding: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    color: white;
    background-color: #ccc;
}

#glossary-emn ul#alphabet li a {
    display: block;
    padding: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    color: white;
    background-color: #ce2949;
}

#glossary-emn ul#alphabet li a:hover {
    color: #ce2949;
    background-color: #fff;
}

#glossary-emn ul#alphabet li.active a {
    color: #ce2949;
    background-color: #fff;
}

#glossary-emn .entry-content {
    padding: 5px;
	display: inline-block;
}

.layout-content-reset ul.glossary-list-emn li {
    margin: 0;
}

.entry-content .translations {
    width: 48%;
    float: left;
    padding: 0 7px 0 0;
}
.entry-content .translations span.lang {
    font-weight: bold;
}
.entry-content .definition {
    width: 50%;
    float: left;
}

.entry-content .definition p {
    padding: 0 5px;
}
.entry-content .definition .def-subtitle {
    display: block;
    font-weight: bold;
}

/* EMN Events */
#events {
    padding: 15px;
    /* background-color: #f5f5f5; */
    display: inline-block;
}
#events, #events ul, #events li {
    list-style-type: none;
}
#events li {
    display: inline-block;
}
#events h3 {
    margin: 0 0 15px 0;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #666;
    background-image: url("../images/bkg-h3-title.gif");
    background-position: right bottom;
    background-repeat: repeat-x;
}
#events h3 span {
    /*background-color: #f5f5f5;*/
}
#events h3 a {
    color: #41849e;
}

#events span.flag {
    float: right;
    /*background-color: #f5f5f5;*/
    padding: 0 0 0 8px;
}
#events img.event-image {
    float: right;
    max-width: 150px;
    margin-left: 8px;
}

#events .txt-event {
    float: left;
    width: 410px;
}

#events .date {
    float: left;
    width: 70px;
    text-align: center;
    color: #ffffff;
    background-color: #0091BE;
    padding: 5px 0;
    margin: 0 10px 0 0;
}
#events .date span {
    display: block;
}
#events .date .day {
    font-size: 1.7em;
    line-height: 1em;
    font-weight: bold;
}
#events .date .month {
    font-size: 12px;
}
#events .date .year {
}

/* EMN News */



#emn-list-boxes div {
    background-color: #F5F5F5;
    float: left;
    margin-right: 23px;
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
    width: 320px;
}
#emn-list-boxes div {
    width: 100% !important;
}
#emn-list-boxes h3, .emn-search-results h3 {
    background-color: white;
    background-image: url("/dgs/home-affairs/images/bkg-h2-title.jpg");
    background-position: right bottom;
    background-repeat: repeat-x;
    font-size: 2em;
}
#emn-list-boxes div h3, .emn-search-results div h3 {
    background-color: white;
}
#emn-list-boxes div p {
    padding: 10px 10px 0;
    text-align: left;
}
#emn-list-boxes .date {
    display: block;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    left: 10px;
}
#emn-list-boxes div a.more
{
    background-color: #0092bf;
    bottom: 0;
    color: #FFF;
    display: block;
    font-size: 1.5em;
    line-height: 1;
    margin: 0;
    padding: 0 4px 4px 3px;
    position: absolute;
    right: 0;
    text-decoration: none;
}
/* National authorities */
#emn-country-contact {
    padding: 10px;
}
#emn-country-contact .contact-left {
    width: 233px;/*283*/
}
#emn-country-contact .contact-right {
    text-align: justify;
    width: 237px;/*197*/
}
.website {
    padding:10px 0 10px 20px;
    background:transparent url(../images/bg_website_link.png) no-repeat left;
}
.email {
    padding:10px 0 10px 20px;
    background:transparent url(../images/bg_email_link.png) no-repeat left;
}
a.external {
    background:transparent url(../images/bg_external_link_normal.gif) no-repeat right 50%; padding-right:15px;
}
img.country-img {
margin-left:10px;
}

/* search */
#search_result .emn ul li {
    border-bottom: 0 none;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/* Visa calculator popup box */
#popup_box {
	display:none;
	position:fixed;
	_position:absolute;
	height:640px;
	width:650px;
	background:#F7F7F7;
	left: 30%;
	top: 10px;
	z-index:10001;
	margin-left: 15px;  
	border:5px solid #aaa;
	padding:15px;
	font-size:15px;
	-moz-box-shadow: 0 0 5px #eee;
	-webkit-box-shadow: 0 0 5px #eee;
	box-shadow: 0 0 5px #eee;
}

#container {
	width:100%;
	height:100%;
}

#popupBoxClose {
	font-size:20px;  
	line-height:15px;  
	right:10px;  
	top:10px;  
	position:absolute;  
	color:#6fa5e2;  
	font-weight:500;
}

#openCalculator {
    color: #41849E;
    cursor: pointer;
}

#openCalculator:hover {
	text-decoration: underline;
}

/* Cookie consent title */
#cookie-consent-banner h2 {
    background-color: transparent;
    background-image: none;
}

/* Anti-Corruption countries list */
#ACRlistOfCountries {
   margin-left: 0px;
   width: 100%; /*added*/
}

#ACRlistOfCountries div {
   /*width: 100%;  removed*/
   padding-top: 20px; 
   padding-left: 20px; 
   padding-bottom: 10px;
}

#ACRlistOfCountries div.odd_table_row {
   background-color: #f2f2f2; 
}

#ACRlistOfCountries div.even_table_row {
   background-color: #fafafa; 
}

/*#ACRlistOfCountries div div.ACRFlag {
   float: left;
   margin-right: 15px;
   width: 80px;;
   height: 75px;
} removed */

#ACRlistOfCountries div div.ACRLinks {
   padding-left: 20px;
   height: auto;
   width: 505px; /*added */
}

#ACRlistOfCountries div div.ACRLinks ul {
   padding-left: 20px;
   height: auto;
}

#ACRlistOfCountries div div.ACRLinks h4.ACRTooglers {
   margin-left: 0px;
   margin-bottom: 10px;
}

#ACRlistOfCountries div div.ACRLinks h4.ACRTooglers span {
   background-color: transparent;
}

#ACRlistOfCountries div div.ACRLinks div.ACRToggle_elements {
   padding-top: 10px; 
   border-top: medium none; 
   padding-bottom: 0px; 
   border-bottom: medium none; 
   overflow: hidden; 
   opacity: 1; 
   height: 0; 
   width: 400px;
}

.center-text {
   text-align: center;
}

.no-cookie-consent{
background-color: #F9F9F9;
border: 1px solid #D0D0D0;
color: #002166;
display: block;
font-family: Courier New,Courier,monospace;
font-size: 12px;
white-space: pre-wrap;
word-wrap: break-word;
padding: 5px;
}



.boxes { margin-right: 8px; width: 115px; padding: 5px; }
.boxes p { width: 115px; margin-bottom: 0px !important; position: relative; }
.boxes td { width: 115px; height: 44px; vertical-align: middle; }

.fake_table { display: table; }
.fake_tr { display: table-row; }
.fake_td { display: table-cell; width: 155px; height: 44px; vertical-align: middle; }


#readspeaker_button1 {
    display: none;
}
