/***f***************************************************************** LAYOUT */

html, body, #aspnetForm { margin:0; padding:0; height:100%; color: #343434; }
#container { position:relative; margin: 0 auto; height:auto !important; height:100%; min-height:100%; }
#header { height: 230px;  margin: 0 0px 0 0px; }
#content { padding: 5px 0 20px 0; }
#main { width: 645px; float: left; }
#footer { padding: 30px 41px 25px 45px; color: #202020; font-size: 11px; text-align: center; text-transform: uppercase; clear: both;}
.frontpage #header { height: 400px; }
body.frontpage { background-position: 50% 0; }
#content .dynamicBackground { clear: left; height:auto !important; height:500px; min-height:500px; padding: 0 0 0 0px; }
body.frontpage #content .dynamicBackground, body.frontpage #main, body.frontpage #extra { height:100px; min-height:100px;}

.printIE .control, #main .control {
    padding: 0px 20px 10px 0px;
}
#container {
    width: 965px;
}
#extra 
{
    font-size: 12px;
	float: right; 
	/*
    width: expression(document.body.clientWidth < 982? "295px" : document.body.clientWidth > 1052? "314x" : "auto");
    min-width: 295px; max-width: 314px;
    */
    padding-top: 12px;
    width: 295px;
}

#extra, #main {
    height:auto !important;
    height:500px;
    min-height:500px; 
}

/******************************************************************** COMMON */

body {
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    background-color: #202020;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 300px 0px;
    color: #202020;   
 }
 
 #mainwrapper 
{
    background: #f5eaea url('../Image/2011_bg.gif') repeat-x 0px 0px;     
    border-bottom: solid 20px #202020;
    overflow: hidden;
}

a:link, a:active
{
    color: #343434;
    text-decoration: underline;
}
a:visited
{
    color: #343434;
    text-decoration: underline;
}
a:hover 
{
    color: #343434;
    text-decoration: underline;
}

p {
    margin: 0 10px 0 0; 
}

div.announcement, p {
    margin-bottom: 0.8em;
}

/******************************************************************** SEARCH */


.frontpage #header .searchForm
{
    top: 256px;
}
.frontpage .searchForm .content {
    margin-left: 180px;
}
.frontpage .textBox {
    border-color: #fff;
}
.frontpage .options li.focused
{
    color: #fff;
}
.textBox, input {
    margin-top: 5px;
}

.text input {
    width: 300px;
    padding: 10px 5px 10px 5px;
    background: #fff url(/Layout/Default/Image/inputbg.gif) repeat-x 0px 0px;
    border: solid 1px #b3a9a2;
    margin-left: 5px;
}
.text textarea 
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 100%;
    width: 300px;
    padding: 10px 5px 10px 5px;
    background: #fff url(/Layout/Default/Image/inputbg.gif) repeat-x 0px 0px;
    border: solid 1px #b3a9a2;
    margin-left: 5px;
}

textarea {
    background: #fff;
    border: 1px solid #a0a0a0;
    margin: 0;
    padding: 2px 4px 4px 4px;
    width: 320px;
}
.checkBox input {
    padding: 4px 4px 2px 4px;
    margin-right: 5px;
    border: none;
}

input.Button, input.buttonSubmit, a.Button , a.Button:hover 
{
    background: #202020 url(/Layout/Default/Image/2011_sendbuton.gif) no-repeat 0px 0px;
    font-family: Georgia, Times New Roman, Serif;
    display: block;
    height: 32px;
    width: 92px;
    border: none;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    padding: 4px 25px 5px 10px;
    margin: 0px 0 0 520px;
    text-decoration: none;
    cursor: pointer;
}
.sendLinkToFriend input.Button 
{
    margin-top: 5px;
    margin-left: 516px !important;
}
.sendLinkToFriend textarea 
{
    margin-top: 5px;
}

.form label {
    width: 100%;
    padding-left: 0px;
    width: 292px;
    display: block;
    float: left;
}

/************************************************************ SEARCH RESULTS */

a.linkTitle {
    color: #202020;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}

.personPicture {
    border: 0px solid #a0a0a0;
}
.classPersons {
    width: 250px;
}


/*************************************************************** HEADER MISC */

div.CSlogo .content {
    background-color: transparent;
    top: 60px;
    margin-left: 10px;
    float: left;
    position: absolute;
    z-index: 0;
}
div.CSlogo .content a {
}

.frontpage .CSlogo .content {
    top: 175px;
}
.frontpage .fplift {
    margin-top: -320px; 
    position: relative;
    float: right;
}
.frontpage .fplift img {
    visibility: hidden;
}

/********************************************************************* ICONS */

.icons {
    padding-top: 0px;
}
.icons ul 
{
    position: absolute;
    top: 40px;
    left: -3px;
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0;
	float: left;
}
.icons ul.actions {
    display: none;
    width: 200px;
    margin: 0;
	right: 0;
    top: 62px;
    clear: both; 
    position: relative;
}
.icons ul li {
    background: url('../Image/icons.gif') 0 20px no-repeat;
    float: left;
    width: 20px;
    height: 20px;
}
.icons ul.actions li {
    float: left;
    width: 100%;
    background: none;
    margin: 0;
    /*border-bottom: 1px solid #a0a0a0;   */ 
}
.icons .pdf { background-position: 0 0; }
.icons .print { background-position: -22px 0 ; }
.icons .text { background-position: -45px 0; }
.icons .email { background-position: -68px 0; }
.icons .book { background-position: -88px 0; }

.icons .actions li a {
  font-weight: bold;
  color: #a0a0a0;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  background: #202020 url('../Image/icons_vertical.gif') 99% 0 no-repeat;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  height: 14px;
  display: block;
  clear: both;
  
}
.icons .actions li a:hover {
  text-transform: none;
  background-color  : #202020;
  color: #fff64d;
}
.icons .actions .pdf a { background-position: 99% 0; }
.icons .actions .print a { background-position: 99% -20px ; }
.icons .actions .text a { background-position: 99% -40px; }
.icons .actions .email a { background-position: 99% -60px; }
.icons .actions .book a { background-position: 99% -80px; }

/************************************************************ COMMON CONROLS */

div.control
{
}
div.control div.content
{
}
div.control div.title
{
}
div.control div.function
{
}
#extra div.title
{
}
#extra div.title h1, #extra div.title h2
{
    color: #202020;
    font-weight: normal;
    font-size: 16px;
    padding: 5px 0px 5px 0px;
    margin: 0;
    border-bottom: solid 4px #343434;
}

#main div.title h1 { letter-spacing: -2px; }
/* not in pdf */
.pdf #main div.title h1  { letter-spacing: normal; }

/*********************************************************** TEXT & DOCUMENT */

.function {
    padding: 5px 0px 5px 0px;
}
#main .text .content, #main .customFormView {
    /* float: left; */
}
#main .customFormView /* 14092011 fix */
{
    float: left;
}
#main .text {
    float: left;
    width: 620px;
    overflow: hidden;
}
.half #main .text {
    width: auto;
}
.cols2 #main .text {
	width: 300px;
}
.half #main .text {
    float: none;
}
.half #main .text {
    float: none;
}
#main .text, #main .announcement, #main .searchResult, #main .announcementArchive, #main .customFormView {
    line-height: 1.4em;   
}
#main, #extra, .transparent {

}

.searchResult 
{
    margin-top: 15px;
}

.cols2 #main, .cols2 #main .text { background: transparent; }
.cols2 #main .col1, .cols2 #main .col2 { }
#extra .function,
#extra .eventListing .content,
#extra .announcementGroup .content,
#extra .text .content {
    padding: 5px 0px 5px 0px;
}

.col1, .col2 { width: 300px; float: left;  }
.col2 { text-align: center; }
.col2 p {width: 300px; }
#main .text.col2 .content p a { line-height: 2em; }
.half #main { width: 330px; float: left; height:auto !important; height:500px; min-height:500px; margin-right: 300px; }
.hyperLinkAnnouncementArchiveLink { margin-bottom: 5px; }

/****************************************************************** HEADINGS */

h1 {font-size:30px;font-weight:normal; margin:0 0 14px 0; letter-spacing: -1px;}
h2 {font-size:22px;font-weight:normal; margin:0 0 8px 0; letter-spacing: -0px; }
h3 {font-size:20px;font-weight:normal; margin:0 0 5px 0; letter-spacing: -0px; }
h4 {font-size:16px;font-weight:normal; margin:0 0 5px 0; letter-spacing: -0px; }
h5 {color: #a6713e;font-size:14px;font-weight:normal;margin:0 0 0   0 }

h3, h4 { color: #a6713e; }
h1, h2, h3, h4 
{
    font-family: Georgia, Times New Roman, Serif;
    font-weight: normal;
    color: #202020;
    padding-top: 0.5em;
    text-transform: none;
    line-height: normal;
}
h1 
{
    line-height: 95%;
}

/**************************************************************** NAVIGATION */

#header .siteMap
{

}
.language {
    position: absolute;
    top: 17px;
    left: 0px;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
}
.language ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.language ul li {
    float: left;
}
.language .selectedPath {
    display: none;
}
.language a, .language a:link {
  font-size: 11px;
  font-weight: normal;

  display: block;
  padding: 3px 0 0 0;
  text-decoration: underline;
}

/********************************************************* TABBED NAVIGATION */

#main .text.eventTitle,
#main .tabbed {
    float: left;
    width: 100%;
    padding: 0;
    font-family: Georgia, Times New Roman, Serif;
    font-weight: normal;
    color: #202020;
    text-transform: none;
    line-height: normal;  
    font-size: 34px;  
}
#main .eventTitle p 
{
    margin: 0px;
    padding: 0px;
}

.tabbed ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabbed li {
    display: inline;
    margin: 0;
    padding: 0;
}
.tabbed .rootPage {
    width: 100%;
    float: left;
}
   
.tabbed a, .tabbed a:visited {
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 8px 10px 5px 10px;
    float: left;
    background: #202020;
    border-right: 1px solid #fff;
}

.tabbed a:hover {
 
    color: #fff64d;
    text-decoration: none;
}

.tabbed li.selected a {
 
    color: #eda8a8;
    text-decoration: none;
}

#main .text.eventTitle .content,
.tabbed .rootPage a {

    background: transparent;
    border-right: none;

    margin: 0;
}
#main .eventTitle .content {
    padding: 10px 20px 10px 0px;
}
.tabbed .lastItem a, .tabbed .lastItem a:visited, .tabbed .lastItem a:link {
    border: none;
}


/*************************************************************** BREADCRUMB */

#main ul, .navigationPath ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#main .text ul li,
#main .document ul li,  
#main .announcement ul li
{
    padding: 2px 0 2px 15px;
    background:transparent url(../Image/bullet.png) no-repeat 0 9px;
}

.navigationPath {
    color: #a0a0a0;
    font-size: 11px;
    padding: 0 10px 0px 0px;
    float: left;
    clear: both;
    font-family: Georgia, Times New Roman, Serif;
    font-style: italic;
}
#main .navigationPath {
    padding: 0 10px 10px 0px;
}

.navigationPath .separator {
    padding: 0 2px 0 2px;
}

.navigationPath ul li
{
	background-image: none !important;
	padding: 0 !important;
}
.navigationPath li
{
	float: left;
	display: block;
}
.navigationPath a,
.navigationPath a:link,
.navigationPath a:visited
{
    color: #202020;
    text-decoration: underline;
}

/******************************************************************** SEARCH */

.resultItem {
    margin-bottom: 10px;
}

.documentCaption {
    display: block;
}

.linkButtonPage, .linkButtonFirst, .linkButtonLast, .linkButtonPrevious, .linkButtonNext {
    margin: 0 0 0 6px;
}
.ListPaging a {
    text-decoration: none !important;
}



/******************************************************************** FOOTER */

#footer a, #footer a:link {
    color: #202020;
    text-decoration: underline;
}

/***************************************************** ADDITION CSS & EXTRAS */

div.vertical
{
	clear: left;
}
div.vertical ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
div.vertical ul li
{
	float: left;
	padding-right: 10px;
	display: block;
}
.fleft
{
	float: left;
}
.fright
{
	float: right;
}
.clr {
    clear: both;
    display: block;
    position: relative;
}
.hidden {
    /*display: none;*/
}

/*********************************************************** JQUERY CHECKBOX */

.jquery-cs-checkbox {display: inline; font-size: 10px; line-height: 12px; cursor: pointer; cursor: hand; }
.jquery-cs-checkbox .mark {display: inline;}

.jquery-cs-checkbox img {vertical-align: middle; width: 12px; height: 12px;}
.jquery-cs-checkbox img{background: transparent url(../Image/cs-checkbox.gif) no-repeat;}

.jquery-cs-checkbox img{
	background-position: 0px 0px;
}
.jquery-cs-checkbox-hover img{
	background-position: -12px 0px;
}
.jquery-cs-checkbox-checked img{
	background-position: 0px -12px;
}
.jquery-cs-checkbox-checked .jquery-cs-checkbox-hover img {
	background-position: -12px -12px;
}

.jquery-cs-checkbox-disabled img{
	background-position: 0px -24px;
}
.jquery-cs-checkbox-checked .jquery-cs-checkbox-disabled img{
	background-position: 0px -36px;
}

/******************************************************* JQUERY AUTOCOMPLETE */

.ac_results {
	overflow: hidden;
	z-index: 99999;
    background: #202020;
    margin-top: 5px;
    margin-left: -6px;
    padding: 10px !important;
    width: 202px !important;
  cursor: pointer;      
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
    margin: 0;
    cursor: default;
    display: block;
    color: #fff;
    font-weight: normal;
    padding: 0px 10px 0px 6px;
	line-height: 16px;
    overflow: hidden;
    font-size: 12px;
    /*border-top: 1px solid #a0a0a0;*/
}

.ac_loading {
	background: transparent url('../Image/wait16trans.gif') 50% 50% no-repeat;
}

.ac_odd {
}

.ac_over {
  background: #202020;
  color: #fff64d !important; 
}

.customFormView td hr {
    display: none;
}
.customFormView th {
    display: none;  
}
.customFormView input.textField {
    width: 300px;
    padding: 10px 5px 10px 5px;
    background: #fff url(/Layout/Default/Image/inputbg.gif) repeat-x 0px 0px;
    border: solid 1px #b3a9a2;
    margin-left: 5px;
}
.customFormView textarea.textField 
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 100%;
    width: 300px;
    padding: 10px 5px 10px 5px;
    background: #fff url(/Layout/Default/Image/inputbg.gif) repeat-x 0px 0px;
    border: solid 1px #b3a9a2;
    margin-left: 5px;
}

table td.lbl 
{
    width: 292px;
}
hr {
    background: none;
    border-top: 1px solid #dfdfdf;
    height: 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}


.mapview {
    margin-bottom: 10px;
}
#mMapView {
    clear: both;
    border: 2px solid #a6713e;
}


/************************************************************************ CV */

.cv {
    width: 100%;
}

.cv .title {
    margin-top: 0px;
}
.cv .cvImage {
    float: right;
    margin: 18px 0 5px 20px;
}
.cv .cvBlock {
    margin: 0 0 20px 0;
    position: relative;
}
#main .cv ul li {
    padding: 0 0 0 0;
    background-image: none;
}
.cvImage {
    width: 210px;
}
.cv h3 {
    font-weight: normal;
    background: transparent;
    font-size: 22px;
    letter-spacing: normal;
    margin-top: 15px;
    margin-bottom: 10px;
}
.cv td {
    white-space: nowrap;
}
.announcementArchive td {
    padding: 0 20px 0 0;
}
.formMessage {
    color: #f00;
    margin: 5px;
    padding: 5px;
    border: 2px dotted #f00;    
}
.checkBoxGroup.checkBox {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.noBottomMargin { margin-bottom: 0 !important; }
.noBottomPadding { padding-bottom: 0 !important; }

.disclaimer
{
    color: #a0a0a0;
    padding: 10px 0px 0px 0px;
    font-size: 11px;
}

.printIE { width: 600px; float: left;}
.cvpage .printIE .cv .content
{
    background: #fff url('/PDFTemplateFiles/logo.jpg') 0 30px no-repeat !important;
    margin-top: 20px;
}

/************************************************************************ 2011 ADDITIONS */

#header .siteMap
{
    background: transparent url(/Layout/Default/Image/2011_logo.gif) no-repeat 50% 20px;     
    width: 640px;
    position: absolute;
    left: 150px;
    top: 0px;
    color: #202020;
    text-align: center;
    padding: 190px 0px 0px 0px;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 16px;
}

#header .siteMap a
{
   color: #202020;
   text-decoration: none;
}

#header .siteMap ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


#header .siteMap ul.sf-menu 
{
	/*
    margin: 0px auto 0px auto;
    position: relative;
    left: 0px;
    width: 425px;
    */
    margin-left:100px;
    width:auto;
}

#header .siteMap ul li
{
    float: left;
    position: relative;
    white-space: nowrap;
}

#header .siteMap ul li a
{
   display: block;
   margin: 0px;
   padding: 3px 8px 4px 8px;
   letter-spacing: -1px;
   
}



#header .siteMap ul li a:hover, #header .siteMap ul li.sfHover a, #header .siteMap ul li.sfHover a:hover 
{
    background-color: #202020;
    color: #fff64d;
    
}


#header .siteMap ul ul li a, #header .siteMap ul li.sfHover ul li a 
{
    color: #FFF;
    letter-spacing: 0;
}

#header .siteMap ul li.selected a 
{
    background-color: #202020;    
    color: #fff;
}

#header .siteMap ul li.selected ul li.selected a 
{
    background-color: #202020;    
    color: #aaa;
}


#header .siteMap ul ul
{
    display: none;
    position: absolute;
    left: 0px;
    top: 1.5em;
    padding: 12px 0px 15px 0px;
    background-color: #202020;
    color: #fff;
    z-index: 99;
}

#header .siteMap ul ul a
{
    color: #fff;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

#header .siteMap ul ul li
{
    text-align: left;
    float: none;
    display: block;
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    padding: 0px 15px 0px 15px;
    margin: 0px;
    font-size: 12px;
    line-height: 1.3;
}




.searchFormHome2011 
{
    background: transparent url(/Layout/Default/Image/2011_searchbar.gif) no-repeat 100% 0px;      
    width: 255px;
    position: absolute;
    top: 20px;
    right: 0px;
    text-align: right;
    font-family: Georgia, Times New Roman, Serif;
    font-style: italic;
    font-size: 11px;
}

.searchFormHome2011 .fieldQueryString input.textBox 
{
    border: none;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    width: 210px;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-right: 38px;
    color: #777777;
}

.searchFormHome2011 .fieldQueryString  input 
{
    background-color: Transparent;
    border: none;
}

.searchFormHome2011 .fieldQueryString a 
{
    display: none;
}

.searchFormHome2011 .fieldQueryString input.hidden 
{
    display: none;
}

.searchFormHome2011 .title
{
    font-weight: normal;
    padding: 5px 0px 5px 0px;
}

.searchFormHome2011 ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.searchFormHome2011 ul li input
{
    margin: 0px 0px 1px 0px;
    padding: 0px;
    font-size: 1px;
    height: 13px;
    width: 13px;
}

.searchFormHome2011 .fieldQueryString input.hidden 
{
    display: block;
    position: absolute;
    padding: 0px;
    top: 1px;
    right: 1px;
    width: 32px;
    cursor: pointer;
    font-size: 20px;
    overflow: hidden;
}

fieldset 
{
    border: none;
    padding: 0px;
    margin: 0px;
}

#header .siteMap .gohome 
{
    display: block;
    position: absolute;
    left: 100px;
    top: 20px;
    width: 450px;
    height: 150px;
    overflow: hidden;
    font-size: 200px;
}

.memberlist h2 
{
    border-bottom: double 4px #000;
}

.subSection 
{
    margin-bottom: 20px;
}

.announcement .labelPublishingTime 
{
    margin-top: 15px;
}
