/* CSS Blue version 2.0, by Marcelinus Gozali. */
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
a, a:link, a:visited {
	color: DarkOrange;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: DarkOrange;
	background-color: transparent;
	text-decoration: underline;
}

h1 {
  background: #1a60a8;
  color: white;
  font-size: 200%;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
h2 {
  color: #1a60a8;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-left: 20px solid;
  font-size: 130%;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
}
input[type="radio"], input[type="checkbox"] {
  width: 2em;
  height: 2em;
}

/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	background-image: url(../images/selector.gif);
	background-image: url(../images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
}

#flash_message {
	color: green;
	margin-bottom: 5px;
}
#flash_message #warning {
	color: red;
}
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#footer {
	background: black;
	clear: both;
	color: #999;
	font-size: 9px;
	padding: 0;
	text-align: center;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}

/* Main Pulldown Menu */

/* Reset the effect of global/previous table setup */
.menu_bar {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  color: white;
  background: #1a60a8;
}
.menu_bar table, .menu_bar tr, .menu_bar th, .menu_bar td {
  border: none;
  padding: 0px;
  margin: 0px;
  background: transparent;
  color: white;
  font-weight: normal;
  border: none;
}
div.menu_parent {
 float: left;
}
.menu_parent a, .menu_parent a:visited, .menu_parent a:link {
  color: white;
  text-decoration: none;
 }
.menu_parent a:hover {
  color: orange;
  text-decoration: none;
  background: transparent;
 }
.menu_child {
  position: absolute;
  visibility: hidden;
  padding: 0;
  margin: 0;
}
.menu_child ul {
  padding: 0;
  margin: 0;
  color: white;
  background: #0F669F;
  border-top: #3e9dda 1px solid;
}
.menu_child ul li {
  list-style: none;
  border-left: #0c5280 1px solid;
  border-right: #0c5280 1px solid;
  border-bottom: #87b3d0 1px solid;
}
.menu_child ul li a, .menu_child ul li a:link, .menu_child ul li a:visited {
  display: block;
  padding: 3px 10px 3px 10px;
  font-size: 11px;
  font-weight: normal;
  color: white;
  text-decoration: none;
}
.menu_child ul li:hover, .menu_child ul li a:hover {
  background: #4499cc;
}
.menu_child ul li a:hover {
  color: white;
  text-decoration: none;
}
.menu_title {
  background: #4791c5;
  border-style: solid;
  border-color: #83c5ee #3e9dda #3e9dda #83c5ee;
  border-width: 1px;
  padding: 0px 10px 0px 10px
}
.menu_title table, .menu_title tr, .menu_title th, .menu_title td {
  border: none;
  padding: 0px;
  margin: 0px;
  background: transparent;
  font-size: 10px;
  font-weight: normal;
}


#content {
  background: white;
	padding: 5px 5px 0px 5px;
}


/* Data Entry / List Toolbar for command link */
.data_toolbar {
  border: 1px solid black;
  background: LightGray;
  color: black;
  padding: 2px 5px 2px 5px;
  margin-bottom: 5px;
  min-height: 20px;
}
.data_toolbar table {
  background-color:transparent;
  vertical-align: middle;
}
.data_toolbar td.icon {
  padding: 0px 3px 0px 0px;
}
.data_toolbar td.separator {
  padding: 0px 5px 0px 5px;
}
.data_toolbar a, .data_toolbar a:link, .data_toolbar a:hover, .data_toolbar a:visited {
  font-weight: bold;
  color: darkorange;
  background-color:transparent;
  text-decoration: none;
}
.data_toolbar a:hover {
  text-decoration: underline;
}

a.link_list,
 a.link_new,
 a.link_show,
 a.link_edit,
 a.link_destroy,
 a.link_page_prev,
 a.link_page_next {
	padding: 5px 10px 5px 20px;
}

a.link_list {
	background: url(../images/arrow_outline.gif) left no-repeat;
}
a.link_list:hover {
	background-image: url(../images/arrow.gif);
	text-decoration: underline;
}
a.link_new {
	background: url(../images/tb_new.gif) left no-repeat;
}
a.link_new:hover {
	text-decoration: underline;
}
a.link_show {
	background: url(../images/arrow_outline.gif) left no-repeat;
}
a.link_show:hover {
	background-image: url(../images/arrow.gif);
	text-decoration: underline;
}
a.link_edit {
	background: url(../images/tb_edit.gif) left no-repeat;
}
a.link_edit:hover {
	text-decoration: underline;
}
a.link_destroy {
	background: url(../images/tb_delete.gif) left no-repeat;
}
a.link_destroy:hover {
	text-decoration: underline;
}
a.link_page_prev {
	background: url(../images/arrow_outline.gif) left no-repeat;
}
a.link_page_prev:hover {
	background-image: url(../images/arrow.gif);
	text-decoration: underline;
}
a.link_page_next {
	background: url(../images/arrow_outline.gif) left no-repeat;
}
a.link_page_next:hover {
	background-image: url(../images/arrow.gif);
	text-decoration: underline;
}
a.link_image, a.link_image:hover {
	background-color:transparent;
	text-decoration: none;
	padding: 5px;
}


/* Search */
.data_search table {
	background-color:transparent;
  color: black;
}
.data_search th {
  font-weight: normal;
  padding: 1px 0px 1px 0px;
  text-align: right;
}
.data_search td {
  padding: 1px 10px 1px 2px;
}

/* Data Form Display */
.data_form table {
	background-color:transparent;
  color: black;
}
.data_form th {
  font-weight: normal;
  padding: 1px 5px 1px 0px;
  text-align: right;
  vertical-align: top;
}
.data_form td {
  padding: 1px 10px 1px 2px;
  vertical-align: top;
}

/* Search Result / Data Listing */
div.inline { float:left; margin-right: 10px}
.clearBoth { clear:both; }

.data_list table {
  border-left: 1px solid #6699cc;
  border-top: 1px solid #6699cc;
  color: black;
}
.data_list table th {
  border-right: 1px solid #6699cc;
  border-bottom: 1px solid #6699cc;
  background-color: #d6e7ef;
  color: black;
  font-weight: normal;
  padding: 2px 5px 2px 5px;
  vertical-align: middle;
}
.data_list table td {
  border-right: 1px solid #6699cc;
  border-bottom: 1px solid #6699cc;
  padding: 2px 5px 2px 5px;
}
.data_list table td.noborder {
  border-right: 1px solid white;
  padding: 2px 5px 2px 5px;
}
.data_list table td.sub_table {
  border-right: 1px solid #6699cc;
  padding: 2px 2px 6px 2px;
}
tr.odd {
  background-color: white;
}
tr.odd:hover {
  background-color: #99FFFF;
}
tr.even {
  background-color: #E0E0E0;
}
tr.even:hover {
  background-color: #99FFFF;
}
tr.alert {
  background-color: #FFCC66;
}
tr.alert:hover {
  background-color: #FF99FF;
}
tr.void td {
  text-decoration: line-through;
}

/* Auto Complete Text */
div.auto_complete {
  background: #fff;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
}
div.auto_complete ul li.selected {
  background-color: #ffb;
}
div.auto_complete ul strong.highlight {
  color: #800;
  margin:0;
  padding:0;
}

/* Will Paginate */
.pagination {
  padding: 3px;
  margin: 3px;
  float: right;
}
.pagination a {
  padding: 2px 3px 2px 3px;
  margin: 0px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #000099;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #000099;
  color: #000;
}
.pagination span.current {
  padding: 2px 3px 2px 3px;
  margin: 0px;
  border: 1px solid #000099;
  font-weight: bold;
  background-color: #000099;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 3px 2px 3px;
  margin: 0px;
  border: 0px;
  color: LightGray;
}
