/* !!!IMPORTANT!!! PLEASE READ: do NOT modify this file.  This file WILL GET OVERWRITTEN during every upgrade.*/
/* If you would like to implement custom CSS changes, please do so in the issues.css file, NOT HERE. */
/* In that file you can override classes declared here and implement your custom CSS changes. */
/* We make sure to include issues.css last in all of our distributed templates to make sure that your changes */
/* override all of the in-house CSS.  However, it is up to you to make sure issues.css is included last to make sure */
/* that your CSS changes take effect. */
/* file should be the same */
/* css/nds.css */
/* secure/css/nds.css */


body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #5B5B5B;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

a {
	color: #E50029;
}

a:active {
	color: #E50029;
	text-decoration: underline;
}

a:visited {
	color: #E50029;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited:hover {
	color: #E50029;
	text-decoration: underline;
}

.sublink {
	font-size: 85%;
}

a.sublink {
	color: #E50029;
}

a.sublink:active {
	text-decoration: underline;
}

a.sublink:visited {
	text-decoration: underline;
}

a.sublink:hover {
	text-decoration: underline;
}

a.sublink:visited:hover {
	text-decoration: underline;
}

h2, .page-title  {
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
	padding-left: 0;
	text-align: left;
	color: #878787;
}

h2 a {
	color: #878787;
	text-decoration: none;
}

h2 a:hover {
	color: #878787;
	text-decoration: underline;
}

form {
	margin: 0;
}


.padMe {
	float: left;
	padding: 5px;
}

.display-line {
	font-size: 11px;
	padding: 3px;
}

.display-line-footer {
	font-size: 11px;
	padding: 3px;
	text-align: right;
	line-height: 20px;
}

#bg {
	background: url(../design/images/bg_11.jpg) repeat fixed top center;
	width: 100%;
	height: 140px;
	left: 0px;
	top: 0px;
	z-index: -1;
}

#page {
	width: 724px;
	height: auto;
	position: absolute;
	left: 10%;
	top: 0px;
	z-index: 1;
}

#tabs {
	clear: left;
	text-align: right;
	padding-right: 15px;
	width: 724px;
}

#masthead {
	clear: left;
	width: 724px;
	height: 140px;
}

.container {
  	float: left;
  	width: 65%;
  	padding: 10px;
  	text-align: left;
}

hr {
  	float: left;
  	width: 98%;
  	color: #E2E2E2;
  	background-color: #E2E2E2;
  	height: 1px;
}

.disabled {
	font-weight: bold;
	color: #E2E2E2;
	padding-top: 10px;
	padding-bottom: 10px;
}

.myerror, .pending{
	font-weight: bold;
	color: #C00000;
	pa