
pre {
  text-indent: 30px
}

#tabmenu {
  margin: 0px 0px 0px 0px;
  padding-left: 10px
}

#tabmenu li {
  display: inline;
  overflow : hidden;
  list-style-type: none;
}

.selected {
  color: #FFFFFF;
  background: #9F9F9F;
  border-bottom: 3px solid #DDDDDD;
}

/* First time visited and active */
#tabmenu a /*a.active*/ {
  color: #000000;
  background: #ECE9D8;
  font: Calibri, Arial, sans-serif;
  padding: 0 5px 0px 5px;
  margin: 0;
  text-decoration: none;
}

#tabmenu a.active {
  color: #FFFFFF;
  background: #9F9F9F;
  border-bottom: 3px solid #DDDDDD;
}

#tabmenu a:hover
{
/*  background: #BFBFBF;*/
  color: #FFFFFF;
}

/*
#tabmenu a:visited
{
  color: #000000;
}
*/
#tabmenu a.active:hover
{
  background: #9F9F9F;
  color: #000000;
}

#content
{
  font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
  text-align: justify;
  padding: 20px;
  z-index: 2;
}


table.tour {
  width: 100%;
  border: 1px solid #000;
  background: #fff;
}

table.tour th, table.tour td {
  margin: 0;
  padding: 7px 8px;
  text-align: left;
  border-bottom: 1px solid #b5b5b5;
} 

table.tour tr.alternate {
  background: #f1f1f1;
}

table.tour td.halfrightalign {
  text-align: right;
  width:50%;
}

table.tour td.lastRow {
	text-align: right;
}

.center 
{
	text-align:center;
}

table.tour a {
  /*display: block;*/
  /*font-weight: bold;*/
}

table.tour th {
  background: #ffcf0;
  color: #999;
}

table.tour caption {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #000000;
  border-bottom: none;
  background: #f0f0ff;
}

.largefont {
	color: #3333FF;
	font-size: x-large;
	font-weight:bolder;
}

.medfont {
	color: #3333FF;
	font-size: large;
	font-weight:bolder;
}

html, body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  height : 100%;
  margin : 0;
  padding: 0;
}

table.login td.header1
{
	font-size: large;
	color: #0066FF;
	/*width: 250px;*/
}

table.login td.header2
{
	font-size: medium;
}


table.login
{
	width: 100%;
	height: 20px;
	/*background-color: Lime;*/
	/*font-family: Calibri, Arial, Sans-Serif;*/
}

caption {
  margin: 0;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  color:#111199;
  font-family: Arial, Helvetica, Sans-Serif;
  background: #f0f0ff;
  text-align:left;
}

table.steps
{
	font-size: medium;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: White;
	/*border: 1px solid #000000;*/
}

table.steps td
{
	background-color: #4169E1;
	padding: 10px;
	padding-right: 50px;
	border: 1px solid #214891;
	/*border-right: solid 10px Transparent;*/
}

table.steps td.selected
{
	background-color: #DC143C;
	background-image: url(/Portal/images/selected.gif);
	background-repeat: no-repeat;
	background-position: center right;
	vertical-align: middle;
}

#selectedIcon .icon {
}

table.registration
{
	width: 100%;
}

table.registration td
{
	text-align: right;
}

table.border
{
}

table.border td.1
{
	background-color: Gray;
}

.style1 {
	color: #0066FF;
	font-size: large;
}
.style2 {
	background-color: #CCCCCC;
}

form {
	margin: 0;
	padding: 0;
}


