﻿
/* --- header --- */
.lblDbTitle
{
	color:white;
	font-family: Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 100;
    padding-left: 30px;
    position:relative;
    top:-10px;
}


.header__banner {
  padding: .1em 0;
  min-height:18px;
}

.bg-gradient-nav {

  background: #0f6ea8;
  background: -moz-linear-gradient(left, #0f6ea8 0%, #0f6ea8 48%, #1c4980 50%, #1c4980 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0f6ea8), color-stop(48%,#0f6ea8), color-stop(50%,#1c4980), color-stop(100%,#1c4980));
  background: -webkit-linear-gradient(left, #0f6ea8 0%,#0f6ea8 48%,#1c4980 50%,#1c4980 100%);
  background: -o-linear-gradient(left, #0f6ea8 0%,#0f6ea8 48%,#1c4980 50%,#1c4980 100%);
  background: -ms-linear-gradient(left, #0f6ea8 0%,#0f6ea8 48%,#1c4980 50%,#1c4980 100%);
  background: linear-gradient(to right, #0f6ea8 0%,#0f6ea8 48%,#1c4980 50%,#1c4980 100%);
}

.bg-img-nav {
  background: url('/_layouts/treatybodyexternal/Assets/header.jpg') no-repeat 50% 0;
  min-height:165px;
}
.logo {
  width: 350px;
  height: 125px;
  margin-top: 1em;
  /*margin-bottom: 2em; */
  padding:0; 
  font-size:none !important;
  vertical-align:bottom;
}

.header__wrapper{
	padding-left:155px;
}

.switchlang
{
	padding-right:160px;
}
.switchlang__separator {
  letter-spacing: -0.05em;
}

.bg-grey {
  background: #ececec;
}

/* links */
#header div.bg-grey a  {
  color: #106FA8;
  text-decoration: none;
  cursor: pointer;
}
/* remember focus */
#header div.bg-grey a:focus, 
#header div.bg-grey a:hover,
#header div.bg-grey a:active {
  color: #5D5D5D; 
  /*text-decoration: underline;*/
}

/* if you don't care of IE<8 */
#header { box-sizing: border-box; }
#header *, *:before, *:after {
  box-sizing: inherit;
}

/* reset minimum */
#header  ul, ol, { margin: 0; padding: 0; }

#header {
  background: #fff;
  color: #5d5d5d;
  font-family: Arial, helvetica, sans-serif;
  font-size: 14px; /* font-size equiv to 14px */
  line-height: 1.5; /* to update if needed */
  /*overflow-x: hidden;*/
}
/* --- End header --- */
/* --- Footer --- */

/*.footer {
    display: block;
    position: relative;
    bottom: 10px;
	background-color:#5d5d5d
}*/

  

/* --- End footer --- */



.imgBorder{
	border: 1px solid black!Important;
}

.fiftyPercent{
	width:50%;
	display:inline-block;	
	vertical-align:middle;
}


.RadGrid_Default .rgHeaderWrapper
{
	background:transparent!Important;
}
.rgHeaderWrapper .rgHeaderDiv{
	border-color:transparent!Important;
}

.RadGrid_Default .rgHeaderDiv{
	background:none!Important;
}


.membershipLabel{
	font:bold 12px Verdana;
	color:#FFFFFF;
}

.membershipTDTitle{
	background-color:#1d498b;
	width=24%;
	text-align=right;
}

.membershipTDData{
	background-color:#e9eef5;
}


.DropDown{
    width: 160px;
    display: inline-block;
    color: #333;
    font: normal 12px "Segoe UI",Arial,Helvetica,sans-serif;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    min-height: 0;
    -webkit-border-radius: 2px;     
    -moz-border-radius: 15px;     
    -o-border-radius: 15px;     
    border-radius: 2px;
}
.country{
	font-size:14px;
	line-height: 14px;
	margin:0;
	padding:0;
	font-weight:normal;	
}

.H1ForAccessibility{
	font-size:12px;
	line-height: 12px;
	margin:0;
	padding:0;
	font-weight:normal;	
}

.H2ForAccessibility{
	font-size:12px;
	line-height: 12px;
	margin:0;
	padding:0;
	font-weight:normal;	
}

.center {  
	margin-left: auto;  
	margin-right: auto;
	width:90%;
	min-height:100%;
}

.centerCenter {  
	margin-left: auto;  
	margin-right: auto;
	width:90%;
	text-align:center;
}


.centered {  
	margin-left: auto;  
	margin-right: auto;
	width:250px;
}


.right {  
	float: right;
}
	
.left {   
	float: left;
}

.clear {  
	clear: both;
}

table.contentTable {
    width:95%; 
    margin-left:5%; 
    margin-right:5%;
}

/*radgrid*/
.RadGrid_Default{
	border:none!Important;
	outline: none;
}

.RadGrid_Default .rgCommandRow {
	background: transparent!Important;
	color: #000;
}

.RadGrid_Default .rgCommandTable {
	border: none!Important;
}

.RadGrid_Default tfoot .rgCommandCell, .RadGrid_Default .rgMasterTable>tbody>tr.rgCommandRow .rgCommandCell {
	border:none!Important;
}


.rgHeader{
	border-bottom:1px #999999 solid;
	background:transparent!Important;	
}

.RadGrid_Default .rgMasterTable td.rgExpandCol
{
	background:transparent!Important;
	border-color:transparent!Important;
}

.bgColorOwnerTable
{
 background-color:gray;
}

.bgColorSubOwnerTable
{
 background-color:#d3d3d3;
}


.InnerItemStyle {
	background: White!Important;
}
	
.InnerAlernatingItemStyle
{	
	background: AliceBlue!Important;
}

.cntryList{
	text-decoration:none!Important;
}

.underlinedLinks
{
	text-decoration:underline!Important;
}

/*div.RadGrid{
}*/

div.RadGrid .rgDetailTable{
	border-bottom: solid 1px #cfd9e7;
	border-right: none;
	border-top:none;
	border-left: none;
   	padding-top:10px;
   	padding-left:10px;
   	padding-bottom:10px;
}

/*div.RadGrid .rgRow
{
   background: White!Important;
}*/


/*div.RadGrid .rgAltRow + tr
{
	background: AliceBlue;
}

div.RadGrid .rgRow + tr
{
	background: White;
}*/

/*
div.RadGrid .rgAltRow
{
   background: AliceBlue!Important;
}

div.RadGrid .rgSelectedRow
{
   background: #C6DEFF!Important;
}
*/
.RadGrid_Default .rgRow td {
	border-color: lightgrey!Important;
	padding:5px!Important;
}


div.RadGrid .rgSelectedRow td 
{
	border:none!Important;
   	color: #000;
}  

div.RadGrid .rgSelectedRow td a
{

   	color: #000;
} 

div.RadGrid .rgHoveredRow
{
	border:none!Important;
   	background: #B2CAEB!Important;
 } 
 
 .RadGrid_Default .rgRow a
 {
 text-decoration:underline;
 }
 
 /*radgrid header*/
 .RadGrid_Default .rgHeader, .RadGrid_Default .rgHeader a {
	color: #333;
	font-weight:bold!Important;;
}

 /*radgrid filters*/
.RadGrid_Default .rgFilterRow {
	background:transparent!Important;
}
 
/*radgrid footers*/
.RadGrid_Default .rgPager {
	background: White!Important;
}

/****WJM branding****/

.menu-horizontal a.dynamic-children span.additional-background,

.menu-horizontal ul.dynamic a.dynamic-children span.additional-background {

background-image:none;

}

.s4-ql ul.dynamic {
/* UL wrap */

background-image:none;

border-top:1px #0072c7 solid;  border-right:1px #0072c7  solid ;

border-bottom:1px #0072c7 solid; border-left:1px #0072c7 solid ;

margin:0px; padding:0px;

}

/* LIs */

.s4-ql li.dynamic  {

background-image:none;

/*border-top:1px #ccc solid; border-right:1px #0066cc solid;*/

/*border-bottom:1px #fff solid; border-left:1px #0066cc solid;*/
}

/* LI menu items */

.s4-ql li.dynamic > .menu-item {

padding:5px;

height:12px;

color:#333;

background-color:#f7f7f7; /* fallback */

background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));

background: -moz-linear-gradient(top, #ffffff, #f7f7f7);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f7f7f7);

-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f7f7f7)";

}

/* LI menu items hover */

.s4-ql li.dynamic > a:hover {

color:#00557B;

background-color:#fff; /* fallback */

background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));

background: -moz-linear-gradient(top, #ffffff, #ffffff);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);

-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
}



.s4-ql ul ul {
margin-left:12px!important;
}


body #s4-mini-header{
	/*top:10px;	
	border-width:0px;
	background:url(/_layouts/treatybodyexternal/Assets/header.jpg) no-repeat 50% 0;
	min-height:165px;*/
	background:none;
	min-height:0px;
	margin:0px;

}

/*body #s4-mini-header{
	border-width:0px;
	background:#1d498a url(/_layouts/treatybodyexternal/Assets/header_ENWithoutLang.jpg) no-repeat Left top;
	min-height:75px;
}*/
	

.ms-siteactionsmenuinner, ms-siteactionsmenuhover{
	background-color:transparent!important;
	border:none;
}

.OHCHRLogo
{
	/*background-image:url(http://tbs.in.ohchr.org/_layouts/treatybodyexternal/Assets/logoEN.png)!important;*/
	/*float: left;*/
	top:10px;
	left:10px;
}

#Logo .imgLogo{
	height:61px;
}
ms-navheader{
text-decoration:  none;

}
.menu-horizontal A.static:hover
{
	text-decoration:  none;
}

.s4-ql UL.root > LI > .menu-item{
	text-decoration:  none;
}
a.static menu-item{
  text-decoration:  none;
}

a.static menu-item:over
{
  text-decoration:  none;
}

a.dynamic menu-item:over
{
  text-decoration:  none;
}

/*****Wjm branding stop****/

.tdSearch{
	background-color:#e5f2f9;
	border-top:4px #036fb7 solid;
	padding:2px 15px 15px 15px;
	white-space: nowrap;
}

.tdSearch h3{
	margin-top: 8px; 
	margin-bottom: 8px;
}


.btn{
	background:#005990 url(/_layouts/treatybodyexternal/Assets/button-bg.png) repeat-x;
	background-position:left top;
	border:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	color:#FFFFFF;
	text-transform:uppercase;
	white-space:nowrap;
	font-size:12px;
	font-weight:bold;
	padding:5px 8px;
	cursor:pointer;
	height:28px;

}

.btn:hover {
	background-position:left -29px;
}

.odstable {
	border: 1px #0c0623 solid;
	border-collapse: collapse;
}

.odstable td {
	border-width: 1px;
	border-style: dashed;
	border-color: #1d498a;
	-moz-border-radius: 0px;
}

input:focus {
    background-color: #dbe6f6; 
    color: #1d498a;
}


hr{
	color:#1d498a;
	background-color:#1d498a;
	height:1px;
}

#hrNav{
	color:#cccccc!Important;
	background-color: transparent;
}

a.navlink:link,
a.navlink:visited, 
a.navlink:hover,
a.navlink:active {
	color:#767676!Important;
}

#zz1_V4QuickLaunchMenu {
height: 5px;
}

#nav {
	background: rgb(29, 73, 139); 
	margin: 0px; 
	width: 100%; 
	height: 25px; 
	border-top-color: rgb(162, 180, 207); 
	border-top-width: 1px; 
	border-top-style: solid; 
	position: relative; 
	z-index: 5;
}

#nav ul {
	background: rgb(82, 134, 217); 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	width: auto; 
	height: auto; 
	color: rgb(255, 255, 255); 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	display: inline;
}
#nav li {
	list-style: none; 
	margin: 0px; 
	padding: 5px 7px 0px; 
	width: auto; 
	height: 20px; 
	border-right-color: rgb(162, 180, 207); 
	border-right-width: 1px; 
	border-right-style: solid; 
	float: left; 
	display: block; 
	position: relative;
}

#nav li a:link {
	background: rgb(29, 73, 139); 
	margin: 0px; 
	padding: 0px; 
	text-align: left; 
	color: rgb(255, 255, 255); 
	text-decoration: none; 
	display: block;
}
#nav li a:visited {
	background: rgb(29, 73, 139); 
	margin: 0px; 
	padding: 0px; 
	text-align: left; 
	color: rgb(255, 255, 255); 
	text-decoration: none; 
	display: block;
}
#nav li:hover a {
	margin: 0px; 
	padding: 0px; 
	color: rgb(255, 255, 255); 
	text-decoration: none; 
	display: block;
}
#nav li a:hover {
	margin: 0px; 
	padding: 0px; 
	color: rgb(255, 255, 255); 
	text-decoration: none; 
	display: block;
}
#nav li a:active {
	margin: 0px; 
	padding: 0px; 
	color: rgb(255, 255, 255); 
	text-decoration: none; 
	display: block;
}

#NavWrapper
{
	position:relative;
}
#breadcrumb
{
	padding-top:5px;
}


/****Session details*****/
td.TreatyName{
	font-weight:bold;
	font-size:18px;
	color:#1d498a;
}

td.sessionNo{
	font-weight:bold;
	font-size:15px;
	color:#1d498a;
}

.sessionNotes{
	font-size:12px;
}

.SessionSubtitle
{
	font-weight:bold;
	font-size:15px;
	color:#1d498a;

}

.Title
{
	font-weight:bold;
	font-size:18px;
	color:#1d498a;

}


.Subtitle
{
	font-weight:bold;
	font-size:12px;
}


.Layout{
	width:95%;
}

.GridRowOver_[Web20]
{
/*background-color: orange;
cursor:pointer;*/
}
/***********************/

/****  Form field text ****/
.BlueTextLabels
{
	vertical-align: top;
	TEXT-ALIGN: left;
    COLOR: #000000; /**Black**/
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, "sans-serif";
	background-color: #537ab8; /**blue**/
	border-left:3px #0c0623 solid;
	height:18px;
}
/****  Form text boxes ****/
.FormAnswers
{
	border-right: #666666 1px solid; /**Dark grey**/
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	font-size: 12px;
	vertical-align: top;
	color: black;
	font-family: Verdana;
	text-align: left;
	text-decoration: none;
}

/****  TD of Form text boxes and other controls ****/
.TdFormAnswers
{
	vertical-align: top;
	background-color: #7fa5d7; /**Light blue**/
	color: red;
	font-family: Verdana;
	text-align: left;
}
/****  TD of Form text boxes and other controls with text in black color****/
.TdFormAnswers2
{
	vertical-align: top;
	/**background-color: #7fa5d7; Light blue**/
	background-image: url("en-US/Core%20Styles/WebResource.axd?d=t_QxDXWxpMa31a2siUMYsZdIYsnTR27g06b7e3iexoc8yiU_jQcJvvEJ2ETB4QAQpT-gkK3-Ls9OW40XdrqHC8ett0Ma1UPXY2V61UA6a1sww_ldNgYdGxGwXf68g8ThE-Jtj9bXjiI1gb8gvYlDk6Gl7JwTipb8ZLLdZnU0XzKta2Aksc5GyNPPs8MIB2lH96v8ow2&t=634636253743047980")
    FONT-SIZE: 12px;
    COLOR: #000000; /**Black**/
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, "sans-serif";
	text-align: left;
	background-color: #7fa5d7; 
}

/****  Form buttons ****/
.btnEGrants
{
	border: #0c0623 1px solid; /**Maroon**/
	font-size: 12px;
	margin: 2px;
	width: 2.8cm;
	color: black;
	font-family: Verdana;
	letter-spacing: 1pt;
	height: 0.55cm;
	background-color: #ffffff; /**White**/
	
}
/****  Form Sub titles ****/
.FormSectionTitle
{
    FONT-WEIGHT: 800;
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif;
    text-align: left;
}
/****  Form Main titles ****/
.FormMainTitle
{
    FONT-WEIGHT: 800;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif;
    text-align: left;
}
/****  Error Messages ****/
.Validator
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-bottom: #eee 0px solid; /**Very light grey**/
	text-align: left;
	color:Red;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	font-size: 12px;
	font-weight: normal;
	/*margin: 0px;
	padding: 0px;*/
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
	height:100%	
	}
	
#Disclaimer
{
	font-size: 11px;
}

