/**** Overall Default Styles ****/
html {
	font-size: 11pt;
	font-family: arial, sans-serif;
	color: #000;
	background-color: transparent;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	page-break-inside: auto;
}

body {
	margin: 0px;
}

table {
	text-align: left;
	border: 0px;
	font-size: 100%;
	vertical-align: top;
	padding: 0px
}

td {
	font-weight: normal;
	vertical-align: top;
}
th {
	background-color: #c8c8c8;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}
a {
	color: black;
	text-decoration: underline;
}

a:active {
	color: red
}

a:hover, .hover {
	color:red;
	text-decoration: underline;
}

.nohover {
	color: black;
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: bold;
	text-align: left;
}

h1 {font-size: 175%}
h2 {font-size: 125%}
h3 {font-size: 100%}
h4 {
	text-decoration: underline;
	font-weight: bold;
}

img {border: 0;}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	width: 100%;
	color: #000;
	height: 1px;
	text-align: center;
}
.center, .centre {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.odd {
	background-color: #fff;
}
.even {
	background-color: #d8d8d8;
}
.fullspan {
	text-align: center;
}
.largetable {
	padding-top: 5pt;
	padding-bottom: 5pt;
}

li {
	max-width: 500px;
}


/**** Layout definitions ****/

html, body {
	min-width: 630px;
}

#topcontent {
	width: 100%;
	min-height: 150px;
	background-color: transparent;
	background-image: url(../images/5pfBanner.jpg);		/* Banner */
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

*html #topcontent {
	height: 150px;		/* IE6 or less */
}

#nologo {
	visibility: hidden;
}

#signin {
	margin-top: 80px;
	text-align: right;
	padding-right: 20px;
	padding-left: 100px;
	font-size: 90%;
	color: #333;
}

.username {
	font-weight: bold;
}

#container {
	width: 100%;
	min-width: 900px;
	position: relative;
}

#maincontent {
	position: relative;
	margin-left: 200px;
	top: 0px;
	min-width: 700px;
	padding-bottom: 30px;
	min-height: 200px;
}

*html #maincontent {
	height: 200px;		/* IE6 or less */
}

#maincontent p {
	max-width: 630px;
}

#nav {						/* LC */
  width: 180px;				/* LC width */
  padding: 0px;			/* LC padding */
  position: fixed;
  top: 140px;				/* Height of topcontent + padding */
  left: 0px;
  z-index: 3;
}


#sidebox {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 920px;
}

#sidecontent {
	position: relative;
	float: right;
	top: 0px;
	padding: 20px;
	width: 180px;
}

/**** Forms and form buttons ****/

input, textarea {
	background-color: #ffffc9;
	font-family: tahoma, arial, sans-serif;
}

form input.submitbutton {
	float: left;
	clear: both;
	width: 100%;
	padding: 3px 5px 3px 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	color:#000095;
	font-weight:bold;
	background-color:#ffffc9;
	border: 1px solid;
	font-size: 110%;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;
}

form input.submitbuttonhvr
{
	color:#fff;
	background-color:#000095;
	border: 1px solid #000095;
}

form div.dyntool, form div.peopleswitch {
  background-color: #ffffe1;
  padding: 5px;
  width: 290px;
  clear: left;
  color: #333333;
  border: 1px solid #666666;
}

form div.peopleswitch {
  background-image: url(../images/people.gif);
  background-repeat: no-repeat;
  background-position: top left;
/* TODO - alignment */
}



input.imgbtn {
	background-color: transparent;
}

/**** Navigation Menu ****/

#nav {
/*	margin: 0px 0px 10px 0px; */
	font-family: arial, sans-serif;
	background-color: transparent;
	color: #000095;
}

#nav ul {
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#nav li {
	border-bottom: 1px solid;
	margin: 0;
}

#nav li.first{
	border-top: 1px solid;
}

#nav li.last{

}

#nav li a {
	padding: 6px 6px 6px 10px;
	display: block;
	font-weight: bold;
	font-size: 13px;
	background: #ffffc9;
	color: #000095;
	text-decoration: none;
}

#nav li a:hover {
	background: #000095;
	color: #fff;
	text-decoration: none;
}

#nav li.green a {
/*	color: #008800;*/
}

#nav li.green a:hover {
	background: #008800;
}

/**** Footers ****/

#footer {
	width: 100%;
	clear: both;
	font-family: arial, helvetica, sans-serif;
	font-size: 88%;
	border-left: #950000 0px solid;
	border-right: #950000 0px solid;
	border-top: #000095 3px solid;
	border-bottom: #950000 0px solid;
	margin-bottom: 5px;
	padding-top: 3px;
	text-align: center;
}

/**** Miscellaneous ****/
.emphamt {
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;
}

.subhead {
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}


/* Detail viewing */
.datapair {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0px;
}

.itemlabel, .subheadlabel, .qlabel {
	width: 25%;
	font-weight: bold;
	float: left;
	clear: left;
}

.subheadlabel {
	font-size: 110%;
	text-decoration: underline;
}


.itemvalue, .subheadlink, .qvalue {
	width: 74%;
	font-weight: normal;
	float: left;
	clear: right;
}

.switcher {
	clear: both;
	margin-bottom: 15px;
}


#basicdetails, #progress, #corporate, #keydates, #regoffice, #dirs, #secs, #shareholders, #members, #shares, #charges, #contact, #approve {
	border-top: 1px black solid;
	clear: both;
}

.nameinlegend {
	text-decoration: underline;
}

.deleteduser {
	color: #888;
	background-color: #ddd;
}
.notdeleteduser {
	/*empty*/
}

.examplenames {
  position: relative;
  left: 75px;
  padding-left: 100px;
  height: 30px;
  width: 600px;
}

.correct {
  font-weight: bold;
  background-color: transparent;
  background-image: url(../images/tick.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.wrong {
  font-weight: 300;
  background-color: transparent;
  background-image: url(../images/cross.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.centeremph {
  max-width: 600px;
  text-align: center;
  font-style: italic;
}



/**** Basic Attributes & replacement of XHTML deprecating elements ****/

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.notbold {
	font-weight: 300;
}

.bold {
	font-weight: bold;
}

.small, small {
	font-size: 80%;
}


/**** Miscellaneous span classes ****/

.footnote {font-size: 80%}

.activeswitch {
	font-weight: bold;
}

.inactiveswitch {
	font-weight: normal;
	color: #777;
}

.inactiveswitchover {
	font-weight: normal;
	color: red;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.asyncnohover {
}

.asynchover {
	color: red;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}


