/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/nav_shinybuttons.css);
@import url(basemod.css);
@import url(content.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print_100_draft.css);
@import url(print.css);



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print {
	background-color:#fff; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.searchResult {
	margin-bottom:20px;
}
.searchResult span.title {
	display:block;
	font-weight:bold;
	color:#2200D5;
}
.searchResult span.title a {
	color:#2200D5;
}
.searchResult span.title a:visited {
	color:#91198B;
}
.searchResult span.description {
	display:block;
}
.searchResult span.linkpath {
	display:block;
	font-size:smaller;
	line-height:1.3em;
} 
.searchResult span.linkpath a {
	color:#008000;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

a.fancybox img {
	padding:1px 1px 21px 1px;
	background:transparent url(/misc_/zms/zoom.gif) bottom right no-repeat;
	background-color:transparent; 
}

div.ZMSGraphic_extEdit_action {
	margin:0px 0px 20px 0px;
}

a.ZMSGraphic_extEdit_action img {
	padding:1px 1px 9px 1px;
	background:transparent url(/misc_/zms/ico_plus.gif) bottom right no-repeat;
}

div.ZMSGraphic {
	background-color: transparent;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom,
a.superzoom img.superzoom,
a.download img.download {
	width: 26px;
	height: 21px;
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
a.zoom img.zoom { background-image: url(/misc_/zms/zoom.gif); }
a.download img.download { background-image: url(/misc_/zms/download.gif); }
a.superzoom img.superzoom { background-image: url(/misc_/zms/superzoom.gif); }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

/* BO quicklinks.f_css_defaults */
div#Quicklinks {
  background: none;
  /* width:200px; */
  padding-bottom:7px;
  margin:auto;
  border: 1px solid #176739;
  margin-bottom:10px;
  margin-top:10px;
}
div#Quicklinks .qlTitle {
  padding:2px 2px 2px 9px;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
  display: block;
  color: #fff;
  background-color: #176739;
}
div#Quicklinks form {
  padding:7px 9px 0px 9px;
}
div#Quicklinks form select {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:86.67%;
  width:100%;
/*  color: #999;
  background-color: #e8e8e8; */
}
/* EO quicklinks.f_css_defaults *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj hrdpTeaserLeft
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div#hrdpTeaserLeftWrapper {
	font-family: Arial, Helvetica, Sans-serif;
	width:198px;
	text-align:left;
	margin-top:5px;
	padding-left:20px;
	}

div#hrdpTeaserLeftWrapper p.titleWrapper{
	color: #000;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	padding-left:5px;
	margin:0px;
	height:18px !important;
	height:22px;
border-bottom: 1px solid #8C8C8C;
border-top: 1px solid #8C8C8C;
	}

div#hrdpTeaserLeftWrapper p.bottomWrapper{
	color: #fff;
	padding:0;
	padding-top:0px;
	padding-left:11px;
	margin:0px;
	margin-bottom:5px;
	height:18px;
	}

div#hrdpTeaserLeftContainer{ }

div.hrdpTeaserLeftElement{
	background-color: #D9E3E5;
	}

div.hrdpTeaserLeftElementLight{
	background-color: transparent;
border-bottom: 1px solid #C7C6C6;
padding-bottom:5px;
padding-top:5px;
	}

div.hrdpTeaserLeftElementMiddle{
	background-color: transparent;
border-bottom: 1px solid #C7C6C6;
padding-bottom:10px;
padding-top:5px;
	}

div.hrdpTeaserLeftElementDark{
	background-color: transparent;
border-bottom: 1px solid #C7C6C6;
padding-bottom:5px;
padding-top:5px;
	}

div.hrdpTeaserLeftImage{
	float:left;
	border:0px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	}

div.hrdpTeaserLeftImageLeft{
	float:left;
	border:0px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	}

div.hrdpTeaserLeftImageRight{
	float:right;
	border:0px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	}

div.hrdpTeaserContent{
	padding-left:5px;
	}

div.hrdpTeaserContent p.teaserTitle{
	color:#444242;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 0px;
	height:15px;
	background: transparent;
	}

div.hrdpTeaserContent p.teaserSubTitle{
	font-size:11px;
	font-weight:bold;
	margin:3px 0 0 0;
	color:#5A8A9E;
	line-height:1.1em;
	}

div.hrdpTeaserContent p.teaserSubTitle a:link,
div.hrdpTeaserContent p.teaserSubTitle a:visited {
	color:#5A8A9E;
	text-decoration:none;
	}

div.hrdpTeaserContent p.teaserSubTitle a:hover,
div.hrdpTeaserContent p.teaserSubTitle a:active {
	color:#5A8A9E;
	text-decoration:underline;
	}

div.hrdpTeaserContent p.teaserText{
	color:#444242;
	font-size:11px;
	margin:0px;
	}




/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj accordion
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
 
.accordion {
	margin:8px 0px 20px 0px;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 0px #e9e9e9;
	}

.accordion p.accordionItemTitle {
	background: #fff url(common/arrow-square.gif) no-repeat right -151px;
	padding: 5px 25px 5px 15px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	border: solid 1px #e9e9e9;
	border-top: solid 0px #e9e9e9;
	cursor: pointer;
	color:#002965;
	}

.accordion p.accordionItemTitle:hover {
	background-color: #FAFAFD !important;
	}

.accordion p.accordionItemTitle.active {
	background-position: right 5px;
	}

.accordion div.accordionItemText {
	margin:0px 0px 0px 0px !important;
	padding: 5px 15px 5px 15px;
	border:solid 1px #e9e9e9;
	border-top:solid 0px #e9e9e9;
	}

.accordion div.accordionItemText p,.accordion div.accordionItemText div {
	margin:0px 0px 8px 0px;
	padding: 0px;
	}

.accordion h2, .accordion h3 {
	}

.accordion ul, .accordion ol {
	margin: 0;
	padding: 10px 15px 20px 40px;
	}/* BO infobox.f_css_defaults */
div.infobox {
	margin-top: 10px;
	border-top: 5px solid #1f894c;
	background-color: #f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom: 20px;
}
p.infoboxtitle {
	padding:3px;
	margin: 0 0 0 3px;
	font-weight: bold;
	font-size: 116.67%;
}
div.infoboxContentEven,
div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
	margin: 3px;
}
div.infobox div.infoboxContentOdd  {
	background-color:#eaeaea;
}
div.infobox ul {
	margin:0px 0px 0px 28px;
	padding:0;
}

div.infobox div.ZMSFile div.title img {
	margin-bottom:-5px;
}

div.infobox li.LinkElementInternal,
div.infobox li.LinkElementInternalPortal {
	list-style-image:url(common/internal_link.gif) !important;
	list-style-position:inside;
	}

div.infobox li.LinkElementInternalClient {
	list-style-image:url(common/internal_link.gif) !important;
	list-style-position:inside;
	}
div.infobox li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif) !important;
	list-style-position:inside;
	}
/* EO infobox.f_css_defaults */



/* BO zweispaltiger_content.f_css_defaults */

.twoCol {
	overflow: hidden;
	width: 100%;
}

.colLeft .colInner {
	padding: 0 15px 0 0;
}

.colRight .colInner {
	padding: 0 0 0 15px;
}

div.twoCol .colLeft {
	float: left;
	overflow: hidden;
}

div.twoCol .colRight {
	float: right;
	overflow: hidden;
}

/******************************/
/* Clearing - do not modify */
/**************************/
.floatholder { overflow: hidden; }

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

.ccclear { display: block; }

/* EO zweispaltiger_content.f_css_defaults *//* BO quicklinks.f_css_defaults */
div#Quicklinks {
  background: none;
  /* width:200px; */
  padding-bottom:7px;
  margin:auto;
  border: 1px solid #176739;
  margin-bottom:10px;
  margin-top:10px;
}
div#Quicklinks .qlTitle {
  padding:2px 2px 2px 9px;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
  display: block;
  color: #fff;
  background-color: #176739;
}
div#Quicklinks form {
  padding:7px 9px 0px 9px;
}
div#Quicklinks form select {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:86.67%;
  width:100%;
/*  color: #999;
  background-color: #e8e8e8; */
}
/* EO quicklinks.f_css_defaults */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj dashedDelimiter
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
p.ddelimit {
	margin3px 0px 3px 0px;
	padding:0px;
	width:100%;
	height:3px;
	background: transparent url('http://www.hrdp-net.in/common/css/common/dashedDelimiter.gif') top left repeat-x;
	}


/* BO newsticker.f_css_defaults */
/* http://jquery.fabianderijk.nl/newsTicker.php */

#newsTicker {
    height: 33px;
    margin: 20px 0 0;
    width: 495px;
}
#tickerTextHolder {
    float: left;
    height: 32px;
    overflow: hidden;
    padding: 0 10px;
    width: 475px;
    border:1px solid #ff6633;
}
#tickerTextHolder .tickerText {
    color: #333333;
    line-height: 32px;
}
#tickerTextHolder .tickerText a {
  color: #176739;
}

/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
  border: 1px solid #ff6633;
  background: transparent;
  width: 495px;
  height: 27px;
  margin: 10px 0px;
  padding: 0;
  overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 10px;
  top: 7px;
  width: 475px; /* 718px; */
  overflow: hidden;
}
ul.newsticker { /* that's your list */
  position: relative;
  left: 520px; /* 750px */
  font-size: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.newsticker li {
  float: left; /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  background: transparent;
  background-image: none !important;
  padding: 0 !important;
  white-space: nowrap;
}
ul.newsticker a {
  white-space: nowrap;
  padding: 0;
  color: #176739;
  font-weight: bold;
  font-size: 10px;
  margin: 0 50px 0 0;
}
ul.newsticker span {
  margin: 0 10px 0 0;
}

/* EO newsticker.f_css_defaults */
/* BO f_css_defaults */

#imagegallery {
  font-family:monospace;
}

#imagegallery .preview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview table {
  padding:0.3em;
  background:#fff;
  border:1px #ccc solid; 
}

#imagegallery .overview table td {
  padding:0.3em;
  border:0;
}

 
/* EO f_css_defaults */
div#countdown {
  font-size:133.33% !important;
  text-align:center;
/* z-index:-1;
  position:relative;
  top:28px;left:1px; */
  }
div#countdown span.num {
  font-size:150.66% !important;
  color: red;
  }
/* BO ZMSEP_whoiswho.f_css_defaults */

#whoiswho td.form-small,
#whoiswho th.form-small {
 font-size: 100.01%;
 padding-left:2px;
}
#whoiswho th.form-small {
  background-color: #94c7a9;
}

#whoiswho th.form-small {
  text-align:center;
  white-space:nowrap;
}
table.whoiswho th,
table.whoiswho td {
  padding:4px;
  }

table.whoiswho th { text-align:left; background-color:#ddd }
table.whoiswho td { background-color:#eee }

/* EO ZMSEP_whoiswho.f_css_defaults *//* BO hrdpCourse.f_css_defaults */
table.hrdpCourse {
	width:98%;
	margin-top:20px;
	background-color:#C5C5C5;
	}
table.hrdpCourse p,
table.hrdpCourse li {
  font-size:100.01%!important;
}
table.eventsTable td,
table.eventsTable th {
  font-size:100.01%!important;
}
table.hrdpCourse tr.XXXtitle{
	background-color:#EAFFFF;
	}

table.hrdpCourse tr.code, tr.block1 {
	background-color:#FFEBD7;
	}
table.hrdpCourse tr.block2 {
	background-color:#FFFFCC;
	}
table.hrdpCourse tr.block3 {
	background-color:#FFCC00;
	}
table.hrdpCourse tr.block4 {
	background-color:#FF9900;
	}

table.hrdpCourse tr td.rowTitle {
	font-weight:bold;
	width:25%;
	}

table.hrdpCourse tr td {
	padding:2px 2px 2px 5px;
	}
table.hrdpCourse tr th,
table.hrdpCourse tr td {
  vertical-align:top;
}
table.hrdpCourse tr td p{
	padding:0;
	margin:0;
	}

table.hrdpCourse input {
  font-weight:bold;
  font-size:11px;
  font-family:Arial,Helvetica,sans-serif;
  background-color:#CCC;
  border: 2px solid;
  width:9em;
  margin:2px 0;
}
div#persons {
  float:right;
  margin-left:10px;
  padding: 0px;
  background-color:white;
  width:106px;
  border:1px solid #ccc;
}
div#persons h3 {
  margin-top:0px;
  margin-bottom:10px;
background-color:#ddd;
padding:3px;
}
div#persons p {
  font-weight: bold;
  padding:3px;
  margin-top:0px;
  margin-bottom:0px;
  border-bottom:1px solid #ccc;
}

div#persons img.referent {
  width:100px;
  overflow:hidden;
  padding:3px;
}
div#people div.whoiswhoLink {
  margin:3px;
  float:right;
  display:inline;
}

.bookform input { width:98% }
.bookform textarea { width:98%; font-family: Arial, Helvetica, sans-serif;}
.bookform input.button { width:120px }

input.free {
  color:#3CB371;
  border-color:#3CB371;
}
input.fewplaces {
  color:#FFFF00;
  border-color:#FFFF00;
}
input.waitinglist {
  color:#FF4500;
  border-color:#FF4500;
}
input.bookedout {
  color:#FF0000;
  border-color:#FF0000;
}
span.planned {
  color:#333;
  font-style:italic;
  }
/* EO hrdpCourse.f_css_defaults */
/*  BO poll.f_css_defaults */
div.poll { margin-bottom:1em;}
.pollColorStrong { background-color:#999; }
.pollColorMedium { background-color:#DDDDDD; }
.pollColorLight { background-color:#C3C3C3; }
.pollColorBlack { background-color: transparent; }
div.poll table { margin-bottom: 0px; width: 100%!important }
div.poll table th,
div.poll table td {
/*  border:0 !important; */
  padding: 2px !important;
  }
div.poll p.question {
  font-size:14px;
  font-weight:bold;
  font-style:italic;
  margin:10px;
  }
div.poll p.answer {
  font-weight:bold;
  margin:3px 2px;
  line-height: 1em;
  }
/* EO poll.f_css_defaults */textarea#title { height: 48px !important }
.question { margin:25px 0 10px; font-size:13px; }
.question .title { margin:10px 0 5px; }
.question.subheader .title { margin-top:20px; border:1px solid #aaa; background-color:#eee; color:#666; padding:5px; font-weight:bold;  }
.question .hint { font-size:10px; font-style:italic; color:#999; }
.question.subheader .answer { display:none }
.question .answer { margin:10px auto 5px; width:90% }
.question .answer .scale { font-size:smaller }
.question .answer .scale.left { margin-right:10px }
.question .answer .scale.right { margin-left:10px }
.question .answer textarea { width:100%; height:4em !important }
.submitArea { text-align:center;margin:auto; border-top:1px solid #ccc }
.submitArea input { margin:10px }

#col1 .ui-state-active {
  background: url('') #FF9900 !important;
  color: white !important;
} 
#col1 .ui-state-hover, #col1 .btn.ui-button.ui-state-hover {
  background: url('') #FFBB33 !important;
  color: white !important;
} 
#col1 .ui-state-default {
  color: #666;
} 
#col1 .btn.ui-button {
  background: url('') #aaa !important;
  color: black !important;
} 
/* manage_questionnaire */
.qdiv {
  color: #333333;
  background: none repeat-x scroll center top #CCCCCC;
  border: 1px solid #DDDDDD;
  border-radius: 12px 12px 12px 12px;
  margin: 20px 0 0 30px;
  padding: 10px 60px 10px 20px;
  width:570px;
}

.qtitle {
  color: #333333;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
}
table.AnswerValues { display:none; margin: 5px 30px; width:auto;}
/* BO f_css_defaults */

#ZMSForum
{	color: #000;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
}

#ZMSForum div.breadcrumb
{ vertical-align:middle;
  margin-top:0.5em;
}

#ZMSForum div.breadcrumb span
{ margin:0 0.5em;
}

#ZMSForum div.error
{	background-color:#FFCE7B;
	border:1px solid #A7CBFF;
	margin:0 0 1em;
	padding:1em;
	width:auto;
}

#ZMSForum table a
{	color:#5555E2;
}

#ZMSForum table
{	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
}

#ZMSForum th
{
	border: 1px solid #666666;
	display: table-cell;
	font-weight: bold;
	padding: 0.5em;
	vertical-align: middle;
	text-align:left;
}

#ZMSForum td
{ border: 1px solid #666666;
	line-height: 1.5em;
	padding: 0.5em;
	vertical-align: top; 
	overflow: hidden;
}

#ZMSForum td.scroll
{
	border-width: 0px;
	vertical-align: middle;
	padding: 0px;
}

#ZMSForum fieldset
{	border: 1px solid #666666;
	line-height: 1.5em;
	margin: 0.7em 0;
	padding: 0 1em 1em;
	width: auto;
}

#ZMSForum legend
{	background: white none repeat scroll 0 0;
	font-size: 90%;
	padding: 0.5em;
}

#ZMSForum div.field
{	border-top: 0 solid #999999;
	left: 0;
	margin: 0 1em 0 0;
	padding: 0.5em 0;
	top: 0;
}

#ZMSForum select, #ZMSForum input, #ZMSForum textarea {
	background-color: white;
	border:1px solid #999999;
	color:black;
	padding:0.25em;
}

#ZMSForum input[type="submit"] {
	/*background-color: #C8DBE2;*/
}

#ZMSForum div.field input[type="radio"],
#ZMSForum div.field input[type="checkbox"],
#ZMSForum input[type="submit"]
{	cursor:pointer;
}

#ZMSForum div.field input[type="text"],
#ZMSForum div.field input[type="file"],
#ZMSForum div.field textarea
{ width:90%
}

#ZMSForum div.field label
{	font-weight: bold;
}

#ZMSForum div.field label.singleLabel
{	cursor:pointer;
	font-weight:normal;
}

#ZMSForum img 
{	border:0px !important;
	vertical-align:middle;
}

/***************** navigation tabs *****************/
#ZMSForum ul.nav-tabs 
{	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}
#ZMSForum .nav-tabs:after
{	display: block;
	clear: both;
	content: " ";
}

#ZMSForum .nav-tabs li
{	border: 1px solid #C8DBE2;
	float: left;
	margin: 0pt 7px 7px 0pt;
}
#ZMSForum .nav-tabs li.selected
{	background-color: #C8DBE2;
	border-color: #C8DBE2;
	margin-bottom: 0pt;
}

#ZMSForum .nav-tabs a
{	float: left; /* fixes dir=ltr problem and other quirks IE */
	padding:0;
}

#ZMSForum .nav-tabs a
{	margin:0; /* position: relative makes opacity fail for disabled tab in IE */
	padding:0.25em 0.45em 0.25em 0.45em;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline:none; /* @ Firefox, prevent dotted border after click */    
}

#ZMSForum .nav-tabs a:link, #ZMSForum .nav-tabs a:visited
{ /*color: #000;*/ }

#ZMSForum .nav-tabs a:hover, #ZMSForum .nav-tabs a:active
{	text-decoration:underline; }

/*IE7 fails to replaca margin-bottom with padding-bottom from 2nd tab on*/	
*+html #jquery_ui_container .ui-tabs-nav .ui-tabs-selected 
{ margin-bottom:7px; }

* html #ZMSForum .nav-tabs
{ /* auto clear @ IE 6 & IE 7 Quirks Mode */
	/*display: inline-block;*/
}

*:first-child+html #ZMSForum .nav-tabs
{ /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

div.threadTree { line-height: 18px; /*color:#595959;*/ }
div.threadTree img { vertical-align: middle; margin-right:0.25em; }
div.threadTree:hover, div.threadTree:active { background:#C8DBE2; }
div.threadTree.selected { font-weight:bold; }

/* --------- ZMSFORUM CUSTOMIZED -------------- */
div#ZMSForum {
margin-top:2em;
}
#ZMSForum ul.nav-tabs {
padding-bottom:1em
}
#ZMSForum table {
margin: 0em 0em 1.5em 0em;
}
#ZMSForum fieldset {	
margin: 0em 0em 0.7em 0em;
}
#ZMSForum ul.nav-tabs li {
padding:0px 0.5em;
list-style-type:none;
}
div.threadTree .zfmAuthor,
div.threadTree .zfmDateTime {
color:#999 !important;
}
div.threadTree .zfmSubject { }
div.zfmFileForm {
padding:0.3em;
margin-top:0.7em;
}

/* EO f_css_defaults */textarea#code.form-element {
 font-family:courier !important;
 font-size:11px !important;
 height:350px !important;
 width:630px !important; 
}/* BO nlnews.f_css_defaults */
table.nlnews {
  margin-bottom:25px;
}
table.nlnews tr td {
  vertical-align: top;
  font-size:12px;
}
table.nlnews tr td.image { padding-right:10px; }
table.nlnews tr td.text h4 {
  margin:0em 0 0.2em;
  border-left:4px solid #666;
  padding-left:4px;
}
table.nlnews tr td.text p { margin:0.3em 0 0.3em; }
table.nlnews tr td.text span.news-date { font-size:smaller;font-weight:normal;text-transform:uppercase}

/* EO nlnews.f_css_defaults *//* BO Imagemap CSS */
#dhtmltooltip {
 font-size:11px;
 line-height:1.25em;
 color:#666;
}
div.imagemap {
 text-align:left;
 margin:auto;
}

div.imagemap a.zoom {
  text-decoration:none;
  border:0;
  margin-right:5px;
  margin-left:5px;
  position:relative;
  top:5px;
  display:block;
  float:left;
}
div.imagemap span.title {
  font-weight:bold;
}
div.imagemap p.caption {
  font-style:normal;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
/* EO Imagemap CSS *//*-- ZMSCustom_progressreport ---------------------------*/
table.progressreport tr.pgReporteven {
	background-color:#fbfcfb;
	}

table.progressreport tr.pgReportodd {
	background-color:#ebecec;
	}
/*-- /ZMSCustom_progressreport ---------------------------*/
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('http://www.hrdp-net.in/content/metaobj_manager/ZMSMediaPlayerLib.loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}


table.ZMSTable.chartTable th {
/*  color: white;
  background: #AAA none !important; */
}
table.ZMSTable.chartTable th:first-child, table.ZMSTable.chartTable td:first-child {
  width: auto;
}

/* BO hrdpInstitution.f_css_defaults */
table.ZMSTable tbody tr.block2 td {
	background-color:#FFFFCC;
	}
table.ZMSTable tbody tr.block3 td {
	background-color:#FFCC00;
	}
div.instList table td.form-small a { 
  font-weight: bold; 
  }

/* EO hrdpInstitution.f_css_defaults */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
	border: 2px dashed blue;
	background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
	border: 2px dashed red;
	background-color: #FFF0F0;
	color: #CCC;
	text-decoration: line-through;
}
.preview.highlight {
	background: filter:Alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;
	background-color: #E2E3DE;
	cursor:pointer;
}

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}

