﻿.tip-green
{
    z-index: 10000;
    text-align: left;
    border: 1px solid #bdde98;
    padding: 7px 10px;
    min-width: 50px;
    max-width: 300px;
    color: #860404;
    background-color: #dff6c6;
}
.tip-green .tip-inner
{
    font: bold 12px/14px arial,helvetica,sans-serif;
}
.tip-green .tip-arrow-top
{
    margin-top: -10px;
    margin-left: 6px;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: url('') no-repeat;
}
.tip-green .tip-arrow-right
{
    margin-top: 6px;
    margin-left: 0;
    top: 0;
    left: 100%;
    width: 10px;
    height: 10px;
    background: url('') no-repeat -10px 0;
}
.tip-green .tip-arrow-bottom
{
    margin-top: 0;
    margin-left: 6px;
    top: 100%;
    left: 0;
    width: 10px;
    height: 10px;
    background: url('') no-repeat -20px 0;
}
.tip-green .tip-arrow-left
{
    margin-top: 6px;
    margin-left: -10px;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: url('') no-repeat -30px 0;
}
.tip-yellow
{
    z-index: 10000;
    text-align: left;
    border: 1px solid #939393;
    padding: 7px;
    min-width: 50px;
    max-width: 530px;
    color: #8c3901 !important;
    background-color: #fef9d9;
    background-image: url('');
}
.tip-yellow .tip-inner
{
    font: bold 13px/18px 'trebuchet ms' ,arial,helvetica,sans-serif;
    margin-top: -2px;
    padding: 0 3px 1px 3px;
    color: #8C3901;
}
.tip-yellow .tip-arrow-top
{
    margin-top: -7px;
    margin-left: 15px;
    top: 0;
    left: 0;
    width: 16px;
    height: 10px;
    background: url('') no-repeat;
}
.tip-yellow .tip-arrow-right
{
    margin-top: -9px;
    margin-left: -4px;
    top: 50%;
    left: 100%;
    width: 10px;
    height: 20px;
    background: url('') no-repeat -16px 0;
}
.tip-yellow .tip-arrow-bottom
{
    margin-top: -6px;
    margin-left: 15px;
    top: 100%;
    left: 0;
    width: 16px;
    height: 13px;
    background: url('') no-repeat -32px 0;
}
.tip-yellow .tip-arrow-left
{
    margin-top: -9px;
    margin-left: -6px;
    top: 50%;
    left: 0;
    width: 10px;
    height: 20px;
   
}
.tip-twitter
{
    z-index: 10000;
    opacity: .8;
    z-index: 1000;
    text-align: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px 8px;
    max-width: 375px;
    color: #fff;
   font: bold 11px/14px 'Lucida Grande' ,sans-serif;
   background-color: #000;

}
.tip-twitter .tip-inner
{
    font: bold 11px/14px 'Lucida Grande' ,sans-serif;
}
.tip-twitter .tip-arrow-top
{
    margin-top: -5px;
    margin-left: -5px;
    top: 0;
    left: 50%;
    width: 9px;
    height: 5px;
    background: url('') no-repeat;
}
.tip-twitter .tip-arrow-right
{
    margin-top: -4px;
    margin-left: 0;
    top: 50%;
    left: 100%;
    width: 5px;
    height: 9px;
    background: url('') no-repeat -9px 0;
}
.tip-twitter .tip-arrow-bottom
{
    margin-top: 0;
    margin-left: -5px;
    top: 100%;
    left: 50%;
    width: 9px;
    height: 5px;
    background: url('') no-repeat -18px 0;
}
.tip-twitter .tip-arrow-left
{
    margin-top: -4px;
    margin-left: -5px;
    top: 50%;
    left: 0;
    width: 5px;
    height: 9px;
    background: url('') no-repeat -27px 0;
}


/*
Validation Failed controls layout
*/
.JSValidateError {
   background-color: #FFF5F5 !important;
    border: 1px solid #DD0000 !important;
}