
* {
  font-size: 12px;
  line-height: 1.5em;
  font-family: verdana;
}

body {
  margin: 0px;
  background: url(/images/bg.gif) repeat-x top;
  text-align: center;
}

hr {
  height: 1px;
  color: #ddd;
}

td {
  vertical-align: top;
}

#main {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#left {
  float: left;
  width: 160px;
  background: transparent;
}

#left div.header {
  background: url(/images/12/arrow.gif) no-repeat left;
  padding-left: 18px;
  border-bottom: dotted 1px #aaa;
  margin-top: .5em;
  color: #f47321;
}

#left div.header, #left div.header * {
  font-size: 11px !important;
  font-weight: bold;
}

#left div.active {
  background: url(/images/12/arrow_active.gif) no-repeat left;
}

#left ul {
  margin: 0px;
  padding: 0px;
  padding-left: 18px;
  list-style-type: none;
}

#left li {
  margin: 0px;
  padding-left: 0px;
  color: #f47321;
  font-weight: bold;
}

#left a {
  font-weight: normal;
}

#left ul.info {
  list-style: none url(/images/8/arrow.gif) outside;
}

#left ul.actions {
  list-style: none url(/images/8/arrow_b.gif) outside;
  font-weight: bold;
}

#middle {
  width: 400px;
  float: left;
  margin: 0px 5px;
  margin-bottom: 1em;
  background: white;
  padding: 10px;
  border: solid 1px #ddd;
}

#right {
  margin: 0px;
  width: 160px;
  float: right;
}

#right .item {
  background: white;
  border-bottom: solid 2px #ddd;
  padding: 2px 7px;
}

#footer, #footer * {
  font-size: 10px;
}

#footer {
  clear: both;
  padding: .5em;
  text-align: center;
  padding-top: 40px;
}

#topnav, #topnav * {
  font-size: 11px;
  line-height: 11px;
}

#search {
  vertical-align: top;
  height: 11px;
}

#search input {
}

#search input.q {
  border: 0px;
  background: white;
  height: 16px;
  border: solid 1px #ccc;
  border-right: 0px;
  padding-left: .5em;
  margin-left:  .5em;
}

h1 { font-size: 16px; clear: both; padding: 0px; margin: 0px; border-bottom: dotted 1px grey; text-align: left; width: 100% }
h2 { font-size: 14px; }
h3 { font-size: 12px; color: #555 }

p {
  text-align: justify;
}

li {
  text-align: justify;
}

form {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #3c5c87;
}

a:visited {
  color: #3c5c87;
}

a:hover {
  color: #f70;
  text-decoration: underline;
}

/* collapsed tables */

table.collapsed {
    border-collapse: collapse;
}

table.collapsed td {
    padding: 0;
}

img {
  border: 0px;
}

img.logo {
  margin: 0px 20px;
}

strong.highlight {
  background: url(/images/highlight.gif) repeat-x bottom;
} 

.nowrap, .nowrap * {
  white-space: nowrap;
}

.small, small, .small *, small * {
  font-size: 9px !important;
  line-height: 1.2em;
  font-family: verdana;
  text-align: justify;
}

#navbar {
  width: 760px;
  text-align: left;
  clear: both;
  margin-bottom: .5em;
}

#navbar, #navbar * {
  font-size: 11px;
}

#navbar ul {
  margin: 5px 0px;
  padding: 0px;
  list-style-type: none;
}

#navbar li {
  font-weight: bold;
  color: #ffefaa;
  display: inline;
  border-bottom: solid 2px #dddddb;
  border-right: solid 2px #dddddb;
  padding: 2px 6px;
  margin: 0px 1px;
  background: #5375a4;
  white-space: nowrap;
  text-align: center;
}

#navbar li a {
  color: white;
}

.note {
  border: solid 1px #ddd;
  background: #ffffef;
  padding: .5em;
}

.notice {
	color: blue;
	background: url(/images/notice_bg.gif) no-repeat right bottom;
	border: solid 1px #cecdcd;
	margin: 0.5em;
	padding: 0.5em;
	text-align: left;
}

.notice2 {
	padding: 2px;
	padding-left: 26px;
	background: url(/images/16/info_blink.gif) no-repeat 4px 4px;
}

.fieldWithErrors * {
	border: solid 2px #faa;
	background: #ffefef;
}

.errorExplanation {
	background: ;
	border: solid 1px #dda;
	color: #770;
	padding: .5em;
}

.errorExplanation h2 {
	font-family: arial;
	font-size: 11pt;
	margin: 0px;
}

/* data table */

.data {
	border-collapse: collapse;
}

.data th {
	text-align: left;
	vertical-align: top;
	color: #5375a4;
}

.data th, .data td {
	border-bottom: solid 1px #ccc;
	padding: 0.1em 0.5em;
}

div.hover {
	border: solid 1px #ddd;
}

table.form th {
	padding-top: 3px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

table.smalldata, table.smalldata * {
  font-size:   10px;
  font-family: verdana;
}

table.smalldata ol {
  margin:      0px;
  margin-left: 2em;
}

table.smalldata li {
}

table.smalldata th {
  color:         #555;
  background:    #ddd;
  border-left:   solid 1px #efefef;
  border-top:    solid 1px #efefef;
  border-right:  solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding:       2px;
}

table.smalldata td {
  border-right:  solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding:       4px;
}

dt {
  background: url(/images/bullet_orange.gif) no-repeat 4px 6px;
  margin-top: 1.5em;
  padding-left: 17px;
  font-weight: bold;
}

dd {
  margin-left: 17px;
  margin-top: 0.5em;
  text-align: justify;
} 

legend {
  padding: 1px 5px;
  color: #5375a4;
  font-size: 11px;
  font-weight: bold;
  width: 100%;
}

fieldset {
  border: solid 1px #7f9db9;
  border-top: 0;
  padding: .5em;
}

.steps {
  float: right;
  clear: left;
}

.steps ul {
  margin: 0px;
  padding: 0px;
}

.steps li {
  display: inline;
  padding: 1px 1px 1px 3px;
  border: solid 1px #bfc8d5;
  color: #f70;
  font-weight: bold;
}

a.progress_bar {
  cursor: help;
}

a.progress_bar img {
  opacity: .5;
	filter:  alpha(opacity=50);
}

a.progress_bar:hover img {
  opacity: 100;
	filter:  alpha(opacity=100);
}

a.action {
  padding-left: 12px;
  background: url(/images/action.gif) no-repeat 0px 2px;
}

a.action:hover {
  background: url(/images/action_hover.gif) no-repeat 0px 2px;
}

/* ad styles */

div.ad {
  /*background: url(/images/ad.gif) repeat-y;*/
  /*padding: .25em .5em;*/
  /*border: solid 1px #ccc;*/
}

div.ad_light {
  background: url(/images/ad.gif) repeat-y;
  padding: .25em .5em;
  border: solid 1px #ffe0cc
}

ul.none {
  list-style-type: none;
  margin-left: 0px;
}

ul.none li {
  margin: .25em 0em;
}

div.tick {
  padding-left: 22px;
  background: url(/images/16/tick.gif) no-repeat 1px 1px;
  color: #331400;
  font-weight: bold;
  margin: .5em 0em;
}

.ad .h1 {
  color: #fd7820;
  text-align: center;
  font-size: 20px;
  font-family: arial black;
}

.align_left, .align_left * {
  text-align: left;
}

div.box {
  background: url(/images/box.gif) no-repeat;
  width: 150px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
  font-weight: bold;
  line-height: 10px !important;
  font-size: 10px !important;
  margin: 3px 0px;
}

div.box a, div.box a:hover, div.box a:visited, div.box a:active {
  color: white;
  line-height: 10px !important;
  font-size: 10px !important;
  text-decoration: none;
}

/* windows */

.w1_title {
  width: 100%;
  color: #155b0a;
  font-size: 18px;
  padding: 0px 10px !important;
}

.w1_body {
  padding: 5px !important;
}

.w2_title {
  /*background: url(/images/w2/t.gif) repeat-x top #efefef !important;*/
  /*padding: 5px !important;*/
  /*font-weight: bold;*/
  /*width: 100%;*/
}

.w2_body {
  /*background: #f5f5f5;*/
  /*padding: 5px !important;*/
  /*border-top: dotted 1px #ccc;*/
}

/* article */

.article h1 {
  font-size: 26px;
  text-align: center;
}

.article h2 {
  font-size: 14px;

}

.imgmarginleft {
margin-left:30px;
}
.imgmargintop {
margin-top:8px;
}
