﻿
/* ------------------------------------------------ */
/* --------------------Buttons--------------------- */
/* ------------------------------------------------ */

input[type=submit], input[type=button], input[type=image], input.btn2, .pgr a, .pgr span
{
    cursor: pointer;
    text-decoration: none;
    padding: 2px 6px 2px 6px;
    margin: 1px 2px 3px 2px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
    color: #545400;
    border-style: solid;
    border-width: 1px;
    border-color: #CC9900 #996600 #996600 #CC9900;
    /*background: #F9FF00;*/
    font-family: sans-serif !important;
    background: #ffff66;
    font-size: 1.1em;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

input[type=submit]:hover, input[type=button]:hover, input[type=image]:hover, .pgr a:hover
{ 
	border-color: #c63 #930 #930 #c63;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

input[type=submit][disabled=disabled], input[type=button][disabled=disabled], input[type=image][disabled=disabled]
{
    opacity: 0.5;
} 

.pgr span /* Current page */
{   
    opacity: 0.7;
}

.pgr a, .pgr span
{
    display: inline-block;
    margin: 3px 2px 5px 2px !important;
}

.OrCol{
    background-color: #FFDE59 !important;
}
