
body {
	background-color:#585858;
}

table {
	border-collapse:collapse;

}

/* Note: blockCell is a special class for block cells */
td.blockCell {
  background-color : white;
}

td.blockCell0 {
	padding-right:5px;
}

td.blockCell1 {
	padding-left:5px;
}

li {
  margin-left : -20px !important;
  list-style-type: none;
  background-image:url(images/bullet.gif) !important;
  background-repeat : no-repeat;
  background-position:left;
  padding-left : 10px !important;
}

.pageTitle {
  background-color: #ffffff
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #FF6600;
  font-size: 17px;
  font-weight: bolder;
  font-style: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.blockTitle {
  background-color: #ffffff
}

.blockTitle h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #FF6600;
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.blocktitleindex {
  font-size: 20pt;
  font-weight: bold;
  color: #FF6600;
  line-height: normal;
}

.normal,table {
	background-color:#ffffff;
}

.normal,body,table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #696969;
}

a {
   color: #FF6600;
   text-decoration: none;
   font-weight: normal;
}

a:hover {
   color: #FF6600;
   text-decoration: underline
}

.footerCell1 {
	background-color:#808080;

}

.headerCell, .bodyCell {
	border:1px solid  #F36822;
}

.headerCell {
	background-image:url(images/header_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.leftColumn {
	border-right:1px solid  #F36822;
	padding:10px;
}

.footerCell2 {
	background-color: #F36822;
	background-image:none;
	height:23px;
	color:white;
	text-align:right;
	padding-right:10px;
}

.menuLeft {
	background-color: #F36822;
	color:white;
	height: 25px;
	vertical-align:middle;
	text-align:left;
	border-top:1px solid  #F36822;
	border-right:1px solid  #808285;
	border-bottom:1px solid   #F36822;
}

.menuLeft div {
	padding-left:10px;
}

.menuRight {
	background-color: #808285;
	color:white;
	height: 25px;
	vertical-align:middle;
	text-align:left;
	border-top:1px solid  #F36822;
	border-right:1px solid  #808285;
	border-bottom:1px solid   #808285;
}

.menuRight div {
	padding-left:10px;
}

.page, .page:visited, .page:link {
   text-transform: uppercase;
   color : #ffffff;
   font-size: 12px;
   font-weight : normal;
   text-decoration : none;
   text-align:left;
}

.page:hover {
   text-decoration : none
}

.errorText {
	color: #ff6600;
	display:block;
}

.inputSection {
	border:1px solid #BBE0E3;
	padding:5px;
}

.inputSection div {
	padding-bottom:10px;
}

.hint {
	font-size:11px;
}
.inputSection div label {
	float:left;
	display:block;
	text-align:right;
	width:70px;
	padding-right:5px;
	font-weight:bold;
}

.inputSection div .errorText {
	padding-left:70px;
}

.matrix {
	border-collapse:collapse;
	
}

.matrix th, .matrix td {
	border:1px solid white;
}

.matrix th {
	background-color: #BBE0E3;
}	

.matrix tr.even td {
	background-color: #E7F3F4;
}

.matrix tr.odd td {
	background-color: #F3F9FA;
}

td.greyColumn {
	background-color: #d0d0d0;
	border:1px solid  #d0d0d0;
	padding:10px;
	width:270px;
}

td.greyColumn p, td.greyColumn div, td.greyColumn li, 
	td.greyColumn span, td.greyColumn h1, td.greyColumn h2 {
	color:#606060;
}

td.greyColumn ul, li {
	padding:0;
	margin:0;
	background-image:none;
}

td.greyColumn a, td.greyColumn a:visited, td.greyColumn a:hover {
}
