/* GLOBAL STYLES FOR ALL PROJECTS */
/* APPLICATION SPECIFIC STYLES */
html,body {
    height: 100%;
    width: 100;
    min-width: 780px;
    margin: 0;
    padding: 0;
    border:0;
}

body {
    position: relative;
    background-color: #FFFFFF;
    /* font-size: 10px;*/
    color: #000000;
    scrollbar-3dlight-color: #EEF7EB;
    scrollbar-arrow-color: #C4E3B4;
    scrollbar-darkshadow-color: #EEF7EB;
    scrollbar-face-color: #EEF7EB;
    scrollbar-highlight-color: #EEF7EB;
    scrollbar-shadow-color: #EEF7EB;
}

#header {
    
}

* html #header {
    
}

.H1 {
    font-size: 170%;
    border: 1px solid #CCCC99;
    width: 100%;
    border-width: 0px 0px 2px 0px;
}

.h2 {
    font-size: 130%;
    color: #336699;
    border: solid #cccc99;
    border-width: 0px 0px 2px 0px;
    width: 100%;
}

.H3 {
    font-size: 12px;
    color: #37327B;
    width: 100%;
    font-weight: bold;
}

H4 {
    font-size: 92%;
    color: #000000;
    font-weight: bold;
    width: 100%;
}

/* Custom styles*/
.bigBoldText {
    font-size: 230%;
    width: 100%;
    font-weight: bold;
}

.smallBoldText {
    font-weight: bold;
    font-size: 10px;
}

.btnDel { /*background-image: url('../img/delOff.gif'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 16pt;
}

img {
    vertical-align: middle;
    /*height:15px;*/
}

.loginPanel {
    width: 400px;
    margin: 50px auto;
}

/* form style*/
.formCentering {
    margin: 0 auto;
    width: 98%;
    height: 100%;
    background-color: #fff;
    padding: 15px 0;
    /* overflow-y: scroll;*/
}
#center{
}

/*  form style*/
.formCenteringRight {
    width: 76%;
    height: 550px;
    background-color: #fff;
    padding: 15px;
    float: left;
}

.smallText {
    display: block;
    margin-left: 5px;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    clear: both;
}

.userLogged {
    font-size: 10px;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
}

.formHeader {
    display: block;
    width: 98%;
    margin: 0 auto;
    padding: 5px 5px 5px 5px;
    border-top:none;
    height: 40px;
}

/* form title*/
.formTitle {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color:black;
}

.formSubTitle {
    font-weight: bold;
    font-size: 14px;
}

/* form title right side*/
.formTitleRight {
    display: block;
    width: 76%;
    background-color: #C4E3B4;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 10px 15px;
    margin: 0 auto;
    float: left;
    margin-top: -38px;
}

.bottomLogo {
    width: 128px;
    height: 28px;
    float: right;
}

/* left side of site for menu*/
.leftCorner {
    clear: both;
    background-color: #fff;
    width: 20%;
    min-height: 650px;
    height: 100%;
    margin: 0 5px;
    padding: 15px 0;
    float: left;
}

/* header for left side*/
.leftCornerHeader {
    background-color: #59933A;
    width: 20%;
    height: 38px;
    margin: 0 5px;
}

.webServicePrototype {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.headerPanelGrid {
    width: 100%;
}

a: link {
    font-size: 10px;
    font-weight: bold;
    color: #59933A;
    text-decoration: underline;
}

/* headerPanelGrid column styles */
.hpgCol1 {
    
}

.hpgCol2 {
    
}

.hpgCol3 {
    
}

.hpgCol0,.hpgCol2 {
    width: 20%;
}

/* date style*/
.date {
    font-size: 10px;
    color: #FFFFFF;
    text-align: right;
    vertical-align: middle;
}

.footer {
    display: block;
    width: 100%;
    background-color: #EAF4F8;
    padding: 0;
    margin: 0 auto;
    height: 28px;
}

.footer2 {
    background-color: #EAF4F8;
    height: 28px;
}

.footerDiv {
    clear: both;
    width: 98%;
    margin: 0 auto;
}

.footerText {
    color: #000;
    font-size: 10px;
    text-decoration: underline;
    vertical-align: middle;
    margin-left: 10px;
}

.spacer {
    height: 5px;
}

/* layouts */
.generalLayout {
    margin: 10px auto;
}

.pageWrapper {
    width: 98%;
    height: 87%;
    margin: 0 auto;
}

/* Block styles */
td.blockLabel {
    padding-top: 10px;
    padding-bottom: 3px;
}

td.blockLabel span {
    font-weight: bold;
}

td.blockBorder {
    border: 1px solid black;
    padding: 1px;
}

td.blockBorder table tr td {
    margin: 0;
    padding: 0;
}

.footerHelp {
    color: #000;
    font-size: 10px;
    text-decoration: underline;
    vertical-align: middle;
    margin-left: 20px;
}

.footerType {
    color: #000;
    font-size: 10px;
    vertical-align: middle;
    font-weight: bold;
}

.headerType {
    color: #FFD900;
    font-size: 8px;
    /* vertical-align: top;*/
    font-weight: bold;
}

/* PRIMEFACES */
.ui-widget {
   font-size: 12px;
}

/* FORM STYLES */
.formButtons {
	width: 100%;
	background-color: gray;
}

.formTable {
	margin:10px;
	width: 100%;
}

.labelColumn,
.labelColumn LABEL {
	width: 20%;	
	vertical-align: top;
}

.fieldColumn {
	width: 30%;
	vertical-align: top;
	text-align: left;
}

.fieldColumn INPUT,
.fieldColumn SELECT,
.fieldColumn TEXTAREA {
    width: 200px;
    margin-right: 5px;
    vertical-align: top;
}

.dateTime INPUT {
    width: 100px;
    margin-right: 5px;
    vertical-align: top;
}


.formTable INPUT[type="checkbox"] {
    width:40px;
    margin-right:0px;
}

.formCell {
	vertical-align: top;
}

.dateTime INPUT {
    width: 100px;
    margin-left: 0px;
    margin-right: 5px;  
}

