@CHARSET "UTF-8";
body {
    font: 13px/18px Helvetica Arial, Helvetica, sans-serif;font-size:13px;
    padding: 0px;
    margin: 0px;
    color: #283366;
    background: url('/permit/javax.faces.resource/images/body_bkg.jpg.xhtml') repeat-x #000;
}

hr {
    border: none;
    width: 100%;
    clear: both;
}

ul, ol, dl {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 2px 0px 10px 0px;
}

a img {
    border: none;
}

a:link, a:visited, a .iceOutTxt {
    color: #333e8d;
    text-decoration: none;
    font-weight: bold;
}

a:hover, a:active, a:focus, a.active {
    color:#283366;
    text-decoration: none;
}

input:focus {
    background-color:#f8f8ff;
}

table {
    border-collapse: collapse;
}

table td,table th {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

table tr hr {
    width: 80%;
    border: thin dotted gray;
    margin: 5px auto;
}

p {
    padding: 2px 0px 10px 0px;
}

.wrapper {
    width: 1200px;
    margin: auto auto;
    text-align: left;
    background-color: white;
}

.header {
    /*padding: 0px;
    text-align: center;
    background: url(/permit/javax.faces.resource/images/header.png.xhtml) no-repeat;
    height: 163px;*/
}

.full-content {
    margin: 10px 0px 10px 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.content {
    margin: 10px 0px 10px 180px;
    padding-right: 10px;
}

.footer {
    border-top: 1px dotted #444444;
    clear: both;
    font-size: 0.8em;
    height: 70px;
    margin-top: 10px;
    padding: 10px 15px;
    text-align: center;
}

.main-menu {
    margin: 0px;
    margin-bottom:15px;
    padding: 0px;
    height: 24px;
    color: black;
    background-color: #626262;
    font-weight: bold;
}

.iceMnuBarItem a, .iceMnuBarItem a .iceOutTxt {
    background-color: #626262;
    border-right: none;
    color: #FFF;
    font-weight: normal;
}


.iceMnuBarItem a:hover, .iceMnuBarItem a .iceOutTxt:hover {
    background-color: #2A6CC2;
    border-right: none;
    font-weight: normal;
}

.iceMnuBarItem {
    float: right;
}


.form {
    margin: 0px auto;
    padding: 5px;
    border: 1px solid #e9e8e8;
}

.form table {
    background-color: #e9e8e8;
    border: 10px solid #e9e8e8;
    width: 100%;
}

.form table td, .form table th {
    vertical-align: top;
}

.form table tr th {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.error {
    color: red;
}

ul li.error {
    list-style: none;
    text-align: center;
    color: red;
    font-weight: bold;
}

ul li.info  {
    list-style: none;
    text-align: center;
    color: blue;
}

.nav {
    margin: 15px 0px 15px 10px;
    float: left;
    width: 165px;
}

.nav ul {
    list-style: none;
}

.nav ul li {
    width: 100%;
}

.nav ul li a,.nav ul li a:visited,.nav ul li a:link {
    display: block;
    border: black solid thin;
    border-bottom: none;
    background-color: #ccc;
    padding: 0px 10px;
}

.nav ul li a:hover,.nav ul li a:active {
    background-color: #e9e8e8;
}

.nav ul li.last a,.nav ul li.last a:visited,.nav ul li.last a:link {
    border-bottom: black solid thin;
}

.nav ul.second li a {
    background-color: #eee;
}

.iceSelInpTxtRow {cursor: pointer;}
.iceSelInpTxtSelRow {cursor: pointer;}
tr.iceRowSel {cursor: pointer;}
tr.iceRowSelMouseOver {cursor: pointer;}
tr.iceRowSelSelectedMouseOver {cursor: pointer;background-color:#519AF5;}

th.iceDatTblColHdr2,
th.iceDatTblColHdr1 {
	text-align: left;
}

.paginatorMessage {
	color: #333e8d;
}

.number {
	text-align: right;
	display: block;
	width: 100px;
}
.iceOutConStat {
	margin: 0px;
}
label.required {}

select {
    margin: 2px;
}

.iceCmdBtn {
    background-color: #333e8d;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    padding: 3px 10px;
    border: 3px white solid;
}

.iceCmdBtn:active, .iceCmdBtn:focus {
    background-color: #333e8d;
}

.iceDatTblCol, .iceDatTblCol1, .iceDatTblCol2 {
    padding: 0 3px;
}

.iceDatTbl {
    margin: 0px;
}
.iceMnuBarSubMenu {
    width: 200px;
}
/*
.ui-menu {
    margin: 0px;
    margin-bottom:15px;
    padding: 0px;
    height: 24px;
    */
/*color: black;
    background-color: #626262;*//*

    font-weight: bold;
    float: left;
}

.ui-menuitem a, .ui-menuitem a .ui-menuitem-text {
    background-color: #626262;
    border-right: none;
    color: #FFF;
    font-weight: normal;
}


.ui-menuitem a:hover, .ui-menuitem a .ui-menuitem:hover {
    background-color: #2A6CC2;
    border-right: none;
    font-weight: normal;
}

.ui-menuitem {
    float: right;
}
*/