/* CAP Colors: */
/*    color: #07346d;    /* CAP Blue   */
/*    color: #fed90f;    /* CAP Yellow */
/*    color: #cccccc;    /* CAP Gray   */
/*    color: #ff0202;    /* CAP Red    */
body {
    font-family:sans-serif,Arial,Helvetica;
    font-size:100%;
    text-align:center;
}

p {
    text-align:justify;
}

#page {
    position:relative; 
    margin: 0 auto; 
    text-align:left;
}

#nav {
    float: left; 
    width: 120px;
}

#contents {
    font-size: 0.75em;
    margin-left:0;
    padding-left:0;
    margin-top: 0;
}

#seal {
    height: 120px; 
    width: 120px; 
    float: left; 
}

#sealimg {
    margin-top:10px;
    margin-left:10px;
}

#FormOutput{
	color:#000000;
}

#FixedPitch{
        font-family: "Courier New",
                    Courier,
                    Monaco,
                    monospace;
}

#FormDisabled{
	color:white;
    background-color:#D3D3D3;
}

#FormOutputScroll{
	color:#0000FF;
	border:1px solid #000000;
	height:120px;
	width:500px;
	overflow:scroll;
}

#underconstruction{
    text-align: center;
    background-color: black;
    color: yellow;
    font-weight: bold;
}

/* style of error/info messages  Used with span element.  */
/* red & bold */
#errmsg{
    color:red;
    font-weight: bold;
}

/* green and bold */
#infomsg{
    color:green; 
    font-weight: bold;
}

/* gray */
#disabled{
    color:#7F7F7F;
}
        
.break {
    clear:both;
}

#cwuploaderrmsg {
    color:red;
    font-weight: bold;
    text-align: center;
}

#cwuploadinfomsg {
    color:green;
    font-weight: bold;
    text-align: center;
}

#activityindicator {
    visibility: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#qualified {
    color:green;
}

#training {
    color:blue;
}

#expired {
    color:red;
    text-decoration: underline;
}

#safety {
    color:orange;
}

caption.icsSection {
    color: #07346d;
    font-weight: bold; 
    margin-top: 10px;
    margin-bottom: 0px;
}


span#loginInfo {
    text-align: right;
    font-size: 0.8em ;
    float: right;
}

h1.appTitle {
    color: white;
    background-color: #07346d;
    padding-top:10px;
    padding-bottom:5px;
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    vertical-align:middle;
    font-size: 1.5em;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    color: #07346d;
    margin-bottom: 5;
}

h2.pageTitle {
    text-align: center;
}


#incidentnumber {
    background-color: #07346d;
    color: white;
    font-weight: bold;
    margin-bottom:1;
    font-size: .75em;
    float:left;
    padding-left:2px;
}

#incidentcommander {
    background-color: #07346d;
    color: white;
    font-weight: bold;
    font-size: .75em;
    text-align:right;
    margin-bottom:1;
    padding-right:2px;
}

ul.leftNavBar {
        list-style-type: none;
        list-style-position: outside;
        margin-left:0px;
        font-family: sans-serif,Arial,Helvetica;
        font-weight: bold;
        font-size: 0.7em;
        color: white;
        padding-left:5px;
        padding-top:15px; 
}

ul.disabledLeftNavBar {
        list-style-type: none;
        list-style-position: outside;
        margin-left:0px;
        font-family: sans-serif,Arial,Helvetica;
        font-weight: bold;
        font-size: 0.7em;
        color: #7F7F7F;
        padding-left:5px;
        padding-top:15px; 
}

td.leftNavBar {
        margin-left:0px;
        font-family: sans-serif,Arial,Helvetica;
        font-weight: bold;
        font-size: 0.7em;
        color: white;
}

ul.subNavBar {
        list-style-type: none;
        list-style-position: outside;
        margin-left:0px;
        font-family: sans-serif,Arial,Helvetica;
        font-weight: bold;
        font-size: 0.95em;
        color: white;
        padding-left:10px;
}

ul.disabledSubNavBar {
        list-style-type: none;
        list-style-position: outside;
        margin-left:0px;
        font-family: sans-serif,Arial,Helvetica;
        font-weight: bold;
        font-size: 0.95em;
        color: #EFEFEF;
        padding-left:10px;
}
ul li.leftNavBar {
        padding-top:5px;
}

li.last {
        display: inline;
        border-right: none;
}

li.disabledSubNavBar {
        color: #7F7F7F;
}

li.disabledLeftNavBar {
        color: #7F7F7F;
        padding-top:5px;
}

table {
        font-family:sans-serif,Arial,Helvetica;
        font-size:1.0em;
}

table.altrow tr.c0 td {
    background-color: #FFFFFF;
}

table.altrow tr.c1 td {
/*    background-color: #EFEFEF; */
    background-color: #cccccc;
}
        
#esroster {
    border-collapse:collapse;
    border: 1px solid black;
    width:100%;
}

#esroster td, #esroster th {
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid black;
}

#esroster th {
    font-size: 1.1em;
    color: white;
    background-color: #07346d;
    padding: 3px 7px 2px 7px;
}

#esrosterUnitCol {
    text-align: center;
}
#esrosterCapidCol {
    text-align: center;
}
#esrosterQualCol {
    text-align: left;
}


a.navbar:link, a.navbar:visited {
    text-decoration: none;
    color:white;
}

a.navbar:hover {
    color: #fed90f;   /* CAP Yellow */
    text-decoration: underline;
}

/******   Start: Login Page Styles ********/

#loginform, .loginform{
    font-size:1.5em;
    text-align: center;
    /* border: 1px blue solid; */
}

#login_capid {
    font-size: 1.0em;
    margin-top: 10px;
    background-color: #e0e0e0;
}
#login_lastname {
    font-size: 1.0em;
    margin-top: 10px;
    background-color: #e0e0e0;
}
#login_birth_month, #login_birth_day, #login_birth_year {
    font-size: 1em;
    text-align: center;
    margin-top: 10px;
    background-color: #e0e0e0;
}
#login_birthdate, .login_birthdate {
    display:inline;
}
#login_submit {
    margin-top: 20px;
    font-size: 1.0em;
}

p.login_input {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    font-size:1.5em;
}
label.birthdate {
}
/******   End:   Login Page Styles ********/



#tt {
 position:absolute;
 display:block;
 background:url(images/tt_left.gif) top left no-repeat;
}

#tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url(images/tt_top.gif) top right no-repeat;
 overflow:hidden;
}

#ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#666;
 color:#fff;
 }

#ttbot {
 display:block;
 height:5px;
 margin-left:5px;
 background:url(images/tt_bottom.gif) top right no-repeat;
 overflow:hidden;
}
