.placeholder {
   color: #AAAAAA;
}

.blockCenter {
   margin-right: auto !important;
   margin-left: auto !important;
}

.blockAlignRight {
   margin-left: auto !important;
}

.blockAlignLeft {
   margin-right: auto !important;
}

.centered {
   text-align: center !important;
}

.centered {
   text-align: -moz-center !important;
}

.rightAligned {
   text-align: right !important;
}

.leftAligned {
   text-align: left !important;
}

.rightAlignedWithTopPadding {
   text-align: right !important;
   padding-top: 3px;
}

.leftAlignedWithTopPadding {
   text-align: left !important;
   padding-top: 5px;
}

.topAligned {
   vertical-align: top !important;
}

.bottomAligned {
   vertical-align: bottom !important;
}

.verticalAlignMiddle {
   vertical-align: middle !important;
}

.fullWidth {
   width: 100% !important;
}

.halfWidth {
   width: 50% !important;
}

.thirdWidth {
   width: 33% !important;
}

.width0 {
   width: 0;
}

.noPadding {
   padding: 0 !important;
}

.lightPadding {
   padding: 5px !important;
}

.mediumPadding {
   padding: 10px !important;
}

.noMargin {
   margin: 0 !important;
}

.noBorder {
   border: none !important;
}

.noWrap {
   white-space: nowrap !important;
}

.noBorderCollapse {
   border-collapse: separate;
   border-spacing: 2px;
}

.mediumHorizontalSpacer {
   width: 10px;
}

.smallVerticalSpacer {
   height: 5px;
}

.mediumVerticalSpacer {
   height: 10px;
}

.blockDisplay {
   display: block;
}

.bold {
   font-weight: bold;
}

.italic {
   font-style: italic;
}

.normalText {
   font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
}

.normalTextNoWrap {
   font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   padding: 0;
   white-space: nowrap;
}

.error {
   font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: red;
   background-color: white;
}

.warning {
   font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: red;
}

.info {
   font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: white;
   background-color: #33cc00;
}

.invisible {
   display: none !important;
}

.minHeight {
   height: 0 !important;
}

.maxHeight {
   height: 100% !important;
}

.tableNoBorder {
   width: 100%;
   border: none;
   margin: 0;
   padding: 0;
}

.fauxLink {
   border: 0;
   cursor: pointer;
   color: #000000;
   text-decoration: none;
}

.fauxButton {
   cursor: pointer;
}

.helpLink:before
{
   content: '?';
   display: inline-block;
   font-family: sans-serif;
   font-weight: bold;
   text-align: center;
   width: 1.8ex;
   height: 1.8ex;
   font-size: 2.5ex;
   line-height: 1.8ex;
   border-radius: 1.2ex;
   margin-right: 4px;
   padding: 1px;
   color: black;
   background: white;
   border: 1px solid black;
   text-decoration: none;
}

.helpLink:hover:before
{
   color: white;
   background: black;
   border-color: white;
   text-decoration: none;
}