html, body { height: 100%; margin: 0; padding: 0; }

body {
  color: #555656;
  font-family: Verdana;
  font-size: 75%;
  line-height: 1em;
  background: #eeede4 url(../img/bg.gif) scroll repeat-y center center;
  margin: 0; padding: 0;
}

strong, strong * {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* default styling */

h1, h2, h3, h4 {
  font-family: Georgia;
  color: #262746;
}

h1, h2 {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 0.65em;
}

h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 0.65em;
}

h4 {
  font-size: 1.25em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.1em;
  line-height: 1.6em;
  /*margin-bottom: 0.5em;*/
}

h6 { font-weight: bold;}

h6, p, ol, ul,  .news-browse {
  font-size: 1.03em;
  line-height: 1.4em;
  padding-bottom: 1em;
}

ul  {
  line-height: 1.4em;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
 color: #262746;
}

p a, li a, .news-browse a {
  /*color: #3E75DB;*/
  color: #1c12b6;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, p a:hover {
  text-decoration: underline;
}

p a, li a {
  font-weight: bold;
}

p.bigger { font-size: 1.3em; line-height: 1.3em; }

/*
blockquote {
  background: transparent url(../img/open-quote.gif) scroll no-repeat 0 1em;
  margin: 0 1em 1em !important;
  padding: 1em 0 0 2em;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  font-style: italic;
}

blockquote p {
  font-style: italic;
  padding: 0 2em 0 0;
}

blockquote p.quote_close {
  background: transparent url(../img/close-quote.gif) scroll no-repeat bottom right;
}
*/


/* site layout */

#wrap {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  
  position: relative;
}

#header {
  position: relative;
  width: 960px;
  height: 280px;
  overflow: hidden;
  background: transparent url(/fileadmin/files/images/Sam_Scott_Migrant_in Japan.jpg) no-repeat scroll top center;
}

#header h1, #header h1 a {
  display: block;
  width: 338px;
  height: 259px;
  text-indent: -500em;
  /*background: transparent url(../img/irc-logo.png) no-repeat scroll top left;*/
  background: transparent url(../img/compas-logo-trans.png) no-repeat scroll top left;
}
#header h1 {
  position: absolute;
  top: 0;
  left: 0;
}

#header .header_blurb {
  position: absolute;
  width: 205px;
  background: transparent url('../img/blurb-bg.png') repeat scroll 0 0;
  
  bottom: 55px;
  right: 15px;
}
#header .header_blurb p { color: #ffffff; font-size: 0.8em; margin: 0; padding: 10px; }

#header .banner_strip {
  width: 960px;
  height: 30px;
  background: transparent url('../img/banner-strip-trans.png') repeat scroll 0 0;
  
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}


#navigation { background-color: #ffffff; /*height: 20px;*/ padding: 1em 16px 0 38px; }
#navigation .right { margin-right: 8px; }
#navigation form#search { height: 20px; background: #C2C2D4 url(../img/menu-current.gif) repeat-x scroll 0 0; }

#navigation form#search input,
#navigation form#search button {
  display: block;

  border: none;
  padding: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;

  font-size: 12px;
  color: #ffffff;
  
  float: left;
}
#navigation form#search input {
  background: transparent none;
  
  padding-top: 2px;
  padding-left: 4px;
  height: 18px;
  
  width: 120px;
}
#navigation form#search button {
  width: 29px;
  height: 20px;
  border-left: 1px solid white;
  background: #b9b9ce url(../img/search-button.gif) no-repeat scroll 0 0;
  text-transform: lowercase;
  float: right;
  text-indent: -1000em;
  cursor: pointer;
}


#main {
  border: 25px solid #ffffff;
  background: #ffffff none;
}

#main.home{
  background: #ffffff url(../img/bg.gif) repeat-y scroll 697px 0;
}

*:first-child+html div.home { background-position: 723px 0 !important; }

#navigation .left,
#main .left {
  float: left;
  width: 214px;
  margin-right: 26px;
}

#main .content {
  float: left;
  width: 660px;
}

#navigation .right,
#main .right {
  float: right;
  width: 165px;
}

#main.subpage .right,
#main.home .left { display: none; }

#navigation .left,
#main.home .content { width: 660px; margin: 0; }


#breadcrumb {
  background: #FFFFFF;
  padding-left: 30px;
  padding-bottom: 24px;
}
#content.two_col #breadcrumb { padding-left: 0; }

#breadcrumb ul, #breadcrumb li {
  list-style: none;
}

#breadcrumb ul { font-size: 0.9em; margin: 0; }

#breadcrumb li {
  display: block;
  float: left;

  padding-right: 5px;
  
  position: relative;
}
#breadcrumb li a {
  color: #262746;
  padding-right: 5px;
  font-weight: normal;
}
#breadcrumb li.current a {
  color: #999999;
}
#breadcrumb li a:hover { text-decoration: underline; }

ul.submenu {
  margin-left: 10px;
  border: 1px solid #dddede;
  border-bottom: none;
  padding-bottom: 0;
}
ul.submenu li a {
  display: block;
  padding: 10px 20px;
  color: #8d8d8e;
  font-weight: normal;
  border-bottom: 1px solid #dddede;
}
ul.submenu li.current a,
ul.submenu li a:hover {
  background: #dddede none;
  color: #474748;
}

#logos { margin-bottom: 2em; }

#logos h3,
#logos h3 a {
  display: block;
  text-indent: -1000em;
  margin: 0;
}

#logos h3#ox,
#logos h3#ox a {
  width: 74px;
  height: 74px;
  
  float: left;
  
  background: transparent url(../img/oxford-logo.gif) no-repeat scroll 0 0;
}

#logos h3#esrc,
#logos h3#esrc a {
  width: 74px;
  height: 74px;
  
  float: right;
  
  background: transparent url(../img/esrc-logo.gif) no-repeat scroll 0 0;
}

.links h3 { margin-bottom: 0; }
.links li a { font-weight: normal; }


#footer {
  height: 150px;
  padding: 0 30px 0 55px;
  overflow: hidden;

  color:  #FFFFFF;
  font-size: 0.85em;
  
  background: #002e5a url('../img/footer-bg.png') no-repeat scroll 0 0;
}
#footer .col1,
#footer .col2,
#footer .col3 {
  padding-top:  65px;
}
#footer .col1,
#footer .col2 {
  float: left;
  width: 180px;
}
#footer .col3 { float: right; width: 460px; }
#footer a { color: #FFFFFF; font-weight: normal; }
#footer a:hover { text-decoration: underline; }
#footer ul { list-style: none; }
#footer ul li { display: inline; padding: 0 0.5em; border-left: 1px solid #FFFFFF;}
#footer ul li.first { border-left: none; padding-left: 0;}
#footer p { padding: 0; margin: 0; }


#navigation .left ul { float: left; border-left: 1px solid #FFFFFF; margin: 0; }

#navigation .left ul li,
#navigation .left ul li a {
  display: block;
  /*height: 32px;
  line-height: 32px;*/
}

#navigation .left ul li {
  float: left;
}

#navigation .left ul li a {
  padding: 0 16px;
  background: #ffffff url(../img/menu-hover.gif) repeat-x scroll 0 30px;
  border-right: 1px solid #cdcdcd;
  font-size: 12px;
  font-weight: normal;
  color: #8d8d8e;
}
#navigation .left ul li a:hover {
  background: #f0f0f0 url(../img/menu-hover.gif) repeat-x scroll 0 0;
}
#navigation .left ul li.current a {
  background: #c2c2d4 url(../img/menu-current.gif) repeat-x scroll 0 0;
  color: #ffffff;
}
/*
ul#dropdown { margin: 0; }

ul#dropdown li {
  width: 172px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}

ul#dropdown li span {
  display: block;
  width: 172px;
  height: 20px;
  margin-top: 6px;
  text-indent: 10px;
  background: transparent url(../img/dropdown.gif) no-repeat scroll 155px 0;
  background-color: #FCE295;
  font-size: 11px;
  line-height: 20px;
}
ul#dropdown li span a { font-weight: normal; }


ul#dropdown li.active span { background-color: #FFFFFF; background-position: 155px -20px;}

ul#dropdown li ul {
  position: absolute;
  cursor: auto;
  padding: 0;
  font-size: 11px;
  line-height: 20px;
  width: 172px;
  
  background-color: #FCE295;
  display: none;
}

ul#dropdown li ul li {
  display: block;
  margin: 0;
  margin-left: 10px;
  padding-left: 10px;
  height: auto;
  background: transparent url(../img/dropdown_li.gif) no-repeat scroll 0 0.5em;
}

ul#dropdown li ul li a {
  font-weight: normal;
}

ul#dropdown li ul li a:hover {
  color: #231F20;
}

ul#dropdown li.active ul {
  display: block;
}
*/

.teaser-small {
  border: 8px solid #E2E2E2;
  margin-bottom: 16px;
}

.teaser-small .img {
  float: left;
  width: 200px;
  overflow: hidden;
}

.teaser-small .txt {
  margin-left: 210px;
  padding: 8px;
}

.teaser-small h1, .teaser-small h2, .teaser-small h3, .teaser-small h4, .teaser-small h5, .teaser-small p { padding-bottom: 0; margin-bottom: 0;}
.teaser-small p { padding-top: 0.5em; }

.teaser-news {
  padding-bottom: 0;
  border-bottom: 1px solid #E2E2E2;
  margin-top: 1em;
}
.teaser-news h2 { margin-bottom: 0; line-height: 1.4em; }
.teaser-news h2, .teaser-news h2 a { color: #575656; }
.teaser-news h4 { color: #BFBBBB; margin-bottom: 0; line-height: 1.4em; }
.teaser-news p { margin-top: 0.5em; margin-bottom: 0; }
/*
.three_cols { background: transparent url(../img/three_cols_bg.gif) repeat-y scroll 0 0; margin-bottom: 16px; }
.three_cols .bot { clear: both; height: 8px; background: transparent url('../img/three_cols_bg.gif') repeat-y scroll -801px 0; }
.three_cols .col1,
.three_cols .col2,
.three_cols .col3 {
  border-top: 8px solid #E2E2E2;
  width: 217px;
  margin-left: 8px;
  margin-right: 24px;
  float: left;
  overflow: hidden;
}
.three_cols .col2 { width: 218px; }
.three_cols .col3 { margin-right: 8px; }
*/
/*.fce-custom, .fce-brief, .tc_text, .tc_image, .tc_text_image { background-color: #fffff; border: 1px solid #dddede; margin-bottom: 1em; }*/

.tc_text { background: transparent url(../img/tc_drop_shadow.gif) repeat-y scroll 0 0; border: none; margin: 0; zoom: 1;}
.shadow_top {
  background: transparent url(../img/tc_drop_shadow_top.gif) no-repeat scroll top left;
  padding-top: 15px;
  zoom: 1;
}
.shadow_bot {
  background: transparent url(../img/tc_drop_shadow_bot.gif) no-repeat scroll bottom left;
  padding-bottom: 30px;
  min-height: 0;
  zoom: 1;
}


.staff_img {
  float: left;
  width: 240px;
  margin-right: 15px;
}

.staff_profile {
  float: left;
  width: 340px;
}
.staff_profile h2 { margin: 0; }

/* staff/people sitemap */
.sitemap { padding: 0 10px !important; }
.staff {
  padding: 15px 20px;
  border-bottom: 1px solid #dddede;
}

.staff .img,
.staff .txt {
  float: left;
  width: 230px;
  margin-left: 10px;
}

.staff .img {
  margin: 0;
  width: 120px;
}

.staff .txt h4 { margin: 0; }
.staff .txt p { font-size: 0.9em; }

.sitemap .last { border-bottom: none; padding-bottom: 0; }

.more a {
  color:#3E75DB;
  font-size:0.9em;
  text-transform:uppercase;
}

.tc_text/*, .tc_text_image .tc_inner, .tx-lumophpinclude-pi1, .share-tools*/ { padding: 15px 30px 0 30px; }
/*.fce-custom .tc_text, .fce-custom .tc_text_image .tc_inner 
.fce-brief .tc_text, .fce-brief .tc_text_image .tc_inner { padding-bottom: 0; }*/
/*.fce-brief .full_story_link { padding: 0 8px; }
.fce-custom .tc_text .share-tools { padding: 0; }*/
/*.fce-brief .full_story_link a { color: #DBA80A; }*/
/*.fce-custom .tc_text, .fce-custom .tc_image, .fce-custom .tc_text_image,
.fce-brief .full_story_link, .fce-brief .tc_text, .fce-brief .tc_image, .fce-brief .tc_text_image,
.three_cols .tc_text, .three_cols .tc_image, .three_cols .tc_text_image { background-color: #FFFFFF; border: none; margin: 0; }
.fce-custom .tc_text, .fce-custom .tc_image, .fce-custom .tc_text_image { background-color: transparent; }
.fce-brief { position: relative; background-color: #FFFFFF; }
.fce-brief ul.links { position: absolute; right: 0; top: 0; font-size: 0.85em;}
.fce-brief ul.links li { display: block; float: left; border-left: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2; line-height: 2em; padding: 0 1em; text-transform: uppercase; color: #231F20;}
.fce-brief  h1 { padding-top: 1.6em; }
.fce-brief .tc_text, .fce-brief .tc_text_image, .fce-brief .tc_image { padding-top: 2.2em; }
.fce-brief .tc_text h1, .fce-brief .tc_text_image h1, .fce-brief .tc_image h1 { padding-top: 0; }
.fce-brief .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { padding-top: 3.1em; }
.three_cols .teaser-small { border: none; margin: 0; }
.three_cols .teaser-small .img { float: none; width: 217px; overflow: hidden; }
.three_cols .teaser-small .txt { margin: 0; }
.three_cols .col2 .teaser-small .img { width: 218px; }
.tc_image h1, .tc_text_image h1 { padding-left: 8px; padding-right: 8px; padding-top: 8px; margin-bottom: 0; }*/
/*.fce-brief .tc_image h1, .fce-brief .tc_text_image h1,*/
/*.tc_image .tc_inner h1, .tc_text_image .tc_inner h1 { padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 0.65em; }*/
/*.share-tools { margin-bottom: 1em; }*/

/*.right .fce-custom, .right .fce-brief, .right .tc_text, .right .tc_image, .right .tc_text_image { font-size: 0.9em; }*/
/*.fce-custom a:hover, .fce-brief a:hover,*/ .tc_text a:hover/*, .tc_image a:hover, .tc_text_image a:hover*/ { text-decoration: underline; }

div.csc-textpic-intext-right-nowrap  div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap  div.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0;}

.right .tc_text { font-size: 0.9em; }

.no-frame .shadow_top,
.no-frame .shadow_bot,
.no-frame .tc_text,
.right .shadow_top,
.right .shadow_bot,
.right .tc_text,
.tc_text .shadow_top,
.tc_text .shadow_bot,
.tc_text .tc_text {
  background: transparent none;
  padding: 0;
}




/*
.content p a, .content ul a, p span.more a {
  font-weight: normal;
  color: #333333;
  text-decoration: underline;
}
.news-headlines ul li span.more a { font-weight: bold; text-decoration: none; }
.content p a:hover, .content ul a:hover, p span.more a:hover { text-decoration: none; background-color: #FFCC33; }
*/

/*
#main.home .content p  a {
  font-weight: normal; color: #333333; text-decoration: none; background-color: #FFCC33;
}
*/
/*
.fce-brief ul.links li a { font-weight: normal; color: #8C8585; text-decoration: none; }
.fce-brief ul.links li a:hover { color: #231F20; background: none; }
*/

.news-single-img { float: right; width: 240px; margin-left: 16px; margin-bottom: 16px; }
.news-single-img p.news-single-imgcaption,
dd.csc-textpic-caption {
  background: #999999 none repeat scroll 0 0;
  color: #FFFFFF;
  font-size: 0.8em;
  padding: 4px 8px;
  width: 224px !important;
}

/* lists in content types */
/*.fce-custom ul, .fce-brief ul,*/.tc_text ul, .tc_image ul, .tc_text_image ul {
  list-style: disc outside;
  margin-left: 1.5em;
}

/*.fce-custom ol, .fce-brief ol,*/.tc_text ol, .tc_image ol, .tc_text_image ol {
  list-style: decimal outside;
  margin-left: 1.5em;
}


/*
#main .right { height: 200px; background-color: #E2E2E2; }
*/



.validation-failed {
	border: 1px solid #f00;
}
.validation-passed {
	border: 1px solid green;
}
.validation-advice {
	clear: both;
	padding: 5px;
	border: solid 1px #dd3c10;
	background: #ffebe8;
	color: #dd3c10;
	margin-bottom: 1em;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#bbb;
	clear: both;
}
.notification {
	background: #E2F9E3;
	border: 1px solid #99CC99;
	color:#006600;
	/*width: 500px;*/

  padding: 5px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-left: 0 !important;
}



/* typo3 stuff */
#content table th, #content table td { padding-bottom: 1em; }

.sitemap ul { line-height: 1.8em; }
.sitemap ul ul { margin: 0; padding-left: 1em; }

/* slideshow */
.rgslideshow .rgsnav2 {
  background-image: none !important;
  padding-left: 15px !important;
}
.rgslideshownav .rgsbrowser .rgsact { color: #DBA80A !important; }
.rgslideshow .rgstitle { font-family: Arial !important; }

.mailform div.field {
  margin-bottom: .5em;
  clear: both;
}

.mailform div.field label,
.mailform div.field input.input,
.mailform div.field select.select,
.mailform div.field p.radiogroup,
.mailform div.field fieldset,
.mailform div.field textarea.text {
  float: left;
}

.mailform div.field label {
  width: 180px;
}

.mailform div.field input.input,
.mailform div.field select.select,
.mailform div.field textarea.text {
  width: 240px;
}

.mailform div.field fieldset legend {
  display: none;
}

.mailform div.field fieldset label,
.mailform div.field fieldset input {
  float: none;
}

.mailform div.field textarea.text {
  height: 100px;
}
/*
.required label {
  color: red;
}
*/

/* news */
.news-headlines ul { margin: 0; }
.news-headlines ul li { border-bottom: 1px solid #c3c3c4; padding-bottom: 14px; margin-bottom: 14px; }
.news-headlines ul li span.title a { font-weight: normal; }
.news-headlines ul li p { margin-bottom: 0; }
.news-headlines { font-size: 0.9em ;}
.news-headlines ul li h4,
.news-headlines ul li h4 a,
.news-headlines ul li h5 {
  font-weight: normal;
  color: #262746;
  font-family: Georgia;
}
.news-headlines ul li .more a {
  color:#3E75DB;
  font-size:0.9em;
  text-transform:uppercase;
}


.news h2,
.news-item h4,
.teaser-news h3, .teaser-news h4,
.teaser h3 { margin: 0; }

.teaser-news h4 { font-size: 1.1em; line-height: 1.2em; margin-bottom: 0.2em; }



/* search */
.tx-mnogosearch-pi1 {
  font-size: 1.03em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.tx-mnogosearch-pi1 a { color: #DBA80A; } 
.tx-mnogosearch-pi1 a:hover { text-decoration: underline; }
.tx-mnogosearch-long-form table tr td { vertical-align: top; padding: 1px 3px; }
.tx-mnogosearch-pi1-summary { background-color: whitesmoke; padding: 2px 3px; margin: 3px 0; }
.tx-mnogosearch-pi1-summary-value { font-weight: bold; }
.tx-mnogosearch-pi1-results { margin: 5px 0; }
.tx-mnogosearch-pi1-result { margin-bottom: 1em; }
a.tx-mnogosearch-pi1-result-url { font-weight: bold; }
.tx-mnogosearch-pi1-result-relevancy { padding-left: 20px; }
.tx-mnogosearch-pi1-result-excerpt { margin-left: 30px; }
.tx-mnogosearch-pi1-result-excerpt-selection { font-weight: bold; }
ul.tx-mnogosearch-pi1-results-links { margin: 0 0 0 30px; list-style-position: inside; }
ul.tx-mnogosearch-pi1-results-links li a { font-weight: normal; }
.tx-mnogosearch-pi1-page-list { text-align: center; margin: 10px 0; }
.tx-mnogosearch-pi1-pagelink { padding: 0 2px; }


#content .csc-sitemap ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 2em;
  margin-bottom: 0;
}

#content .csc-sitemap h3 {
  margin-top: 1em;
}

div.field { clear: both;  width: 430px;}
    
div.field label,
div.field input,
div.field select,
div.field textarea {
  display: block;
  float: left;
  width: 150px;
  margin-bottom: 1em;
}

div.field label { margin-right: 10px; line-height: 1.8em; }

div.field input,
div.field select,
div.field textarea {
  width: 250px;
}

div.field input,
div.field textarea {
  padding: 3px;
  border: 1px solid #cecece;    
}

div.field input.small { width: 100px; }
div.field textarea.text { height: 100px; }

div.checkbox label { width: 350px !important; }
div.checkbox input { width: auto !important; float: right; margin-right: 12px; }

div.checkbox div.checkgroup { padding-left: 50px; }
div.checkbox div.checkgroup label { width: 300px !important; }

div.field.button { padding-left: 160px; }

/* login box */

form#login {}
  form#login .csc-mailform-field { clear: both; }
    form#login .csc-mailform-field label,
    form#login .csc-mailform-field input {
      float: left;
    }
    
    form#login .csc-mailform-field label { width: 75px; line-height: 1.3em;}
    form#login .csc-mailform-field input#user,
    form#login .csc-mailform-field input#pass {
      border: 1px solid #cecece;
      margin-bottom: 10px;
      padding: 0 3px;
    }
    
    form#login .csc-mailform-field input.csc-mailform-submit {
      float: none;
      margin-left:  75px;
    }

/* utility classes */

.fl { float: left !important; }
.fr { float: right !important; }
.clear {  display: block; clear: both; margin-bottom: 0;}
.cl { clear: left; }
.cr { clear: right; }

.ta_r { text-align: right !important; }
.ta_l { text-align: left !important; }
.ta_c, .align-center { text-align: center !important; }

.pb_0 { padding-bottom: 0 !important; }

.mb_0 { margin-bottom: 0 !important; }
.mt_0 { margin-top: 0 !important; }

.ml_1 { margin-left: 1em !important; }
.mr_1 { margin-right: 1em !important; }
.mb_1 { margin-bottom: 1em !important; }
.mt_1 { margin-top: 1em !important; }

.lower { text-transform: lowercase; }

.w_half { width: 50%; }
.w_auto { width: auto !important; }

.black { color :#FFFFFF; }
.red { color: #FF3333;}
.green { color: #339933; }
.orange {color: #FF6600;}
.black {color :#000000;}

.print { display: none; }

.indent { padding-left: 3em; }



