/*
------------------------------
    Impromptu's
------------------------------
*/
 .jqifade{
      position: absolute;
      background-color: #aaaaaa;
}
div.jqi{
      width: 400px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #BF5E26;
}

/*
------------------------------
    impromptu
------------------------------
*/
.impromptuwarning .impromptu{ background-color: #aaaaaa; }
.impromptufade{
    position: absolute;
    background-color: #ffffff;
}
div.impromptu{
    position: absolute;
    background-color: #cccccc;
    padding: 10px;
    width: 300px;
    text-align: left;
}
div.impromptu .impromptuclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #213e80;
}
div.impromptu .impromptucontainer{
    background-color: #213e80;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}
div.impromptu .impromptumessage{
    background-color: #415ea0;
    padding: 10px;
}
div.impromptu .impromptubuttons{
    text-align: center;
    padding: 5px 0 0 0;
}
div.impromptu button{
    padding: 3px 10px 3px 10px;
    margin: 0 10px;
}

/*
------------------------------
    rhinotire
------------------------------
*/
.rhinotirewarning .rhinotire{ background-color: #aaaaaa; }
.rhinotirefade{
    position: absolute;
    background-color: #000;
}
div.rhinotire{
    position: absolute;
    background-color: #cccccc;
    padding: 10px;
    width: 400px;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
div.rhinotire .rhinotireclose{
    float: right;
    margin: -15px -15px 0 0;
    cursor: pointer;
    color: #213e80;
    background: url(/images/alert_close.gif) 100% 0 no-repeat;
    width: 26px;
    height: 25px;
    display: block;
}

div.rhinotire .rhinotireclose:hover {
	background-position: 0 100%;
}
div.rhinotire .rhinotirecontainer{
    background-color: #404040;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}
div.rhinotire .rhinotiremessage{
    background-color: #868282;
    padding: 10px;
}
div.rhinotire .rhinotirebuttons{
    text-align: center;
    padding: 10px 0 0 0;
}

div.rhinotire button, div.rhinotire button:hover {
	background: transparent url(images/button_bg.gif) top left repeat-x;
}
div.rhinotire button{
    padding: 1px 10px;
    margin: 0 10px;
    background-position: 100% 0;
    border: 1px solid #6e6a6a;
    color: #fefefe;
    font-weight: bold;
}
div.rhinotire button:hover {
    border: 1px solid #6e6a6a;
    color: #ffffff;
    font-weight: bold;
    background-position: 0 100%;
    cursor: pointer;
}
