﻿/*reset*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
/*reset*/

body.normal {
    margin: 0 auto; padding: 0;
    width: 100%;     
}
body.normal .pagewrap{
    font-size: 14px;
    font-family: "Segoe UI", "verdana";
    line-height: 150%;
}
body.normal .pagewrap {
    margin: 0 auto; padding: 0;
}
body.normal .pagewrapinner {
    margin: 0 auto; padding: 0;
}



.fixedwidth {
    width: 960px; padding: 0;
    margin: 0 auto;
}

    .headerwrap {
        /*border-top: 10px solid rgb(190, 214, 69);*/
        border-top: 10px solid #2e9a37;
        padding-top: 40px;
    }

.bannerarea {
    padding-bottom: 15px;
}

    .bannerarea .wsislogoarea {
        display: inline-block;
        line-height: 0;
    }
    
    .bannerarea .wsislogo {
        width: auto; height: 95px;
        border: 0 transparent solid;
    }
    
    .bannerarea .unlogoarea {
        float: right;
        padding-top: 20px;
        padding-right: 25px;
    }
        .bannerarea .unlogolinks {
            display: inline-block;
            padding: 0 0 0 5px;    
        }
            .bannerarea .unlogolinks.itulogolink {
                /*border-left: 2px solid rgb(190, 214, 69);*/
                border-left: 2px solid #2e9a37;
            }
        .bannerarea .unlogos {
            width: auto;    height: 60px;
            margin: 0 20px 0 20px;
        }
        .bannerarea .unlogos.unlogo {
            
        }
        .bannerarea .unlogos.itulogo {
            margin-right: 0;
        }


.menuarea {
    
}
    .menuarea .menu {
        clear: both;
        width: 960px;
        height: 50px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        /*background-color: rgb(190, 214, 69);*/ /* Fallback */
        background-color: #2e9a37; /* Fallback */
        border-radius: 30px;
        /* Safari 4+, Chrome 1-9 */
        /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(rgb(190, 214, 69)));*/
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(206, 114, 69)), to(rgb(46, 154, 55)));
        /* Safari 5.1+, Mobile Safari, Chrome 10+ */
        /*background-image: -webkit-linear-gradient(top, rgb(225, 243, 134), rgb(190, 214, 69));*/
        background-image: -webkit-linear-gradient(top, rgb(81, 183, 120), rgb(46, 154, 55));
        /* Firefox 3.6+ */
        /*background-image: -moz-linear-gradient(top, rgb(225, 243, 134), rgb(190, 214, 69));*/
        background-image: -moz-linear-gradient(top, rgb(81, 183, 120), rgb(46, 154, 55));
        /* IE 10+ */
        /*background-image: -ms-linear-gradient(top, rgb(225, 243, 134), rgb(190, 214, 69));*/
        background-image: -ms-linear-gradient(top, rgb(81, 183, 120), rgb(46, 154, 55));
        /* Opera 11.10+ */
        /*background-image: -o-linear-gradient(top, rgb(225, 243, 134), rgb(190, 214, 69));*/
        background-image: -o-linear-gradient(top, rgb(81, 183, 120), rgb(46, 154, 55));
        /*border: 1px solid rgb(160, 180, 60);*/
        border: 1px solid rgb(16, 120, 49);
    }

        .menuarea .menu ul li {
            float: left;
            /*border-right: 1px solid rgb(160, 180, 60);*/
            border-right: 1px solid rgb(16, 120, 49);
            /*border-left: 1px solid rgb(225, 243, 134);*/
            border-left: 1px solid rgb(81, 183, 120);
        }
    .menuarea .menu ul li.home{
        border-left: none;
        text-indent: -9999px;
    }
    .menuarea .menu ul li.home a {
        padding-left: 30px; padding-right: 30px;
        background-image: url(//www.itu.int/res/templates/wsis/review/img/des/Home.png);
        background-size: 40px;
        background-repeat: no-repeat;
        background-position: 13px 5px;        
        visibility: hidden;
        padding-left: 0;
    }
    
    .menuarea .menu ul li.last{
        border-left: none;
        border-right: none;
        float: right;
        margin-right: 20px;
        display: none;
    }
    .menuarea .menu ul li.first{
        border-left: none;
        border-right: none;
        float: right;
        margin-right: 20px;
    }
            .menuarea .menu ul li a {
                display: block;
                padding: 0 18px;
                height: 50px;
                line-height: 50px;
                font-size: 14px;
                /*color: #5A5B4D;*/
                color: #F5F5F5;
                /*text-shadow: 0 1px 0 #387031;*/
                font-weight: bold;
                text-decoration: none;
            }
        .menuarea .menu ul li a:hover,
        .menuarea .menu ul li a.selected {
            /*background: rgb(225, 243, 134);*/
            background: rgb(81, 183, 120);
            background-image: url(/net/wsis/implementation/2013/forum/inc/images/design/bg/arrow_small_up.white.png);
            background-repeat: no-repeat;
            background-position: center 46px;
        }
    
    .menuarea .menu ul li.home a:hover,
    .menuarea .menu ul li.home a.selected{
        -webkit-border-top-left-radius: 30px;
        -webkit-border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        background-image: url(//www.itu.int/res/templates/wsis/review/img/des/Home2.png);
        background-position: 13px 4px;
        background-size: 40px;
    }
    .menuarea .menu ul li.home a.selected{
        background-image: url(//www.itu.int/res/templates/wsis/review/img/des/Home.png);
    }

            .menuarea .menu ul li div input[type=text] {
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                background: rgb(95, 104, 53);
                border-left: none;
                border-right: none;
                /*border-bottom: 1px solid rgb(225, 243, 134);*/
                border-bottom: 1px solid rgb(81, 183, 120);
                /*border-top: 1px solid rgb(160, 180, 60);*/
                border-top: 1px solid rgb(16, 120, 49);
                color: #fff;
                text-shadow: 0 1px 0 #387031;
                padding: 5px 0 5px 20px;
                width: 150px;
            }
    .menuarea .menu ul li div input[type=text]:focus{
        outline: none;
    }
    
    
    /* TO STYLE PLACE HOLDER */
    ::-webkit-input-placeholder {
       color: #fff;
    }
    :-moz-placeholder {  
       color: #fff;   
    }
    
    .menuarea .menu ul li div input[type=submit]{
        background: url(/net/wsis/implementation/inc/img/icons/tinyIcons/magnifier.png) no-repeat 50% 50%;
        background-size: 18px;
        border: none;
        text-indent: -999999px;
        margin-left: 5px;
        height: 50px;
        width: 16px;
    }

.contribute {
    margin: 60px auto 0;
    height: 253px;
    padding-top: 30px;
    background: url(/net/wsis/review/inc/images/service-bg.jpg) no-repeat;    
}

.reports{
    float: left;
    width: 450px;
    padding-left: 30px;
}
.reports p{
    margin-bottom: 20px;
}
.reports img{
    float: right;
    margin-right: 50px;
    
}
.events{
    float: right;
    padding-left: 30px;
    width: 450px;
}

.events p{
    margin-bottom: 20px;
}
.events img{
    float: right;
    margin-right: 50px;
    
}    

.contribute .reports h3,
.contribute .events h3 {
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    color: #333333;
    margin-bottom: 25px;    
}

.readmore {
    font-style: italic;
    text-decoration: none;
    /*color: #509743;*/
    color: rgb(46, 154, 55);
    padding-left: 15px;
    background: url(/net/wsis/review/inc/images/more.png) no-repeat 0 50%;
}
.readmore:hover{
    color: #c8c8c8;
}
    .green {
        /*color: rgb(190, 214, 69);*/
        color: #2e9a37;
    }
.bold {
    font-weight: bold;
}

#actionlinesWrap, #actionlinefacilitatorsWrap {
    text-align: justify;
    margin: 0 auto;    padding: 40px 0;
}
#actionlinesWrap {
    border-bottom: 1px solid #C8C8C8;
}

#actionlines a, #actionlinefacilitators a {
    display: inline-block;
}

#actionlines a:hover, #actionlinefacilitators a:hover,
#actionlinefacilitatorsWrap .al-lines-f a:hover {
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity: .50;    
}
#actionlinefacilitators a img {
    /*height: 69px;    width: auto;*/    
    height: 80px;    width: auto;    
}
#actionlines a img {
    /*height: 65px;    width: auto;*/    
    height: 80px;    width: auto;    
}
div.hplogos, div.al-lines-f {
    text-align: center;
}

.al-lines-f .column {
    display: inline-block;
    vertical-align: top;
    /*height: 60px;*/
    height: 80px;
    /*margin: 8px;*/
    margin: 0px;
}
.al-lines-f .column:first-child {
    margin-left: 0;
}
.al-lines-f .column:last-child {
    margin-right: 0;
}

.al-lines-f img {
    width: auto; height: auto;
    max-height: 95%;
}

.postcontentwrap {
    padding: 30px 0;
    background: #333333 url(//www.itu.int/res/templates/wsis/review/img/des/footer-bg.jpg);    
}

.postcontentarea .links {
    float: left;
    width: 200px;
    color: #fff;
    line-height: 150%;
}
.postcontentarea .links.headed {
    width: 300px;
    margin-right: 80px;
}

.postcontentarea .links h4 {
    line-height: 58px;
    font-size: 14px;    
}

.postcontentarea .links.headed h4 {
    text-indent: 30px;
    margin-bottom: 20px;
    background: transparent url(//www.itu.int/res/templates/wsis/review/img/des/footer-header.png) no-repeat;
}


.links ul{
    list-style-image: url(//www.itu.int/res/templates/wsis/review/img/des/links.png);
    margin-left: 15px;
}
.links ul li a{
    color: #ccc;
    font-size: 13px;
    padding: 8px 0;
    display: block;
    text-decoration: none;
}
.links ul li a:hover{
    color: #fff;
}



.footerwrap {
    margin-bottom: 40px;
}

.footerarea {
    position: relative;
    padding-bottom: 60px;
}

#contact {
    border-bottom: 1px #CCC solid;
    padding: 10px 0;    
}

#contact h1 {
    border-bottom: 1px #ccc solid;
    margin: 10px 0 15px;
    padding: 5px 0;
    display: none;
}

#contact #address {
    float: left;
}

#contact #telemail {
    float: right;
}

.back-top {
    position: absolute;
    bottom: 10px;
    right: 50%;
}

.justifyblock {
    width: 100%;    height: 0;
    font-size: 0;    line-height: 0;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;    visibility: hidden;
}

h1.pageTitle {
    font-size: 25px;    letter-spacing: 1px;
    padding: 10px 0 5px;    margin: 0 auto 5px;
    font-weight: bold;    color: #4B4B4B;
    clear: left;    text-align: center;    
}

h2.pageTagline {
    text-align: center;
    font-style: italic;
    color: #333;    
}

h1.sectionTitle {
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom: 2px solid #191D1A;
    padding: 0 0 5px;
    margin: 10px auto 15px;
    font-weight: bold;
    color: #4B4B4B;
    clear: left;    
}
h1.sectionTitle2 {
    font-size: 25px;
    font-weight: normal;
    margin: 50px 0 25px;
    line-height: 100%;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}
.style1 {
    text-align: left;
}
ul.pagination li {
    background: url(/net/wsis/review/inc/images/pagination.png) no-repeat;
}
