@CHARSET "UTF-8";

body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 10px;
  line-height: 150%;
  padding: 10px;
}

input,textarea,select {
  font-size: 100%;
}

h1 {
  font-size: 150%;
  margin: 10px 0;
  font-weight: bold;
  text-decoration: underline;
}

h2 {
  font-size: 130%;
  margin: 5px 0;
}

h3 {
  font-size: 120%;
  margin: 3px 0;
}

p {
  
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: underline;
}

div#content {
  margin: 5px;
}

ul.navigation {
  font-size: 150%;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}

ul.navigation {
  background-color: #2C6DA0;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  white-space: nowrap;
  font-weight: bold;
}

ul.navigation ul {
  background-color: #2C6DA0;
  border: medium none;
  border-radius: 0 0 5px 5px;
  line-height: normal;
}

ul.navigation li,ul.navigation a {
  text-decoration: none;
  color: #FFFFFF;
}

ul.navigation>li {
  display: inline-block;
  padding-right: 0;
}

ul.navigation li a {
  padding: 5px;
}

ul.navigation>li>ul {
  display: none;
  position: absolute;
  z-index: 1;
  margin-left: -5px;
  margin-top: -5px;
  padding: 5px;
}

ul.navigation>li:hover>ul {
  display: block;
}

ul.navigation>li>ul>li {
  padding: 5px 0 0 0;
}

ul.navigation>li>ul>li>a {
  color: #FFFFFF;
  display: block;
}

ul.navigation>li:hover>a,ul.navigation li.active>a,ul.navigation li>a:hover
  {
  background: url("/images/button.png") repeat-x scroll center bottom;
  background-position: 0 center;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  color: #FFCC33;
}

span.readonly {
  
}

label.required {
  border-bottom: 1px solid #800000;
}

/* filters*/
table.filters label {
  font-weight: bold;
  display: block;
}

table.filters td {
  padding: 6px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background: #e8edff url("/images/table/blue/gradback.png") repeat-x;
  vertical-align: bottom;
}

table.filters td.filter-date {
  padding-left: 0px;
}

table.filters td.filter-date br {
  display: none;
}

table.filters td.actions {
  vertical-align: bottom;
}

table.filters input[type=text] {
  min-width: 200px;
}

div.actionbar>* {
  display: inline-block;
  vertical-align: top;
}

div.list-actions {
  padding: 10px;
  margin-left: 10px;
  background: #e8edff url("/images/table/blue/gradback.png") repeat-x;
  vertical-align: bottom;
}

div.list-actions .button,
div.list-actions ul.button-dropdown {
  vertical-align: bottom;
}

/* tables */
table.gradient-style {
  border-collapse: collapse;
}

table.gradient-style th {
  background: #B9C9FE url("/images/table/blue/gradhead.png") repeat-x;
  border-top: 2px solid #D3DDFF;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #EEEEEE;
}

table.gradient-style.gray th {
  background: #DDDDDD url("/images/table/gray/gradhead.png") repeat-x;
  border: none;
  color: #FFFFFF;
}

table.gradient-style td {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  background: #E8EDFF url("/images/table/blue/gradback.png") repeat-x;
}

table.gradient-style.gray td {
  background: #E8EDFF url("/images/table/gray/gradback.png") repeat-x;
}

table.gradient-style tfoot tr td {
  background: #E8EDFF;
}

table.gradient-style.gray tfoot tr td {
  background: #FFFFFF;
}

table.gradient-style tbody tr:hover td {
  background: #D0DAFD url("/images/table/blue/gradhover.png") repeat-x;
}

table.gradient-style.gray tbody tr:hover td {
  background: url("/images/table/gray/gradhover.png") repeat-x;
}

/* buttons */
.button {
  background: url("/images/button.png") repeat-x scroll center bottom
    #777777;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px;
  text-shadow: 1px 1px #666666;
  white-space: nowrap;
}

a.button:hover {
  text-decoration: none;
}

.button:hover {
  background-position: 0 center;
}

.button:active {
  background-position: 0 top;
  position: relative;
  top: 1px;
}

.button.disabled {
  opacity:0.3;
}

.button.unobtrusive {
  opacity: 0.5;
}

.button.unobtrusive:hover {
  opacity: 1;
}

.button.red {
  background-color: #E50000;
}

.button.purple {
  background-color: #9400BF;
}

.button.green {
  background-color: #58AA00;
}

.button.orange {
  background-color: #FF9C00;
}

.button.blue {
  background-color: #2C6DA0;
}

.button.black {
  background-color: #333333;
}

.button.white {
  background-color: #FFFFFF;
  color: #000000;
  text-shadow: 1px 1px #FFFFFF;
}

.button.active {
  color: #FFCC33 !important; 
}

.button.small {
  font-size: 75%;
  padding: 1px 4px;
}

.button.large {
  font-size: 125%;
  padding: 7px 12px;
}

/* results, pagination, batch-actions */
div.pagination,
div.page-size,
div.batch-actions {
  margin: 6px 0;
}

span.batch-selection-text {
  position: relative;
  left: 10px;
  top: -2px;
}

div.pagination span.pagination-page {
  background-color: #999999;
  color: #FFCC33 !important;
  cursor: auto;
}

/* edit table */
table.form {
  margin: 10px 0;
}

table.form td,table.form th {
  padding: 4px;
  vertical-align: top;
}

table.form th {
  font-weight: bold;
  text-align: left;
  min-width: 150px;
}

table.form textarea {
  float: left;
  margin-right: 2px;
}

table.form td label {
  display: inline-block;
  min-width: 100px;
}

table.form td div.readonly {
  padding: 4px 3px;
}

table.form td.row-bracket {
  border-left: 2px dotted #2C6DA0;
  vertical-align: middle;
}

table.form caption {
  font-weight: bold;
  text-align: left;
}

table.form td input+label {
  font-weight: bold;
}

table.form td input[type=checkbox]+label,table.form td input[type=radio]+label
  {
  margin: 3px 0;
  vertical-align: top;
}

div.collection {
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  padding: 1em 1.4em;
}

a.sort-active.sort-desc {
  padding-left: 12px;
  background: url("/images/asc.png") left center no-repeat;
}

a.sort-active.sort-asc {
  padding-left: 12px;
  background: url("/images/desc.png") left center no-repeat;
}

input[type=text],textarea {
  min-width: 400px;
}

input#signin_username,input#signin_password {
  min-width: 200px;
}

div.tabs > ul li.error a {
  color: #800000;
  font-weight: bold;
}

ul.error_list {
  color: #800000;
  font-weight: bold;
}

select#sf_guard_user_groups_list,select#sf_guard_user_permissions_list {
  width: 100%;
  min-height: 100px;
}

div.toolbar {
  padding: 10px 5px;
  background-color: #E8EDFF;
  display: inline-block;
  margin: 0 0 10px 0;
}

div.toolbar+table.gradient-style {
  margin-top: 0;
}

div.notice {
  background-image: url("/images/notice.png");
  background-repeat: no-repeat;
  background-position: 5px 4px;
  background-color: #FBF9EE;
  padding: 5px 5px 5px 25px;
  margin-bottom: 10px;
  color: #363636;
  border: 1px solid #FCEFA1;
  border-radius: 5px;
}

div.error {
  background-image: url("/images/error.png");
  background-position: 5px 3px;
  background-repeat: no-repeat;
  background-color: #FEF1EC;
  padding: 5px 5px 5px 25px;
  margin-bottom: 10px;
  color: #CD0A0A;
  border: 1px solid #CD0A0A;
  border-radius: 5px;
}

div.approved {
  background-image: url("/images/approved.png");
  background-repeat: no-repeat;
  background-position: 5px 4px;
  background-color: #EDF7EB;
  padding: 5px 5px 5px 25px;
  margin-bottom: 10px;
  color: #6CB656;
  border: 1px solid #C1CEC1;
  border-radius: 5px;
}

div.saved {
  font-weight: bold;
}

div.not-saved {
  color: #800000;
  font-weight: bold;
}

.button.save {
  background-color: #2C6DA0;
}

/* dropdown */
/* function */
ul.dropdown,ul.dropdown ul {
  white-space: nowrap;
  font-weight: bold;
  list-style-type: none;
  padding: 0;
}

ul.dropdown>li {
  display: inline-block;
}

ul.dropdown>li>ul {
  display: none;
  position: absolute;
  z-index: 1;
}

ul.dropdown>li:hover>ul {
  display: block;
}

/* dropdown */
/* style */
ul.dropdown li {
  width: 100%;
  height: 100%;
}

ul.dropdown li a.open {
  background: url("/images/dropdown/open.gif") center center no-repeat;
  display: block;
}

ul.dropdown ul {
  background-color: #EEEEEE;
  color: #000000;
  border: 1px solid #B9C9FE;
  border-radius: 5px;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
  padding: 5px 10px 5px 5px;
}

ul.dropdown ul li {
  
}

ul.dropdown a {
  padding: 5px;
  display: block;
}

ul.dropdown ul a {
  padding-left: 24px;
}

ul.dropdown ul a {
  background: url("/images/dropdown/notick.gif") 4px center no-repeat;
}

ul.dropdown ul a.visible {
  background: url("/images/dropdown/tick.gif") 4px center no-repeat;
}

ul.dropdown li.active>a,ul.dropdown li>a:hover {
  color: #0000FF;
}

ul.dropdown {
  position: relative;
}

ul.dropdown>li>ul {
  right: -4px;
  top: 10px;
}

/* data table */
table.data {
  width: 100%;
  text-align: left;
  margin: 10px 0;
}

table.data th {
  font-weight: bold;
  padding: 6px;
}

table.data td {
  padding: 6px;
}

table.data th.dropdown {
  width: 16px;
}

table.data th#column-checked {
  width: 21px;
}

/* language switcher, copyright */
div#language_switcher {
  font-size: 150%;
  margin: 5px 5px 10px 5px;
  padding: 0 5px;
}

span#copyright {
  float: right;
}

/* fieldsets */
table.form {
  width: 100%;
}

legend {
  display: none;
}

table.form tbody {
  display: block;
}

ul.subnavigation {
  padding: 5px;
  background-color: #2C6DA0;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 5px;
}

ul.subnavigation li {
  display: inline-block;
  margin-right: 5px;
}

ul.subnavigation li a {
  background-color: #2C6DA0;
  padding: 5px;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 5px;
}

ul.subnavigation li a.active,ul.subnavigation li a:hover {
  background-image: url("/images/button.png");
  background-repeat: repeat-x;
  background-position: 0 center;
  border: medium none;
  color: #FFCC33;
}

div.actions {
  margin: 10px 5px;
}

/* member statistics */
div.statistics_options {
  margin-bottom: 5px;
}

div.statistics_options input#development_by_gender,div.statistics_options input#age_distribution_by_gender
  {
  position: relative;
  top: 3px;
  margin-right: 10px;
}

/* resubmissions */
ul#resubmissions {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}

ul#resubmissions a {
  background: url("/images/link-internal.png") no-repeat right 30%;
  padding-right: 12px;
}

div#tags_list_no_match {
  margin: 5px 0;
}

table.resubmissions tr.done td {
  color: #999999;
}

.button.next:after {
  content: " ⇨";
}

.button.previous:before {
  content: "⇦ ";
}

ul.auditlog li {
  list-style-position: inside;
  list-style-type: none;
  padding-left: 10px;
}

table#upcoming_birthdays th,table#upcoming_birthdays td {
  margin: 1px;
  padding: 1px 2px;
}

table#upcoming_birthdays tr.milestone {
  font-weight: bold;
}

/* button-dropdown: function */
ul.button-dropdown {
  list-style-type: none;  
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.button-dropdown ul {
  list-style-type: none;    
  padding: 0;
  margin: 0;
}

ul.button-dropdown .button {
  display: inline-block;
  text-decoration: none;
}

ul.button-dropdown>li>ul {
  display: none;
  position: absolute;
  z-index: 1;
}

ul.button-dropdown>li:hover>ul {
  display: block;
}

ul.button-dropdown.disabled>li:hover>ul {
  display: none;
}

/* button-dropdown: design */
ul.button-dropdown {
  padding: 0px;
  border-radius: 5px 5px 5px 5px;
}
ul.button-dropdown:hover > li > .button {
  border-radius: 5px 5px 0px 0px;
}
ul.button-dropdown.disabled:hover > li > .button {
  border-radius: 5px;
}
ul.button-dropdown > li > .button:after {
  content: " ▿";
}
ul.button-dropdown:hover {
  border-radius: 5px 5px 0 0;
}
ul.button-dropdown ul {
  background-color: #2C6DA0;
  border-radius: 0 5px 5px 5px;
}
ul.button-dropdown ul li {
  margin: 1px 0;
}
ul.button-dropdown ul li .button {
  min-width: 90px;
} 

div.filtered-list {
  display: inline-block;
  vertical-align: top;
  zoom: 1; /* for IE7 */
  min-width: 250px;
  margin-right: 10px;
  padding-top: 20px;
  position: relative;
}

div.filtered-list div.buttons {
  margin-top: 5px;
  position: absolute;
  top: 0;
}

div.filtered-list h2 {
  white-space: nowrap;
}

div.filtered-list p {
  width: 60%;
}

ul.two-columns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 20px;
}

table.sepa_transactions {
  border-collapse: collapse;
  width: 100%;
}

table.sepa_transactions .align-right {
  text-align: right;
}

table.sepa_transactions td,
table.sepa_transactions th {
  padding: 6px;
}

table.sepa_transactions caption {
  border: 1px solid #AAAAAA;
  color: #222222;
  font-weight: bold;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #CCCCCC;
  text-align: left;
  padding: 6px;
}

table.sepa_transactions thead,table.sepa_transactions tfoot {
  color: #555555;
  background-color: #E6E6E6;
}

table.sepa_transactions thead th,
table.sepa_transactions thead td {
  text-align: left;
  border: 1px solid #D3D3D3;
}

table.sepa_transactions tfoot {
  text-align: left;
  border-top: 2px solid #A6C9E2;
}

table.sepa_transactions tbody td {
  border: 1px solid #D3D3D3;
}

table.sepa_transactions tbody tr:hover td {
  background: #D0DAFD url("/images/table/blue/gradhover.png") repeat-x;
}

table.sepa_transactions input[type=text] {
	width: 98%;
	min-width: 0;
}

table.sepa_transactions .smaller-column {
	width: 120px;
}

table.sepa_transactions thead th {
	vertical-align: bottom;
}

div.help {
	margin-top: 4px;
}