/* @override 
	http://dev.kaleshwar.org:3000/plugin_assets/dm_hanuman/stylesheets/page_bar.css?1282042695
	http://dev.kaleshwar.org:3000/plugin_assets/dm_hanuman/stylesheets/page_bar.css?1283748703
*/

#page_bar {
  height: 25px; 
  color: white;
  text-align: left;
  padding: 0;
  background: black url(/plugin_assets/dm_cms/images/page_bar_bg.gif) repeat-x;
  z-index: 3;
  width: 100%;
}

#page_bar ul.page_bar_menu {
  list-style: none;
  text-align: center;
  height: 25px;
  margin-left: 0;
  margin: 0;
}

#page_bar ul.page_bar_menu li {
  display: inline;
  background: url(/plugin_assets/dm_hanuman/images/therefore.png) no-repeat 0 0;
  padding-left: 16px;
  font: bold 11px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#page_bar ul.page_bar_menu li:first-child {
  background-image: none;
  font-weight: bold;
  font-style: italic;
}

#page_bar a {
  color: white;
  padding-right: 5px;
  padding-left: 5px;
  border-style: none;
  font-variant: normal;
  text-decoration: none;
}

#page_bar a:hover {
  padding-right: 5px;
  padding-left: 5px;
  border-style: none;
  background-color: transparent;
  text-decoration: underline;
}

#page_bar .no_translation {
  color: #ccc;
  font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding-right: 5px;
  padding-left: 5px;
  border-style: none;
}

/* This needs testing on IE */
#sheet_bar {
  height: 0px; 
  color: white;
  text-align: left;
  position: relative;  
}

.sheet {
  background-color: #262626;
  color: white;
  text-align: left;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  z-index: 5000;
  padding-right: 10px;
  padding-left: 10px;
  display: compact;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 650px;
}

.sheet_wrapper {
  padding-top: 20px;
}

.sheet h2 {
  font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #ddd;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
}

.sheet form a {
  color: #ddd;
  font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
  font-variant: normal;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: 5px;
  margin-left: 5px;
  border-style: none;
}

.sheet a:hover {
  color: white;
  background-color: #666;
  text-decoration: underline;
}

.sheet form .label {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  text-shadow: #000000 2px 2px 0px;
}

.sheet form {
  padding-bottom: 5px;
}

.sheet .mono_spaced {
  margin: 0;
  padding-bottom: 5px;
  font: 14px "Courier New", Courier, mono;
}

.sheet table {
  margin: 0 auto;
}

.sheet div.action_bar {
  text-align: center;
  border-top: 1px solid #555;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
}

.sheet tbody tr td.label {
  color: #ccc;
  font-size: 12px;
  text-align: right;
  vertical-align: top;
  padding: 0 6px 0 0;
}

.sheet tbody tr td.value {
  color: #ccc;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  padding: 0 6px 0 0;
}

.sheet #errorExplanation {
  border: 1px solid silver;
  background-color: #666;
  padding: 10px 10px 0;
  margin: 0 20px 0 0;
}

.sheet #errorExplanation ul {
  font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.sheet #errorExplanation h2 {
  font: normal bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  color: white;
  font-variant: normal;
}

.multiple_select {
  padding: 1px;
  margin: 0px;
  vertical-align: top;
}

.multiple_select, .multiple_select ul {
}

.multiple_select_checkbox {
  list-style-type: none;
  padding-bottom: 2px;
}

.multiple_select label {
  float: none;
  display: inline;
  margin-left: 10px;
}


