body {
    margin: 0px;
    padding: 0px;
    background: #FFF;
    font-family: "Verdana", "Helvetica", "sans-serif";
    font-size: 12px;
}

form {
    display: inline !important;
}

img {
    border: 0px;
}

input, select, option {
    font-family: "Verdana", "Helvetica", "sans-serif";
    font-size: 8pt;
}

input.btn {
    background-color: #EEE;
    border: 1px ridge #999;
    padding: 2px;
    font-size: 10px;
    height: 20px;
}

a:link, a:visited {
    text-decoration: none;
    color: #336699;
}

a:hover, a:active {
    !important;
    text-decoration: underline;
    color: #000;
}

/* input[type=submit],input[type=button],input[type=reset],button
{
    background-color: #EEE;
    border: 1px ridge #999;
    padding: 2px;
    font-size: 10px;
    height: 20px;
} */

/* page layout - width 100%  */
table.page {
    width: 100%;
    border-collapse: collapse;
}

table.page td {
    padding: 0px;
}

/* page global */
.bgglobal {
    background: #EEE;
    background-image:  url(../images/bg_header.gif);
    height: 20px;
}

.global {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
    color: #369;
}

.globallink {
    text-align: right;
}

/* page logo */
.bglogo {
/*   background: #DBEAF5; */
    background: #E0E8EE;
}

.logo {
    width: 100%;
    border-collapse: collapse;
    padding-bottom: 2px;
    text-align: center;
}

.oneportlogo {
    width: 200px;
    line-height: 39pt;
    padding: 2px 0px 2px 0px;
}

.title {
    font-family: Impact;
    color: #9DB4C5;
    font-size: 20px;
    text-align: right;
    padding: 0px 20px 2px 5px;
    vertical-align: bottom;
    word-wrap: normal;
}

/* page info */
.bginfo {
	text-align: center;
	background: #999999;
	background-image: url(../images/bg_info.gif);
	height: 18px;
}

.info {
    width: 99%;
    border-collapse: collapse;
    font-size: 10px;
    color: #DDEEFF;
    margin-left: auto;
    margin-right: auto;
}

.info a {
    color: #DDEEFF !important;
}

.info a:hover {
    color: #DDEEFF !important;
}

/* page menu */
.bgmenu {
    text-align: left;
}

.menu {
    padding: 1px 5px 1px 5px;
    font-size: 12px;
    font-weight: bolder;
    border-collapse: collapse;
    white-space: nowrap;
    margin-bottom: 30px;
}

.menu a {
    margin-right: 5px;
    padding: 0px 10px;
    height: 16px;
    background: #EEEEEE;
    border: 1px solid #000000;
    border-top: 0px;
    text-decoration: none !important;
    color: #888888 !important;
}

.menu a.selected {
    background: #6699CC;
/*    background: #ADC1C9 #477AAD; */
    border-color: #003366;
    border-width: 1px;
    border-style: none solid solid solid;
    text-decoration: none !important;
    color: #FFFFFF !important;
}

.menu a:hover {
    background: #DBEAF5;
    border-color: #000000;
    border-top-color: #DBEAF5;
    border-style: none solid solid solid;
    text-decoration: none !important;
    color: #336699 !important;
}

/* page content */
.bgcontent {
    text-align: center;
    height: 300px;
    vertical-align: top;
}

/* page content application */
.appl {
/*    width: 85%; */
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

/* page content application tab */
.maintab {
    padding: 1px 5px 1px 5px;
    font-size: 12px;
    font-weight: bolder;
    border-collapse: collapse;
    white-space: nowrap;
}

.maintab a {
    height: 16px;
    margin-right: 5px;
    padding: 0px 10px;
    background: #EEE;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #000;
    text-decoration: none !important;
    color: #888 !important;
}

.maintab a.selected {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    background: #6699CC;
    color: #FFFFFF !important;
}

.maintab a:hover {
/*	background: #D4DDE1; */
   background: #DBEAF5;
   color: #6699CC !important;
}

.maintab a:hover.selected {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background: #6699CC !important;
	text-decoration: none !important;
	color: #F0E68C !important;
}

/* page content application subtab */
.subtab {
    width: 100%;
    padding: 1px 5px 1px 5px;
/*    font-family: "Arial", "Helvetica", "sans-serif"; */
    font-size: 11px;
    background: #6699CC;
    color: #FFF;
    height: 19px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.subtab a {
    color: #FFF !important;
    text-decoration: none !important;
}

.subtab a.selected {
    font-weight: bolder;
    color: #003366 !important;
}

.subtab a:hover {
    color: #FFF !important;
    text-decoration: underline !important;
}

.subtab a:hover.selected {
    text-decoration: none !important;
}

/* page content application search */
.srchtableheader{
    width: 100%;
    background: #EBEBB8;
/*	background: #F0E68C #D5E9FF; */
    font-size:11px;
    font-variant: small-caps;
    letter-spacing: 1px;
    font-weight: bolder;
    border-bottom: 1px solid #808000;
}

.srchtableheader a {
    color: #808000 !important;
}

table.srchtable {
    font-size: 10px;
    width: 100%;
    border-collapse: collapse;
    background: #FFFFDD;
	display : none;
    visible : false;
}

table.srchtable td {
    padding: 2px;
}

table.srchtablefooter {
    font-size: 10px;
    width: 100%;
	background: #FFFFDD;
    border-bottom: 1px solid #808000;
	display : none;
    visible : false;
}

table.srchtable4visible {
    font-size: 10px;
    width: 100%;
    border-collapse: collapse;
    background: #FFFFDD;
}

table.srchtable4visiblefooter {
    font-size: 10px;
    width: 100%;
	background: #FFFFDD;
    border-bottom: 1px solid #808000;
}

/* page content application error */
.errorbox{
	width: 100%;
	border: 1px solid #800000;
	background: #F7E3E7;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.errortable{
    font-size: 11px;
    font-weight: bolder;
    color: #800000;
    width: 100%;
    border-collapse: collapse;
}

/* page content application confirm */
.cfmbox{
    width: 100%;
    border: 1px solid #358000;
    background: #E6F5DC;
    margin-top: 5px;
	margin-bottom: 5px;
}

table.cfmtable{
    font-size: 11px;
    font-weight: bolder;
    color: #358000;
    width: 100%;
    border-collapse: collapse;
}

/* page content application info */
.infobox{
    font-size: 11px;
    width: 100%;
    margin-top: 5px;
}

/* page content ocean bill main menu */
.instructiontable{
	width: 100%;
	background: #EEE;
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.instructiontablesmall{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.instructiontablesmall td{
	width: 50%;
	text-align: center;
}

table.instructionstep{
	font-size: 11px;
	font-weight: bolder;
	color: #000;
	width: 60%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #6495ED;
	background-color: #FFF;

}

table.instructionstep td{
	vertical-align: top;
}

table.instructionstep td.stepno{
	width: 5%;
	text-align: left;
}

table.instructionstep td.stepname{
	width: 95%;
	text-align: left;
}

/* page content application datacontainer header & footer */
.ctrheader {
    color: #336699;
    font-size:11px;
    font-variant: small-caps;
    letter-spacing: 1px;
    font-weight: bolder;
    width: 100%;
    border-top: 1px solid #336699;
    background: #DBE6F5;
    height: 22px;
    margin-top: 5px;
}

.ctrheader a {
    color: #000 !important;
	 font-weight: normal;
    letter-spacing: 0px;
}

.ctrheader span.selected {
	background: #6699CC !important;
	color: #FFF !important;
}

ul.ctrheader {
list-style-type: none;
padding: 0;
}

ul.ctrheader li {
display: inline;
}

.ctrfooter {
    font-size: 10px;
    width: 100%;
    border-bottom: 1px solid #336699;
    background: #DBE6F5;
    height: 26px;
}

/* datatablefooter = datatable page nav */
table.datatablefooter .scroller{
    width: auto;
    font-size: 11px;
    margin-left:auto;
}

table.datatablefooter .scroller td{
    vertical-align:middle;
/*    vertical-align:top; */
}

/* page content application data container */
table.datatable {
    width: 100%;
    border-collapse: collapse;
}

table.datatable th {
    background-color: #CCC;
    font-size: 11px;
    border: 1px solid;
    border-color: #FFFFFF;
}

table.datatable th a {
    color: #000 !important;
}

table.datatable td{
    font-size: 10px;
    color: #000000;
    text-align: center;
    border: 1px solid;
    border-collapse: collapse;
    border-color: #FFFFFF;
}

table.datatable td.servicename {
    width: 250px;
}

table.datatableheader {
    width: 100%;
    background-color: #CCC;
    font-size: 11px;
	font-weight: bolder;
    color: #000;
    border: 1px solid #FFF;
}

table.datatablefooter {
    width: 100%;
    background-color: #CCC;
    font-size: 11px;
    color: #000;
    text-align: right;
    border: 1px solid #FFF;
}

table.datatablefooter input {
    font-size: 9px;
    font-family: "Arial", "Helvetica", "sans-serif";
    width: 18px;
}

/* popup input header & footer */
.popupinputheader {
    font-size:11px;
    font-variant: small-caps;
    letter-spacing: 1px;
    font-weight: bolder;
    width: 100%;
    border-top: 1px solid #808000;
    border-bottom: 1px solid #808000;
    background: #F5F5DC;
    height: 22px;
    margin-top: 5px;
}

.popupinputfooter {
    font-size: 10px;
    width: 100%;
    border-bottom: 1px solid #808000;
    background: #F5F5DC;
    height: 26px;
}

table.popupdatatable, table.popupdatatable4cols {
    width: 100%;
    border-collapse: collapse;
}

table.popupdatatable th, table.popupdatatable4cols th {
    background-color: #CCC;
    font-size: 11px;
    border: 1px solid;
    border-color: #FFFFFF;
}

table.popupdatatable th a, table.popupdatatablecols th a {
    color: #000 !important;
}

table.popupdatatable td{
    font-size: 10px;
    color: #000000;
    text-align: center;
    border: 1px solid;
    border-collapse: collapse;
    border-color: #FFFFFF;
}

table.popupdatatable4cols td{
    width: 25%;
    font-size: 10px;
    color: #000000;
    text-align: center;
    border: 1px solid;
    border-collapse: collapse;
    border-color: #FFFFFF;
}

table.popupdatatable tr.r1, table.popupdatatable4cols tr.r1, table.datatable tr.r1, table.inputtable tr.r1, table.popuptable tr.r1 {
	background-color: #FFF;
	min-height: 14px;
}

table.popupdatatable tr.r2, table.popupdatatable4cols tr.r2, table.datatable tr.r1, table.inputtable tr.r2, table.popuptable tr.r2 {
    background-color: #EFEFEF;
	min-height: 14px;
}

/* input table */
table.inputtable {
	width: 100%;
}

td.inputname {
	font-weight: bolder;
	text-align: right !important;
	width: 25%;
	vertical-align: top;
	word-wrap: normal !important;
	font-size: 11px !important;
}

td.inputlabel {
    text-align: left !important;
	font-size: 11px !important;
}

/* table with border */
table.exceltable, table.fieldtable {
    text-align: center;
    width: 100%;
}
.innerexceltable, table.innerfieldtable {
    width: 98%;
    font-size: 11px;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

/* page footer */
.footer {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    border-top: 1px dotted #AAAAAA;
    font-family: "Verdana", "Helvetica", "sans-serif";
    font-size: 11px;
    font-variant: small-caps;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*popup detail*/
table.popuptable {
    font-size: 11px;
    width: 100%;
}

table.popuptableheader {
    font-size: 11px;
    font-weight: bolder;
    color: #000;
    border: 1px solid #FFF;
    width: 100%;
    background-color: #CCC;
}

td.popuptablename {
    font-weight: bolder;
    text-align: right !important;
    vertical-align: top;
    word-wrap: normal !important;
    font-size: 11px;
}

td.popuptablelabel {
    text-align: left !important;
    min-height: 14px;
}

/* crossover */
.thick {
	font-weight: bolder !important;
}

.thin {
	font-weight: lighter !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.green {
	color:green !important;
}

.red, .remark, .error {
	color:#FF0000 !important;
}

a.remark:link, a.remark:visited, a.red:link, a.red:visited {
    text-decoration: underline;
    color: #FF0000;
}

a.remark:hover, a.remark:active, a.red:hover, a.red:active {
    text-decoration: none;
    color: #FF0000;
}

.errormsg {
    color: #FF0000;
    font-size: 11px;
    font-weight: bolder;
    text-align: center;
}

/* logout */
.logout {
    width: 550px;
    margin: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	 height:300px;
}

/* temp - to be deleted */
table.failmsg, .failmsg a  {
    font-size: 10px;
    color: #CCCCCC !important;
}