/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 30, 2016, 11:13:03 AM
    Author     : ccarranza
*/

.button 
{

font-size: 10px;
background-color: #eeeeee;
color: #333333;
margin-top: 10px;
border-top-width: 1px;

border-top-style: solid;
border-top-color: #cccccc;
border-left-width-value: 1px;
border-left-style-value: solid;
border-left-color-value: #cccccc;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
border-right-width-value: 1px;
border-right-style-value: solid;
border-right-color-value: #999999;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
padding-top: 1px;
padding-right: 3px;
padding-bottom: 1px;
padding-left: 3px;

}
.panelsurround {
background-color: #fff;
border: none !important;
}
.panel {
background-color: #fff;
border: none !important;
}
.fieldset {
border: none;
}
.page {
border: none !important;
}
legend {
font-weight: bolder;
}
.tborder {
background-color: #fff;
}