/* 
    Document   : astyle
    Created on : Apr 6, 2012, 9:57:44 PM
    Author     : onur
    Description:
        Purpose of the stylesheet follows.
*/

/*
    General Styles
*/
.quotext{
    color: #B9CBD6;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

.quoTitle{
    color : #999999;
    font: bold 18px Helvetica Neue,Helvetica,sans-serif;
    margin-bottom: 10px;
}

.quotextMini{
    color: white;
    font-size: 16px;
    margin-bottom: 6px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.loginDiv{ 

    background: url("../img/map.png") no-repeat scroll center 0 transparent;
    min-width: 1000px;
    overflow: hidden;
    height: 500px;
}

.lostPasswordPanel{
    background-color:#577892;
    border: 1px solid #6086A5;
    width: 100%;
    height: 130px;

    padding: 10px;
}

.contentPane{
    width: 1170px;
    margin: auto;
}

.tag-cloud {
    padding-left: 5px;
    margin-right: 5px;
    display: inline;
}

.tag-cloud a {
    color: #FFF;
    margin:0px 5px
}

.tag-cloud a:hover {
    text-decoration: none;
}

.wizard-left {
    background-image: url("../img/wizard-left.png");
    height: 310px;
    width: 203px !important;
}


.qForm {
    border-bottom: 1px solid #EAEAEA;
    vertical-align: middle;
}

.qForm:hover {
    background-color: #E5F2F7;
}

.sRow {
    cursor: pointer;
}

.sSelected {
    background-color: #E5F2F7;
}

#bysy_indicator {
    display: none;
    position: fixed;
    top:5px;
    left: 40%;
    background: url('../IMG/ajax-loader.gif') #FFFFFF no-repeat center;

    width: 300px;
    height: 30px;

    z-index: 10000;

    font-weight: bold;
    text-align: center;
    font-size: 1em;

    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #ACACA3;
    -moz-box-shadow: 0 1px 0 #ACACA3;

}

.failedContrib{
    background-color: #FF0000;
}