/*
 * Style definition for Sventon user interface
 */

body {
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #14233D;
  background-color: #ffffff;
  font-weight: normal;
}

th {
  white-space: nowrap;
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}

td {
  font-family: verdana, sans-serif;
  font-size: 10px;
}

a:link, a:visited, a:hover, a:active {
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #0041BA;
  background-color: inherit;
  text-decoration: none;
}

a:hover {
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #0041BA;
  background-color: inherit;
  text-decoration: underline;
}

a.exclamationText {
  color: #ff0000;  
}

input {
  font-family: verdana, sans-serif;
  font-size: 10px;
  vertical-align: middle;
}

input.btn {
  border:1px solid;
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight:bold;
  vertical-align: middle;
}

.exclamationText {
  color: #ff0000;
}

.codeBlock {
  font-size: 11px;
  padding: 0.5em;
  color: #000000;
  background-color: #FFE3BF;
  border-top: black dotted 1px;
  border-left: black dotted 1px;
  border-right: black solid 2px;
  border-bottom: black solid 2px;
}

.sventonDiffTable {
  color: #000000;
  background-color: #FFE3BF;
  border-top: black dotted 1px;
  border-left: black dotted 1px;
  border-right: black solid 2px;
  border-bottom: black solid 2px;
  padding: 0px;
}

.sventonSelect {
  font-family: verdana, sans-serif;
  font-size: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #333333 #999999 #999999 #333333;
  padding-right: 0px;
  vertical-align: middle;
}

.sventonSearchField {
  padding: 0px
}

.sventonSelectOption {
  color: #777777;
  background-color: inherit;
}

.sventonHeader {
  color: #14233D;
  background-color: #8B9BBA;
  border: 1px solid black;
  width: 100%;
}

.sventonRevision {
  width: 100px;
}

.sventonHeadlines {
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
}

.sventonGoTo {
  width: 200px;
}

.sventonEntriesTable {
  color: #14233D;
  background-color: #FFC77F;
  border: 1px solid black;
  width: 950px;
  border-spacing: 1px;
}

.sventonEntriesTable * TD {
  padding: 0px;
  padding-right: 5px;
  border: 0px;
}

.sventonEntry1 {
  color: #14233D;
  background-color: #ffc77f;
}

.sventonEntry2 {
  color: #14233D;
  background-color: #ff9000;
}

.sventonEntryLogInfo {
  color: #14233D;
  background-color: #FFE3BF;
}

.sventonLogEntriesTable {
  color: #14233D;
  background-color: #ffc77f;
  border: 1px solid black;
  width: 950px;
}

.sventonStackTraceTable {
  color: #14233D;
  background-color: #FF9000;
  border: 1px solid black;
  font-size: 10px;
}

.sventonErrorMessageTable {
  color: #14233D;
  background-color: #FF9000;
  border: 1px solid black;
  width: 250px;
  font-size: 10px;
}

.sventonColNoWrap {
  white-space: nowrap;
}

.sventonColRightAlign {
  text-align: right;
  white-space: nowrap;
}

.sventonCol1 {
  width: 10px;
  text-align: right;
}

.sventonCol2 {
  width: 10px;
  text-align: right;
}

.sventonCol3 {
  white-space: nowrap;
}

.sventonCol4 {
  white-space: nowrap;
}

.sventonCol5 {
  text-align: right;
  white-space: nowrap;
}

.sventonCol6 {
  text-align: right;
  white-space: nowrap;
}

.sventonCol7 {
  white-space: nowrap;
  text-align: left;
}

.sventonCol8 {
  white-space: nowrap;
}

.sventonEntriesDiv {
}

.sventonTopTable {
  width: 100%;
}

.sventonPropertiesDiv {
}

.sventonPropertiesTable {
  color: #14233D;
  background-color: #FFE3BF;
  border: 1px solid black;
}

.sventonLatestCommitInfoTable {
  color: #14233D;
  background-color: #FFE3BF;
  border: 1px solid black;
}

.sventonLatestCommitInfoTable * TD {
  padding: 0px;
}

.sventonPropertiesTable * TD {
  padding: 0px;
}

.sventonLineNo {
  color: #000000;
  background-color: inherit;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}

.sventonBlameTable {
}

.sventonFunctionLinksTable {
  width: 100%;
  border-spacing: 3px;
}

.sventonSpringErrorMessageTable {
}

.sventonRepositoryFunctionsTable {
}

.sventonAuthenticateTable {
}

.src {
  color: #000000;
  background-color: inherit;
  font-family: verdana, sans-serif;
  font-size: 9px;
  white-space: pre;
}

.srcChg {
  color: #000000;
  background-color: #ffbebe;
  font-family: verdana, sans-serif;
  font-size: 9px;
  white-space: pre;
}

.srcAdd {
  color: #000000;
  background-color: #beffbe;
  font-family: verdana, sans-serif;
  font-size: 9px;
  white-space: pre;
}

.srcDel {
  color: #000000;
  background-color: #bebeff;
  font-family: verdana, sans-serif;
  font-size: 9px;
  white-space: pre;
}
