﻿a img 
{
    border-width:0px;
}
.pageTitle {
    font-family : Arial;
    font-size:16px;
    color:#286017;
    font-weight:bold;
    text-align:center;
    padding-bottom:10px;
}
.formLabel {
    font-family : Arial;
    font-size:12px;
    color:#286017;
    font-weight:bold;
}
.formRow {
    padding-top:5px;
    padding-bottom:5px;
}
.formButtonRow 
{
    padding-top:5px;
    padding-bottom:5px;
    width:800px;
}

.formTable {
    border: 1px solid black;
    width:800px;
    padding: 2px 0px 0px 5px;
    background-color:#CCFFCC;
}
.center {
    text-align:center;
}
.formNuetralBttn {
    font-size:11px;
    font-weight:bold;
    color:#286017;
    background: #ffffcc;
    border-width: thin;
    border-style: outset;
    height:20px;
    text-decoration:none;
    cursor: pointer;
}
.formPositiveBttn {
    font-size:11px;
    font-weight:bold;
    color:#ffffff;
    background: #286017;
    border-width: thin;
    border-style: outset;
    height:20px;
    text-decoration:none;
    cursor: pointer;
}
.formNegativeBttn {
    font-size:11px;
    font-weight:bold;
    color:#ffffff;
    background: #ff0000;
    border-width: thin;
    border-style: outset;
    height:20px;
    text-decoration:none;
    cursor: pointer;
}
.notes {
    font-family : Arial;
    font-size:12px;
    color:#286017;
    font-weight:bold;
    text-align:left;
}
.required {
    font-weight:bold;
}

.success 
{
    font-size:14px; 
    font-family:Arial; 
    background-color:#CCFFCC;
    color:#286017;
    border: 3px solid #006600;
    padding: 5px 5px 5px 5px;
}

.error 
{
    font-size:14px; 
    font-family:Arial; 
    background-color:#FF3B3B;
    color:#FFFFFF;
    border: 1px solid #AD0000;
}

.gridTable
{
    border: 1px solid black;
    margin: auto;
}

.gridheader
{
    color: #333333;
    background-color: #CCFFCC;
    font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    text-align: center;
}

.acceptedRow 
{
    background-color:#B1FFA1;
}
.pendingRow 
{
    background-color:#FFFF00;
}
.suspendedRow 
{
    background-color:#A991B9;
}
.rejectedRow 
{
    background-color:#FDC775;
}
.rightNavigationBar 
{
    text-align:right;
    width:100%;
    margin:auto;
}
/* Calendar related */
.calHead {font-size:14px; font-weight:bold; font-family:Tahoma,Arial,Helvetica,sans-serif; color:#661133;}
.calDay {font-size:12px; font-weight:bold; font-family:Tahoma,Arial,Helvetica,sans-serif; color:#661133;}
.calDate {font-size:12px; font-family:Tahoma,Arial,Helvetica,sans-serif; color:#286017;text-decoration:none;}
.calDateFuture {font-size:12px; font-family:Tahoma,Arial,Helvetica,sans-serif; color:gray;text-decoration:none;}
.calToday {font-size:12px; font-weight:bold; font-family:Tahoma,Arial,Helvetica,sans-serif; color:#ff0000;text-decoration:none;}

/* Tabs Related */
ul.tabnav { /* general settings */
    width:800px;
    text-align: left; /* set to left, right or center */
    margin: 1em 0 1em 0; /* set margins as desired */
    font: bold 11px verdana, arial, sans-serif; /* set font as desired */
    border-bottom: 1px solid #6c6; /* set border COLOR as desired */
    list-style-type: none;
    padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.tabnav li { /* do not change */
    display: inline;
}

li.tab { /* settings for all tab links */
    padding: 3px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #cfc; /* set unselected tab background color as desired */
    color: #666; /* set unselected tab link color as desired */
    margin-right: 0px; /* set additional spacing between tabs as desired */
    text-decoration: none;
    border-bottom: none;
    cursor:pointer;
}

li.selectedTab { /* settings for selected tab link */
    border-bottom: 1px solid #fff; /* set border color to page background color */
    background-color: #fff; /* set selected tab background color as desired */
    color: #000; /* set selected tab link color as desired */
    position: relative;
    top: 1px;
    padding-top: 4px; /* must change with respect to padding (X) above and below */
}
