html { overflow: -moz-scrollbars-vertical; }
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,p,blockquote { margin: 0; padding: 0; }
p { margin-bottom: 10px; }

body, td, table, div, span, input, select, textarea {
  font: 11px Verdana, sans-serif; 
  line-height: 18px;
  color: #555555;
}
body {
  background-repeat: repeat-y;
}
input,select,textarea {
  color: #888888;
  line-height: 14px;
}
#banner_row {
  height: 96px;
  width: 100%;
  background-image: url(../images/banner_bg.jpg);
  position: relative;
}
#nav_underline_row {
  border-bottom: 2px solid #B4E4FF;
}
#banner {
  position: absolute;
  height: 96px;
  width: 900px;
  left: 50%;
  margin-left: -450px;
}
#nav {
  width: 900px;
  position: absolute;
  left: 50%;
  margin-left: -450px;
  top: 96px;
  z-index: 3; 
}
#main_area { 
  margin-top: 6px;
  width: 900px;
  height: 300px;
  position: absolute;
  left: 50%;
  margin-left: -450px;
}
.heading_1 {
  color: #007DC2;
  font-size: 13px;
  padding-bottom: 8px;
}

.heading_1:first-letter {
  font-size: 130%;
}

.purple { color: purple; }
.black { color: black; }
.blue { color: #007DC2; }
.light_grey { color: #888888; }
.burgundy { color: #990000; }
.bold { font-weight: bold; }
.red { color: #cc0000; }

ul {
  margin-top: 10px;
  margin-left:0px;
  padding-left: 18px;
}
a:link, a:visited {
  text-decoration: none;
  color: #990000;
}
a:hover {
  border-bottom: 1px solid #990000;
  background-color: #efefef;
  color: #cc0000;
}
a.no_style_link:hover { 
  border-bottom: 0px solid white;
  background-color: transparent;
}
div.flag_div {
  cursor: pointer;
}

/*----------------- UI messages ------------------*/
.notify {
  background-color: #ffffee;
  color: #336699;
}
.error {
  background-color: #ffffee;
  color: #cc0000;
}
.notify span, .error span {
  background: url(../images/notify_left.jpg) left repeat-y;
	display: block;
  z-index: 1;
}
.notify span span, .error span span {
  background: url(../images/notify_right.jpg) right repeat-y;
	display: block;
  z-index: 1;
}
.notify span span span, .error span span span {
  background: url(../images/notify_top.jpg) top repeat-x;
	display: block;
  z-index: 1;
}
.notify span span span span, .error span span span span {
  background: url(../images/notify_bottom.jpg) bottom repeat-x;
	display: block;
  z-index: 1;
}
.notify span span span span span, .error span span span span span {
  background: url(../images/notify_top_right_corner.jpg) top right no-repeat;
	display: block;
  z-index: 2;
}
.notify span span span span span span, .error span span span span span span {
  background: url(../images/notify_top_left_corner.jpg) top left no-repeat;
	display: block;
  z-index: 2;
}
.notify span span span span span span span, .error span span span span span span span {
  background: url(../images/notify_bottom_left_corner.jpg) bottom left no-repeat;
	display: block;
  z-index: 2;
}
.notify span span span span span span span span, .error span span span span span span span span {
  background: url(../images/notify_bottom_right_corner.jpg) bottom right no-repeat;
	display: block;
  z-index: 2;
  padding: 8px;
  padding-left: 10px;
  padding-bottom: 14px; 
}

.page_nav_div {
  background-color: #ffffee; 
  border-top: 1px solid #dddddd; 
  border-bottom: 1px solid #dddddd; 
  padding: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}

table.info th {
  background-color: #D7F0FF;
  height: 20px;
}
table.info th a:link, table.info th a:visited {
  color: #333333;
  text-decoration: none;
}
table.info td.action_cell {
  background-color: #D7F0FF;
}

table.info tr.odd_row {
 background-color: #F4FBFF;
}
.greybg { background-color: #f1f1f1; }

a.main_nav:hover { border-bottom: 0px; background-color: #ffffff; }
div.hr { border-bottom: 1px solid #efefef; }

/*----------------- tabs -------------------*/
.tab_selected {
  background-color: #ffffff; 
  border-top: 1px solid #999999;
  border-bottom: 1px solid #ffffff;
  height: 22px;
  text-align: center;
}
.tab_not_selected {
  border-top: 1px solid #999999; 
  border-bottom: 1px solid #999999; 
  background-color: #efefef;
  height: 21px;
  text-align: center;
}

div.hr {
  width: 100%;
  height: 5px;
  border-bottom: 1px solid #b9b9b9;
}

.title {
  font-weight: bold;
  font-size: 9pt;
  color: #336699;
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
}
.subtitle {
  font-weight: bold;
  padding-top: 8px;
}
.tips {
  color: #336699;
  font-size: 9pt;
}
