/* Copyright (C) 2011- Csaba Hoch
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *     http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.button
{
    background-color: #fff;
    border: 3px solid #080;
    padding: 2px 10px 2px 10px;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
    color: #006;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.small-button
{
    background-color: #fff;
    border: 2px solid #080;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
    color: #006;
    text-decoration: none;
}

.practice-operations
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 3px 5px 3px 5px;
    margin: 5px 5px 5px 5px;
    border: 1px dashed #080;
}

.nice-button
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #cfc;
    padding: 1px 3px 1px 3px;
    margin: 5px 5px 5px 5px;
    border: 1px dashed #080;
    cursor: pointer;
    color: #006;
    text-decoration: none;
}

.small_button_li
{
    padding: 3px 0px 3px 0px;
}

#buttons
{
    margin-top: 10px;
    margin-bottom: 20px;
}


#please_wait
{
    margin-top: 20px;
    margin-bottom: 20px;
    color: green;
    font-weight: bold;
}

#no_more_words
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#question
{
}

#answer
{
    color: blue;
}

#answered-incorrectly
{
    color: red;
}

.transfer-related
{
    color: green;
}

.tbl_header
{
    font-weight: bold;
}

.explanation
{
    color: #777;
}

.current_menu
{
    background-color: #eee;
    color: #080;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.help
{
    color: gray;
    text-decoration: none;
}

.nonlink
{
    color: gray;
}

.center_cell
{
    text-align: center;
}

.message
{
    color: green;
}

.selected
{
    background-color: #eee;
}


.success
{
    color: green;
}

.error
{
    color: red;
}

th
{
    text-align: left;
    max-width: 300px;
}

.pagination
{
    text-align: center;
}

/* Source: http://stackoverflow.com/a/12642009 */
.buttonlink {
    /* Remove all decorations to look like normal text */
    background: none;
    border: none;
    display: inline;
    font: inherit;
    margin: 0em;
    padding: 0em;
    outline: none;
    outline-offset: 0em;
    /* Additional styles to look like a link */
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

/* Remove extra space inside buttons in Firefox */
.buttonlink::-moz-focus-inner {
    border: none;
    padding: 0em;
}
