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 {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}
ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
/* remember to define focus styles! */
:focus {
   outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
   text-decoration: none;
}
del {
   text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
   border-collapse: collapse;
   border-spacing: 0;
}
* {
   font-weight: inherit;
   font-style: inherit;
   font-family: inherit;
}
dfn {
   display: none;
   overflow: hidden;
}
/* ----------- Clear Floated Elements ----------- */
html body .util-clearb {
   background: none;
   border: 0;
   clear: both;
   display: block;
   float: none;
   font-size: 0;
   margin: 0;
   padding: 0;
   position: static;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}
/* ----------- Fix to Clear Floated Elements ----------- */
.util-clearfix:after {
   clear: both;
   content: '.';
   display: block;
   visibility: hidden;
   height: 0;
}
.util-clearfix {
   display: inline-block;
}
* html .util-clearfix {
   height: 1%;
}
.util-clearfix {
   display: block;
}

/*----------- Global Containers ----------- */
.core-wrap-992 {
   width: 992px;
}
.core-wrap-992,
.custom-wrap-x {
   margin-left: auto;
   margin-right: auto;
}
/*----------- Global Float ----------- */
.core-wrap-992  .core-float-left,
.custom-wrap-x  .core-float-left {
   float: left;
   display: inline;
}
.core-wrap-992  .core-float-right,
.custom-wrap-x  .core-float-right {
   float: right;
   display: inline;
}
/*----------- Global Center ----------- */
.core-wrap-992   .core-center,
.custom-wrap-x   .core-center {
   margin-left: auto;
   margin-right: auto;
}
body {
   font: normal 12px Arial, Helvetica, sans-serif;
   color: #000000;
}
/* external links will have "(external link)" text added, lets hide it */
a.external span {
   position: absolute;
   left: -5000px;
   width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
   padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
   color: #818181;
/* background image for the link to show wiki style arrow */
   background: url(cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
   color: #818181;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
   background: url(cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
   color: #818181;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
   background: url(cms/external.gif) no-repeat 100% 0;
   background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
   position: absolute;
   top: -9999em;
   left: -9999em;
   background: none;
   border: 0;
   clear: both;
   display: block;
   float: none;
   font-size: 0;
   margin: 0;
   padding: 0;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
   border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong {
   font-weight: bold;
}
i, em {
   font-style: italic;
}
p {
   padding: 0px 0 10px 0;
   text-align:left;
}
.main-main p, .main-main ol, .main-main ul, #right p, #right ol, #right ul {
   line-height: 1.3em;
}
/*default link styles*/
a {
   color: #9a9a9c;
   text-decoration: none;
   text-align: left;
}
a:hover {
   color: #024685;
}
a:active {
   color: #990000;
}
input, textarea, select {
   font-size: 11px;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
   font-size: 12px;
   position: relative;
   z-index: 1;
   background-color: #fff;
   padding: 0;
 /*  display: none;*/
}
div#usablecontentwrapper {
   margin: 0 17px 0 17px;
   width: 958px;
}
/* ------------ Header ------------ */
#header {
   height: 113px;
   width: 100%;
   clear: right;
   border-bottom: 2px solid #eeeeee;
}
#printlogo {
   display: none;
}
#logo {
   padding: 5px 0 0 8px;
   height: 105px;
   width: 237px;
}
#logo a {
/* adjust according your image size */
   height: 105px;
   width: 237px;
   display: block;
   text-indent: -9999em;
   margin: 0;
   background: url(../images/nl/logo_nivedita.gif) no-repeat left top;
}
/* ------------ Content ------------ */
#content {
   width: 100%;
   margin-top: 3px;  // alter to lower content!
   text-align: left;
   background-color: #ffffff;
}
/* End IE6 fixes */
/* Site Title */
h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   color: #024685;
   font-weight: bold;
   margin: 0;
   line-height: 1em;
   padding-top: 13px;
   padding-bottom: 10px;
   width: 100%;
}
h1.title {
   line-height: 1.5em;
}
h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #024685;
   padding-top: 0px;
   line-height: 1.2em;
   margin-top: 0px;
   margin-bottom: 20px;
   width: 100%;
}
h2.subtitle {
   margin: 0;
   padding: 0 0 10px 0;
}
/* Breadcrumbs */
div.breadcrumbs {
   float: left;
   width: 450px;
   font-weight: bold;
   padding-left: 10px;
   font-size: 11px;
}
div.breadcrumbs, div.breadcrumbs a {
   color: #818181;
}
div.breadcrumbs a:hover {
   color: #024685;
   text-decoration: underline;
}
div.breadcrumbs .current {
   color: #990000;
}
div.breadcrumbs a.current:hover {
   color: #990000;
   text-decoration: underline;
}
/* ------------ Side Bar (Left) ------------ */
#left {
   width: 232px;
   margin-right: 10px;
}
#right {
   width: 232px;
   float: right;
}
/* ------------ Main (Right) ------------ */
#main {
	min-height: 450px;
}
.main-main {
   width: auto;
   min-height: 250px;
}
.main-main a {
   text-decoration: underline;
}
.main-bottom {
   width: auto;
   height: 20px;
}
#right h3,
#main h3,
#main h5,
#main h6 {
   font-family: Arial, Helvetica, sans-serif;
   line-height: 1em;
   font-size: 14px;
   color: #9a9a9c;
   font-weight: bold;
}
#main h4 {
   font-size: 1.2em;
   font-weight: bold;
   color: #000000;
}
div#main ul,
div#main ol,
div#main dl {
   margin: 0 0 1.0em 0;
}
div#main ul {

}
div#main ul li,
div#main ol li {
   padding: 2px 2px 2px 5px;
   margin-left: 20px;
}
/* ------------ Footer ------------ */
#footer-wrapper {
   width: 100%;
   margin-top: 20px;
   border-top: 2px solid #eeeeee;
   height: 25px;
}
#footer {
   color: #9a9a9c;
   font-family: Arial;
   font-size: 11px;
   padding: 15px 0 0 0;
}
#footer p {
   line-height: 1.8em;
}
#footer span.seperator {
   font-size: 9px;
   padding: 0 5px 0px 5px;
}
#footer a {
   text-decoration: none;
   color: #9a9a9c;
}
#footer a:hover {
   text-decoration: underline;
   color: #990000;
}
#errorMessages {
   color: #990000;
   border: 1px solid #990000;
   font-size: 11px;
   background: #fffce1 url(../images/warning.png) no-repeat 5px 5px;
   padding: 7px;
   margin-bottom: 7px;
}
#errorMessages ul {
   margin: 0 !important;
   list-style-image: none !important;
}
#errorMessages ul li {
   margin: 0 !important;
   padding: 0 !important;
}
#errorMessages h2 {
   font-size: 14px !important;
   margin: 0 0 7px 0 !important;
   font-weight: bold;
   padding: 0 0 2px 25px !important;
   color: #990000 !important;
}
#menu_vert .heading {
   background-color: #9a9a9c;
   color: #fff;
   border-bottom: none;
}
#menu_vert {
   margin: 0 10px 10px 0px;
   padding: 10px 0 10px 10px;
   background-color: #eeeeee;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 1em;
}
#menu_vert a {
   color: #9a9a9c;
}
#menu_vert ul li div {
   padding: 7px 0 8px 4px;
   width: 100%;
   font-size: 12px;
   font-weight: bold;
   line-height: 1em;
   cursor: pointer;
}
#menu_vert .currentParent a, #menu_vert .currentNode a {
   color: #990000;
}
#menu_vert .normalNode a {
   color: #707070;
}
#menu_vert .normalNode a:hover {
   color: #024685;
}
#menu_vert ul li {
   margin: 0 10px 0 0;
   border-bottom: 1px solid #9a9a9c;
   width: auto;
   line-height: 0.1em;
}
#menu_vert ul ul {
   margin: 4px 0 0 0;
}
#menu_vert ul ul li {
   margin-left: 20px;
   padding: 3px 0px 3px 0px;
   font-size: 14px;
   font-weight: normal;
   width: 100%;
}
#menu_vert ul ul ul li {
   margin-left: 40px;
}
#menu_vert li div.spacer {
   height: 12px;
   width: 100%;
   display: block;
   clear: both;
}
.page-menu {
   margin: 0px 0px 0px 0px;
   height: 29px;
   float: right;
}
#visuals {
   margin-left: -4px;
   line-height: 0.1px;
   margin-top: 16px;
   margin-bottom: 10px;
   float: left;
   width: 234px;
   clear: right;
   height: auto;
}
#visuals .thumbs {
   float: left;
   border: 1px solid #a3a3a3;
   margin: 0 0 4px 4px;
}
#menu_vert_visual {
   line-height: 0.1px;
}
#accountShortcuts {
   width: 450px;
   float: right;
   font-size: 11px;
   text-align: right;
   color: #9a9a9c;
}
#accountShortcuts a {
   color: #9a9a9c;
}
#accountShortcuts a:hover {
   color: #024685;
   text-decoration: underline;
}
.hpBlock {
   color: #fff;
   font-size: 11px;
   width: 212px;
   float: left;
   padding: 10px 10px 10px 10px;
   margin-right: 10px;
   margin-bottom: 10px;
   min-height: 265px;
}
.hpBlock .link {
   float: left;
   margin-bottom: 10px;
}
.hpBlock .link a {
   color: #fff;
   text-decoration: underline;
}
.hpBlock .link img {
   padding-left: 5px;
}
.hpBlock h1 {
   font-size: 19px;
   margin: 0 0 10px 0;
   color: #fff;
   width: 100%;
}
.hpBlock .intro {
   min-height: 105px;
   line-height: 1.3em;
}
.hpBlock .intro p {
   margin: 0;
   padding: 0;
}
.hpBlock .intro .title {
   font-weight: bold;
}
.hpBlock .visual {
   margin-top: 14px;
}
#hpNewsOverview {
   padding: 0px 5px 0px 5px;
   font-size: 11px;
   color: #000;
}
#hpNewsOverview h1 {
   font-size: 19px;
   margin: 0 0 10px 0;
   color: #818181;
   width: 100%;
}
#hpNewsOverview .morenews {
   width: 100%;
   clear: both;
}
#hpNewsOverview .news {
   width: 100%;
   clear: both;
   padding-bottom: 14px;
}
#hpNewsOverview .news .title {
   font-weight: bold;
   font-family: Arial;
   text-transform: uppercase;
}
#hpNewsOverview .news .summary {
   margin-bottom: 0px;
   line-height: 1.3em;
}
#hpNewsOverview .news .link {
   margin-bottom: 5px;
}
#hpNewsOverview .news .link a, #hpNewsOverview .morenews a {
   color: #000;
   text-decoration: underline;
}
#hpNewsOverview .news .link img, #hpNewsOverview .morenews img {
   padding-left: 5px;
}
#hpNewsOverview .news .visual {
   margin-top: 8px;
   text-align: left;
}
.downloads, .hyperlinks {
   clear: both;
   width: 100%;
   font-size: 12px;
}
.downloads ul, .hyperlinks ul {
   list-style-image: url(../images/nl/ff_li.gif) !important;
   margin: 2px 0 10px 15px !important;
   padding: 0 !important;
}
.downloads li, .hyperlinks li {
   padding: 0 0 2px 0 !important;
}
#main .downloads li {
   margin-left: 1px !important;
}
.downloads a {
   color: #e71077;
   text-decoration: none;
}
.hyperlinks a {
   color: #29ace2;
   text-decoration: none;
}
.downloads a:hover, .hyperlinks a:hover {
   text-decoration: underline;
}
.hyperlinks p {
   margin: 0;
   padding: 0;
}
.downloads h3, .hyperlinks h3 {
   margin: 0;
   padding: 5px 0 0 0;
}
#visuals h3 {
   margin: 0;
   padding: 5px 0 5px 5px;
}
#newsTop10 {
   padding: 10px;
}
#rndNewsTeaser {
   padding: 10px 10px 15px 10px;
}
#newsTop10, #rndNewsTeaser {
   width: 210px;
   background-color: #818181;
   color: #fff;
   font-size: 12px;
   clear: both;
   margin-bottom: 10px;
}
#newsTop10 h3, #rndNewsTeaser h3 {
   color: #fff;
   margin: 0;
   padding: 3px 0 0 0;
}
#newsTop10 table {
   margin-top: 10px;
}
#rndNewsTeaser .intro {
   margin-top: 10px;
   margin-bottom: 10px;
}
#newsTop10 .intro {
   margin-top: 10px;
   padding-bottom: 5px;
}
#newsTop10 td {
   padding-bottom: 8px;
}
#newsTop10 a, #rndNewsTeaser a {
   color: #fff;
}
#newsTop10 td img {
   padding-right: 5px;
}
#newsTop10 td a:hover {
   text-decoration: underline;
}
small {
   font-size: 9px;
}
#rndNewsTeaser .link {
   float: left;
}
#rndNewsTeaser .link a, #rndNewsTeaser .intro a {
   color: #fff;
}
#rndNewsTeaser .intro a {
   text-decoration: underline;
}
#rndNewsTeaser .link a:hover {
   text-decoration: underline;
}
#rndNewsTeaser .link img {
   padding-left: 5px;
}
.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#background {
   display: none;
}
.newsDateAndSource {
   padding-bottom: 10px;
   color: #818181;
   font-size: 11px;
   font-weight: bold;
}
.formHF {
   display: none;
}
#main h3 {
   margin-top: 5px;
   margin-bottom: 5px;
}
#main ul {
   list-style-image: url(../images/nl/mv_li_dot_active.gif);
   margin: 0 0 10px 15px;
   padding: 0;
}
body {
   background-color: #ffffff;
}
#wtabControl {
   width: 100%;
   height: 28px;
   background: url(../images/admin/tab_bg.gif) repeat-x left bottom;
   margin-bottom: 10px;
}
#wtabControl a {
   color: #818181;
   font-size: 13px;
}
#wtabControl .activeTab a {
   color: #e71077;
   font-size: 13px;
}
#wtabControl UL {
   list-style-image: none;
}
#wtabControl UL LI {
   float: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   margin: 0px 5px 0px 0px !important;
   padding: 5px 10px 5px 5px !important;
   border: 1px solid #bbbbbb;
   background-color: #ffffff;
}
#wtabControl UL LI.activeTab {
   border-top: 1px solid #bbbbbb;
   border-left: 1px solid #bbbbbb;
   border-right: 1px solid #bbbbbb;
   border-bottom: 1px solid #ffffff;
   background-color: #ffffff;
}
.wtabContent {
   padding-left: 10px;
   min-height: 250px;
}
.link TD a {
   font-size: 11px;
}
#menu_horiz  {
   font-family: Arial, Helvetica, sans-serif;
   float: right;
   margin-top: 71px;
}
#menu_horiz li {
   float: left;
   line-height: 0.1em;
}
#menu_horiz li.normalNode, #menu_horiz li.currentNode, #menu_horiz li.currentParent {
   border-right: 1px solid #9a9a9c;
}
#menu_horiz li div {
   line-height: 1em;
   font-size: 16px;
   font-weight: bold;
}
#menu_horiz li.last {
   border-right: 1px solid #fff;
}
#menu_horiz a.anormalNode {
   color: #9a9a9c;
}
#menu_horiz a.anormalNode div {
   padding: 0 10px 0 10px;
}
#menu_horiz a.anormalNode.last div {
   padding: 0 0 0 10px;
}
#menu_horiz a.acurrentNode, #menu_horiz a.acurrentParent {
   color: #990000;
}
#menu_horiz a.acurrentNode div, #menu_horiz a.acurrentParent div {
   padding: 0 10px 0 10px;
}
#menu_horiz a.acurrentNode.last div, #menu_horiz a.acurrentParent.last div {
   padding: 0 0 0 10px;
}
#menu_horiz a:hover {
   color: #024685;
}
#subheading {
   height: 20px;
   margin-top: 10px;
   font-weight: bold;
   font-size: 11px;
   clear: right;
}
#evaluation {
	margin-bottom: 10px; 
	padding: 10px; 
	border: 1px solid #9A9A9C;
}
#evaluation h2.evalTitle {
	padding-top: 0px; 
	padding-bottom: 10px;
}
#evaluation .evalButton {
	border: 1px solid #9A9A9C;
	margin-top: 5px;
	width: 114px;
	margin-right: 15px;
	padding: 5px 5px 1px 4px;	
	cursor: pointer;
}
#evaluation .evalButton:hover {
	border: 1px solid #024685;
	color: #024685;
}
#evaluation .evalButton div {
	font-size: 14px;
	font-weight: bold;
	margin-top: 13px;
}