/*  ..............  GENERAL INFORMATION  ... */

/* version: v1.0
   date: april 3 2007
   fix: initial version

   version: v1.1
   date: june 6 2007
   fix: rework after client review

   version: v1.2
   date: 9 october 2007
   fix: rework after internal review

   author: marinus.ames@strawberries.nl
   company: strawberries
   client: design management Netwerk */

/*  ..............  COLORS STYLEGUIDE  .... */

/* orange: #ff7d00
   gray background leader menu: #cdc9af
   gray background menu: #f4f2e5
   gray borders: #e4e4e4 */

/*  ..............  GLOBAL  ..............  */

html {
	height: 100%;
}

body {
    text-align: center;
    margin: 0px;
    padding: 0px;

    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    color: #000000;
    line-height: 20px;
    background-color: #000000;
}

.wrapper {
    margin: 0px;
    padding: 0px;
    width: 900px;
    text-align: left;
    margin-left: 0px;
    margin-right: auto;
    background-color: #ffffff;
}



    .primaryPanel h1 {
        font-size: 18px;
        color: #ff7d00;
font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }

    .primaryPanel h2 {
        font-size: 18px;
        color: #000000;
font-weight: bold;
        margin-top: 0px;
        margin-bottom: 15px;
        padding: 0px;
    }

    .primaryPanel h3 {
        font-size: 12px;
        font-family: Times New Roman;
        font-style: italic;
        color: #000000;
        line-height: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 3px;
    }
        .primaryPanel .newsItemFixedHeight h3, .primaryPanel .newsItem h3 {
            border-top: solid 1px #e4e4e4;
        }

    .primaryPanel h3 a {
      font-size: 12px;
      font-family: Times New Roman;
      font-style: italic;
      color: #000000;
      text-decoration: none;
      line-height: 16px;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-top: 0px;
      padding-bottom: 3px;
    }

    p {
        font-size: 11px;
        line-height: 14px;
        color: #000000;
margin: 0px;
padding: 0px;
    }

        p.italic {
            font-style: italic;
        }

        p.bold {
            font-weight: bold;
        }

        p.noFlow {
            float: left;
            margin-top: 16px;
        }

        p.rightAligned {
            text-align: right;
        }

    a {
        color: #000000;
        text-decoration: underline;
    }

p a {
	color: #ff7d00;
	text-decoration: underline;
}

    a:hover {
      color: #ff7d00;
    }

    a.readMore {
        display: block;
        width: 60px;
        font-family: Times New Roman;
        font-size: 12px;
        font-style: italic;
        color: #000000;
        text-decoration: none;
    }


    a.externalLink {
        text-decoration: underline;
    }

    a:hover {
      color: #ff7d00;
    }

    a.leftAligned {
        display: block;
        float: left;
        height: 24px;
    }

    a.rightAligned {
        display: block;
        float: right;
        height: 24px;
    }


    .readMoreItem{
        padding-left: 20px;
    }
/*  ..............  HEADER  ..............  */

.header {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
}

    .branding {
        margin-top: 0px;
        float: left;
        height: 105px;
        width: 221px;
        background: url(../images/site_images/logo-dmn.gif) no-repeat;
    }

        .branding span {
            display: none;
        }

    .navigation {
      float: right;
      height: 53px;
width: 202px;
      background: url(../images/site_images/menu-border.gif) no-repeat;
    }

        .navigation ul {
float: right;
height: 25px;
          margin: 0px;
          padding: 0px;
          padding-top: 25px;
          list-style-type: none;
          text-align: left;
padding-right: 10px;
        }

      .navigation ul li {
        float: left;
        display: inline;
        padding-left: 10px;
        padding-right: 10px;
        background: url(../images/site_images/menu-divider.jpg) right 5px no-repeat;
      }

        .navigation li a {
                    display: block;
                    font-size: 11px;
                    color: #000;
                    text-decoration: none;
        }

            .navigation li a:hover {
                        color: #ff7d00;
            }

        .navigation ul li.lastItem {
            background: none;
        }

/*  ..............  CONTENT  ..............  */

.content {
    float: left;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}

    .primaryPanel {
        float: left;
        height: 100%;
        width: 700px;
        padding: 0px;
    }

    .headerPanel {
      float: left;
      width: 700px;
      background: url(../images/site_images/headerpanel-repeater.gif) right top repeat-y;
      padding: 0px;
    }

      .headerPanel .leader {
        float: left;
        width: 500px;
        padding: 0px;
        margin-top: 0px;
      }

                .headerPanel .leader h1 {
                    color: #000000;
                    padding-top: 20px;
                    padding-left: 20px;
                    padding-right: 20px;
                    padding-bottom: 10px;
                    margin: 0px;
                    font-size: 24px;
                }

                .headerPanel .leader h2 {
text-align: left;
                    color: #ffffff;
                    padding-top: 0px;
                    padding-left: 20px;
                    padding-right: 20px;
                    padding-bottom: 20px;
                    line-height: 24px;
                    margin: 0px;
                    font-size: 24px;
                    width: 450px;
                }

                .headerPanel .leader h4 {
                    font-size: 22px;
                    color: #000000;
                    padding-top: 5px;
                    padding-left: 20px;
                    padding-right: 20px;
                    padding-bottom: 20px;
                    margin: 0px;
                }

        .headerPanel .leader .readMore {
          height: 20px;
          width: 165px;
          text-align: left;
          background: #000000 url(../images/site_images/pointer-read-more.gif) no-repeat right center;
          padding: 0px;
          margin: 0px;
          margin-top: 20px;
          padding-left: 20px;
        }

          .headerPanel .leader .readMore a {
            font-size: 12px;
            color: #ffffff;
            text-decoration: none;
          }

            .headerPanel .leader .readMore a:hover {
              color: #ff7d00;
            }

    .headerPanel .quickLinks {
      float: left;
      width: 200px;
      height: 155px;
    }

      .headerPanel .quickLinks ul {
float: left;
width: 180px;
              list-style-type: none;
              margin: 0px;
              padding: 0px;
              padding-top: 20px;
padding-left: 20px;
      }

          .headerPanel .quickLinks ul li {
            width: 160px;
            padding: 0px;
            margin: 0px;
          }

            .headerPanel .quickLinks ul li a {
              display: block;
              width: 160px;
              font-size: 24px;
              font-weight: bold;
              color: #000000;
              text-decoration: none;
              padding-bottom: 10px;
            }

                .headerPanel .quickLinks ul li a:hover {
                  color: #ffffff;
                }

                	.headerPanel .quickLinks ul li.agenda a:hover {
                  		background: url(../images/site_images/leader-menu-agenda.jpg) no-repeat right top;
                	}

                	.headerPanel .quickLinks ul li.membership a:hover {
                  		background: url(../images/site_images/leader-menu-membership.jpg) no-repeat right top;
                	}

                	.headerPanel .quickLinks ul li.newsletter a:hover {
                  		background: url(../images/site_images/leader-menu-newsletter.jpg) no-repeat right top;
                	}

                	.headerPanel .quickLinks ul li.library a:hover {
                  		background: url(../images/site_images/leader-menu-library.jpg) no-repeat right top;
                	}

    .bodyPanel {
        float: left;
        width: 700px;
        padding: 0px;
border-top: solid 1px #ffffff;
        background-color: #ffffff;
        background: url(../images/site_images/bodypanel-repeater.jpg) right top repeat-y;
min-height: 600px;
    }

/*\*/
* html .bodyPanel {
height: 600px;
}
/**/

      .bodyPanel .mainContent{
        float: left;
        padding-left: 0px;
        width: 460px;
      }

      .bodyPanel .contentItems {
        float: left;
        width: 500px;
        height: 180px;
        margin: 0px;

      }


     .listItem {
          width: 458px;
          padding-top: 15px;
          padding-left: 20px;
          padding-right: 20px;
          margin-bottom: 0px;
          float:left;
          border-bottom: solid 1px #000000;
          border-left: solid 1px #cdc9af;
          border-right: solid 1px #cdc9af;
        }

       .newsItem {
          width: 458px;
          padding-top: 20px;
            padding-left: 20px;
            padding-right: 20px;
padding-bottom: 0px;
margin-bottom: 0px;
        }

.newsItem p {
	padding-bottom: 20px;
}
          .newsItemText {
            float: left;
            width: 290px;
            padding: 0px;
          }

          .newsItemTextNoPic{
               float: left;
               width: 310px;
               padding: 0px;
          }


          .contentTitle{
            color: #ff7d00;
            font-size: 18px;
            font-weight: bold;
line-height: 18px;
          }

          .contentTitle a {
            color: #ff7d00;
            text-decoration: none;
          }

          .contentSubTitle{
            font-size: 18px;
            font-weight: bold;
line-height: 18px;
padding-top: 0px;
padding-bottom: 20px;
margin-top: 0px;
          }

          .long_txt_item{
            margin-top: 10px;
          }

          .itemTable{
            margin-top: 10px;
          }

          .itemDetail{
                font-size: 12px;
                font-family: Times New Roman;
                font-style: italic;
                color: #000000;
                line-height: 12px;
                border-top: 1px #e4e4e4 solid;
                border-right: 0px;
                border-spacing: 0px;

          }

         .itemDetail a:hover {
            color: #ff7d00;
         }

        .newsItemFixedHeight {
position: relative;
          float: left;
          height: 185px;
          width: 496px;
          padding: 0px;
          padding-top: 15px;
          margin: 0px;
          margin-left: 0px;
          padding-right: 1px;
          overflow: hidden;
          border-bottom: solid 1px #000000;
border-left: solid 1px #cdc9af;
border-right: solid 1px #ffffff;
        }

.contentItems .lastItem {
	border-bottom: none 0px;
}

          .newsItemFixedHeight p {
            width: 456px;
padding-top: 0px;
margin-top: 0px;
                        padding-left: 20px;
                padding-right: 20px;
          }

          .newsItemFixedHeight h1 {
                        padding-left: 20px;
                padding-right: 20px;
          }

          .newsItemFixedHeight h2 {
                        padding-left: 20px;
                padding-right: 20px;
          }

          .newsItemFixedHeight h3 {
                        padding-left: 0px;
                        margin-left: 20px;
                margin-right: 20px;
          }

.newsItemFixedHeight a {
position: absolute;
bottom: 20px;
left: 20px;
}

      .bodyPanel .sidebarItems {
        float:right;
        width: 200px;
        margin-top: 0px;
        padding: 0px;
overflow: hidden;
      }

        .interviewItem {
          padding-bottom: 20px;
          margin-left: 0px;
	   padding-left: 20px;
	   padding-right: 20px;/
          background-color: #ffffff;
          border-top: solid 20px #ffffff;
          border-bottom: solid 2px #ff7d00;
        }

          .interviewItem h1, .interviewItem h2 {
            font-size: 12px;
line-height: 12px;
padding-top: 0px;
margin-top: 0px;
          }

          .interviewItem p {
            padding-left: 0px;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 0px;
	     line-height: 14px;
          }

          .interviewItem .readMore {
            padding: 0px;
	     margin: 0px;
          }

      img {
        border: 0px;
      }

        .imgLeft .imgRight {
          vertical-align: text-top;
        }

        .imgLeft {
          float: left;
          padding-right: 10px;
        }

        .imgRight {
          float: right;
        }

        img.small {
          height: 75px;
          width: 75px;
          padding: 0px 10px 10px 10px;
        }

        img.medium {
          height: 150px;
          width: 150px;
          padding-bottom: 10px;
        }

        img.large {
          display: block;
          height: 200px;
          width: 200px;
          padding: 0px;
          margin: 0px;
          border: none 0px;
          border-bottom: solid 1px #ffffff;
        }

        .imgEmpty {
          display: none;
        }

        .placeholder {
          height: 200px;
          width: 200px;
          padding: 0px;
          margin: 0px;
          border: none 0px;
          border-bottom: solid 1px #ffffff;
        }

            .backgroundEven {
                        background-color: #CEC8B0;
            }

            .backgroundOdd {
                        background-color: #ff7d00;
            }

.sidebarItems img.large {
	width: 200px;
}

    .secondaryPanel {
        float: left;
        width: 199px;
        margin: 0px;
        padding: 0px;
    }


.randomItem{
  background-color: #FFF;
}

.randomItemTitle{
  color: #ff7d00;
  font-size: 12px;
  font-weight: bold;
            font-size: 12px;
line-height: 12px;
padding-top: 0px;
margin-top: 0px;
}
.randomItemSubTitle{
  font-size: 12px;
  font-weight: bold;
line-height: 12px;
padding-top: 0px;
margin-top: 0px;
}
/*  ..............  SUB-NAVIGATION ..............  */

.subNavigation {
  margin: 0px;
  padding: 0px;
}

    .subNavigation ul {
      width: 199px;
      list-style-type: none;
      font-size: 12px;
    margin: 0px;
    padding: 0px;
      border-bottom: solid 1px #cdc9af;
    }

        .subNavigation li {
      height: 20px;
      width: 199px;
        margin: 0px;
        padding: 0px;
        border-top: solid 1px #cdc9af;
        background-color: #f4f2e5;
        }

      .subNavigation li a {
        display: block;
        width: 179px;
        padding-left: 20px;
        text-decoration: none;
        color: #000000;
      }

        .subNavigation li a:hover {
          color: #ff7d00;
        }

            .subNavigation .controlItem {
                background-color: #f4f2e5;
            }

            .subNavigation .toggleItem {
                width: 199px;
                background-color: #000000;
            }

        .subNavigation .toggleItem ul {
          width: 199px;
          list-style-type: none;
          font-size: 11px;
          margin: 0px;
          padding: 0px;
          border-bottom: none 0px;
        }

           .subNavigation .toggleItem ul li {
            width: 199px;
            margin: 0px;
            border-top: none;
            background-color: #ffffff;
          }

            .subNavigation .toggleItem ul li a {
              display: block;
              width: 159px;
              padding-left: 40px;
              color: #000000;
            }

              .subNavigation .toggleItem ul li a:hover {
                color: #ff7d00;
              }

            .subNavigation .selected {
                background: #ff7d00 ;
            }

                .subNavigation .selected a {
                    color: #ffffff;
                }

                    .subNavigation .selected a:hover {
                        color: #000000;
                    }

            .subNavigation .controlItem {
                background-image: none;
            }

.bordered_page_edit {
  color: #000000;
}
/*  ..............  SEARCHPAGE  ..............  */

.searchBox{
  padding-bottom: 0px;
  position: relative;
  top: 20px;
}

.searchLabel{
  color: white;
}

.searchResult{
  padding-top: 5px;
  padding-left: 0px;
  width: 440px;
}

.pagenum{
  margin-right: 3px;
}

.divider {
  float:left;
  width: 460px;
  margin: 3px 0px 4px 0px;
  border-bottom: solid 1px #cdc9af;
  height: 1px;
  padding: 0px;
}

.foundItem {
  border-bottom: solid 1px #cdc9af;
}

.pageBrowser {
  border-bottom: solid 1px #cdc9af;
}

/*  ..............  LIBRARY  ..............  */

.itemTopLine{
  border-top: solid 1px #cdc9af;
  border-bottom: solid 1px #cdc9af;
}

.itemLine{
  border-bottom: solid 1px #cdc9af;
}

.itemMore{
  border-bottom: solid 1px #cdc9af;
}


.searchForm{
  float: left;
  padding-left: 15px;
}

.searchField{
  width: 135px;
}

.searchButton{
  width: 75px;
}
.itemsPaginator{
}

/*  ..............  FOOTER  ..............  */

    .footer {
        clear: both;
        padding-top: 15px;
        padding-left: 10px;
        padding-bottom: 15px;
        color: #666666;
        border-top: solid 1px #cdc9af;
        background-color: #ffffff;
    }

        .footer a {
            text-decoration: underline;
            padding: 0px 0px 0px 10px;
            background: url(../images/site_images/menu-divider.jpg) 5px 2px no-repeat;
        }
