/*
                     Inroads General User Interface Style Sheet

                        Written 2007-2017 by Randall Severy
                         Copyright 2007-2017 Inroads, LLC
*/

form { margin: 0px; }

.button_text {
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
  height: 40px;
}

.vertical_button { margin-top: 10px; }
.vertical_button span { height: 14px; }

.button_out img {
  background-color: #636466;
  cursor: default;
}
.button_out td {
  color: #636466;
  cursor: default;
}
.button_over img {
  background-color: #0065A4;
  cursor: pointer;
}
.button_over td {
  color: #0065A4;
  cursor: pointer;
}

.top_button_table_cell {
  padding-left: 10px;
  padding-bottom: 10px;
}

.content_cell {
  padding-left: 10px;
}

.fieldtable {
  background-color: #FFFFFF;
}

.fieldtable td {
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}

.sectionrow td {
  background-color: #eeeeee;
  font-weight: 700;
  font-size: 13px;
  height: 25px;
  text-align: center;
}

.fieldprompt {
  color: #0064A3;
  text-align: right;
  font-weight: normal;
  padding-right: 5px;
}

.htmleditor_div {
  overflow: auto;
  padding: 5px;
  border: 1px solid black;
  cursor: pointer;
}

#calendar_div {
  position: absolute;
  visibility: hidden;
  background-color: white;
  layer-background-color: white;
  z-index: 10;
}

.cal_cpYearNavigation, .cal_cpMonthNavigation {
  background-color: #0064A3;
  color: #FFFFFF;
  text-align: center;
  vertical-align: center;
  text-decoration: none;
  font-weight: bold;
}
.cal_cpDayColumnHeader, .cal_cpYearNavigation, .cal_cpMonthNavigation,.cal_cpCurrentMonthDate,
.cal_cpCurrentMonthDateDisabled, .cal_cpOtherMonthDate, .cal_cpOtherMonthDateDisabled,
.cal_cpCurrentDate, .cal_cpCurrentDateDisabled, .cal_cpTodayText, .cal_cpTodayTextDisabled,
.cal_cpText {
  font-family: arial;
  font-size: 8pt;
}
TD.cal_cpDayColumnHeader {
  border-color: #0064A3;
  border: solid thin #000000;
  text-align: right;
  border-width: 0px 0px 1px 0px;
}
.cal_cpCurrentMonthDate, .cal_cpOtherMonthDate, .cal_cpCurrentDate {
  text-align: right;
  text-decoration: none;
}
.cal_cpOtherMonthDate {
  color: #808080;
}
.cal_cpCurrentMonthDateDisabled, .cal_cpOtherMonthDateDisabled, .cal_cpCurrentDateDisabled {
  color: #D0D0D0;
  text-align: right;
  text-decoration: line-through;
}
.cal_cpCurrentMonthDate {
  color: #0064A3;
  font-weight: bold;
}
.cal_cpCurrentDate {
  color: #FFFFFF;
  font-weight: bold;
}
TD.cal_cpCurrentDate {
  color: #FFFFFF;
  background-color: #0064A3;
  border-color: #000000;
  border: solid thin #000000;
  border-width: 1px;
}
TD.cal_cpCurrentDateDisabled {
  border-color: #FFAAAA;
  border: solid thin #000000;
  border-width: 1px;
}
TD.cal_cpTodayText, TD.cal_cpTodayTextDisabled {
  border-color: #0064A3;
  border: solid thin #000000;
  border-width: 1px 0px 0px 0px;
}
A.cal_cpTodayText, SPAN.cal_cpTodayTextDisabled {
  height: 20px;
}
SPAN.cal_cpTodayTextDisabled {
  color: #D0D0D0;
}
A.cal_cpTodayText {
  color: #0064A3;
  font-weight: bold;
}

.cal_cpBorder {
  border-color: #0064A3;
  border: solid thin #000000;
}

.calendar_icon {
  vertical-align: bottom;
  margin-left: 3px;
  margin-bottom: 2px;
  cursor: pointer;
}

div.date_field {
  float: left;
  padding-right: 10px;
}

div.time_field {
  float: left;
  vertical-align: bottom;
}

a.ovalbutton {
  background: transparent url('images/oval-gray-left.gif') no-repeat top left;
  display: block;
  float: left;
  font: normal 13px Tahoma;
  line-height: 16px;
  height: 24px;
  width: 150px;
  text-align: center;
  padding-left: 11px;
  text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
  color: #494949;
}

a.ovalbutton span {
  background: transparent url('images/oval-gray-right.gif') no-repeat top right;
  display: block;
  padding: 4px 11px 4px 0;
}

a.ovalbutton:hover {
  background-position: bottom left;
}

a.ovalbutton:hover span {
  background-position: bottom right;
  color: black;
}

.buttonwrapper {
  overflow: hidden;
  width: 100%;
  display: inline;
}

.browse_row_link {
  color: #636466;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}

.perms_link,.perms_link a {
  font-size: 11px;
  color: #0064A3;
}

input.text,textarea.textarea,select.select,input.password,.htmleditor_div,
input.browse_button {
  border: 1px solid #7F9DB9;
  margin: 0px;
  font: inherit;
}

input.browse_button {
  background-color: #FFFFFF;
}

input[type="radio"] {
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
}

input[type="checkbox"] {
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.button {
  font-size: 12px;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
  color: #636466;
/*  text-shadow: 1px 1px 0px rgba(255,255,255,0.8); */
  border:1px solid rgba(0,0,0,0.5);
  background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
  background: -moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));
  padding: 1px 5px 3px 5px;
  margin-right: 20px;
  cursor: pointer;
}

.button:hover {
  color: #0065A4;
  background: rgba(240,240,240,1);
}

.button:active {
  background: -webkit-gradient(linear,0% 100%,0% 0%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
  background: -moz-linear-gradient(bottom,rgba(255,255,255,1),rgba(185,185,185,1));
}

.button:disabled {
  color: rgba(0,0,0,0.4);
  text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
  background: rgba(220,220,220,1);
}

.last_button {
  margin-right: 0px;
}

.bottom_buttons {
  float: right;
}

.small_button {
  height: 20px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
  background:#dcdcdc;
  background:-moz-linear-gradient(top, #efefef, #dcdcdc 100%);
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#efefef), color-stop(100%, #dcdcdc));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dcdcdc');
  color:#545454;
  border:1px solid #919191;
  margin-left: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
}

@-moz-document url-prefix() {
  .small_button { padding-bottom: 3px; } 
}

/*  Colors for WYSIWYG Editor  */

.TB_ToolbarSet, .TB_Expand, .TB_Collapse { background-color: #eeeeee; }
.TB_ToolbarSet { border-top: #eeeeee 1px outset; border-bottom: #eeeeee 1px outset; }
.TB_Expand, .TB_Collapse { border: #eeeeee 1px outset; }
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
{ border: #eeeeee 1px solid; }
.TB_Button_Off .TB_Button_Text { background-color: #eeeeee; }
.TB_Button_Off .TB_Text { background-color: #eeeeee; }
.SC_FieldCaption { background-color: #eeeeee; }
#xEditingArea { border-color: #7F9DB9; }

