/* --------------------------------ClueTip CSS  ---------------------------------- */
#cluetip-close img {
    border: 0;
}
#cluetip-title {
    overflow: hidden;
}
#cluetip-title #cluetip-close {
    float: right;
    position: relative;
}
#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url(/admin/images/wait.gif);
}
.cluetip-arrows {
    display: none;
    position: absolute;
    top: 0;
    left: -11px;
    height: 22px;
    width: 11px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#cluetip-extra {
    display: none;
}
/***************************************
   =cluetipClass: 'default'
-------------------------------------- */

.cluetip-default {
    background-color: #FFF;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);

}
.cluetip-default ul {
    margin: 0;
    padding-left: 15px;
}
.cluetip-default #cluetip-outer {
    position: relative;
    margin: 0;
    background-color: #fff;
    border-radius: 4px;
}
.cluetip-default h3#cluetip-title {
    margin: 0 0 3px;
    padding: 10px;
    font-size: 1.1em;
    font-weight: normal;
    background-color: #369;
    color: #fff;
}
.cluetip-default #cluetip-title a {
    color: #057CB6;
    font-size: 0.95em;
}
.cluetip-default #cluetip-inner {
    padding: 10px;
    color:#000;
}
.cluetip-default div#cluetip-close {
    text-align: right;
    margin: 0 5px 5px;
    color: #900;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
    zoom: 1;
}
img.tipimg {
    padding-left: 4px;
    border :0;
}
.preloaderImg {
    float: left;
    margin-left: 364px;
    margin-top: 109px;
    position: absolute;
    z-index: 21;
}
.sendEmailBtn {
    background-image:url(../images/sendEmail.png);
    width:84px;
    height:19px;
    border:0px;
    background-repeat:no-repeat;
    float:right;
    cursor:pointer;
}

.success {
    background-color: #EFF5E9;
    border-color: #C7DBB4;
    border-style: solid none;
    border-width: 4px 0;
    color: #547D2B;
    margin: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    font-weight:bold;
}
table.tagSearchResult {
    border-collapse:collapse;
}
table.tagSearchResult td
{
    background-color: #E0EEF7;
    vertical-align: middle;
}
table.tagSearchResult a{
    color:#000000;
    text-decoration:none;

}
table.tagSearchResult td
{
    background-color: #E0EEF7;
    vertical-align: middle;
    color:#333333;
}
table.tagSearchResult th
{
    border:0px;
}
#exam_date, #alt_exam_date {
    border:0px;
    background-color:#FFFFFF;
}

#schoolLocations select {
    min-width:200px;

}

#schoolTeachers select {
    min-width:200px;


}
.quickMenu {
    float:left;
    font-size:11px;
    margin-top: 15px;
}

.quickMenu a {
    font-size:12px;
    margin-left:5px;
    margin-right:5px;
}

.securityDiv {
    color:darkRed;
    background-color:#F5BABA;
    /*margin:5px;*/
    border:4px solid red;
    border-left:0px;
    border-right:0px;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:2px;
    margin-bottom:10px;
}
/* --------------------------END ------ClueTip CSS  ---------------------------------- */