/*
Script: anite.css
______________________________________________________________________________
Version	Date		Initial	Description
-		-			-		Initial version
2.0		09/12/2014	JJH		CR5500 COS Mobilisation
3.0		08/12/2016	PND	CR5835	COS L/F
______________________________________________________________________________
*/

td.even {
	color: #000000; background-color: #dddddd;
}
td.odd {
	color: #000000; background-color: #eeeeee;
}
td.highlight {
	color: #000000; background-color: #ffcc33;
}
h1 {
	font-weight: bold; font-size: 160%; color: #000000; font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-weight: bold; font-size: 140%; color: #000000; font-family: Arial, Helvetica, sans-serif;
}
th {
	color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff; font-weight: normal;
}
span.errortext {
	color: #ff0000;	font-weight: bold;
}
span.pagetext {
	color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;
}
span.pagefooter {
	color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;
}
span.columnhead {
	font-weight: bold;  color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;
}
span.fieldtext {
	font-weight: bold;  color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff; 
}
span.fieldlabel {
	color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;
}
span.detailhead {
	font-size: 120%; color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;
}
span.summaryhead {
	font-weight: bold; font-size: 120%; color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;
}
span.summarytext {
	color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;
}
span.page {
	background-color: #ffffff;
}
span.appslot {
	background-color: #ffffff;
}
span.tabpage {
	color: #9900cc; background-color: #ffffff;
}
p.separator {
	border-top-style: dotted; border-top-width: thin; color: #000000;
}
a {
	color: #9900cc; background-color: #ffffff;
}
body {
	background-color: #ffffff;
}
input.input {
	font-weight: bold; color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;
}
input.image {
	background-color: #ffffff;
}
input.radio {
	font-weight: bold; color: #000000; background-color: #ffffff;
}
select {
	font-weight: bold; color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;
}
textarea {
	font-weight: bold; color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;
}

/* START R2.0 START */
table.layout {
	border-spacing: 2px;
}

table.backcolor {
	background-color: #000066;
}

table.grid {
	border-spacing: 0px;
	padding: 0px;
	text-align: left;
	border: 0px;
}

table.gridsmall {
	border-spacing: 0px;
	padding: 0px;
	text-align: left;
	border: 0px;
	width: 1%;
}

table.cosnavbar {
	width: 1%; 
	float:right;
}

table.hanav {
	border-style: double;
	padding: 1px;
	border-spacing: 1px;
	width: 1%;
}

body.page {
	background-color: #ffffff; 
}

th.numspace {
	text-align: right;
	width: 1%;
}

th.space {
	text-align: left;
	width: 1%;
}

th.cols {
	text-align: left;
	width: 99%;
}

th.cosnavbar {
	width: 1%; 
	text-align:right; 
	vertical-align: bottom;
}

th.header2
{
	font-weight: bold; 
	font-size: 140%; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 99%;
}

td.numspace {
	text-align: right;
	width: 1%;
}

td.space {
	text-align:left;
	width: 1%;
}

td.cols {
	text-align:left;
	width: 99%;
}

th.nowrapping {
	white-space: nowrap
}

td.nowrapping {
	white-space: nowrap
}

td.cosnavbar {
	width: 1%; 
	text-align:right; 
	vertical-align: bottom;
}

td.hanav {
	padding: 1px;	
	width: 1%
}

@media screen and (max-height: 600px) {
	tr.lines_1 {display:none;}
	tr.lines_2 {display:none;}
	tr.lines_3 {display:none;}
	tr.lines_4 {display:none;}
	tr.lines_5 {display:none;}
	tr.lines_6 {display:none;}
	tr.disp_large {display: none;}
	.disp_large {display:none;}
	table.disp_large {display:none;}
}
@media screen and (min-height: 601px) {
	tr.lines_1 {display:none;}
	tr.lines_2 {display:none;}
	tr.lines_3 {display:none;}
	tr.lines_4 {display:none;}
	tr.lines_5 {display:none;}
	tr.lines_6 {display:none;}
	tr.lines_7 {display:none;}
	tr.lines_8 {display:none;}
	tr.lines_9 {display:none;}
	tr.lines_10 {display:none;}
	tr.disp_small {display: none;}
	.disp_small {display:none;}
	table.disp_small {display:none;}
}
/* END R2.0 END */
/* START 3.0 START */
/* Device State Detection */
/* default state */
.state-indicator {
    position: absolute;
    top: -999em;
    left: -999em;

    z-index: 1;
}

/* small desktop */
@media all and (max-width: 1200px) {
    .state-indicator {
        z-index: 2;
    }
}

/* tablet */
@media all and (max-width: 1024px) {
    .state-indicator {
        z-index: 3;
    }
}

/* mobile phone */
@media all and (max-width: 768px) {
    .state-indicator {
        z-index: 4;
    }
}

/* Buttons */
.NPSbutton {
    text-align: center;
    border-radius: 0px;
    background-color: #616161;
    display: block;
    
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px;      
    margin: 0 auto;
    cursor: pointer;
} 

.NPSbutton.narrow {
	width: 70px;
}

.NPSbutton.standard {
	width: 140px;
}

.NPSbutton.wide {
	width: 250px;
}		

.NPSbutton.orange {
    background-color: #ff820f;
    color: #ffffff;
}

.NPSbutton.blue {
    background-color: #352985;
    color: #ffffff;
}

.NPSbutton.disabled {
	cursor: default;
        pointer-events: none;
        color: GrayText;
        background-color: ButtonFace;
}

.NPSanchorbutton {
     text-decoration: none; font: menu;
    display: block;
    background: #6161; 
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-style: solid; border-width: 2px;
     line-height: 20px;   
     text-align: center;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.NPSanchorbutton.orange {
    background-color: #ff820f;
    color: #ffffff;
}

.NPSanchorbutton.blue {
    background-color: #352985;
    color: #ffffff;
}

.NPSanchorbutton.narrow {
	width: 70px;
}

.NPSanchorbutton.standard {
	width: 140px;
}

.NPSanchorbutton.wide {
	width: 250px;
}		

.NPSanchorlink {
	background-color: #352985;
	color: #ffffff;
}

.NPSanchorlink:link {
    text-decoration: none;
}

.NPSanchorlink:visited {
    text-decoration: none;
}

.NPSanchorlink:hover {
    text-decoration: underline;
}

.NPSanchorlink:active {
    text-decoration: underline;
}

.NPSanchorlink.standard {
	background-color: #352985;
	color: #ffffff;
}

.NPSanchorlink.standard:link {
    text-decoration: underline;
}

.NPSanchorlink.standard:visited {
    text-decoration: none;
}

.NPSanchorlink.standard:hover {
    text-decoration: underline;
}

.NPSanchorlink.standard:active {
    text-decoration: underline;
}
/* END 3.0 END */
