/* 
Version:		1.1 (tables)
Date:			19 Feb 2007
Author:		Dave Ellis - dave.ellis@noko.co.uk
Function:	To provide structure for SupportWorks Today
 */

html {
height: 100%;
}
body{
	margin: 0px;
	padding:0px;
	/*background-color: #F7FBFF;*/
/*	background-color: #F9FCFF; */
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	height:100%;
}

/* ******** WIDTH AND HEIGHT SETTINGS ********************************************* */
body
{
	/* Setting the minumum width of the page 
		995 pixels will fit into a 1024 web browser window */
	min-width: 995px;  		/* MOST BROWSERS (Not IE6) */
	/*width: expression(document.documentElement.clientWidth < 995 ? "995px" : document.documentElement.clientWidth); /* IE6 */
}
#contentColumn{
	/*width:			750px; Comment this line out to have the body of the page expand and contract 
							  This width must be at least: the minumum width of the page minus the width of #navColumn minus 45 
							  eg. 995 - 200 - 50 = 750 
							  Otherwise the page will not display correctly in IE6 */
	/* minimum height settings */
	min-height:500px;			/* MOST BROWSERS (Not IE6) */
	/*height: expression(500); 	 IE6 */
	margin-top: 	5px;
	margin-left:	205px;
	margin-right:	0px;

}
/* ******** WIDTH AND HEIGHT SETTINGS ********************************************* */


#srchCall
{
	width:auto;
	height:33px;
	background-color:#F7FBFF;
	border: 1px solid #557693;
	padding:5px 0px 5px 0px;
	margin:5px 5px 5px 5px;
	text-align:center;
}

.site-title
{
	color: #000000;
	font-size: 150%;
}


img{
	border: 0;
}

a, a:visited{
	color: #FF0000;
}

a:hover{
	text-decoration:none;
	color: #990000;
}

#wrapper{
	background-color:transparent;
	float:left;
	width:99%;	
	/*border-right:1px solid blue; 
	 margin-right:-240px;*/ /* The width and color of the 'actionsColumn' */
	display:inline; /* IE Fix*/
}

#pageArea{ /* main column */

}

#topBanner{
background-color: #EBEBEB;
/*		height:100px; */
		voice-family: "\"}\"";
		voice-family: inherit;
		}



#navColumn{ /* main column */
	margin-bottom:20px;
	width:		200px;
	float:left;
	/*border:		1px solid red;*/
/*	background-color: #EBEBEB; */
}

		
#actionsColumn
{ /* Right hand column */
	float:right;
	margin-left:0px;
	width:	400px;
	background-color:#F7FBFF;
	padding:0 5px 0 10px;
	/*border:		1px solid red;*/
}


#pageFooter
{

width: 100%;
text-align: center;
clear: both;

}

#pageFooter p
{
	color:#718292;
}	

/* footer logo - added in seperate style so we can put it in a hyper link */
.footer-logo
{
	float:right;
	width:185px; 
	height:35px;
	background-image: url(../img/structure/hornbill-logo-footer.gif);
	background-repeat: no-repeat;
	background-position: top right;

}

.boxWrapper{
	margin: 0px;
	padding: 0px;
	background-image: url(../img/structure/box_header_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	
	
	
}

.boxFooter{

	margin: 0 0px 0 0px;
	padding: 0px;
	background-image: url(../img/structure/box_footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.boxFooter_reportresult{

	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../img/structure/box_footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.boxContent{
	margin: 0 20px 0 20px;
	padding: 0px;
	
}
.boxContent_reportresult{
	margin: 0 0px 0 0px;
	padding: 0px;
}

.boxMiddle{
	border-left: 1px solid #718292;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/structure/box_content_bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
.boxMiddle_reportresult{
	border-left: 1px solid #718292;
	margin: 0px 20px 0px 20px;
	padding: 0px;
	background-image: url(../img/structure/box_content_bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.spacer{
	height:0px;
	width:0px;
	line-height:0px;
}

.logintable{
	margin-left: 50px;
	margin-bottom: 20px;
}

#helpbox{
	position: absolute;
	right:	10px;
	top:	20px;	
}


/* NAVIGATION */


/* NAVIGATION level one */
#navColumn ul{
	padding:10px 0 0 0 ; 
	margin:10px 0 0 0px; 
	list-style:none;
	background-image: url(../img/structure/nav_dottedline.gif);
	background-repeat: no-repeat;
	background-position: bottom;

}
#navColumn ul li{
	background-image: url(../img/structure/nav_dottedline.gif);
	background-repeat: no-repeat;
	padding-top:6px;
	padding-bottom: 5px;
	margin-left:10px;	
	display:block;
	
}
#navColumn ul a{
	background-image: url(../img/structure/nav_nochild.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding:0px 0 0px 15px;
	margin:0px 0 0px 2px;
	font-weight: bold;
	text-decoration: none;
	display:block;
	width:160px;
}
#navColumn ul a:hover{
	color: #990000;
}

/* NAVIGATION States (affect all levels) */
#navColumn .withchild{
	background-image: url(../img/structure/nav_plus.gif);
}

#navColumn .withchildselected{
	background-image: url(../img/structure/nav_minus.gif);
	color: #990000;
	font-weight: bold;
}

#navColumn .withchildunselected{
	background-image: url(../img/structure/nav_minus.gif);
}

#navColumn .selected
{
	color: #990000;
	text-decoration: underline;
	ont-weight: bold;
}


#navColumn .childrenhidden
{
	display:none;
}

#navColumn .childrenvisible
{
	display:block;
}
/* NAVIGATION level 2 (and onwards) */

#navColumn ul ul{
	padding: 0 0 0 0;
	margin-top:6px;
	background-image:none;
}

#navColumn ul ul li{
	background-image:none;
	padding-top:1px
}
#navColumn ul ul a{
	background-image: url(../img/structure/nav_triangle.gif);
	font-weight: normal;
	width:140px;
}

/* Content area headings */

.sectionHead{
	float: left;
	padding: 10px 0 8px 0;
}

.sectionHead table{
	width: 100%;
	height: 25px;
	border-collapse: collapse;
}


table.sectionTitle h1
{
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

td.titleCell h1
{
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}


td.titleCell
{
	background-image: url(../img/structure/sesctionHead_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 0 5px;
	vertical-align: top;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

td.statusCell{
	background-image: url(../img/structure/sesctionHead_right.gif);
	width: 80px;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 3px 8px 0 5px;
	vertical-align: top;
	border-collapse: collapse;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}


/* ITSM items */

/* ITSM items */

.itsmItem{
	margin: 0 6px 5px 0;
	padding: 0 0 0 18px;
	clear: both;
	height: 1%; /* fix */
	background-image: url(../img/icons/green_arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

.itsmItemText{
	float: left;
	padding: 0 90px 0 0;
}

.itsmItemStatus{
	float: right;
	text-align: right;
}

.itsmStatusActive{
	color: #328A0B;
	font-weight: bold;
}

.itsmStatusInactive{
	color: #FE0707;
	font-weight: bold;
}

.itsmStatusImpacted{
	color: #FFC663;
	font-weight: bold;
}

.itemDescriptionEmph{
	font-weight: bold;
}

.itemDisplayNone
{
	display:none;
}

.itemDisplayInline
{
	display:Inline;
}

.blue{
	background-color: #FAFAFD;
}

.textblue
{
	color:#8592B5;
	font-weight: bold;
}

/* Left hand side - action boxes */

#actionsColumn table{
	width: 100%;
}

.actionBox{
	border:1px solid #718292;
	margin: 5px 5px 0 0;
	padding: 2px ;
	background-color: #ffffff;
	float: left;
}

td.actionTitle{
	text-decoration: none;
	font-weight: bold;
	color: #396B99;
	width: 100%;
}

td.actionTitle a{
	color: #396B99;
	text-decoration: none;
	display: block;
	padding: 0 0 0 13px;
	background-image: url(../img/icons/blue_contract.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

td.actionTitle a.expand{
	background-image: url(../img/icons/blue_expand.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

td.actionTitle a:hover{
	color: #78B8F3;
}


td.actionCount{
	color: #9B1E1E;
	text-align: right;
	font-weight: bold;
}


.actionItemWrapper{
	border-top: 1px solid #474747;
	margin-top: 2px;
	padding-top: 1px;
}

.actionItem{
	width:100%;
	font-size: 0.85em;
	margin-bottom: 5px;
}

.actionItem a{
	padding: 0 0 0 13px;
	background-image: url(../img/icons/green_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	color: #474747;
	text-decoration: none;
}

.actionItem a:hover{
	color: #990000;
}


td.actionItemCount{
	font-weight: bold;
	text-align: right;
}


.expandIcon{
	background-image: url(../img/icons/blue_expand.gif);
	background-repeat: no-repeat;
}


.green{
	color: #328A0B;
}

.actionUnderline{
	display: block;
	border-bottom: 1px solid #718292;
	height: 2px;
	margin: 0 0 3px 0;
	width:223px;
	clear: both;
	float: left;
	line-height: 0.1em;
}



.actionItemLink{
	float: left;

}

.actionItemLink a{
	text-decoration: none;
	color: #FF0000;
}

.actionItemLink a:hover{
	color: #990000;
}



/* Table Layout */
.itemWrapper{
clear:both;

}
.itemWrapper a{
	text-decoration: none;
	font-weight: bold;
}

.itemWrapper table td{
	vertical-align: top;
	background-image: url(../img/structure/item_separator.gif);
	background-repeat: repeat-x;
	padding: 3px 0 3px 0;
}
table.itemTitle{
	width: 100%;
}

.itemDescriptionTable td{
	vertical-align: top;
	padding: 0 0 8px 0;
}

td.leftCol{
	width: 13px;
	padding: 0;
}

td.leftCol img{
	margin-top: 2px;
}

td.rightCol{
	width: 60px;
	text-align: right;
}

td.rightCol a{
	padding-right: 6px;
}

/* Status styles */
#actionsColumn .high a{
	color: #FF0000;
}

#actionsColumn .high a:hover{
	color: #990000;
}

#actionsColumn .medium a{
	color: #FF0000;
}

#actionsColumn .medium a:hover{
	color: #990000;
}

#actionsColumn .low a{
	color: #FF0000;
}

#actionsColumn .low a:hover{
	color: #990000;
}

/*nwj*/
td.right
{
	text-align:right;
}
td.left
{
	text-align:left;
}
td.spacer
{
	width:10px;
}

#activepagewrapper
{
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color:transarent;
	float:left;
	width:100%;	
	border-right:260px solid transarent; /* The width and color of the 'actionsColumn' */
	margin-right:-260px;
	display:inline; /* IE Fix*/
}

#activepagecontentColumn{ /* main column */
	float:left;
	width:100%;
	margin-right:-100%;
	background-repeat: no-repeat;
	background-position: top left;
}

#formArea
{
	margin-right:-100%;
	background-image: url(../img/structure/swt_bg_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
/* Content area layout */

#swtPageTop{
	width: 100%;
	background-image: url(../img/structure/swt_page_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#swtInfoBody{
	background-image: url(../img/structure/swt_page_bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
	padding:  0 15px 10px 10px;
	background-color: #ffffff;
	border-left: 1px solid #718292;
	float: left;
	font-size: 0.9em;
}

#swtPageBottom{
	width: 100%;
	height: 19px;
	background-image: url(../img/structure/swt_page_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

td.endCell{
	background-image: url(../img/structure/sesctionHead_right.gif);
	width: 80px;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 3px 8px 0 5px;
	vertical-align: top;
	border-collapse: collapse;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}


div.back 
{
	background:#D4D0C8;
	padding: 0px 0px 0px 0px;
	border: 1px solid #E7EBEF;
}

div.section 
{
	position:relative;
	top:-2px;
	left:-2px;

	width:100%;
	height:100%;
	border: 1px solid #718292;
	background: #ffffff;
	padding: 5px 5px 5px 5px;
}


/* tree styles */

.tree_branch
{
	padding:0px 0px 0px 0px; 
	margin:4px 0px 4px 20px; 
	display:block;
	list-style:none;
	font-size:14px;
}

.img_branch_expanded
{
	background-image: url(../img/icons/blue_contract.gif);
	background-repeat: no-repeat;
	background-position: center left;
	width:16px;
	height:16px;
}

.img_branch_contracted
{
	background-image: url(../img/icons/blue_expand.gif);
	background-repeat: no-repeat;
	background-position: center left;
	width:16px;
	height:16px;
}

.tree_branch_holder
{
	display:none;
}

.tree_branch_holder_show
{
	display:block;
}


.tree_leaf
{
	padding:0px 0px 0px 0px; 
	margin:4px 0px 4px 20px; 
	display:block;
	list-style:none;
	font-size:14px;

}

/* Styling for data tables - with dotted lines */
.dataTable
{
	border-collapse: collapse;	
}

.dataTable thead
{
	font-weight: bold;
	text-align: left;
	color: #000000;
	background-color: #EBEBEB;
}

.dataTable-thead-asc
{
	background-image: url(../img/icons/arr_up.gif);
	background-repeat: no-repeat;
	background-position: right;

}

.dataTable-thead-desc
{
	background-image: url(../img/icons/arr_down.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.dataTable tfoot
{
	font-weight: normal;
	text-align: right;
	
}

.dataTable thead th, .dataTable tbody td, .dataTable tfoot td
{
	text-align: left;
	padding:5px;
}

.dataTable thead tr
{	
	background-image: url(../img/structure/dotted_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.datatable-lookfor-btn
{
	background-image: url(../img/icons/go-16.gif);
	background-repeat: none;
	background-position: center;
	cursor:pointer;
}


.row-data
{
	background-image: url(../img/structure/dotted_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	cursor:pointer;
}


.row-data-withpreview
{
	background-color:#efefef;
	background-image: none;
	background-repeat: none;
	background-position: bottom;
	cursor:pointer;
}

.row-preview
{
	background-image: url(../img/structure/dotted_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	cursor:pointer;
}

.trow-default-cursor
{
	cursor:default;
}
/* Styling for form data tables - without cell lines */

.tbl-first
{
	background-image: url(../img/icons/arr_ll.gif);
	background-repeat: no-repeat;
	background-position: left;	
	cursor:pointer;
}

.tbl-prev
{
	background-image: url(../img/icons/arr_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	cursor:pointer;
}

.tbl-next
{
	background-image: url(../img/icons/arr_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor:pointer;
}

.tbl-last
{
	background-image: url(../img/icons/arr_rr.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor:pointer;
}


.form-dataTable
{
	border-collapse: collapse;	
}

.form-dataTable thead
{
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-color: #ebebeb;
}

.form-dataTable-thead-asc
{
	background-image: url(../img/icons/arr_up.gif);
	background-repeat: no-repeat;
	background-position: right;

}

.form-dataTable-thead-desc
{
	background-image: url(../img/icons/arr_down.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.form-dataTable tfoot
{
	font-weight: normal;
	text-align: right;
	
}

.form-dataTable thead th, .form-dataTable tbody td, .form-dataTable tfoot td
{
	padding:5px;
}

.form-dataTable thead tr
{
	
	background-image: url(../img/structure/dotted_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


td.dataLabel
{
	font-weight:bold;
}

td.authDataLabel
{
	color:#328A0B;
	font-weight:bold;
}

td.dataValue
{
	font-size:11px;
	background-color:#fafafa;
	border-bottom:1px solid #ffffff;
}


table.fsc {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

table.fsc th {
    padding: 20px 0 0 0;
    border-bottom: 1px solid #CCC;
    text-align: left;
    position: relative;
}

table.fsc th.first {
    padding: 0;
}

table.fsc th span.range {
    color: #CCC;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1em;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

table.fsc tr {
    color: #000000;
}

table.fsc td {
    vertical-align: top;
    border-bottom: 1px solid #EEEEEE;
    padding: 2px;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1em;
}

table.fsc td.ongoing {
    white-space: nowrap;
    padding: 2px 5px 2px 12px;
    background: url('../img/icons/fsc_progress.png') 0 4px no-repeat;
    color: #CCCC00;
}

table.fsc td.overdue {
    white-space: nowrap;
    padding: 2px 5px 2px 12px;
    background: url('../img/icons/fsc_overdue.png') 2px 3px no-repeat;
    color: #CC0000;
}

table.fsc td.starttime {
    white-space: nowrap;
    padding: 2px 5px 2px 12px;
    background: url('../img/icons/fsc_start.png') 0 4px no-repeat;
}

table.fsc td.finishtime {
    white-space: nowrap;
    padding: 2px 5px 2px 12px;
    background: url('../img/icons/fsc_finish.png') 0 4px no-repeat;
}

table.fsc td.info {
    padding: 2px 0 2px 12px;
    width: 100%;
}

table.fsc tr td.info {
    background: url('../img/icons/fsc_inactive.png') 0 4px no-repeat;
}

table.fsc tr.active td.info {
    background: url('../img/icons/fsc_active.png') 0 4px no-repeat;
}

table.fsc tr.overdue td.info {
    background: url('../img/icons/fsc_active.png') 0 4px no-repeat;
}

table.fsc td.info a {
    padding: 0 5px 0 0;
}

table.fsc td.info a.changerequest {
    
}

table.fsc td.info a.releaserequest {
    color: #F99A00;
}

table.fsc td.title span.callclass {
    color: #8E9AAF;
}

/* to hold new inline frame - so can load bespoke content without having to open new window */
#contentColumnIframe
{
    background-color: #F9FCFF;
    margin-left:    20px;
    margin-right:    5px;
    display:none;
}

div.header 
{
	color: #328A0B;	
	height: 15px;
	font-size: 12px;
	clear:left;
}

div.dataValue
{
	font-size:15px;
	background-color:#fafafa;
	border-bottom:1px solid #ffffff;
}


ul.report
{
	font-size: 12px;
    margin:0;
    padding:0;
    list-style:none;
	font-weight:bold;
}

li.report
{
    display:block;
	float: left;
    padding:5;
	position:relative;
}

.li-report-tbl-header
{
    list-style:none;
	float: left;
	font-weight:bold;
	font-size: 12px;
	padding-left:25px;
}

.li-report-tbl-data
{
	font-weight:normal;
    display:block;
	float: left;
    padding-top:2px;
	font-size: 12px;

}

.li-report-tbl-img
{
	font-weight:normal;
	font-size: 12px;
    display:block;
	float: left;
    padding:5;
}

.report-tbl-header
{
	font-size: 12px;
	font-weight:normal;
	cursor:pointer;
}



.report-tbl-data
{
	font-size: 12px;
	font-weight:normal;
}

.requestDetailsHeader
{
	/**/
}	

.requestDetailsTitle
{
	float:left;
	width:70%;
}

.requestDetailsRemoteSupport
{
	height:15px;
	width:50%;
	margin-top:0px;
	margin-left:0%;
	text-align:right;
}

.chaticon
{
	width:140px;
	height:160px;
	padding-top:10px;
	margin-top:40px;
	margin-left:20px;
	text-align:center;
}

.loginDisclaimer
{
	display:none;
	border: 1px solid #557693;
	width:100%;
}
* html div#requestcomps { 
	overflow-y:auto;
	width:100%;
	float:left;
    height: expression( this.scrollHeight > 92 ? "93px" : "auto" ); /* sets max-height for IE */
}
div#requestcomps { 
	max-height:93px;
	overflow-y:auto;
	width:100%;
	float:left;
}

.sys_footer {

width: 974px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-bottom: 0px;
border: 1px solid #EBEBEB;

}

.sys_footer_content {
margin: auto;
background-color: #FFF;
text-align: center;
}

.sys_copyright {
float: left;
color: #666;
margin: auto;
padding: 10px;
}

.sys_footer_links {
float: right;
margin: 0px;
color: #666;
padding: 5px;
}

.sys_footer_text {
clear: both;
text-align: left;
background-color: #ECECEC;
padding: 5px 0px;
line-height: 20px;
color: #959597;
margin: 0px;
}

#guides-list li {
	font-size: 10px;
	margin-bottom: 10px;
}

#box1:target, #box2:target, #box3:target, #box4:target, #box5:target {
    display: block;
}
#box1 {
  z-index: 1;
}
#boxLinks { list-style: none; }
#boxLinks li { display: inline; }
#boxLinks li a { float: left; background-color: #ff0000; color: #ffffff; font-weight: bold; display: block; padding: 4px 10px; margin-left: -1px; position: relative; left: 1px; text-decoration: none; }
#boxLinks li a:hover { background: #000; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

#box-wrap { position: relative; min-height: 250px; }
#box-wrap div { overflow: auto; background: white; padding: 0px; height: 240px; position: absolute; top: -1px; left: 0; width: 100%; }
#box-wrap div, #boxLinks li a { border: 1px solid #ccc; }
#box1:target, #box2:target, #box3:target, #box4:target, #box5:target {
  z-index: 1;
}
.oddrss {
	background-color: #ebebeb;
}