/*

  main stylesheet file for CDI website
  (c) omedia studio

*/


/*  reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}



body {
  background: #6498d4 url(../images/background_stripes.png) repeat-x top center;
  font-size: 13px;
  color: #333333;
  text-align: center;
}

body.geo {
    font-family: Sylfaen, Arial, Verdana, sans-serif;
}

body.eng,
body.rus {
    font-family: "Segoe UI", Arial, Verdana, sans-serif;
}

.lat {
    font-family: "Segoe UI", Arial, Verdana, sans-serif;
}

a {
  color: #0c538f;
}

a:hover {
  text-decoration: none;
}

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

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.col_1 {
    float: left;
    width: 49%;
}

.col_2 {
    float: right;
    width: 49%;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.inline {
    display: inline !important;
}


/*  wrappers and columns  */

#main_wrapper {
  width: 1000px;
  margin: 0 auto;
}

#header_wrapper {
  height: 172px;
  background: url(../images/header_bg-trans.png) no-repeat top left;
}

#content_wrapper {
  min-height: 800px;
  height: auto !important;
  height: 800px;
  background: url(../images/body_bg-trans.png) no-repeat top left;
  padding: 0 10px;
}

#footer_wrapper {
  height: 156px;
  background: url(../images/footer_bg-trans.png) no-repeat top left;
}

#content_wrapper #sidebar {
  width: 229px;
  float: left;
  text-align: left;
}

#content_wrapper #content {
  width: 730px;
  padding-right: 14px;
  float: right;
  text-align: left;
}



/*  header  */


#header_wrapper .langs {
  display: block;
  list-style: none outside none;
  height: 31px;
  text-align: right;
  padding: 13px 49px 0 0;
  font-size: 0;
}

#header_wrapper .langs li {
  display: inline;
}

#header_wrapper .langs li a {
  margin-left: 14px;
}

#header_wrapper .langs li a img {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  border: 0 none;
}

#header_wrapper .langs li a:hover img {
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}



#header_wrapper .website_title {
  display: block;
  margin-left: 190px;
  width: 630px;
  height: 35px;
  overflow: hidden;
  background-repeat:  no-repeat;
  background-position: top left;
  text-indent: -5000px;
}

#header_wrapper .website_title_geo {
    background-image: url(../images/title_geo-trans.png);
}
#header_wrapper .website_title_eng {
    background-image: url(../images/title_eng-trans.png);
}
#header_wrapper .website_title_rus {
    background-image: url(../images/title_rus-trans.png);
}


#header_wrapper .top_menu {
  display: block;
  padding-top: 15px;
  padding-left: 249px;
  font-size: 14px;
  background: url(../images/top_menu_bg.png) no-repeat 5000px 5000px; /* caching */
  list-style: none outside none;
}

#header_wrapper .top_menu li {
  display: block;
  float: left;
  height: 61px;
  background: url(../images/top_menu_divider.png) no-repeat top left;
  padding-left: 2px;
  width: 170px;
}

#header_wrapper .top_menu li.wider {
  width: 215px;
}

body.rus #header_wrapper .top_menu li {
    width: 185px !important;
}

body.eng #header_wrapper .top_menu .top_menu_news,
body.rus #header_wrapper .top_menu .top_menu_news {
    padding-top: 20px;
}

#header_wrapper .top_menu a {
  color: #dbe6f5;
  text-decoration: none;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  line-height: 130%;
}

#header_wrapper .top_menu a:hover, #header_wrapper .top_menu a.active {
  color: #fff;
  background: url(../images/top_menu_bg.png) repeat-x top left;
}



#header_wrapper .searchbox {
  float: left;
  text-align: left;
  padding: 14px 0 0 25px;
}

#header_wrapper .searchbox form {
  display: block;
  background: url(../images/searchbox.png) no-repeat top left;
  width: 148px;
  height: 23px;
}

#header_wrapper .searchbox .textfield {
  background: transparent;
  border: 0 none;
  width: 120px;
  padding-left: 3px;
  padding-top: 2px;
  height: 17px;
  font-size: 12px;
  color: #aab5ca;
  vertical-align: middle;
  outline: none;
}

#header_wrapper .searchbox .button {
  width: 23px;
  height: 20px;
  cursor: pointer;
  vertical-align: middle;
}




/*  sidebar menu  */

#sidebar .left_menu {
  list-style-type: none;
  background: url(../images/left_menu_divider.png) no-repeat top left;
  display: block;
}

#sidebar .left_menu li {
  display: block;
  line-height: 120%;
  background: url(../images/left_menu_divider.png) no-repeat bottom left;
  padding-bottom: 2px;
}

#sidebar .left_menu li a {
  display: block;
  padding: 12px 5px 13px 29px;
  background: url(../images/left_menu_bullet.png) no-repeat 11px 18px;
  color: #dbe6f5;
  font-size: 14px;
  text-decoration: none;
}

#sidebar .left_menu li a:hover,
#sidebar .left_menu li a.active {
  color: #fff;
  background: url(../images/left_menu_bullet.png) no-repeat 11px -102px;
}

#sidebar .left_menu li li a {
    font-size: 13px;
    padding: 9px 5px 10px 29px;
    background-position: 11px 15px;
}

#sidebar .left_menu li li a:hover {
    background-position: 11px -105px;
}

ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	background: #3D6198;
	border: 1px solid #345383;
	border-top: 1px solid #5877A7;
	border-left: 0px none;
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
}

ul.jd_menu_vertical {
	height: auto;
}
ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}
ul.jd_menu li {
	cursor: pointer;
	white-space: nowrap;
}
ul.jd_menu li li {
	width: 200px;
}





.breadcrumb {
    font-size: 12px;
    padding-bottom: 15px;
    padding-left: 10px;
    color: #585858;
}

.breadcrumb em {
    font-style: normal;
    font-size: 14px;
}




/*  content */

#content h1 {
  background: url(../images/page_title_h1_bg.png) repeat-x bottom left;
  margin-bottom: 25px;
}

#content h1 span {
  display: block;
  background: url(../images/page_title_span_bg.png) no-repeat top left;
  font-size: 19px;
  color: #1d3263;
  font-weight: normal;
  line-height: 130%;
  padding: 4px 5px 8px 18px;
}

#content h1 em {
    font-size: 13px;
    color: #6A6A6A;
    font-style: normal;
}


/*  generic text content    */

.inside_content {
    margin-left: 10px;
    line-height: 140%;
}

.inside_content p {
    padding-bottom: 15px;
}

.inside_content ol,
.inside_content ul {
    list-style: none outside none;
}

.inside_content h2 {
    font-size: 19px;
    color: #3D6198;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #C9C9C9;
}

.inside_content h3 {
    font-size: 16px;
    color: #3D6198;
    margin-bottom: 15px;
    margin-top: 10px;
}




/*  pagination  */

.pagination {
    text-align: center;
    margin: 15px 0;
    font-size: 15px;
}

.pagination a,
.pagination span {
    margin: 0 3px;
}


/*  calendar    */
#sidebar h5 {
    font-size: 13px;
    background: #ECECEC url(../images/sidebar_title_bg.png) repeat-y;
    font-weight: normal;
    color: #1D3263;
    padding: 10px 0 11px 7px;
    margin: 20px -1px 10px 0;
}

#sidebar h5 img {
    vertical-align: baseline;
    margin-right: 4px;
}

#calendar_container {
    margin: 0 10px 0 22px;
}

#calendar_container p {
    text-align: center;
    color: #D2D2D2;
    padding-right: 5px;
}

#calendar_container p strong {
    margin: 0 5px;
}

#calendar_container table {
    border-collapse: collapse;
    border-spacing: separate;
    color: #1E3365;
}

#calendar_container table td {
    padding: 5px;
}

#calendar_container table th {
    text-align: left;
    font-weight: bold;
    padding: 5px;
}

#calendar_container a {
    color: #D2D2D2;
}



/*  dashed list */

.dashed_list li {
    padding-bottom: 10px;
    background: url(../images/bullet_dash.png) no-repeat 0 10px;
    padding-left: 20px;
}

.dashed_list li.list_title {
    color: #6092cc;
    background: none;
    font-weight: bold;
}


/*  list listing    */
.list_listing li {
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 20px;
    margin-bottom: 15px;
    background: url(../images/list_bullet.png) no-repeat 0 5px;
    padding-left: 20px;
    margin-left: 20px;
}

.list_listing p {
    padding-bottom: 0;
}

.list_listing a.read_more {
    color: #333333;
}




/*  news listing    */

.news_listing dt {
    font-size: 10px;
    color: #585858;
    padding-bottom: 5px;
}

.news_listing dt img {
    display: block;
    float: left;
    padding: 1px;
    background-color: #fff;
    border: 2px solid #6498d4;
}

.news_listing dt strong {
    display: block;
    margin-left: 103px;
    line-height: normal;
}

.news_listing dt.no_thumb strong {
    margin-left: 0;
}

.news_listing dt strong a {
    display: block;
    font-size: 14px;
    text-decoration: none;
}

.news_listing dt strong a:hover {
    text-decoration: underline;
}

.news_listing dd {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: normal;
}


.news_listing_compact li {
    font-size: 10px;
    color: #585858;
    padding-bottom: 10px;
    line-height: normal;
    padding-left: 20px;
    background: url(../images/bullet_dash.png) no-repeat 0 8px;
}

.news_listing_compact li a {
    font-size: 13px;
    display: block;
    line-height: normal;
}




/*  paper issue listing     */

.paper_issue_listing li {
    width: 48%;
    float: left;
    height: 130px;
    margin-right: 2%;
}

.paper_issue_listing img {
    float: left;
    margin-right: 10px;
    padding: 2px;
    background: #fff;
    border: 2px solid #6498d4;
}

.paper_issue_listing .paper_title {
    display: block;
    margin-top: 4px;
    margin-bottom: 7px;
    padding: 5px 0 8px 0;
    background-color: #6498d4;
    color: #fff;
}

.paper_issue_listing .paper_issue_number {
    display: block;
    margin-bottom: 10px;
}

.paper_issue_listing .paper_issue_date {
    font-size: 12px;
    color: #6A6A6A;
}


/*  text content    */

.text_content ul {
    list-style: disc outside none;
    padding-bottom: 15px;
    margin-left: 40px;
}

.text_content ol {
    list-style: decimal outside none;
    padding-bottom: 15px;
    margin-left: 40px;
}




/*  organizations search    */

#orgs table,
#main_news_search table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#orgs td,
#main_news_search td {
    padding: 5px 10px 7px 10px;
    border-bottom: 1px dotted #C9C9C9;
    border-top: 1px dotted #C9C9C9;
}

#orgs .keyword,
#main_news_search .keyword {
    width: 98%;
    padding: 2px;
}

#org_search_results {
    margin-top: 30px;
}

#org_search_results h3 {
    margin-bottom: 5px;
}

#org_search_results .org_logo {
    float: right;
    margin-left: 10px;
}



/*  press archive   */

#regional-press-archive .list_listing h3 {
    margin-bottom: 4px;
}

#regional-press-archive .org_logo {
    float: right;
    margin-left: 10px;
}

#regional-press-archive .list_listing strong {
    display: block;
    margin-bottom: 7px;
}




/*  footer  */

#footer_wrapper #omedia {
  float: left;
  padding: 72px 0 0 98px;
}

#footer_wrapper #omedia img {
  width: 49px;
  height: 50px;
}

#footer_wrapper #boring_text {
  float: right;
  width: 692px;
  padding-right: 40px;
  padding-top: 70px;
  line-height: 150%;
  color: #6a6a6a;
  font-size: 12px;
}









