/**
 * Very Best Choice
 * application.css
 * Copyright (c) 2007 Expert Decisions, Inc. 
 **/

/* Generic Rules */
html, body {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

.clear {
  clear: left;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

.vspace {
  margin-bottom: 10px;
}

body {
  background-image: url('/images/layout/background.png');
  background-repeat: repeat-x;
  background-color: #a7b1b0;
  font-family: "Arial";
  color: #515151;
}

/* VBC Logo and side nav */
#leftbar {
  float: left;
}

/* VeryBestChoice logo */
h1 {
  margin: 10px 0 5px 10px;
  padding: 0;
  width: 333px;
  height: 109px;
}

/* VeryBestChoice logo */
h1s {
  margin: 10px 0 5px 10px;
  padding: 0;
  width: 241px;
  height: 79px;
}

/* flash notices */
div.notice_border {
  background-color: #84b059; 
  height: 4px;
}
div.notice {
  background-color: #cadcb6;
  margin: 0;
  padding: 0;
}
div.notice_content {
  padding: 10px;
  color: #496765;
}

div.notice_content a {
  text-decoration: none;
  font-weight: bold;
  color: #496967;
}

/* ajax callback messages success
 * error
 */
div.message_container {
  height: 20px;
  line-height: 25px;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  border: none;
  font-size: 10px;
}

div.message_container div.message {
  height: 20px;
  line-height: 20px;
  display: inline;
  background-color: #abe14d;
	border-left: 1px solid black;
	border-right: 1px solid black;
  margin: 0;
  padding: 5px 5px 5px 5px;
}


/* Side nav */
#nav {
  width: 244px;
  padding: 0;
  margin: 0 0 0 8px;
}

#nav a {
  text-decoration: none;
  cursor: pointer;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 244px;
}

/* Side nav tabs */
#navsections li {
  float: left;
  width: 33.3%;
  height: 33px;
  font-weight: bold;
  font-size: smaller;
  line-height: 33px;
}

#navsection li.invisible {
	
}

#navsections .break_tab {
	clear: both;
}

#navsections li img.left { float: left; }
#navsections li img.right { float: right; }

#navsections li a, #navsections li p {
  display: block;
  height: 33px;
  margin: 0 5px;
  background-image: url('/images/layout/inactive_tab_middle.png');
  background-repeat: repeat-x;

  line-height: 33px;
  vertical-align: middle;
  text-align: center;
  color: white;
}
#navsections li.active a, #navsections li.active p {
  background-image: url('/images/layout/active_tab_middle.png');
}

/* Side nav content */
#navcontent {
  background-color: #496967;
  margin: 0;
  padding: 0 0 50px 0;
  float: left;
  width: 244px;
}

#navcontent .button {
  margin: 5px 10px 0 10px;
}

.navitems li {
  margin: 5px 10px 0 10px;
  padding: 0;
  display: block;
}

.navitems li.disabled {
  -moz-opacity: 0.35;
  opacity: 0.35;
  filter: alpha(opacity = 35);
  height: 30px;
  color: #ffffff;
  padding: 0 0 0 6px;
  background-color: #3a5452;
  font-size: 13px;
}

.navitems li .title {
  margin: 0;
  padding: 0;
  width: 100%;
}


.navitems li a {
  display: block;
  height: 30px;
  background-color: #3a5452;
  color: #ffffff;
  padding: 0 0 0 6px;
  font-size: 13px;
  line-height: 30px;
  vertical-align: middle;
}



.navitems li.specific_box a, .navitems li.specific_box a:hover {
  background-color: #93C343 !important;
/*  color: black;*/
}

.navitems li.specific_box .message {
  border-color: #93C343;
/*  background-color: #3A5452;*/
}

.navitems li.current a {
  background-color: #7ba9a4;
}


.navitems li a:hover {
  background-color: #7ba9a4;
}

.navitems li .status {
  width: 6px;
  height: 22px;
  line-height: 22px;
  float: right;
  margin: 4px 6px 0 0;
}
.navitems li .status.required { background-color: #90ff50; }
.navitems li .status.optional { background-color: #f4e134; }
.navitems li .status.error    { background-color: red; }

.navitems li .message {
  display: block;
  margin: 0;
  padding: 5px 10px;
  background-color: #496967;
  border-color: #3a5452;
  border-style: solid;
  border-width: 0 2px 2px 2px;
  color: #ffffff;
  font-size: smaller;
}
.navitems li.current .message {
  border-color: #7ba9a4;
}

.navitems li .message p.indented {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 0;
}

.navitems li img {
  margin: 7px 7px 10px 0;
  vertical-align: middle;
}

.navitems1 li {
  margin: 5px 10px 0 10px;
  padding: 0;
  display: block;
}

.navitems1 li.disabled {
  -moz-opacity: 0.35;
  opacity: 0.35;
  filter: alpha(opacity = 35);
  height: 60px;
  color: #ffffff;
  padding: 0 0 0 6px;
  background-color: #3a5452;
  font-size: 13px;
}

.navitems1 li .title {
  margin: 0;
  padding: 0;
  width: 100%;
}

.navitems1 li a {
  display: block;
  height: 60px;
  background-color: #3a5452;
  color: #ffffff;
  padding: 0 0 0 6px;
  font-size: 13px;

  vertical-align: middle;
}

.navitems1 li.current a {
  background-color: #7ba9a4;
}

.navitems1 li a:hover {
  background-color: #7ba9a4;
}

.navitems1 li .status {
  width: 6px;
  height: 22px;
  line-height: 22px;
  float: right;
  margin: 4px 6px 0 0;
}

.navitems1 li .status.required { background-color: #90ff50; }
.navitems1 li .status.optional { background-color: #f4e134; }
.navitems1 li .status.error    { background-color: red; }

.navitems1 li .message {
  display: block;
  margin: 0;
  padding: 5px 5px;
  background-color: #496967;
  border-color: #3a5452;
  border-style: solid;
  border-width: 0 2px 2px 2px;
  color: #ffffff;
  font-size: smaller;
}
.navitems1 li.current .message {
  border-color: #7ba9a4;
}

.navitems1 li img {
  margin: 7px 7px 10px 0;
  vertical-align: middle;
}

.navitems2 li {
  margin: 4px 8px 0 8px;
  padding: 0;
  display: block;
}

.navitems2 li.disabled {
  -moz-opacity: 0.35;
  opacity: 0.35;
  filter: alpha(opacity = 35);
  height: 30px;
  color: #ffffff;
  padding: 0 0 0 6px;
  background-color: #3a5452;
  font-size: 13px;
}

.navitems2 li .title {
  margin: 0;
  padding: 0;
  width: 110%;
}


.navitems2 li a {
  display: block;
  height: 30px;
  background-color: #3a5452;
  color: #ffffff;
  padding: 0 0 0 6px;
  font-size: 13px;
  line-height: 30px;
  vertical-align: middle;
}



.navitems2 li.current a {
  background-color: #7ba9a4;
}


.navitems2 li a:hover {
  background-color: #7ba9a4;
}

.navitems2 li .status {
  width: 6px;
  height: 22px;
  line-height: 22px;
  float: right;
  margin: 4px 6px 0 0;
}
.navitems2 li .status.required { background-color: #90ff50; }
.navitems2 li .status.optional { background-color: #f4e134; }
.navitems2 li .status.error    { background-color: red; }

.navitems2 li .message {
  display: block;
  margin: 0;
  padding: 5px 10px;
  background-color: #496967;
  border-color: #3a5452;
  border-style: solid;
  border-width: 0 2px 2px 2px;
  color: #ffffff;
  font-size: smaller;
}
.navitems2 li.current .message {
  border-color: #7ba9a4;
}

.navitems2 li .message p.indented {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 0;
}

.navitems2 li img {
  margin: 7px 7px 10px 0;
  vertical-align: middle;
}

/* Side nav voting status (open or closed) */
#voting_status, #new_plan_set {
  margin: 0;
  padding: 5px 0;
  width: 100%;
  background-color: #496967;
  height: 99px;
  color: white;
  float: left;
}

#voting_status img.left,  #new_plan_set img.left  {
  float: left;
  margin-left: 10px;
}
#voting_status img.right, #new_plan_set img.right {
  float: right;
  margin-right: 10px;
}

#voting_status div, #new_plan_set div {
  background-image: url('/images/layout/voting_status_middle.png');
  background-repeat: repeat-x;
  height: 99px;
  margin: 0 13px;
}
#voting_status div h3, #new_plan_set div h3 {
  margin: 0;
  padding: 10px 10px 0 10px;
  font-size: 12px;
  margin-left: 50px;
}
#voting_status div h3 img, #new_plan_set div h3 img {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
  margin-left: -50px;
  float: left;
}
#voting_status div p {
  margin: 10px 10px 0 60px;
  padding: 0;
  font-size: 10pt;
}

/* Bottom of sidenav (rounded corner) */
#sidenavbottom { 
  float: left;
  background: transparent;
  width: 244px;
}
#sidenavbottom img.left { float: left; }
#sidenavbottom p { 
  margin: 0 0 0 5px;
  padding: 0;
  height: 4px;
  background-color: #496967;
  line-height: 4px;
}

/* Top nav buttons */
#topnav {
  list-style: none;
  float: right;
  vertical-align: bottom;
  margin: 10px 16px 0 0;
  padding: 0;
}
#topnav li {
  display: block;
  float: left;
  background-image: url('/images/layout/topnav.png');
  background-repeat: repeat-x;
  height: 24px;
  line-height: 22px;
  vertical-align: bottom;
  padding: 0 8px;
  margin: 0 0 0 3px;
}
#topnav li a {
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #515151;
}
#topnav li img {
  margin-right: 3px;
  vertical-align: middle;
}

/* Main Content */
#content_wrapper {
  clear: right;
  margin: 0 6px 0 260px;
}
#vbc_noworkspace #content_wrapper {
  margin: 0 6px 0 6px;
}

#content_wrapper img.left { float: left; }
#content_wrapper img.right { float: right; }
#content_wrapper .fill {
  background-color: #ffffff;
  margin: 0 10px;
  height: 14px;
  line-height: 14px;
}
#content {
  background-color: #ffffff;
  padding: 24px 15px;
}
/* An 'inner' wrapper to avoid elements that clear:left from clearing the
 * side nav */
#content2 {
  float: left;
  width: 100%;
}

/* Page-specific heading */
h2 {
  margin: 0 0 0.5em 0;
  padding: 5px;
  background: transparent;
  color: white;
  position: relative;
  
  background: #3b5453;
/*  margin: 0;*/
/*  padding: 4px 4px;*/
}

h2 img.left { float: left; }
h2 img.right { float: right; }

h2 img.topleft {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}
h2 img.topright {
  background: white;
  position: absolute;
  top: 0;
  right: 0;
}
h2 img.bottomleft {
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2 img.bottomright {
  background: white;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* error fields */
.errorExplanation h2 {
  display: none;
}
.errorExplanation {
  border: 1px solid black;
  background: #a4d94b;
  margin-right: 200px;
  padding-left: 10px;
}

/* Version and copyright */
#version {
  color: white;
  font-size: x-small;
  text-align: right;
  margin-right: 15px;
}

/* Form hints */
.hint {
  z-index: 9999;
  display: none;
  position: absolute;
  right: 8px;
  /*right: -300px;*/
  width: 200px;
  margin-top: -4px;
  border: 1px solid #eddb97;
  padding: 10px 12px;
  background-color: #f2fae2;
}
.hint.showable {
  display: inherit;
}

.hint-pointer {
  position: absolute;
  left: -10px;
  top: 5px;
  width: 10px;
  height: 19px;
  background: url("/images/pointer.gif") left top no-repeat;
}

#content h3 {
  color: #496967;
  border-bottom: 2px dotted #b3b3b3;
  padding-bottom: 2px;
  margin: 5px 0;
}

/* Generic tables of records */
table {
  border: none;
  border-collapse: separate;
  border-spacing: 1px 1px;
  empty-cells: show;
  width: 100%;
  font-size: 13px;
  clear: both;
  margin-top: 1em;
}

th {
  color: black;  /*#a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c1 {
  background-color: #4f81bd;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c11, td.c11 {
  background-color: #c5d9f1;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c12, td.c12 {
  background-color: #b8cce4;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c13, td.c13 {
  background-color: #95b3d7;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c2 {
  background-color: #c0504d;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c21, td.c21 {
  background-color: #f2dddc;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c22, td.c22 {
  background-color: #e6b9b8;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c23, td.c23 {
  background-color: #d99795;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c3 {
  background-color: #9bbb59;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c31, td.c31 {
  background-color: #eaf1dd;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c32, td.c32 {
  background-color: #d7e4bc;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c33, td.c33 {
  background-color: #c2d69a;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c4 {
  background-color: #8064a2;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c41, td.c41 {
  background-color: #e5e0ec;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c42, td.c42 {
  background-color: #ccc0da;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c43, td.c43 {
  background-color: #b2a1c7;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c5 {
  background-color: #4bacc6;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c51, td.c51 {
  background-color: #dbeef3;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c52, td.c52 {
  background-color: #b6dde8;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.c53, td.c53 {
  background-color: #93cddd;
  color: black; /*#666;  #a79393; */
  font-weight: bold; /* normal */
  text-align: center;
}

th.icon {
  width: 30px;
}

tr {
  background-color: #f0f0f0;
}

td {
  padding: 6px 5px;
}

td.numeric {
  text-align: center;
}

td.action {
  width: 40px;
  text-align: center;
}

td.index_action {
  width: 200px;
  text-align: center;
}

table#workspaces th h3 {
  margin-top: 15px;
  font-size: 125%;
}

td a {
  text-decoration: none;
  color: black;
}

/* Action Buttons */
.button {
  margin: 5px 0 0 0;
  display: inline;
  height: 25px;
}
.button a {
  text-decoration: none;
  color: #515151;
  font-weight: bold;
  font-size: 8pt;
}
.button em {
  font-style: normal;
  font-weight: bold;
  color: #496967;
}
.button p {
  background-image: url('/images/layout/button_middle.png');
  background-repeat: repeat-x;
  margin: 0;
  padding: 0 4px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  float: left;
  cursor: pointer !important;
  cursor: hand;
}
.button p img {
  height: 12px;
  vertical-align: middle;
  margin-right: 3px;
}

.button img.left { float: left; }
.button img.right { float: right; }

/* Forms */

form p, div.fieldWithErrors, form blockquote {
/*form p {*/
  padding: 10px 19px;
  background-color:  #f0f0f0;
  margin: 4px 200px 0 0;
}

form blockquote {
  padding: 10px 19px 10px 50px;
  font-size: 90%;
}

form span.red {
  color: red;
}

div.fieldWithErrors {
  background: yellow;
}

label {
  display: block;
  margin-bottom: 3px;
  margin-left: -4px;
}

label.checkbox {
  display: inline;
  margin-right: 1em;
}

form p input, div.fieldWithErrors input, form p select, div.fieldWithErrors select, form p textarea, div.fieldWithErrors textarea {
  background-color: white;
  color: black;
  width: 100%;
  margin-left: -4px;
  margin-top: 2px;
  font-size: 14px;
  font-family: "Arial";
}
form p textarea, form p div textarea {
  height: 15em;
}

form p input.checkbox, form p div input.checkbox {
  width: 15px;
  background-color: #f0f0f0;
}

form p input.checkbox_left, form p div input.checkbox_left {
  display: inline;
}

form p input.radio, form p div input.radio {
  width: 15px;
  background-color: #f0f0f0;
}

fieldset {
  border: none;
}

/* Form buttons */
form div, form p div {
  padding: 10px 15px;
  margin-right: 250px;
}

/* dd and dt */
dt {
  margin: 0 0 0 10px;
}

dt img {
  float: left;
  margin: 0;
}

dd {
  clear: both;
  margin-bottom: 20px;
}

h3.help {
	padding-top: 15px;
}

h3 span.small {
  font-size: 70%;
}

h3 span.small label {
  display: inline;
  font-weight: normal;
}

table.criteria_table {
	width: 50%;
	margin-bottom: 15px;
}

table.criteria_table td {
}

ul.help li {
	margin-bottom: 5px;
	margin-top: 5px;
}

div.title span {
	font-size: 70%;
	color: #ccc;
}

.help_image {
  background: #3a5452;
  padding: 2px;
  vertical-align: middle;
}

.error {
  color: red;
  font-weight: bold;
}


div#filter_box {
/*  border: 2px solid black;
  padding: 5px;
  width: 300px;
  font-size: 90%;
*/

  padding-left: 5px;
}

div#filter_box label {
  display: inline;
  margin-right: 25px;
}

/* used by filter box to filter out feature groups */
.pig_id {
  display: none;
}

.feature_description {
  display: none;
  font-size: 80%;
  margin: 0 0 10px 0;
  border: 1px solid black;
  background: #eee;
  width: 66%;
  padding: 0 10px;
}

a.description_toggle {
 font-size: 80%; 
}