﻿/* Defaults
*/

body, td, input, select, textarea {
  font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

body {
  background: #fff;
  font-size: .80em;
  margin: 0;
  padding: 0;
  color: #555;
}

a:link  {
  color: blue;
}
a:visited {
  color: maroon;
}
a:hover {
  color: navy;
  text-decoration: none;
}

a:active {
  color: #000;
}

p {
  margin-bottom: 10px;
  line-height: 1.6em;
}

input, select, textarea {
  border: 1px solid #777;
  padding: 2px;
}

/* Headings
*/

h1, h2, h3, h4, h5, h6 {
  font-size: 1.5em;
  color: #555;
  text-transform: none;
  font-weight: 200;
  margin-bottom: 0;
  margin: 0;
}

h1 {
  font-size: 1.6em;
  padding-bottom: 0;
}

h2 {
  font-size: 1.5em;
  font-weight: 600;
}

h3 {
  font-size: 1.2em;
  font-weight: 600;
}

h4 {
  font-size: 1.1em;
}

h5, h6 {
  font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
  margin-top: 0;
}

/* Primary layout elements
*/

.page {
  min-width: 1020px;
  background-color: #fff;
  margin: 0 20px;
}

.header {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 100%;
}

.header h1 {
  font-weight: 700;
  margin: 0;
  border: none;
  line-height: 2em;
  font-size: 2em;
  color: #444;
}

.main {
  margin: 8px 0;
  min-height: 420px;
}

.leftCol {
  padding: 6px 0;
  margin: 12px 8px 8px 8px;
  width: 200px;
  min-height: 200px;
}

.footer {
  margin: 20px 20px 4px 20px;
  border-top: 1px solid #aaa;
  padding-top: 4px;
  color: #777;
  text-align: center;
  line-height: normal;
}

.panel {
  padding: 8px 0;
}

.right {
  float: right;
}

/* Login
*/

.loginDisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  padding: 10px 0;
  color: #555;
}

.loginDisplay a:link {
  color: #555;
}

.loginDisplay a:visited {
  color: #555;
}

.loginDisplay a:hover {
  color: #000;
}

/* Menu
*/

.menu a, .menu a:visited, .button, a.button, a.button:visited {
  display: inline-block;
  background-color: #ddd;
  border: none;
  color: #333;
  padding: 4px 10px;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 2px;
  margin-bottom: 2px;
}

.menu a:hover, .menu a:active, .button:hover, .button:active, a.button:hover, a.button:active {
  background-color: #aaa;
  color: #000;
  text-decoration: none;
}

.disabled a, .button:disabled, a.button:disabled {
  display: inline-block;
  color: #999;
}

.disabled a:hover, .button:disabled:hover, a.button:disabled:hover {
  color: #999;
  background-color: #ddd;
}

/* Misc
*/

.p {
  padding-bottom: 8px;
}

.clear {
  clear: both;
}

.title {
  display: block;
  float: left;
  text-align: left;
  width: auto;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.green {
  color: #080;
}

.submitButton {
  text-align: left;
}

.dxgvCommandColumn img {
  padding: 0 5px;
}

.dxgvDetailCell {
  padding: 5px;
}

/* Edit Form
*/

.editform_content, .editform_buttons {
  padding: 5px;
}

.editform_buttons {
  text-align: right;
}

.editform_buttons img {
  padding: 0 5px;
}

.editform_contacts {
  padding: 0 5px;
}

.editform_contacts_header {
  padding: 5px 0 3px 0;
}

.dxpcHeader {
  font-size: 1.2em;
}

h1 a {
  text-decoration: none;
}

/* Authorization
*/

.auth {
  border-top: 1px #777 solid;
  padding: 8px 0;
}

.auth_login, .auth_pass {
  border: 1px #777 solid;
  color: #333;
  padding: 2px;
  width: 200px;
}

.auth_submit {
  background-color: #fff;
  border: 1px #777 solid;
  color: #333;
  padding: 4px 10px;
  margin: 10px 0;
}

.auth_error {
  color: #f00;
}

/* Calls
*/

.edit {
  border: 1px #777 solid;
  color: #333;
  padding: 2px;
}

.multiline {
  width: 100%;
}

.edit_t1 {
  width: 90px;
  text-align: right;
}

.w100 {
  width: 100%;
}

.t1c, .t1s {
  width: 50px;
}

.t7c {
  width: 25px;
}

.t1, .t3 {
  width: 90px;
}

.t1, .t1c, .t1l {
  text-align: right;
}

.t1l {
  width: 120px;
}

.te {
  margin-right: 6px;
}

.menu_noborder {
  border: 0;
  padding: 8px 0;
  margin-top: 4px;
  background: none;
}

.error {
  color: #f00;
}

.item_new {
  display: inline-block;
  padding-bottom: 3px;
}

.plan_combo {
  vertical-align: middle;
  width: 150px;
  margin: -4px 0 0 0;
}

.plan_date {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 0;
  width: 150px;
}

.plan_priority {
  vertical-align: middle;
  width: 100px;
  margin: -4px 0 0 0;
}

.date_picker {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 0;
}

.dxeEditArea, .dxeMemoEditArea, .dxeListBoxItem, .dxpcHeader td.dxpc, .dxgvEditFormTable,
.dxgvEditFormDisplayRow td.dxgv, .dxgvDataRow td.dxgv, .dxgvDataRowAlt td.dxgv, .dxgvSelectedRow td.dxgv, .dxgvFocusedRow td.dxgv,
.dxpSummary, .dxpPageNumber, .dxeHyperlink, .dxgvTable, .dxpcContent {
  font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
}

.image_center, .skype img {
  vertical-align: middle;
}

.tr {
  text-align: right;
}

.vt {
  vertical-align: top;
}

.menuitem {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 6px;
}

.user_files {
   margin:3px;
}

.inline_block {
  display: inline-block;
}

.inline_table {
  display: inline-table;
}
