
a.aplain, a:link.aplain, a:visited.aplain, a:hover.aplain, a:active.aplain {
    color: #fff;
    text-decoration: none;
}

/********************************************************************************************
 *
 * Round Corner
 *
 *********************************************************************************************/

.roundcorner_5px
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.roundcorner_tl_5px
{
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-topleft: 5px;
}

.roundcorner_tr_5px
{
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-radius-topright: 5px;
}

.roundcorner_bl_5px
{
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-radius-bottomleft: 5px;
}

.roundcorner_br_5px
{
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-bottomright: 5px;
}

/********************************************************************************************
 *
 * OTHER
 *
 *********************************************************************************************/

.modal-wide {
    width: 800px;
    left: 50%;
    margin-left: -400px;
}

.modal-email {
    width: 600px;
    left: 50%;
    margin-left: -400px;
}

.tooltip-inner {
    max-width: 760px;
}


.help-block
{
    color: #b94a48;
}
.add-on-input{
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  min-height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;

  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.add-on-input{
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  min-height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;

  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

opacity_70
{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
}

div.option_box
{
    width: 130px;
    height: 80px;
    margin: 0 15px 15px 0;
    padding: 5px 2px 2px 2px;
    float: left;
    text-align: center;
    cursor: pointer;

    /*
    border: 1px solid #C5DBEC;
    background-color: #DFEFFC;
    color: #2E6E9E;
    */

    border: 1px solid #79b7e7;
    background-color: #d0e5f5;
    color: #1d5987;
}

/*
div.option_box:hover
{
    border: 1px solid #79b7e7;
    background-color: #d0e5f5;
    color: #1d5987;
}
*/

div.option_box a
{
    display: block;
    width: 100%;
    height: 100%;
}

div.option_box a,
div.option_box a:hover,
div.option_box a:active,
div.option_box a:visited
{
    text-decoration: none;
    color: #1D5987;
}

div.option_box img
{
    display: block;
    margin: 0 auto 10px auto;
    border: none;
}

h1.title
{
    margin-top: 0;
}


.bold
{
    font-weight: bold !important;
}

.normal
{
    font-weight: normal !important;
}

.dontdisplay
{
    display: none;
}

label.error
{
    margin-left: 5px;
}

.ui-dialog .ui-dialog-buttonpane
{
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
    float: none;
}

.red
{
    color: red !important;
}

.green
{
    color: green !important;
}

.black
{
    color: black !important;
}

.valign_middle
{
    vertical-align: middle !important;
}

.valign_top
{
    vertical-align: top !important;
}

.throbber_img
{
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}


.TooltipContainer
{
    display: none;
    border: 1px solid gray;
    background: #fdfbcb;
    padding: 5px;
    margin: 8px;
    position: absolute;
    top: -5000px;
    left: -5000px;
    z-index: 20000;
    text-align: justify;
    vertical-align: top;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0 0 7px 2px gray;
    -moz-box-shadow: 0 0 7px 2px gray;
    -webkit-box-shadow: 0 0 7px 2px gray;
}

.dark_row
{
    background: #dfeffc;
}

.light_row
{
}


.inline
{
    display: inline !important;
}

.left
{
    text-align: left !important;
}

.right
{
    text-align: right !important;
}

.center
{
    text-align: center !important;
}

ul.no_list_type
{
    list-style-type: none !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0 !important;
}

ul.no_list_type li
{
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

ul.ui-autocomplete
{
    list-style-type: none !important;
}

ul.ui-autocomplete li
{
    list-style-type: none !important;
}

.ui-autocomplete-loading
{
    background: #DFEFFC url('../images/throbber.gif') right center no-repeat !important;
}

.clickable
{
    cursor: pointer;
}

dl.inputs-list
{
    margin-left: 180px;
    margin-top: 5px;
}

.tab-content {
  overflow: inherit;
}

.popover.right {
  text-align: left !important;
}
