


/* 1. General */
html {background:url(images/textureBg.png);padding-bottom:50px;}
body {margin:0;padding:0;line-height:1.4em;	color:#3f3f3f;}
	
/* font */
body, input, select, textarea, div, span, td, th, pre {font-family:Calibri, Trebuchet MS,'proxima-nova', sans-serif;font-size:12px;color:#3f3f3f;}

/*Fire Fox Header problem*/
h1, h2, h3, h4 {margin-top:0;}

/*firefox checkbox problem*/
html:not([lang*=""]) div.form .checkbox {margin:0;}

/* layout */
form {position:relative;text-align:left;}
body {background:url(images/headerBg.png) repeat-x;}

#divAll {position:relative;width:1040px;margin:0 auto;z-index:60;}
#divIntuitiveHeader {position:relative;width:1000px;height:64px;margin:0 0 0 20px;z-index:40;}
#divFooter {position:fixed;bottom:0;width:1000px;height:36px;background:#fff;margin:0 0 0 17px;padding:3px 3px 0 3px;
            background:url(images/footerBg.png) no-repeat;z-index:50;}
#divShowHide {position:fixed;bottom:0;z-index:50;cursor:pointer;background-color:rgb(253, 253, 253);border-radius:5px 5px 0 0;padding:1px;}

/* 2. Header */

/* 2.1 Navigation */
#divIntuitiveHeader #divNav {position:absolute;top:0;left:0;height:42px;z-index:10;width:100%;}

#divIntuitiveHeader #divNav a.iVector {float:left;display:block;background:url(/images/ivector_logo_white.png);width:80px;height:29px;
                                       text-indent:-10000px;position:relative;top:5px;left:-5px;}


/* Main Menu */
#divIntuitiveHeader #divNav ul.nav {position:relative;z-index:40;}
#divIntuitiveHeader #divNav ul.nav li {float:left;}

#divIntuitiveHeader #divNav li a.nav {position:relative;display:block;height:42px;padding:0 10px;font-size:14px;color:#fff;line-height:42px;
                                      text-decoration:none;border-left:solid 1px #2b8cb9;z-index:40;}
#divIntuitiveHeader #divNav li a.last {border-right:solid 1px #2b8cb9;}                                     
#divIntuitiveHeader #divNav li a.nav:hover {background:url(images/header_hoverBg.png) repeat-x;}

ul.nav, ul.nav li, ul.nav ul {list-style:none;margin-left:0;margin-top:0;padding:0;}
ul.nav li.hover, ul.nav li:hover {z-index:50;cursor:default;}


/* Sub Menu */
ul.nav ul {visibility:hidden;position:absolute;top:42px;left:0;z-index:30;background:#fff;padding:15px 5px 0;
           border:solid 1px #ddd;border-top:none;width:990px;}

ul.nav li span.arrow {visibility:hidden;display:block;width:22px;height:9px;position:absolute;top:42px;left:50%;margin-left:-11px;
                      background:url(images/header_arrow.png) no-repeat;}

ul.nav ul a {float:none;display:block;color:#555;text-decoration:none;margin:5px 0;}
ul.nav ul a:hover {text-decoration:underline;}

ul.nav li:hover > ul {visibility:visible;}

ul.nav li:hover a.nav > span.arrow {visibility:visible;}
ul.nav li:hover a.nav  {background:url(images/header_hoverBg.png) repeat-x;}

ul.nav table.accessRightGroups {border-collapse:collapse;margin:0 0 15px;}
ul.nav table.accessRightGroups td {vertical-align:top;width:144px;padding:10px;}

ul.nav li:hover > ul table.accessRightGroups td {border-right:dashed 1px #ddd;}
ul.nav li:hover > ul table.accessRightGroups td.end {border-right:none;}


/* 2.2 Breadcrumbs */
#divIntuitiveHeader #divBreadcrumbs {position:absolute;top:42px;left:0;height:22px;}
#divBreadcrumbs a {float:left;color:#fff;text-decoration:none;line-height:22px;}
#divBreadcrumbs a:hover {text-decoration:underline;}
#divBreadcrumbs span.divider {display:block;float:left;height:8px;width:6px;background:url(images/breadcrumbs_divider.png) no-repeat;
                              text-indent:-10000px;margin:6px 10px 0;}                         
#divBreadcrumbs span.current {display:block;float:left;color:#fff79d;text-decoration:none;line-height:22px;}


/* 2.3 Links */
#divIntuitiveHeader #divLinks {position:absolute;top:46px;right:0;height:22px;}
#divLinks a {color:#fff;text-decoration:none;display:block;float:left;height:12px;line-height:14px;}
#divLinks a.back,#divLinks span.back  {background:url(images/icon_back.png) no-repeat;text-indent:20px;}
#divLinks span.back {background:url(images/icon_back.png) no-repeat;padding-left:20px;}

/* 3. Footer */
#divFooter a.intuitive {display:block;float:left;width:81px;height:36px;background:url(images/footer_intuitive.png) no-repeat 10px 5px;
                        text-indent:-10000px;padding:0 10px;border-right:solid 1px #e1e1e1;}

#divFooter a.popup {display:block;float:left;height:36px;border-right:solid 1px #e1e1e1;line-height:36px;text-decoration:none;
                    font-size:13px;color:#666;text-indent:20px;padding:0 10px;}        

#divFooter a.favourites {background:url(images/footer_favourites.png) no-repeat 10px 12px;}
#divFooter li:hover > a.favourites {background:url(images/footer_favourites_hover.png) no-repeat 10px 12px;color:#3c6c87;}                      
#divFooter a.admin {background:url(images/footer_adminOptions.png) no-repeat 10px 12px;}
#divFooter a.systemsetup {background:url(/images/footer_systemsetup.png) no-repeat 10px 12px;}
#divFooter a.notes {background:url(/images/footer_notes.png) no-repeat 10px 12px;}
#divFooter a.notes.Hot {background:url(/images/footer_notes_highlight.png) no-repeat 10px 12px;}
#divFooter a.notes.Some {background:url(/images/footer_notes_highlight.png) no-repeat 10px 12px;}

#divFooter li:hover > a.admin {background:url(images/footer_adminOptions_hover.png) no-repeat 10px 12px;color:#3c6c87;}
#divFooter a.support {background:url(images/footer_support.png) no-repeat 10px 12px;text-indent:25px;}
#divFooter li:hover > a.support {background:url(images/footer_support_hover.png) no-repeat 10px 12px;color:#3c6c87;}  
                     
ul.footer {position:relative;z-index:40;float:left;}
ul.footer, ul.footer li, ul.footer ul {list-style:none;margin-left:0;margin-top:0;padding:0;}
ul.footer li {float:left;}
ul.footer li.hover, ul.footer li:hover {position:relative;z-index:50;cursor:default;}
ul.footer ul {visibility:hidden;position:absolute;background:url(images/footer_popupBg.png);border:solid 1px #e1e1e1;
              bottom:37px;left:-1px;z-index:30;}       
ul.footer li:hover > ul {visibility:visible;}
ul.footer ul ul {left:150px;bottom:-10px;width:200px;padding:10px 0;}
ul.footer li.top ul {bottom:auto;top:-10px;}
ul.footer ul li {float:none;}

ul.footer li:hover a.popup {border-top:solid 1px #fff;position:relative;top:-1px;z-index:60;}



/* Favourites */
ul.footer ul.favourites {width:180px;padding:10px 0;}
ul.footer ul.favourites div {position:relative;}
ul.footer ul.favourites span {color:#555;margin-left:10px;}
ul.footer ul.favourites span.remove {display:block;position:absolute;top:0;right:10px;margin:0;cursor:pointer;font-size:18px;
                                     padding:0 5px;}
ul.footer ul.favourites span.remove:hover {background:#fff79d;}                                
ul.footer ul.favourites a {text-indent:10px;float:none;padding:3px 0;display:block;color:#444;text-decoration:none;margin:5px 0;}
ul.footer ul.favourites a:hover {background:#fff79d;}

ul.footer ul.favourites a.add {margin-top:15px;background:url(images/footer_favourites.png) no-repeat 10px 6px;text-indent:30px;}
ul.footer ul.favourites a.add:hover {background:#fff79d url(images/footer_favourites.png) no-repeat 10px 6px;}


/* Admin Options */
/*#ulAdminOptions {width:980px;left:-200px;padding:15px 0 0 15px;}
#ulAdminOptions div.accessRightGroup {float:left;width:125px;height:85px;margin:0 15px 0 0;}
#ulAdminOptions div.accessRightGroup h3 {margin:0 0 2px;color:#3c6c87;font-size:10px;height:10px;}
#ulAdminOptions a {float:none;display:block;color:#555;text-decoration:none;margin:0 0 2px;font-size:10px;height:10px;}
#ulAdminOptions a:hover {text-decor ation:underline;}*/

ul.footer ul.adminOptions {width:150px;padding:10px 0;color:#fff;}
ul.footer li.accessRightGroup a {display:block;width:150px;}
ul.footer li.accessRightGroup ul a {width:200px;}

ul.footer ul.adminOptions a {text-indent:10px;float:none;padding:2px 0;display:block;color:#444;text-decoration:none;margin:0;font-size:11px;height:11px;line-height:11px;}
ul.footer ul.adminOptions li:hover a.accessRightGroup {background:#fff79d;}
ul.footer ul.accessRights a:hover {background:#fff79d;}




/* Logged In */
#divFooter #divLoggedIn {position:absolute;right:13px;top:3px;height:36px;}
#divFooter #divLoggedIn span {display:block;float:right;color:#666;line-height:36px;padding:0 10px;border-left:solid 1px #e1e1e1;}
#divFooter #divLoggedIn input {float:right;margin:6px 0;}  




/*Links*/
a {text-decoration: none; color: #5d85a9; outline:none;}
a:hover {text-decoration: underline;}

/*Headlines*/
h4 {color:#0070c6; font-size: 11px; font-weight:bold;margin:0;}
h3 {color:#0070C6; font-size: 12px; font-weight:bold;margin:0 0 4px 0;}
h2 {color:#0070C6; font-size: 11px; font-weight:bold;margin:0 0 2px 0;}

/* textbox */
.textbox {width:140px;padding:2px 0 2px 3px;margin:0 0 1px 0;
	border-top:solid 1px #abadb3;border-left:solid 1px #e2e3ea;border-right:solid 1px #dbdfe6;border-bottom:solid 1px #e3e9ef;}

input.textbox.isonenter {background-image:url(/images/base/return.gif);
	 background-repeat:no-repeat; background-position: right 45%;}

/* numbers */
.number {width: 58px !important; padding: 0 3px 0 0; text-align: right;}

/* textarea */
.textarea {	border-top:solid 1px #abadb3;border-left:solid 1px #e2e3ea;border-right:solid 1px #dbdfe6;border-bottom:solid 1px #e3e9ef;width: 180px;padding:0 1px;}

/*dropdown*/
.dropdown {border: solid 1px #5199fd; padding: 0 0 0 3px; margin: 0 0 1px 0;}

/*Checkbox*/
.checkbox { }
img.chkimagereplacement {padding:2px 0;}

/* image */
img {border: 0;}

/* button */
.button {height: 24px; padding: 0 0 3px 0;border:none;
	background:  url(/images/base/button.gif) no-repeat 0 0;
	color: #fff; width: 56px;cursor: pointer;}
.button:hover {color:#444;}
input.accesskey {color:#fff;font-size:11px;}

a.button {display:inline-block;height:21px;text-align:center;color:white;font-size:11px;padding:2px 0 0px;margin:0;}
a.button:hover {text-decoration:none;}

/* fieldset */
legend {color:#0070C6;}

.btnTiny {background: url(images/button_tiny.png) no-repeat 0 0;width:27px!important;}
.btnSmall {background: url(images/button_small.png) no-repeat 0 0;width:56px!important;}
.btnMedium {background: url(images/button_medium.png) no-repeat 0 0;width:100px!important;}
.btnLarge {background: url(images/button_large.png) no-repeat 0 0; width:150px!important;}
.btnVeryLarge {background: url(images/button_verylarge.png) no-repeat 0 0; width:200px!important;}
.btnDisabled {color:#444;}
.btnDisabled:hover {color:#444;}

/* select */
select {margin-top:1px;}
option.dropdowngroup {background-color: #fff267;}

/* date text box */
span.datebox {position:relative;display:inline-block;}
.textboxdate {width:80px; height: 14px;border-top:solid 1px #abadb3;border-left:solid 1px #e2e3ea;border-right:solid 1px #dbdfe6;border-bottom:solid 1px #e3e9ef;
              padding-left:2px; padding-right: 20px}
.manuallyUpdated {color:#ff9900;}
.manuallyUpdated.error {color:#3f3f3f;}
span.datebox img {vertical-align:text-bottom;position:absolute;left:86px;top:3px;cursor:pointer;}

/* image */
img {border: 0;}


/* info popups */
#divPopup {z-index:200;margin:5px 0 0 15px;}


/* modal popup */
#divOverlay {position:fixed;top:0;left:0;z-index:100;width:100%;background-color:#000;filter:alpha(opacity=15) !important;}

div.modalpopup {position:absolute;z-index:200;}
div.modalpopup span.titleLeft {position:absolute;top:0;left:0;background:url(images/information_headerBg.png);height:34px;width:20px;}
div.modalpopup span.titleRight {position:absolute;top:0;right:0;background:url(images/information_headerBg.png) top right;height:34px;
                                width:20px;}
                                                               
div.modalpopuptitle {background:url(images/modalPopup_headerBg.png) repeat-x;margin:0 20px;}
div.modalpopup h3 {color:#fff;font-size:14px;height:21px;padding-top:13px;font-weight:normal;margin:0;font-variant:small-caps;}
div.modalpopup p{margin:0;padding:10px 0;}
div.modalpopuptitle a {position:absolute;top:17px;right:20px;display:block;width:10px;height:11px;cursor:pointer;
                       text-indent:-10000px;background:url(images/warning_close.png) no-repeat 0 0}
div.modalpopuptitle a:hover {background:url(images/warning_close.png) no-repeat -10px 0}

div.modalpopupcontentholder {background:url(images/modalpopup_leftBg.png)}

div.modalpopupcontent {background:#f1f1f1;border-left:solid 1px #d1d1d1;padding:20px 10px 0 10px;margin:0 10px;}

div.modalpopup span.footer {position:relative;display:block;padding:3px 0 4px;line-height:13px;font-size:12px;margin:0 20px;
                            background:url(images/modalPopup_footerBg.png) bottom left repeat-x;}
                          
div.modalpopup span.bottomLeft {position:absolute;bottom:0;left:-20px;background:url(images/warningBg.png) bottom left;
                                height:20px;width:20px;}
div.modalpopup span.bottomRight {position:absolute;bottom:0;right:-20px;background:url(images/warningBg.png) bottom right;
                                 height:20px;width:20px;}


/* Info Popup */
label img.infopopup {position:relative;top:2px;}
#divPopup.infopopup {max-width:250px;padding:4px;background:#f8f8f8;border:solid 1px #ddd;}


/* forms */
div.form label {display:block;float:left;vertical-align:top;width:120px;position:relative;top:2px;}	
div.form .buttons {margin-top:3px;text-align:right;margin-bottom:0;}
div.form .spacer {padding-top:5px;}
div.form .dashbelow {padding-bottom:5px;border-bottom:dashed 1px #369;margin-bottom:5px;}
div.form .checkboxalign, div.form .checkbox {margin-left:-4px;margin-top:-1px;}
div.form  label.checkboxlabel {display:inline;float:none;}

/* Frameholder */
.frameholder div.title {margin:0;position:relative;}
.frameholder div.title span.left {display:block;position:absolute;top:1;left:0;width:9px;height:24px;
                                  background: url(images/frameheader_left.png) no-repeat;}
.frameholder div.title span.middle {background:url(images/frameHeaderBg.png) repeat-x 0 0;
	display:block;padding:3px 0 2px;margin-left:8px;margin-right:15px;font-size:16px;
	white-space:nowrap;color:#fff;line-height:19px;font-variant:small-caps;}
.frameholder div.title span.right {display:block;position:absolute;top:0;right:0;width:20px;
                                   background:url(images/frameHeader_right.png);height:24px;}
.frameholder .content {background:url(images/frameHolderBg.png) repeat-y top right;padding:10px 15px 5px 10px;
                       border-left:solid 1px #d1d1d1;}
                       
.frameholder span.footer {position:relative;display:block;line-height:10px;font-size:8px;background:url(images/frameholder_footerBg.png) repeat-x;
                          margin:0 10px 0 5px;}
                          
.tabstrip span.footer {background:none !important;}

.frameholder span.footer .footerLeft {position:absolute;left:-5px;bottom:0;display:block;width:5px;height:10px;
                                      background:url(images/frameholder_footerLeft.png) no-repeat;}
.frameholder span.footer .footerRight {position:absolute;right:-10px;bottom:0;display:block;width:10px;height:10px;
                                      background:url(images/frameholder_footerRight.png) no-repeat;}

.frameholder div.title a.right {display: block;position: absolute;top: 0;right:0;	
	width: 20px;background: url(/images/base/frameheaderrighthelp.gif) 0 -23px;height:22px;}
.frameholder div.title a.right:hover {background: url(/images/base/frameheaderrighthelp.gif) 0 0;}

.helpbox {display:none;width:230px; height:110px;background:white;
	position:absolute; right:5px; top:6px;
	background:url(/images/base/helpbox.gif);
	padding-top:40px;padding-left:20px}

/* data list */
div.datalist {border:solid 1px #a19f95;position:relative;background-color:#ffffff;}
div.datalist div {padding:0;background-color:#fff;height:22px;}
div.datalist table.header td {background:  url(/images/base/titlebar.gif) repeat-x  0 0;
	height:22px;font-weight:normal;}
div.datalist table.header a {color:white;font-weight:bolder;text-decoration:none;}
div.datalist table.header a:hover {text-decoration: underline;}
div.datalist table.dl tr td {background-color: transparent; border-bottom: solid 1px #ddd;}
div.datalist table.dl tr.selected td {background-color: #fff267;}
div.datalist table.dl tr td.dlop {background-color: #f7f6f5 !important;margin:0;padding:0;}
div.datalist table.dl td.dlop a {padding-left:2px;}
div.datalist table.dl tr td.dlop a img {padding:0;margin:2px 0 0 1px;}
div.datalist td.point {width:15px;}
div.datalist div.scroll {overflow:auto;overflow-y:scroll;}
div.datalist div.scroll table.dl tr.selected td.point {background-image: url(/images/base/datapoint.gif);background-repeat: no-repeat;background-position: 4px 6px;}
div.datalist td.lstgrouprow, div.datalist td.lstfirstgrouprow {padding:2px 0 2px 17px !important;background:#f5f5f5 !important;}
div.datalist image.inline {vertical-align:middle;margin-right:3px;}
div.datalist image.tooltip {cursor:help;}
div.datalist td.pointimage {text-align:right;}
div.datalist td.pointimage image.inline {margin-right:0;}
div.datalist td.last {text-align:right;}
div.scroll table.dl tr:hover td {background-color:#ffffdf;cursor:pointer;}
div.scroll table.dl tr.noclick:hover td {background-color:#fff;cursor:default;}
div.datalist div.clientfilter {position:absolute;background-color:Transparent;right:0;width:85px;height:20px;}
div.datalist div.clientfilter img {position:absolute;top:4px;right:3px;cursor:pointer;}
div.datalist div.clientfilter input {width:55px;color:#888;height:13px;}

/* paging on a datalist */
div.datalist div.paging {border-top:solid 1px #ddd;height:auto;background-color:#eee;padding:3px 0px 3px 17px;}
a.paging {padding:0 2px;}
a.pagingPrev {padding-right:8px;}
a.pagingNext {padding-left:8px;}
a.current {font-weight:bolder;background-color:#ffffdf;}

/* checked data list */
div.datalist table.header tr td {color:White;font-weight:bold;}
div.datalist td.cdlgroup {padding-left:6px;background:#f5f5f5 !important;height:20px;}

/* table */
table {border-collapse:collapse;}

/* Generic table styling */
table.ivector {background:#fff;border:solid 1px #a19f95;width:100%;}

table.ivector thead tr th {color:#fff;text-align:left;
                     background: #7aacfe; /* Old browsers */
                      background: -moz-linear-gradient(top,  #7aacfe 0%, #5198FC 100%); /* FF3.6+ */
                     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7aacfe), color-stop(100%,#5198FC)); /* Chrome,Safari4+ */
                     background: -webkit-linear-gradient(top,  #7aacfe 0%,#5198FC 100%); /* Chrome10+,Safari5.1+ */
                     background: -o-linear-gradient(top,  #7aacfe 0%,#5198FC 100%); /* Opera 11.10+ */
                     background: -ms-linear-gradient(top,  #7aacfe 0%,#5198FC 100%); /* IE10+ */
                     background: linear-gradient(to bottom,  #7aacfe 0%,#5198FC 100%); /* W3C */
                     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aacfe', endColorstr='#5198FC',GradientType=0 ); /* IE6-9 */}

table.ivector tr td, table.ivector tr th {padding:1px;} 
table.ivector tr td {border-bottom:solid 1px #ddd;}
table.ivector tbody tr:last-child td {border-bottom:solid 1px #a19f95;}
table.ivector tbody tr:nth-child(even) {background:#f8f8f8;}
table.ivector .num, table.ivector th.num {text-align:right;}

/*New info box*/
#divInfobox {position:fixed;left:50%;margin-left:-150px;top:200px;width:355px;z-index:300;}

#divInfobox h4 {height:20px;margin:0;padding:14px 0 0 20px;font-size:16px;font-variant:small-caps;}
#divInfobox.warning h4 {background:url(images/warning_headerBg.png);color:#fff;}
#divInfobox.information h4 {background: url(images/information_headerBg.png);color:#fff;}

#aInfoClose {position:absolute;top:16px;right:18px;display:block;width:10px;height:11px;cursor:pointer;}
#divInfobox.warning #aInfoClose {background:url(images/warning_close.png) no-repeat 0 0;}
#divInfobox.information #aInfoClose  {background:url(images/warning_close.png) no-repeat 0 0;}
#divInfobox.warning #aInfoClose:hover {background:url(images/warning_close.png) no-repeat -10px 0}
#divInfobox.information #aInfoClose:hover {background:url(images/warning_close.png) no-repeat -10px 0}

#divInfoContent {background:url(images/warningBg.png) bottom left;_height:100px;min-height:100px;padding:0 10px 10px;}
#ulInfoItems {width:90%;margin:0;padding:10px 5%;_height:80px;min-height:80px;}
#ulInfoItems li {list-style-type:none;margin-left:60px;}
#divInfobox.warning #ulInfoItems {background:url(images/warning_warningIcon.png) no-repeat  10px 10px;}
#divInfobox.information #ulInfoItems {background:url(images/information_infoIcon.png) no-repeat 25px 10px;}

#infomask {position:absolute;display:block;	left:50%;margin-left:-150px;width:330px;top:200px;	
	background-color:transparent;filter: alpha(opacity=0);	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	moz-opacity: .5;khtml-opacity: .5;	opacity: .5; z-index:100;}
	
/* Grid */
div.grid {background:white;}
div.grid .scroll {overflow:auto;}
div.grid th.last {width:17px !important;padding:0 !important;}
div.grid td {padding:0;}
div.grid .grddate {background-color:#fffbd2;}
div.grid table.grid {border-collapse:collapse;}
div.grid table.header {border:solid 1px #a4a298;}
div.grid table.header th {
	background: transparent url(/images/base/titlebar.gif) repeat-x;
	border-bottom:solid 2px #a4a298;
	color: white;
	height:16px;
	font-weight: normal;
	text-align:left;
	padding:4px 2px 0;
}
div.grid table.header th a {color: white;}
table.grid td input {font-size:11px;color:#555;}
div.grid table.grid td {border:solid 1px #ddd;height:19px;}
div.grid input {width:70px;border:0;}
div.grid input.grdnum {padding-right:1px;text-align:right;}
div.grid a.gridcopy {color:White;text-decoration:none;padding-left:10px;padding-right:0;
	background:url(/images/base/gridcopy.gif) no-repeat -2px 2px;}
div.grid a.gridcopy:hover {background:url(/images/base/gridcopyhover.gif) no-repeat -1px 2px;}
div.grid table.grid tr.lstgrouprow td {padding:0 0 0 4px !important;background:#f5f5f5 !important;}

	
/* tabstrip */
div.tabholder {height:20px;position:relative;top:1px;}
div.tabholder a {display:block;float:left;width:101px;height:20px;
	background:url(/images/base/tabnormal.gif) no-repeat;
	text-decoration:none;}

div.tabholder a:hover {background:url(/images/base/tabhover.gif) no-repeat;text-decoration:none;}
div.tabholder a.selected {background:url(/images/base/tabselected.gif) no-repeat !important;}
div.tabholder a.disabled {background:url(/images/base/tabnormal.gif) no-repeat !important;}
div.tabholder a.disabled span {color:#888 !important;cursor:default;}
div.tabholder a.error {border:0;}
div.tabholder a.error span {color:#d26060 !important;font-weight:bold}
div.tabholder a span {display:block;text-align:center;vertical-align:middle;height:20px;line-height:19px;cursor:pointer;
	color:#888;} 
	
	
	
div.tabholder.tabSmall a {width:76px;background:url(/images/base/tabnormalSmall.gif) no-repeat;}
div.tabholder.tabSmall a:hover {background:url(/images/base/tabhoverSmall.gif) no-repeat;}
div.tabholder.tabSmall a.selected {background:url(/images/base/tabselectedSmall.gif) no-repeat !important;}
div.tabholder.tabSmall a.disabled {background:url(/images/base/tabnormalSmall.gif) no-repeat !important;}
div.tabholder.tabSmall a span {font-size:10px;line-height:20px;}

div.tabholder a.normalhighlight {background-image:url(/images/base/tabnormal_highlight.gif);}	
div.tabholder a.selectedhighlight {background-image:url(/images/base/tabselected.gif);}
div.tabholder a.normalhighlight:hover {background-image:url(/images/base/tabhover_highlight.gif);}	
div.tabholder.tabSmall a.normalhighlight {background-image:url(/images/base/tabnormalsmall_highlight.gif);}	
div.tabholder.tabSmall a.selectedhighlight {background-image:url(/images/base/tabselectedsmall.gif);}	
div.tabholder.tabSmall a.normalhighlight:hover {background-image:url(/images/base/tabhoversmall_highlight.gif);}	
	
div.tabholder a:hover span {color:#6e6e6e}
div.tabholder a.selected span {color:#3f3f3f;}
div.tabs {border:solid 1px #a7a7a7;padding:5px;}

/* section */
div.section {background:#f8f8f8;border:solid 1px #ddd;padding:4px;margin-bottom:8px;}
div.section h3 {margin-bottom:4px;}

/* section collapsable */
/* This has been commented out because it causes a problem on the Property.aspx page (Bank Details section); Pete, 08/03/05 */
/* div.sectioncollapsable {background-image: url(./images/base/SectionBackground.gif);position:relative;left:-1px;
            margin:5px 0;padding:2px 4px 4px 4px;border:solid 1px #dedddd;}
div.sectionheader span {position:relative;top:1px;left:-9px}
div.sectionheader img {margin-right:5px;vertical-align:bottom;position:relative;left:-2px;} */

/* driller */
div.driller {background:white;border:solid 1px #a19695;}
div.drilltitle {background: transparent url(/images/base/titlebar.gif) repeat-x;font-family:trebuchet ms;font-size:11px;
	padding-top:4px;padding-right:5px;padding-left:5px;height:18px;color:white;font-weight:bold;}
div.driller div.drillscroll {position:relative;overflow:auto;}
div.driller div.line {height:18px;line-height:18px;border-bottom:solid 1px #eee;position:relative;}
div.driller div.sel {background:#f8f8f8;}
div.driller div.command {background:#fff267;}

div.driller a {display:block;float:left;background:url(/images/drilldown.gif) no-repeat 3px 4px;
	text-decoration:none;width:15px;height:18px;margin-right:3px;}
div.driller a.expanded {background:url(/images/drillup.gif) no-repeat 3px 4px;}
div.driller a.func {display:inline;float:none;position:absolute;right:0;top:2px;}
div.drillerplus a {margin-left:-19px;}
div.drillerplus a img {position:relative;top:1px;}


/* calendar */
.CalendarMask {position:absolute;width:148px;}
div.Calendar {position:absolute;width:146px;}
.CalendarMask {z-index:190;display:none;}
select.caldd {position:relative;top:0;left:0;}
a.CalendarLink {position:relative;float:right;top:-1px;left:2px;height:16px;width:19px;margin-right:4px;
	background:url(/images/calendar.gif) no-repeat 0 2px;}
a.CalendarLink span {display:none;}

div.Calendar {z-index:200;background:white;border:solid 1px #ddd;}
div.Calendar table {border-collapse:collapse;margin:1px;}
div.Calendar table th, div.Calendar table td {width:20px !important;height:18px;text-align:center;vertical-align:middle;}
div.Calendar table tr.calendarcontrol td {background:#5083b8;text-align:left;height:18px;line-height:18px;vertical-align:middle;}
div.Calendar tr.calendarcontrol a {display:block;float:left;height:13px;width:13px;}
div.Calendar tr.calendarcontrol a.calendarpreviousmonth,div.Calendar tr.calendarcontrol a.calendarpreviousmonth:hover {background:url(/images/calendarback.gif) no-repeat 2px 2px;}
div.Calendar tr.calendarcontrol a.calendarnextmonth,div.Calendar tr.calendarcontrol a.calendarnextmonth:hover {background:url(/images/calendarforward.gif) no-repeat 2px 2px;}
div.Calendar tr.calendarcontrol a.calendarhide,div.Calendar tr.calendarcontrol a.calendarhide:hover {float:right;background:url(/images/calendarclose.gif) no-repeat 2px 2px;margin-right:2px;}
div.Calendar tr.calendarcontrol label.calendarmonthyear {font-size:10px;color:#fff;position:absolute;left:55px;top:3px;font-weight:bold;width:auto !important;padding:0;}

div.Calendar table td {border:solid 1px #ddd;height:18px;color:#333;}
div.Calendar table td.old {text-decoration:line-through;color:#aaa;}
div.Calendar table td.dead {background:#eee;}
div.Calendar table th {background:#ddd;color:#aaa;}
div.Calendar table a {display:block;text-decoration:none;height:18px;line-height:18px;color:#888;}
div.Calendar table a.selected {background-color:#ddd;color:#fff;font-weight:bold;}
div.Calendar table a.selected:hover {background-color:#ddd;}
div.Calendar table a:hover {background:#eee;}

/* generic stuff */
.hide {display:none;}
.left {float:left;}
.right {float:right;}
.alignleft {text-align:left;}
.alignright {text-align:right;}
.bold {font-weight:bold;}

.notimplemented {background:#dbeef3;}
/*div.form label.notimplemented {padding-bottom:2px;}*/

/* generic control styles */
.error {background-color:#f3dede;border:solid 1px #d16e72;}
.readonly {background-color:#fffbd2;}


/* widths */
.small {width:60px !important;}
.med {width:120px !important;}
.standard {width:140px;}
.large {width:210px !important;}
.extralarge {width:354px !important;}
.auto {width:auto !important;}

/* standard header */
.standardheader {background:url(/images/base/titlebar.gif) repeat-x; 
				color:white; font-size:12px;font-weight:bold;line-height:22px;}
.standardheader th, .standardheader td {background:url(/images/base/titlebar.gif) repeat-x; 
				color:white; font-size:12px;font-weight:bold;}
.standardsubheader {height:13px;border-bottom:solid 1px #7cafff;background:#ceddf9;padding:2px 2px;color:#888;}
.standardsubheader td, .standardsubheader th, td.standardsubheader  {padding:2px 2px;color:#888;background:#d6e1ee;}

/* Access Keys */
.hotkey {position:absolute;left:-2000px;top:-2000px;}

/* Help */
label.help {cursor:help;}


/* auto complete */
div.autocompletedrop {background:white;overflow-y:scroll;overflow-x:hidden;width:143px;height:100px;
	position:absolute;border:solid 1px #ccc;border-top:solid 1px #ddd;z-index:101;}
div.autocompletedrop div {padding:0 2px;}
div.autocompletedrop div span {font-weight:bold;}
div.autocompletedrop div div {padding:0;color:#999;font-size:10px;border-bottom:solid 1px #ddd;}
div.autocompletedrop div.selected {background:#dbe9ff;}
div.autocompletedrop div:hover {background:#ffffdf;cursor:pointer;}
input.autocomplete {background-image:url(/images/base/autocomplete.gif);
	 background-repeat:no-repeat; background-position: 98% 45%;} 
input.autocompleteworking {background-image:url(/images/working.gif);
	 background-repeat:no-repeat; background-position: 98% 45%;}




/* launch */
#divLaunchy {position:absolute;top:7px;right:20px;z-index:50;display:block !important;}
#divLaunchy #acpLaunchy	{position:relative;width:135px;padding:5px;color:#666;border:solid 1px #3694c1;top:0;right:0;
                       	 background-image:url(images/icon_search.png);background-repeat:no-repeat; background-position: 98% 45%;}
#divLaunchy #acpLaunchyContainer {background:#fff;height:150px;width:250px !important;left:auto !important;right:0 !important;
                                  top:26px !important;}
#divLaunchy #acpLaunchyContainer div {color:#555;padding:5px;}
#divLaunchy #acpLaunchyContainer div span {color:#3c6c87;font-weight:bold;}
#divLaunchy #acpLaunchyContainer div.selected {background:#fff79d;}


/* sortable tables */
table.sortable th {cursor:pointer;}


/* resequence */
#divResequence {position:absolute;width:285px;background:#fff;padding:5px;
    border:solid 2px #aaa;}
#divResequence h3 {font-size:14px;font-weight:normal;}
#divResequence a {position:absolute;right:5px;top:3px;text-decoration:none;font-size:14px;}
#divResequence ul.sortablelist {list-style-image:none;list-style-type:none;margin-top:5px;margin:0px 0px 5px 0px;padding:0px;
    border:solid 1px #aaa;width:280px;}
#divResequence ul.sortablelist li {width:280px;border-bottom:solid 1px #eee;display:block;}
#divResequence label.handle {cursor:move;background:#fff;color:#666;display:block;width:275px;
    padding:3px 0 3px 5px;font-size:14px;}
#divResequence ul.sortablelist li.selected label.handle {background:#fff7a8;}
#divResequence ul.sortablelist li.commontask label.handle {background:#f5f9ff;}

/*Button Translate*/
input#btnTranslatels {width:80px !important;background:url(images/button_regular.png) no-repeat 0px 0px !important;vertical-align:middle; margin-top:-3px;}


/***** BEGIN treeview control *****/

/* basic styling */
div.treeview {border:solid 1px #a19f95;}
div.treeview div.title {background:url(/images/base/titlebar.gif) repeat-x 0 0;height:22px;line-height:24px;padding-left:5px;font-weight:bold;color:#fff;}
div.treeview div.scroll {background:#fff;overflow:auto;overflow-y:scroll;position:relative;}

/* basic item style and display */
div.treeview div.item {position:relative;padding-left:21px;zoom:1;} /* zoom:1; for IE7 - to give layout - stops it from redrawing the items wrong when they appear and disappear */
div.treeview div.item.collapsed div.item {display:none;}

/* basic item details styling */
div.treeview div.itemdetails {border-bottom:1px solid #ddd;cursor:pointer;}
div.treeview div.itemdetails input.checkbox {margin:0;padding:0;height:21px;width:21px;vertical-align:top;float:left;position:relative;z-index:1;}
div.treeview div.itemdetails label {vertical-align:top;line-height:12px;display:block;position:relative;top:4px;cursor:pointer;margin:0 0 8px 21px;
    float:none !important;width:auto !important;}
div.treeview div.itemdetails div.commands {float:right;height:17px;padding:4px 0 0;background:#f7f6f5;position:relative;z-index:1;}
div.treeview div.itemdetails a {padding:0 2px;}

/* hierarchy indicators and clickable arrows */
div.treeview div.item div.hierarchy {position:absolute;top:0;left:0;height:100%;width:21px;background:transparent;}
div.treeview div.item div.item div.hierarchy {left:-21px;width:42px;background:url(/images/treeview/treeview_child.gif) no-repeat 0 0;}
div.treeview div.item div.item.lastchild > div.hierarchy {background:url(/images/treeview/treeview_lastchild.gif) no-repeat 0 0;}

div.treeview div.hierarchy div {position:absolute;top:0;right:0;height:21px;width:21px;cursor:pointer;}
div.treeview div.scroll > div.item.collapsed > div.hierarchy div {background:url(/images/treeview/treeview_level1collapsed.png) no-repeat 0 0;}
div.treeview div.scroll > div.item.expanded > div.hierarchy div {background:url(/images/treeview/treeview_level1expanded.png) no-repeat 0 0;}
div.treeview div.item.collapsed > div.hierarchy div {background:url(/images/treeview/treeview_levelcollapsed.png) no-repeat 0 0;}
div.treeview div.item.expanded > div.hierarchy div {background:url(/images/treeview/treeview_levelexpanded.png) no-repeat 0 0;}

/* gimmicks */
div.treeview div.itemdetails:hover {background-color:#ffffdf;}
div.treeview div.itemdetails.selected {background-color:#fec;}

/***** END treeview control *****/



@media print 
{

#divAll {margin-left:50px;}
#acpLaunchy {display:none;}
#divFooter {display:none;}	
	
}

/* clearing */
div.clear {clear:both;}

/* booking lock popup */
div.lockpopup {position:absolute;background:#eee;border:1px solid #666;padding-left:3px;padding-right:4px;}
div.lockpopup label {display:inline-block;width:120px;}
div.lockpopup span {display:inline-block;}

#mdpBookingLock {background:#eee;padding:0 10px 8px;width:300px;border:1px solid #0070c6;}
#mdpBookingLock input {margin-left:5px;float:right;}
#mdpBookingLock input:hover {cursor:pointer;}


/* ConfirmCancelPopup */
#divConfirmCancelPopup {position:fixed;top:30%;left:50%;z-index:1000;width:350px;margin-left:-175px;padding:30px 10px 10px;
							background:#F1F1F1;border-radius:6px;box-shadow:0 0 0 10px rgba(0,0,0,0.5);text-align:center;}
#divConfirmCancelPopup input.close {position:absolute;top:-4px;right:0px;font-size:25px;color:#fff;background:none;border:0;cursor:pointer;}
#divConfirmCancelPopup input.button {margin:0 5px;}
#divConfirmCancelPopup:before {content:'';display:block;position:absolute;top:0;left:0;width:100%;height:30px;
								background:linear-gradient(rgba(84, 131, 158, 1), rgba(74, 122, 148, 1));border-radius:5px 5px 0 0;}


/*error page*/
#divErrorMessage {width:1000px;margin:0 auto;}	
#divErrorMessage img{padding:5px 10px;}
#divErrorMessage div{background:#f3f3f3;padding:10px;}
#divErrorMessage .errorMessage {position:relative;top:35px;border-radius:5px;border:solid 1px #8787878;padding:0;padding-bottom:10px;
                                width:500px;left:10px;}

#divErrorMessage .errorMessage .titleBar{padding:0;margin:0;width:100%;Background:#8787878;border-top-left-radius:4px;
                                         border-top-right-radius:4px;background:linear-gradient(top, #989898 #7c7c7c);
                                         background:-webkit-linear-gradient(top, #989898, #7c7c7c);
                                         background:-moz-linear-gradient(top, #989898, #7c7c7c);height:24px;}
#divErrorMessage .errorMessage span:not(.click){font-weight:normal;font-size:16px;font-variant:small-caps;line-height:23px;
                                                margin-left:8px;color:#fff}
                    
#divErrorMessage .errorMessage > :not(.titleBar) {padding-left:10px;color:#3f3f3f;font-size:13px;font-weight:normal;}
#divErrorMessage .errorMessage .largeFont{font-size:20px;margin:10px 0;font-weight:bold;}
#divErrorMessage .errorMessage h1 img{padding:0;margin-right:5px;}
#divErrorMessage .errorMessage .click{color:#0070C6;text-decoration:underline;}
#divErrorMessage .errorMessage .click:hover {cursor:pointer;}
#divErrorMessage .errorMessage a.toggleDetails{color:#0070C6;}

#divErrorMessage .errorDetails{background:#fff;color:#3f3f3f;font-size:13px;margin:10px;}

/* Password Verify */
input.passwordSuccess {background-image: url(/images/base/itemcomplete.gif);background-repeat: no-repeat;background-position: 98% 45%;}
input.passwordFailed {background-image: url(/images/base/itemerror.gif);background-repeat: no-repeat;background-position: 98% 45%;}
#divPasswordError {font-weight: bold; color:#fb0505;}
