.baseFont
{
	font-size: 67%;
	font-family: Verdana, Helvetica, Arial;
  line-height: initial;
}

body
{
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
  min-width:400px;
	background:#fff;
}

input, select, textarea, button, td, div
{
  font-size: inherit !important;
  font-family: inherit !important;
}

h1
{
  font-size: 1.5em;
}

h2
{
  font-size: 1.4em;
}

h3
{
  font-size: 1.3em;
}

@media (max-width: 1000px)
{
  h1
  {
    font-size: 1.4em;
  }

  h2
  {
    font-size: 1.3em;
  }

  h3
  {
    font-size: 1.2em;
  }
}

.bodyOneCol
{
  width: 95%;
  margin: auto;
}

P
{
  line-height: 15px;
  margin-top: 11px;
  margin-bottom: 11px;
}

UL
{
  line-height: 15px;
  margin-top: 11px;
  margin-bottom: 11px;    
}

.nounderline
{
	text-decoration: none;
}

.copysmall
{
	font-size: 0.95em;
}

.copybold
{
	padding: 4px 4px 4px 4px;
	font-weight: bold;
}

.copyred
{
	color: #FF0000;
}

.greyspaceline
{
	height:2px;
	background-color:#CCCCCC;
	width:100%;
}

.bluespaceline
{
	height:2px;
	width:100%;
}

.menuheader
{
	padding: 2px 2px 2px 10px;
	background-color: #222244;
	font-weight: bold;
	color: #FFFFFF;
}

.menuitem
{
	padding: 2px 2px 2px 10px;
	background-color: #DDDDEE;
}

.headerdivnew
{
  width: 100%;
  height: 68px;
}

.headerdivnew a img
{
  vertical-align: middle;
  border: 0;
}

.headermenudiv
{
	padding: 2px 0px 0px 10px;
	text-align: left;
  height: 24px;
}

.leftmenuheader
{
	position: absolute;
	left: 10px;
	padding-top: 3px;
}

.rightmenuheader
{
	position: absolute;
	right: 10px;
	padding-top: 3px;
/*	right: 5px;
	vertical-align: middle;*/
}

.rightBorder
{
  border-right-width: 1px; 
  border-right-style: solid; 
  border-right-color: Black;
}

.CCESDHrefLinkPadding
{
	padding: 3px 5px 3px 10px;
}

.CCESDHrefLinkPadding a
{
    padding-right: 5px;
}

.VersionLabel
{
	padding: 4px 4px 4px 4px;
	position:relative;
	width: 100%;
	text-align: right;
	color: #BBBBBB;
}

.PageMainContent
{
	padding-left:10px;
	padding-top:10px;
	/*width:800px;*/
}

.ErrorPage
{
	padding: 5px 0px 0px 10px;
}

.dgNs
{
	font-size: 6pt !important;
	text-align: right;
}

.dgPercentages
{
	text-align: right;
}

.MarginalOutput
{
	border-style: solid;
	border-color: #222244;
	border-width: 2px;
	width: 100%;
}

.MarginalsOutput_CountryTitle
{
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 2px 2px 6px;
	background-color:#222244;
}

.MarginalsOutput_SurveyTitle
{
	font-weight: bold;
	color: #330099;
	padding: 2px 2px 4px 6px;
}

.MarginalOutput_Main
{
	padding: 1px 0px 1px 0px;
}

.CCESDDisplayTextBox
{
  margin: 10px 0px;
	padding: 5px 10px 10px 10px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #DDDDDD;
}

.CCESDBodyPadding
{
	padding: 10px 10px 10px 10px;
}

.MarginalsGreyBox
{
	padding: 5px 5px 5px 5px;
	border-color: #CCCCCC;
	border-width: 2px;
	border-style: solid;
}

.padding2
{
	height: 20px;
	padding-top: 3px;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button])
{
	padding: 0px 0px 0px 0px;
}
/* have to have this one separately so that we can override it in the site-specific style files: otherwise the "not()" function always wins */
input[type=submit], input[type=button]
{
	padding: 1px 3px 1px 3px;
}

.leftfooter
{
	position: absolute;
	left: 10px;
	padding-top: 3px;
}

.rightfooter
{
	position: absolute;
	right: 10px;
	padding-top: 3px;
}

hr
{
	color: #DDDDDD;
	height: 1px;
}

.hrblue
{
	color: #330099;
	height: 1px;
}

img.left 
{ 
    border: 0px solid;
    padding: 4px;
    float: left;
}

img.right 
{ 
    border: 0px solid;
    padding: 4px;
    float: right;
}

li
{
	padding: 3px 2px 5px 2px;
	vertical-align: middle;
}

.CCESDDisplayTextBoxTitle
{
	padding: 0px 0px 0px 0px;
	border-bottom-color:#BBBBBB;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin: 3px;
	color: #222244;
}

.highlight
{
	background-color: #fefbd2;
	color: #000080;
}

.popupControl {
	background-color: #DDDDEE;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	width: 400px;
	height: auto;
	color: Black;
	/* we need absolute positioning as well as hidden visibility
	   to stop the flickering when the page is refreshed */
	position: absolute;
	visibility: hidden;
	overflow: auto;
	padding: 1px 3px 1px 3px;
	text-align: left;
 }

.popupLabel
{
	cursor: default;
}

.hidden
{
	visibility: hidden;
}

.newsFlashPanel
{
	padding: 50px;
	margin: 50px;
	background-color: White;
	border: double 5px black;
 }

.newsFlash
{
	color: Black;
	line-height: 20px;
}

.newsFlash a, .newsFlash a:visited
{
	text-decoration: underline;
}

.newsFlashHeader
{
	color: Red;
}

.panelScrollBar
{
  margin-top: 14px;
  padding-top: 1px; /* this needed to show the top border in Firefox */
  margin-bottom: 14px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}

#dvWorkingList
{
    width: 194px;
}

.gridChartHeader
{
    text-align: center !important;
}

.gridChartCellSize, .gridChartCellSize td
{
    padding-left: 2px !important;
    padding-right: 2px !important;
}

#marginalsGridArea
{
    max-width: 100%;
    overflow: auto;
    padding-bottom: 15px;
}
.RadGridAutoShrink 
{ 
    width: auto !important; 
}
div.RadGridAutoShrink
{ 
    float: left; 
}
 
#multiMapCheckBoxList
{
  max-width: 800px; 
  overflow: auto;
}
/* this is necessary for Firefox and Chrome (and doesn't do any harm to the others) */
#multiMapCheckBoxList table
{
    white-space: nowrap;
}

.crossTabSwitch
{
  padding-top: 10px;
}

#homePageList dd
{
    padding-bottom: 10px;
}

#homePageList img
{
    top: 3px;
    margin-right: 10px;
}

/* styles for the Rad Panel Bar in the Working List */
.workingListPanelBarHeader
{
    text-align: center;
    background-color: #DDDDEE;
    cursor: pointer;
    border-top: 1px Solid #330099;
}

.leftBorder
{
    border-left: Solid 1px #828282 !important;
}

.questionnaireSearchForm
{
  background-color: White;
  border-color: #dddddd;
}

.greyLink, .greyLink a
{
  color: Gray !important;
}

.redLink, .redLink a
{
  color: red !important;
}

#dvContentsListControl
{
  max-width: 800px;
  max-height: 500px;
  overflow: auto;
}

.welcomeBanner
{
  margin-top: 1%;
  padding: 0.5% 0;
	border-bottom: 2px solid;
	border-top: 2px solid;
}

.welcomeBanner h1 
{
	text-align: center;
}

.height1px
{
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}