
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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;
}


/***************************************/
/*   MASTER Colors and Management Interface   */
/***************************************/
.neutralColorTrans { background-color: transparent}
.neutralColorWhite { background-color: #fff}
.neutralColorLight { background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #FF6633;}

.primColorStrong {background-color: #336699;}
.primColorMedium {background-color: #B0C3DE;}
.primColorLight { background-color: #F0F4FF;}

.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight { background-color: #eee;}

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-small { text-align:left; }
.form-submit { font-size:100.01%; }
.form-submit, button, input.button {
  cursor:pointer;
  padding:2px;
  text-align: center;
}

a.fancybox img { background-color: transparent; }
div.note { width: 96% }
body.zmi img { border:0 }

.searchResult span.title,
.searchResult span.title a {
  color: #176739
}

.searchResult span.linkpath a:link,
.searchResult span.linkpath a:visited {
  color:#999;
}

body.zmi img { border:0 }
body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4,
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:116.66%;
	line-height:19px;
	color:black;
  }
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:100.01%;
	line-height:15px;
	color:black;
  }

body.zmi div.ZMSFile div.title, body.zmi div.ZMSLinkElement div.title,
body.zmi div.ZMSFile div.text,  body.zmi div.ZMSLinkElement div.text,
body.zmi div.ZMSFile div.description,  body.zmi div.ZMSLinkElement div.description {
	font-size:100.01%;
	color:black;
	}
/**************************************/
/*         Master             */
/**************************************/

#Claims {
  padding:20px;
  margin-left:260px;
  display:none;
  }

#Claims h1 { font-size:150%; color: #000; margin:0  }
#Claims h2 {  }

#Supranavigation {
  height:24px;
  padding:8px;
}
div#LoginSmart {
  color:#999;
  float:right;
  margin-right: 4px;
  line-height:24px;
  }

#Metanavigation {
  display:inline;
  }

#Search {
	display:inline;
	position:relative;
	top:-7px;
	padding-left:10px;
}
#Search form {
	display:inline;
}

#Search input#raw {
	font-family:Courier;
	font-size:12px;
	padding:0;
	margin:0;
	height:16px;
	width:128px;
	vertical-align:middle;
}
#Search input#btnSearch {
	vertical-align:middle;
}

#Micronavigation {
  margin: 0 0 0.5em 0;
  font-size:10px;
  color: #999;
  }
#Micronavigation a:link,
#Micronavigation a:visited {
  color:#999;
  }




/**************************************/
/*             ZMSGraphic             */
/**************************************/
div.ZMSGraphic {
	background-color:transparent;
	margin: 1.5em 0px;
}

div.ZMSGraphic a img.img { border:0;  }

/* tf: sollte ins ZMS default_css */
div.ZMSGraphic div.graphic.alignleft { margin-right:10px; }
div.ZMSGraphic div.graphic.alignright { margin-left:10px; }
div.ZMSGraphic.floatleft { margin-right:10px; }
div.ZMSGraphic.floatright { margin-left:10px; }
div.ZMSGraphic div.text { padding:0px; }
/* tf: fixing center bug when text is above graphic */
div.ZMSGraphic.center div.graphic { margin:auto; }


/*-------------------------*/
/*         Teaser          */
/*-------------------------*/
div#teaser, div#teaserleft {
	width:auto !important;
	font-size:100.01%;
	}
#teaserleft .ZMSTeaserContainer { width:217px; }

div.ZMSTeaserContainer {
	padding: 1px 1px 1px 1px !important;
	width: 180px;
	margin-bottom: 15px;
}
div.ZMSTeaserElement {
	margin-bottom: 15px;
}

#col3_content div.ZMSTeaserElement {
  width:180px;
  overflow:hidden;
}
#col1_content div.ZMSTeaserElement {

}
div.ZMSTeaserElement div.title {
  margin:0;
  padding:3px;
  line-height:1.2em;
}

div.ZMSTeaserElement div.title,
div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited {
	font-size:100.01%;
  font-weight:bold;
	text-decoration:none;
	color: #176739;
}

div.ZMSTeaserElement div.title a:hover,
div.ZMSTeaserElement div.title a:active {
	text-decoration:underline;
	color: #1f894c;
}
div.ZMSTeaserElement div.graphic {
  overflow:hidden;
  }
div.ZMSTeaserElement img.title {
  overflow:hidden;
  }

div.ZMSTeaserElement div.text {
	font-size:100.01%;
	padding: 5px 5px 3px 5px;
	line-height:1.3em;
	color: #000;
	}

/* activate for disabling all teaser background color */
div.ZMSTeaserContainer,
div.ZMSTeaserElement,
div.ZMSTeaserElement div.title,
div.ZMSTeaserElement div.text {
/*  background-color:transparent !important; */
}

div.ZMSTeaserElement a.more {
  display:block;
}
/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

table.ZMSTable {
	margin:0.75em 0em;
	border-collapse:collapse;
  table-layout:static;
	width:100%;
	}

table.ZMSTable caption {
  font-weight: bold;
	margin-top:1em;
	text-align:left;
	}

table.ZMSTable th,
table.ZMSTable td {
	padding:4px;
	font-size:100.01%;
	vertical-align:top;
	background:#e8e8e8;
	border: 2px solid #fff;
	color:#000;
  text-align: left;
	}
table.ZMSTable th {
 	background-color:#1f894c;
	color:#fff;
  font-weight: bold;
}
table.ZMSTable td {

}
table.ZMSTable th:first-child,
table.ZMSTable td:first-child { width:20% }

table.ZMSTable tr.odd td { background-color:#F1F1F1; }
table.ZMSTable tr.even td { background-color:#FAFAFA;}

table.ZMSTable th p,
table.ZMSTable td p { }

table.ZMSTable th sup,
table.ZMSTable td sub { font-size:60%;  }

table.ZMSTable tr th p { margin:0px; }
table.ZMSTable tr td p { margin:0px; }


table.ZMSTable thead tr td {
	}
table.ZMSTable thead tr th {
	font-weight:normal;
	}

table.hrdpCourse table { margin:0px }

#col1_content table tbody th,
#col1_content table tbody td {
  border:1px solid white;
  }

tbody th.form-small { white-space:nowrap; }
tbody th.form-small img { vertical-align:middle; }
/* chooseBtn in who-is-who grids */
div#whoiswho form table tbody td a img { width:16px;height:20px; }


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Links
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
div#pageelement_Links {
  	border: 0px none #ddd;
	}

/*----------------------------------*/
/*    ZMSFile, ZMSLinkElement       */
/*----------------------------------*/
div.ZMSFile, div.ZMSLinkElement, div.ZMSLinkContainer {
  background-color: transparent;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

div.ZMSLinkElement.floatleft { float:left; width:50%; }
div.ZMSLinkElement.floatright { float:right; width:50%; }

div.ZMSLinkElement div.title {
  font-size:100.01%;
	padding:2px;
	line-height:18px !important;
	}
div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited {
  font-size:100.01%;
	text-decoration:none;
}

div.ZMSLinkElement div.text,
div.ZMSLinkElement div.description {
  font-size:100.01%;
  margin-left:20px;
	}
div.ZMSLinkElement div.text a:link,
div.ZMSLinkElement div.text a:visited {
  font-size:100.01%;
  }

div.ZMSLinkElement ul {
	list-style-type:none;
	list-style-image:none;
/*	margin-left: 0px; */
}
div.ZMSLinkElement ul li {
	margin-left: 0px;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
div.ZMSFile {
	margin: 10px 0 5px 0;
  position:relative;
	}

div.ZMSFile.floatleft { float:left; width:50%; }
div.ZMSFile.floatright { float:right; width:50%; }

div.ZMSFile div.title {
  font-size:100.01%;
	padding:2px;
	font-size:100.01%;
	line-height:18px !important;
  }

div.ZMSFile div.title img {
  float:left;
  padding-right:2px;
  }

div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited {
  font-weight:normal;
  text-decoration:none;
  font-weight: bold;
  font-size:100.01%;
	}

div.ZMSFile div.text,
div.ZMSFile div.description {
  font-size:100.01%;
  margin-left:20px;
	}

div.ZMSFile.none,
div.ZMSLinkElement.none {
	background-color: transparent; border:none;
	}

div.ZMSLinkElement .text ul {
	margin:2px;
	}

div.ZMSFile div.title img,
div.ZMSLinkElement div.title img {
  padding-right: 5px;
}
div.ZMSFile div.title, div.ZMSLinkElement div.title {
  font-size: 110.01%;
}
div.ZMSFile div.title a, div.ZMSLinkElement div.title a {
  font-size: 110.01% !important;
}
div.ZMSFile div.text, div.ZMSLinkElement div.text {
  font-weight: bold;
  font-size: 100.01%;
  margin-left:23px;
}
div.ZMSFile div.description, div.ZMSLinkElement div.description {
  font-size: 100.01%;
  margin-left:23px;
}


#LastChanged {
	color:#ccc;
	font-size: 9px;
	float:right;
	margin-left:10px;
	text-align:right;
	line-height:1.1em;
	margin-top:2px;
	}


#col1_content.form-submit,
button, input.button {
  text-align: center;
  cursor: pointer;
  padding: 2px 5px;
  font-size: 100.01%;
  font-weight: bold;
  width: auto;
  background-color: #ffd663;
  border:1px solid #ffca00;
}

div.system-msg {
  margin-bottom:5px; padding:5px;
  color:green;
  background-color:#ffd663;
  border:2px dotted #eaaa36;
  font-size: 100.01%;
  font-weight:bold;
  background-repeat: repeat;
}


textarea { font-family: Arial, Helvetica, sans-serif }
td.form-element textarea { width:30em !important }

#ZMSForum ul.nav-tabs  {
  margin: 0em 0em 2px 0em !important;
  }
#ZMSForum ul.nav-tabs li {
  background-image: none !important;
  }
#ZMSForum table {
  margin-top: 0px !important;
/*   margin-left: 1px; compensates border */
  }
#ZMSForum table th, #ZMSForum table td {
  border:1px solid #ddd !important;
  }

ul.thumbs li {
  background-image:none !important;
  padding-left:0px !important;
  }


/***************************************/
/*   Colors and Management Interface   */
/***************************************/
.neutralColorTrans { background-color: transparent}
.neutralColorWhite { background-color: #fff}
.neutralColorLight { background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #FF6633;}

.primColorStrong {background-color: #336699;}
.primColorMedium {background-color: #B0C3DE;}
.primColorLight { background-color: #F0F4FF;}

.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight { background-color: #eee;}

/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4,
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;
	color: black;
  }
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	color: black;
  }

/* --------- ZMSFORUM CUSTOMIZED -------------- */
div#ZMSForum {
font-size:11px;
font-family:Tahoma;
margin-top:2em !important;
}

#ZMSForum ul.nav-tabs li {
padding:0px 0.5em;;
list-style-type:none;
}
div.threadTree {
color:#999 !important;
}
div.threadTree .zfmSubject {
color:#336699 !important;
}

/*--- Navigation: FF-Fix -- */

#nav_main ul li#current {min-width:52px !important}
#nav_main {background-color:#cbd4de }

