﻿@import "hover.css";

.MyImageButton
{
    cursor: pointer;
}

/*.rgEditForm {
    padding:5px !important;
}*/

/*.EditFormMainTableStyle {
    border:0px solid #CCCCCC;
}*/
.Inscricao {
    font-weight: bold;
    font-size: 22px;
}
.titulo {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    /*background: #FFFFFF url('images/bgtitulo.png'); */
} 

.EditFormHeader td
{
    font-size: 13px;
    font-weight:bold;
    padding: 6px !important;
    color: #0066cc;
    border-bottom: 1px solid #CCCCCC; 
    background-color: #EEEEEE;
    width:95%;
    height:30px;
    text-transform:uppercase;
}

.EditFormButtonRow td
{
    padding: 6px !important;
    border-top: 1px solid #CCCCCC; 
    background-color: #EEEEEE;
    height:30px;
}


.EditFormButtonRow td a
{
    display: inline-block;
    padding: 0.5em;
    background-color: #CCCCCC;
    text-decoration: none;
    color: white !important;
    border:1px solid #808080;
}

.EditFormButtonRow td a:hover
{
   text-decoration:none;
   color:white;
   border:1px solid #808080;
}

.EditFormButton {
    display: inline-block;
    padding: 0.5em;
    background-color: #CCCCCC;
    text-decoration: none;
    color: white;
    border:1px solid #808080;
}

/*Alterar a cor do label no editform - para não pegar automaticamente do skin*/
.RadForm.rfdLabel label {
    color: black !important;
}

