/**
 * Main CSS file for layout and positioning
 *
 * @author    Helmut Chang <helmut.chang@helmutchang.at>
 * @copyright © 2010 helmutchang.at / internetkonzepte.at
 * @version   $Id$
*/
@CHARSET "UTF-8";

/* ========================================================================== *\
|                                                                              |
| Common Formats & Positioning                                                 |
|                                                                              |
\* ========================================================================== */
* {
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
}

html, body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body {
  background: #ccc url('/img/bg/triathlon.png') no-repeat;
}

.TitleBar {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  border-bottom: groove 2px #AD2F05;
  font-weight: bold;
  cursor: default;
  text-shadow: 1px 1px 2px #000;
}

.TitleBar * {
  vertical-align: middle;
}

.TitleBar button {
  display: inline-block;
  float: right;
  vertical-align: top;
  border: 0 none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.TitleBar button img {
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: top;
  /*border: groove 2px transparent;
  -moz-border-radius: 5px;*/
  -moz-border-radius: 3px;
  background: url('/img/bg/list.header.active.png');
}

.TitleBar button:hover img {
  -moz-box-shadow: inset 0 0 2px #333;
}

.Dialog .TitleBar button:hover img {
  -moz-box-shadow: inset 0 0 2px #fff;
}

.Dialog .TitleBar button img {
  background: url('/img/bg/list.header.hovered.png');
  border: solid 1px #AD2F05;
}

.ToolBar {
  position: absolute;
  top: 26px;
  right: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  border-bottom: groove 2px #AD2F05;
  background: url('/img/bg/toolbar.png');
  /* Sum: 36 + 1 + 1 + 2 */
}

.ToolBar > ul {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 5px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: transparent;
}

.ToolBar ul>li {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 0 1px 0 0;
  padding: 0;
  vertical-align: baseline;
}

.ToolBar ul>li button {
  border: solid 2px transparent;
  height: 36px;
  text-align: center;
  background-color: transparent ;
  vertical-align: bottom;
  margin-right: 5px;
}

.ToolBar ul>li button:hover {
  border-style: groove;
  border-color: #AD2F05;
  background: url('/img/bg/toolbar.button.png');
  -moz-border-radius: 5px;
}

.ToolBar ul>li button.disabled {
  opacity: 0.35;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";

}

.ToolBar ul>li button.disabled:hover {
  border-color: transparent;
  background-image: none;
}

.ToolBar ul>li > img {
  border-left: groove 2px #AD2F05;
  vertical-align: middle;
}

.ToolBar ul>li .ToolBarSearchField {
  background-color: #fff;
  border: 1px inset #AD2F05;
  display: inline-block;
  margin: 3px;
  line-height: 20px;
}

.ToolBar ul>li .ToolBarSearchField input {
  background-color: transparent;
  border: 0 none;
  margin: 0;
  padding: 3px;
  width: 200px;
}

.ToolBar ul>li .ToolBarSearchField input.InfoText {
  color: #999;
  font-style: italic;
}

.ToolBar ul>li .ToolBarSearchField button {
  margin: 0;
  width: 22px;
  height: auto;
  vertical-align: middle;
  -moz-border-radius: 0;
  border: 0 none;
}

.ToolBar ul>li .DropDownButton {
	color: #fff;
	font-weight: bold;
  text-align: left;
  vertical-align: middle;
  width: 250px;
  height: 36px;
  display: inline-block;
  padding: 0;
  text-shadow: -1px -1px -2px
}
.ToolBar ul>li .DropDownButton > span {
	display: block;
  border: 1px solid #AD2F05;
  line-height: 20px;
  margin: 0;
  padding: 0 5px;
  -moz-border-radius: 5px;
}

.ToolBar ul>li .DropDownButton img {
  vertical-align: middle;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}

.ToolBar ul>li ul.DropDownList {
  position: absolute;
  width: 250px;
  max-height: 250px;
  z-index: 2000;
  white-space: nowrap;
  background: #fff;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: default;
  padding: 0;
  border: 1px outset #AD2F05;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.ToolBar ul>li ul.DropDownList li {
	display: block;
  height: 22px;
  line-height: 22px;
  margin: 0;
  padding: 2px 5px;
  background: transparent;
  list-style-position: inside;
}

.ToolBar ul>li ul.DropDownList li img {
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 11px;
  border: 0 none;
}

.ToolBar ul>li ul.DropDownList li:hover {
	color: #fff;
  background: transparent url("/img/bg/dialog.bg.png");
}

.SideBar {
  position: absolute;
  top: 68px;
  bottom: 0;
  left: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  border-right: groove 2px #AD2F05;
  /* Sum: 200 + 2 + 1 */
  cursor: default;
  user-select: none;
  -moz-user-select: none;
}

.SideBar ul {
  list-style: none inside;
  margin: 0;
  padding: 0;
}

.SideBar > ul > li {
  margin: 5px 10px 10px 5px;
  padding: 0;
  background: #f5f5f5;
  -moz-box-shadow: 2px 1px 4px #000;
  -moz-border-radius: 5px;
}

.SideBar > ul > li > span {
  -moz-border-radius: 5px 5px 0 0;
  display: block;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  padding: 5px 5px;
  background: #AD2F05 url('/img/bg/dialog.bg.png');
}

.SideBar > ul > li > span img {
  float: right;
  margin-top: -4px;
  /*-moz-border-radius: 10px;
  -moz-box-shadow: inset 0 0 1px #AD2F05;*/
  background: url('/img/bg/list.header.hovered.png');
  -moz-border-radius: 3px;
  border: solid 1px #AD2F05;
}

.SideBar > ul > li > span img:hover {
  -moz-box-shadow: inset 0 0 2px #fff;
}

.SideBar > ul > li > ul {
  margin: 5px;
  padding: 5px 5px 10px 5px;
}

.SideBar > ul > li > ul > li.Separator {
  border: inset 1px #f5f5f5;
  margin: 5px 0;
}

.SideBar > ul > li > ul span {
  font-weight: bold;
}

.SideBar > ul > li > ul span,
.SideBar > ul > li > ul a {
  display: block;
  padding: 5px;
  cursor: pointer;
  border: solid 1px #f5f5f5;
  -moz-border-radius: 5px 5px;
}

.SideBar > ul > li > ul a:hover {
  background: #fff;
  border-color: #ccc;
}

.SideBar > ul > li > ul > li > ul {
  margin-left: 10px;
}

#ContentUpdatePanel {
  position: absolute;
  top: 66px;
  right: 0;
  bottom: 0;
  left: 253px;
  margin-top: 2px;
  margin-left: 2px;
  background: #f5f5f5;
}

.MessageBar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  margin: 0;
  padding: 0;
  border-bottom: groove 2px #f5f5f5;
  background: #fff;
}

.MessageBar img {
  position: absolute;
  top: 4px;
  left: 4px;
}

.MessageBar p,
.MessageBar ul {
  position: absolute;
  top: 0;
  right: 0;
  left: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

.MessageBar p {
  font-size: 14px;
  font-weight: bold;
}

.MessageBar ul {
  color: #AD2F05;
  list-style-type: none;
  overflow-y: auto;
}

.MessageBar ul li {
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.FormPanel {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  bottom: 42px;
  margin: 5px;
  border: solid 1px #ccc;
  overflow-y: scroll;
  overflow-x: hidden;
  -moz-border-radius: 10px 0 0 10px;
  background-color: #fff;
}

.ButtonBar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  border-top: groove 2px #f5f5f5;
  text-align: right;
  padding-right: 10px;
}

.ButtonBar input {
  vertical-align: middle;
  min-width: 80px;
}

/* ========================================================================== *\
|                                                                              |
| Layout of List View Control                                                  |
|                                                                              |
\* ========================================================================== */
.ListView {
  position: absolute;
  top: 42px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.Dialog .ListView {
  top: 86px;
}

.ListViewWithButtonBarPanel .ListView {
  bottom: 42px;
}

.ListView * {
  user-select: none;
  -moz-user-select: none;
  cursor: default;
}

.ListViewDataContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 24px;
  overflow: scroll;
  background-color: #fff;
  -moz-border-radius: 5px;
}

.ListView table {
  white-space: nowrap;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 100%;
}

.ListView table tbody {

}

.ListView table th,
.ListView table td {
  height: 22px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 0 5px;
}

.ListView table th {
  font-weight: normal;
  border: outset 1px #f5f5f5;
  border-top: 0 none;
  background: #f5f5f5 url('/img/bg/list.header.png') repeat-x;
}

.ListView table th:hover,
.ListView table th.sortedascending:hover,
.ListView table th.sorteddescending:hover {
  color: #fff;
  border-color: #AD2F05;
  background: #AD2F05 url('/img/bg/list.header.hovered.png') repeat-x;
}

.ListView table th.sortedascending,
.ListView table th.sorteddescending {
  background-image: url('/img/bg/list.header.active.png');
}

.ListView table th img {
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
  background-color: transparent;
  vertical-align: bottom;
}

.ListView table th.sorteddescending img {
  background-image:  url('/img/bg/listview.descending.png');
}

.ListView table th.sorteddescending:hover img {
  background-image:  url('/img/bg/listview.descending.hover.png');
}

.ListView table th.sortedascending img {
  background-image:  url('/img/bg/listview.ascending.png');
}

.ListView table th.sortedascending:hover img {
  background-image:  url('/img/bg/listview.ascending.hover.png');
}

.ListView table td {
  border: dotted 1px #f5f5f5;
  border-left-color: transparent;
  border-top-color: transparent;
}

.ListView table td.Numeric {
  text-align: right;
}

.ListView table td.imageColumn {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}

.ListView table td img {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.ListView table tbody tr.selected {
  background-color: #ccc;
  -moz-box-shadow: inset 0 0 1px #333;
}

.ListView table tbody tr:hover {
  background-color: #f5f5f5;
  -moz-box-shadow: inset 0 0 1px #999;
}

.ListView table tbody tr.selected:hover {
  background-color: #ccc;
  -moz-box-shadow: inset 0 0 1px #000;
}

.ListView table .Filler {
  width: 99%;
}


.ListView table th.Filler,
.ListView table th.Filler:hover,
.ListView .DropDownButton .disabled,
.ListView .DropDownButton .disabled:hover {
  border-color: #f5f5f5;
  border-left-color: transparent;
  border-right-color: transparent;
  opacity: 0.25;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  background: #f5f5f5 url('/img/bg/list.header.png') repeat-x;
}

/*.ListView table tr:hover td {
  border-color: #ccc;
  border-right-color: transparent;
}*/

.ListView .DropDownButton {
  /*background-color: #f5f5f5;*/
  width: 24px;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
}

.ListView .DropDownButton button {
  display: block;
  width: 24px;
  height: 22px;
  line-height: 20px;
  border: outset 1px #f5f5f5;
  border-top: 0 none;
  margin: 0;
  padding: 0;
  background: #f5f5f5 url('/img/bg/list.header.png') repeat-x;
}

.ListView .DropDownButton button:active,
.ListView .DropDownButton button:focus {
  background: #f5f5f5 url('/img/bg/list.header.active.png') repeat-x;
}

.ListView .DropDownButton button:hover {
  border-color: #AD2F05;
  background: #AD2F05 url('/img/bg/list.header.hovered.png') repeat-x;
}

.ListView .DropDownButton button img {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: transparent url('/img/bg/listview.columnschooser.png') no-repeat center;
}

.ListView .DropDownButton button:hover img {
  background: url('/img/bg/listview.columnschooser.hov.png') no-repeat center;
}

.ListView .DropDownButton button.disabled img,
.ListView .DropDownButton button.disabled:hover img {
  background: transparent url('/img/bg/listview.columnschooser.png') no-repeat center;
}

.ListView .DropDownButton ul {
  color: #000;
  background-color: #f5f5f5;
  position: absolute;
  max-width: 480px;
  list-style: none inside;
  border: outset 1px #f5f5f5;
  margin: 0;
  padding: 2px;
  z-index: 21;
  -moz-box-shadow: 2px 1px 4px #000;
  overflow-x: hidden;
  overflow-y: auto;
}

.ListView .DropDownButton li {
  white-space: nowrap;
  text-align: left;
  line-height: 22px;
  margin: 0;
  padding: 1px 5px;
  cursor: default;
  padding-right: 30px;
}

.ListView .DropDownButton li:hover {
  background-color: #ccc;
}

.ListView .DropDownButton li img {
  vertical-align: bottom;
  margin: 0;
}

/* ========================================================================== *\
|                                                                              |
| Dialog                                                                       |
|                                                                              |
\* ========================================================================== */

/* == Panel to "hide" the underlying UI == */
.DialogPanel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url('/img/bg/dialog.png');
  z-index: 100;
}

.Dialog {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 640px;
  height: 75%;
  background: transparent url('/img/bg/dialog.bg.png');
  border: outset 1px #D33122;
  -moz-border-radius: 10px;
  -moz-box-shadow: 4px 2px 8px #000;
  z-index: 101;
}

#DialogUpdatePanel2 .DialogPanel {
  z-index: 200;
}

#DialogUpdatePanel2 .Dialog {
  z-index: 201;
  top: 10%;
  left: 15%;
}

#AlertUpdatePanel .DialogPanel {
  z-index: 500;
}

#AlertUpdatePanel2 .DialogPanel {
  z-index: 600;
}

#AlertUpdatePanel .Dialog,
#AlertUpdatePanel2 .Dialog {
  z-index: 501;
  top: 33%;
  left: 33%;
  width: 480px;
  height: 155px;
}

#AlertUpdatePanel2 .Dialog {
  z-index: 601;
}

#AlertUpdatePanel .Dialog .ButtonBar,
#AlertUpdatePanel2 .Dialog .ButtonBar {
  top: 80px;
}

#DialogMailUpdatePanel .DialogPanel {
  z-index: 400;
}

#DialogMailUpdatePanel .Dialog {
  top: 2%;
  left: 15%;
  height: 95%;
  z-index: 401;
}

#DialogMailUpdatePanel .ListView {
  top: 84px;
  left: 0;
  right: 0;
  height: 60px;
  border: 0 none;
}

#DialogMailUpdatePanel .ListView .DropDownButton {
  display: none;
}

#DialogMailUpdatePanel .ListView .ListViewDataContainer {
  top: 0;
  overflow-x: hidden;
  border: 0 none;
}

#DialogMailUpdatePanel .ListView thead {
  display: none;
}

.Dialog .TitleBar {
  cursor: default;
  right: 5px;
  left: 5px;
  border: 0 none;
}

.Dialog .TabPanel{
  height: 21px;
  margin: 0;
  padding: 2px 5px;
  border-bottom: solid 1px #999;
  list-style: none inside;
  background-color: #ccc;
  /*background: #AD2F05 url('/img/bg/dialog.bg.png') repeat-y;*/
}

.Dialog .TabPanel li {
  margin-top: 1px;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  border: solid 1px #999;
  border-bottom: 0 none;
  padding: 0 10px;
  -moz-border-radius: 5px 5px 0 0;
  -moz-box-shadow: inset 0px 1px 1px #f5f5f5;
}

.Dialog .TabPanel button {
  display: block;
  width: 100%;
  height: 100%;
  border: 0 none;
  background-color: transparent;
}

.Dialog .TabPanel li.ActiveView {
  position: relative;
  top: -1px;
  background: #f5f5f5 url('/img/bg/tab.active.png') repeat-x;
  border-color: #f5f5f5;
  border-style: outset;
  -moz-box-shadow: none;
}

.Dialog .TabPanel li:hover {
  background: transparent url('/img/bg/tab.active.png') repeat-x;
}

.Dialog .TabPanel li.ActiveView button {
  font-weight: bold;
}

.Dialog .ConfirmationDialogContent,
.Dialog .DialogContent {
  position: absolute;
  top: 26px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #f5f5f5;
  border: groove 2px #D33122;
  -moz-border-radius: 0 0 5px 5px;
}

.Dialog .TabPanelContent {
  position: absolute;
  top: 28px;
  right: 0;
  left: 0;
  bottom: 0;
}

.Dialog .ConfirmationDialogContent {
  top: 26px;
}

.Dialog .DialogContent .ToolBar {
  top: 42px;
}

.Dialog .DialogContent .MessageBar {
  top: 0;
}

#AlertUpdatePanel .Dialog .MessageBar {
  border: 0 none;
  height: 80px;
}

#AlertUpdatePanel .Dialog .MessageBar img {
  left: 18px;
  top: 18px;
}

#AlertUpdatePanel .Dialog .MessageBar p {
  font-size: 12px;
  font-weight: normal;
  top: 0;
  left: 80px;
  height: 80px;
  padding-top: 18px;
  padding-right: 10px;
  line-height: normal;
}

.Dialog .DialogContent .FormPanel {
  top: 86px;
}

#DialogMailUpdatePanel .FormPanel {
  top: 144px;
  right: 0;
  left: 0;
  border: 0 none;
  border-top: groove 2px #f5f5f5;
  background-color: transparent;
  -moz-border-radius: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

#DialogMailUpdatePanel .ListView tr:hover,
#DialogMailUpdatePanel .ListView tr.selected {
  background-color: transparent;
  -moz-box-shadow: none;
}


#DialogMailUpdatePanel .FormPanel #MailSubjectLabelContainer {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  height: 25px;
  line-height: 25px;
}

#DialogMailUpdatePanel .FormPanel #MailSubjectLabelContainer label {
  vertical-align: middle;
}

#DialogMailUpdatePanel .FormPanel #MailSubjectTextBoxContainer {
  position: absolute;
  top: 5px;
  left: 60px;
  right: 5px;
  height: 25px;
  line-height: 25px;
}

#DialogMailUpdatePanel .FormPanel #MailSubjectTextBoxContainer input {
  width: 557px;
}

#DialogMailUpdatePanel .FormPanel #MailBodyTextBoxContainer {
  position: absolute;
  top: 30px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}

#DialogMailUpdatePanel .FormPanel #MailBodyTextBoxContainer textarea {
  width: 612px;
  height: 100%;
}

#Progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('/img/bg/dialog.png');
  z-index: 1000;
}

#ProgressIndicator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url('/img/bg/ajax-loader.gif') no-repeat center;
  z-index: 1001;
}

#PrintView {
  display: none;
}

/* ========================================================================== *\
|                                                                              |
| Form Elements                                                                |
|                                                                              |
\* ========================================================================== */
fieldset {
  margin: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #AD2F05;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 20px;
}

legend {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  padding: 5px 10px;
  background: #AD2F05 url('/img/bg/dialog.bg.png');
  box-shadow: 2px 1px 4px #000;
  -moz-box-shadow: 2px 1px 4px #000;
}

fieldset div {
  margin: 10px;
  vertical-align: middle;
}

fieldset div * {
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-right: 20px;
}

.TextBox,
.DropDown,
.ReadOnlyTextBox,
.ReadOnlyNumberTextBox {
  width: 300px;
}

.ReadOnlyTextBox,
.ReadOnlyNumberTextBox {
  border: dotted 1px #ccc;
  color: #000;
  background-color: transparent;
}

.field-disabled {
  background: #f5f5f5 none;
}

.DatePickerContainer img {
  margin-left: -20px;
}

.MediumTextBox,
.MediumNumberTextBox {
  width: 100px;
}

.DatePickerTextBox {
  width: 80px;
}

.CompareTextBox {
  width: 170px;
}

.DatePickerTextBox {
  padding-right: 20px;
}

#ui-datepicker-div {
  display: none;
}

.ui-datepicker {
  -moz-border-radius: 0;
  -moz-box-shadow: 2px 1px 4px #000;
  background: #f5f5f5 none;
  border: 1px outset #f5f5f5;
  padding: 2px;
}

.ui-datepicker {
  cursor: default;
  -moz-user-select: none;
  user-select: none;
}

.ui-datepicker-header {
  -moz-border-radius: 0;
  background-color: #ccc;
  border: 0 none;
  cursor: default;
  padding: 2px 5px;
}

.ui-widget-header .ui-icon {
  background-image: none;
  display: none;
}

a.ui-datepicker-prev,
a.ui-datepicker-prev-hover {
  width: 20px;
  height: 20px;
  background: transparent url('/img/16/icon.previous.png') center;
  -moz-border-radius: 3px;
  float: left;
}

a.ui-datepicker-next,
a.ui-datepicker-next-hover {
  width: 20px;
  height: 20px;
  background: transparent  url('/img/16/icon.next.png') center;
  -moz-border-radius: 3px;
  float: right;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 20px;
}

.ui-datepicker-calendar {
  border-collapse: separate;
  border-spacing: 1px;
}

.ui-datepicker-calendar th {
  padding: 2px 5px;
}

.ui-datepicker-calendar td {
  border: solid 1px #ccc;
  text-align: right;
  background-color: #fff;
  padding: 0;
}

.ui-datepicker-calendar td.ui-datepicker-current-day {
  border-color: #AD2F05;
  background-color: #ccc;
}

.ui-datepicker-calendar td.ui-datepicker-today {
  border-color: #D33122;
}

.ui-datepicker-calendar td.ui-datepicker-other-month {
  border-color: transparent;
  background-color: transparent;
}

.ui-datepicker-calendar td a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 25px;
  line-height: 20px;
  padding: 2px 5px;
}

.ui-datepicker-calendar td a:hover {
  color: #fff;
  background: transparent url('/img/bg/dialog.bg.png');
}

.SmallTextBox,
.SmallNumberTextBox {
  width: 60px;
}

.SmallNumberTextBox,
.MediumNumberTextBox,
.NumberTextBox {
  text-align: right;
}

/* -- Form Elements, appended to a small text box -- */
.AppendedTextBox,
.CityDropDown {
  width: 234px;
}

.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
