/* CSS Document */
/*-----------------------------------------------------------------------------*/
/* classes for incomplete */
.incomplete {
	color: Fuchsia;
	font-variant: small-caps;
	font-weight: bold;
}
a.incomplete img {
	border: 1px solid Fuchsia;
}
/* classes for overall */
body {
	color: #535353;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
table {
  margin: 0px;
}
table#idShell {
	color: #535353;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.4em;
}
td {
	padding: 0;
	text-align: left;
	vertical-align: top;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
}
/*-----------------------------------------------------------------------------*/
/*    general styles    */
p {
	text-align: left;
	margin-top: 1.0em;   /* note margin on TOP */
	margin-bottom: 1.0em  /* note margin on BOTTOM */
}
p.BottomOnly {
	margin-top: 0px;   /* note margin on TOP */
}
p.TopOnly {
	margin-bottom: 0px  /* note margin on BOTTOM */
}
a {
	color: #535353;
	text-decoration: underline;
}
a:hover {
	color: #535353;
	text-decoration: underline;
}
a.Plain {
	text-decoration: none;
}
a.Plain:hover {
	text-decoration: none;
}
a img {
	border: none;
	cursor: hand;
}
h1 { /* colors are set in area styles */
  margin: 0px 0px 15px 0px;
  font-size: 28pt;
  font-weight: normal;
	line-height: .9em;
}
h2 {
  margin: 0px 0px 12px 0px;
  font-size: 11pt;
  font-weight: normal;
	line-height: 1.2em;
}
h3 {
  margin: 0px;
  font-size: 15pt;
  font-weight: normal;
  line-height: 1.0em;
  text-transform: uppercase;
}
h4 {
}
h5 {
}
h6 {
	margin: 0px;
	color: Fuchsia;
	font-variant: small-caps;
	font-size: 9pt;
	font-weight: normal;
}
big {
	font-size: 1.2em;
}
small {
	font-size: .8em;
}
strong { /* colors are set in area styles */
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
em { /* colors are set in area styles */
  font-style: normal;
  font-weight: bold;
}
table.FakeList{
  margin: 0px;
}
table.FakeList td {
  padding: 0px;
}
table.FakeList td.Bullet {
  padding-right: 5px;  
  padding-left: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: disc;
	list-style-position: outside;
}
ul li {
	margin: 0px 0px 0px 1.2em;
	*margin: 0px 0px 0px 1.3em;
	padding: 0px;
}
ol {
	margin: 0px 10px 0px 1.5em;
	padding: 0px;
	list-style: decimal;
	list-style-position: outside;
}
ol li {
	margin: 0px;
	padding: 0px;
}
/*-----------------------------------------------------------------------------*/
/* common styles */
.Blue {
  color: #09C;
}
a.Blue {
  color: #09C;
}
a.Blue:hover {
  color: #09C;
}
span.Raquo {
  font-size: 1.5em;
}
/*-----------------------------------------------------------------------------*/
/* header and footer styles */
td#idLogin {
  padding: 3px 0px;
  text-align: right;
  font-size: 7pt;
  letter-spacing: 1.5px;
}
td#idLogin input.Login {
  width: 100px;
  padding-left: 5px;
  border: 1px solid #535353;
  font-size: 7pt;
}
tr#idHeader td {
}
td.idFooter {
  padding-top: 13px;
  border-top: 1px solid #535353;
  vertical-align: middle;
  font-size: 7pt;
}
td.idFooter a {
  text-decoration: none;
}
/*-----------------------------------------------------------------------------*/
/*    main area   */
td#idMainArea {
  padding-left: 7px; /* yields 839 */
}
table#idHeadlines {
  margin: 34px 0px 0px 0px;
}
div#idCallRegency { /* colors are set in area styles */
  margin: 22px 0px 22px 17px;
  font-size: 13pt;
  line-height: 1.2em;
}
div#idCallRegency p { /* colors are set in area styles */
  margin-top: .6em;
}
/*-----------------------------------------------------------------------------*/
/*    content styles   */
td.Content {
  padding: 0px 8px 0px 17px;
}


/*-----------------------------------------------------------------------------*/
/*    sidebar styles   */
td#idSidebar {

}
td#idSidebar img {
  margin-bottom: 24px;
}
/*-----------------------------------------------------------------------------*/
/* styles for forms */
form {
	margin: 0;
}
button {
	color: #535353;
	cursor: hand;
}
input {
	color: #535353;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
textarea {
	width: 320px;
	height: 120px;
	color: #535353;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
select {
	width: 320px;
	color: #535353;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
  font-size: 9pt;
}
input.Text  {
	width: 320px;
}
.Submit  {
  margin-top: .8em;
  padding-top: 4px;
  padding-bottom: 4px;
  border: none;
	background-color: #09C;
	color: White;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
/*-----------------------------------------------------------------------------*/
/* nav area styles */
td#idNavArea {
 	padding: 0px;
	background-image: url(/common/images/nav_background.jpg);
 	background-repeat: repeat-x;
	font-size: 9pt;
	line-height: 1.0em;
}
td#idNavArea a {
	text-decoration: none;
}
td#idNavArea a:hover {
	color: #09C;
}
td#idNavArea div {
  margin: 0px ;
	color: #09C;
}
td#idNavArea table {
  margin: 0px 0px 22px 19px;
	font-size: 9pt;
}
td#idNavArea table td {

}
td#idNavArea table td a {
  display: block;
}
td#idNavArea td.navSeparater {
  background-color: #09C;
}
td#idNavArea td.navOnInd {
  padding: 3px 0px 5px 0px;
	color: #09C;
	white-space: nowrap;
}
td#idNavArea td.navOnInd div {

}
td#idNavArea td.navOffInd {
  padding: 3px 0px 5px 0px;
	color: #535353;
	white-space: nowrap;
}
td#idNavArea td.L1 {
  padding: 5px 0px 5px 0px;
	text-transform: none;
}
td#idNavArea td.L1 a {

}
td#idNavArea td.L1 a:hover {

}
td#idNavArea td.L1 div {

}
td#idNavArea td.L2 {
  padding: 3px 0px 3px 0px;
	text-transform: none;
}
td#idNavArea td.L2 a {

}
td#idNavArea td.L2 a:hover {

}
td#idNavArea td.L2 div {

}
td#idNavArea td.L3 {
  padding: 0px;
	text-transform: none;
}
td#idNavArea td.L3 a {

}
td#idNavArea td.L3 a:hover {

}
td#idNavArea td.L3 div {

}
td#idNavArea td.L4 {
  padding: 0px;
	text-transform: none;
}
td#idNavArea td.L4 a {

}
td#idNavArea td.L4 a:hover {

}
td#idNavArea td.L4 div {

}
/*---------------------------------------------------------------*/
/* styles for images */
img.hRule {
	width: 100%;
	height: 1px;
	margin: 1em 0px;
	background-color: #535353;
	clear: both;
}
img.HR {
	width: 100%;
	height: 1px;
	margin: 5px 0px;
	background-color: #535353;
	clear: both;
}
img.Right {
	float: right;
	clear: left;
	margin: 0px 0px 8px 15px;
}
img.Left {
	float: left;
	clear: right;
	margin: 0px 15px 8px 0px;
}
/*-----------------------------------------------------------------------------*/
/* classes for validator */
.tfvHighlight {
	color: #C00;
	text-align: right;
	padding: 1px;
	padding-right: 4px;
	white-space: nowrap;
}
.tfvNormal {
  color: #535353;
	text-align: right;
	padding: 1px;
	padding-right: 4px;
	white-space: nowrap;
}
.inputHighlighted {
	color: #C00;
	text-align: left;
	padding: 1px;
	white-space: nowrap;
}
.inputNormal {
  color: #535353;
	text-align: left;
	padding: 1px;
	white-space: nowrap;
}
/*-----------------------------------------------------------------------------*/

