/**** Overall Default Styles ****/
html {
	font-size: 10pt;
	font-family: arial, sans-serif;
	color: #000;
	background-color: none;
	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 {color:red; text-decoration: underline;}

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;
}
/**** Layout definitions ****/

html, body {
	min-width: 630px;
}

#topcontent {
	width: 100%;
	min-height: 150px;
	background-color: transparent;
	background-image: url(../images/IncorporateBanner.gif);		/* 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 */
}

#nav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	padding: 0px;
}

#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:#b50000;
	font-weight:bold;
	background-color:#ffffc9;
	border: 1px solid;
	font-size: 110%;
	font-family: arial, helvetica, sans-serif;
	cursor: hand;
}

form input.submitbuttonhvr
{
	color:#ffffc9;
	background-color:#b50000;
	border: 1px solid #b50000;
}

input.imgbtn {
	background-color: transparent;
}

/**** Navigation Menu ****/

#nav {
/*	margin: 0px 0px 10px 0px; */
	font-family: arial, sans-serif;
	background-color: transparent;
	color: #b50000;
}

#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: #800040;
	text-decoration: none;
}

#nav li a:hover {
	background: #b50000;
	color: #ffffc9;
	text-decoration: none;
}

/**** Footers ****/

#footer {
	width: 100%;
	clear: both;
	font-family: arial, helvetica, sans-serif;
	font-size: 88%;
	border-left: #b50000 0px solid;
	border-right: #b50000 0px solid;
	border-top: #b50000 3px solid;
	border-bottom: #b50000 0px solid;
	margin-bottom: 5px;
	padding-top: 3px;
	text-align: center;
}

/**** Miscellaneous ****/
.emphamt {
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;
}

/* Detail viewing */
.datapair {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0px;
}

.itemlabel, .subheadlabel, .qlabel {
	width: 25%;
	font-weight: bold;
	float: left;
	clear: left;
}

.itemvalue, .subheadlink, .qvalue {
	width: 74%;
	font-weight: normal;
	float: left;
	clear: right;
}

.switcher {
	clear: both;
	margin-bottom: 15px;
}


#basicdetails, #keydates, #regoffice, #dirs, #secs, #shares, #charges {
	border-top: 1px black solid;
	clear: both;
}

.nameinlegend {
	text-decoration: underline;
}

.deleteduser {
	color: #888;
	background-color: #ddd;
}
.notdeleteduser {
	/*empty*/
}



/**** 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;
}

