/* overall page definitions */
body {
	background-image: url(images/body-bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* misc styles */
.link-white {
	color: #FFFFFF;
}
/* misc styles */
.link-orange {
	color: Green;
	text-transform:capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* masthead related styles */
#masthead {
	background-color: #FFFFFF;
	background-image: url(images/masthead-background.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.masthead-info {
	padding: 5px;
}
.txt-reproCompany {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.txt-small-white-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.txt-login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 21px;
}

/* primary nav related styles */
#nav {
	position:relative;
	top:1px;
}
.nav-on {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	height: 25px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/nav-bkgrnd-on.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9B9B9B;
	border-left-color: #474747;
	border-right-color: #9B9B9B;
}
.nav-off {
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	height: 22px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/nav-bkgrnd-off.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3A3A3A;
	border-right-color: #F8F8F8;
	border-bottom-color: #3A3A3A;
	border-left-color: #3A3A3A;
}
html>body .nav-off { /* this style is only seen by more modern browsers -- it patches the above style assures consistent rendering */
	height: 23px;
	line-height: 23px;
}

/* sub nav related styles */
#subnav {
	background-image: url(images/subnav-bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9B9B9B;
	border-bottom-color: #474747;
	padding: 0px;
}
.subnav-off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	margin-left: 10px;
}
.subnav-on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFF99;
	text-decoration: none;
	white-space: nowrap;
	margin-left: 10px;
}

#subnav-planroom { /* subnav elements should be centered under their primary nav when there are only a few items.  If there are many, they will right align.  This requires a unique style specific to each subnav container, so positioning can be properly controled. */ 
	width: auto;
	position: relative;
	right: 0px;
	text-align: right;
	padding-right: 7px;
}

/* button related styles */

/* Added by Ashish on Jan 27, 2009 to change the button styles on all ASP pages similar to the new Bidcaster style  */

.button {background:url(images/Bidcaster/Buttons/Fifth_left2.gif) no-repeat left; height:22px; padding:0 2px; display:inline-block;}
.button-text {background:url(images/Bidcaster/Buttons/Fifth_right2.gif) no-repeat right top; padding:0px 5px 2px 5px;  height:22px; color:#000; display:inline-block; text-decoration:none; border:none; font-weight:800; }
a.button-text {background:url(images/Bidcaster/Buttons/Fifth_right2.gif) no-repeat right top; padding:2px 5px;  height:22px; color:#000; display:inline-block; text-decoration:none; border:none; font-weight:800; }

#button_OLD {
	background-image: url(images/button-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 19px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003C74;
	border-bottom-color: #003C74;
	border-right-color: #003C74;
	border-left-color: #003C74;
	padding-left: 3px;
	padding-right: 1px;
	cursor: hand;
}
.button-text_OLD {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	text-align:center;
	text-decoration: none;
	white-space: nowrap;
}

/* content area related styles */
#content {
	width: 100%;
	padding: 5px 5px;
} 
html>body #content { /* this style is only seen by more modern browsers -- it patches the above style assures consistent rendering */
	width: auto;
}

/* "presence & purpose" elements at the top of the content area */
#breadcrumb {
	margin-bottom: 5px;

}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #334159;
	padding-top: 3px;
	padding-bottom: 3px;
}
#notification {
	background-color: #FEFEB3;
	background-image: url(images/notification-bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	border: 1px solid #FCC6C9;
	margin-bottom: 7px;
	margin-right: auto;
	width: 700px;
	margin-left: auto;
}
.notification-header {
	font-size: 14px;
	color: #F11927;
}
.notification-content {
	padding: 10px;
}

#notification-small {
	background-color: #FEFEB3;
	background-image: url(images/notification-bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	border: 1px solid #FCC6C9;
	margin-bottom: 7px;
	margin-right: auto;
	width: 600px;
	margin-left: auto;
}
.notification-small-header {
	font-size: 14px;
	color: #F11927;
}
.notification-small-content {
	padding: 10px;
}

#notification-xlarge {
	background-color: #FEFEB3;
	background-image: url(images/notification-bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	border: 1px solid #FCC6C9;
	margin-bottom: 7px;
	margin-right: auto;
	width: 100%;
	margin-left: auto;
}

.project-labels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}
.txt-projectName {
	font-weight: bold;
}
#instructions {
	margin-bottom: 5px;
}
.instructions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A81F09;
	padding-top: 0px;
	padding-bottom: 0px;
}
#steps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	background-color: #C5D3EB;
	height: 20px;
	border: 1px solid #96A0B3;
}
.steps-current {
	color: #000000;
	padding-right: 12px;
	padding-left: 12px;
}
.steps-future {
	color: #40444C;
	padding-right: 12px;
	padding-left: 12px;
}
.steps-past {
	color: #9FAABD;
	padding-right: 12px;
	padding-left: 12px;
}

/* tabs attached to the "window" in the content area */
.tab-inactive {
	float: left;
	margin-right: 4px;
	height: 22px;
	top: 1px;
	position: relative;
}
.tab-inactive-top {
	background-color: #6B89CF;
	height:3px;
}
.tab-inactive-left {
	background-color: #6B89CF;
	background-image: url(images/tab-bkgrnd-off.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tab-inactive-right {
	background-color: #6B89CF;
	background-image: url(images/tab-bkgrnd-off.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tab-inactive-center {
	background-color: #6B89CF;
	padding-bottom: 3px;
	background-image: url(images/tab-bkgrnd-off.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.txt-tab-inactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.tab-active {
	float: left;
	margin-right: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 23px;
	top: 1px;
	position: relative;
}
.tab-active-top {
	background-color: #C5D3EB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #334159;
	height:3px;
}
.tab-active-left {
	background-color: #C5D3EB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #334159;
}
.tab-active-right {
	background-color: #C5D3EB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #334159;
}
.tab-active-center {
	background-color: #C5D3EB;
	padding-bottom: 4px;
}

/* the tree area in the order screen */
#tree-entity {
	margin-right: 20px;
}

#tree-scrollArea {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 390px;

}

#tree-scrollArea-800 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 220px;

}

.list-tree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-right: 0px;
	padding-left: 2px;
}
.list-tree-alt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-right: 0px;
	padding-left: 2px;
	background-color: #E3E6EB;
}
.list-tree-selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-right: 0px;
	padding-left: 2px;
	background-color: #FFFF80;
}

.list-tree-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
	white-space: nowrap;
	padding-right: 0px;
	padding-left: 2px;
}

.list-tree-grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: grey;
	white-space: nowrap;
	padding-right: 0px;
	padding-left: 2px;
}

/* the "window" inside the content area  */
#window-entity {
	clear: left;
}
.window-top {
	background-color: #C5D3EB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #334159;
	height:3px;
}
.window-botm {
	background-color: #C5D3EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #334159;
	height:3px;
}
.window-left {
	background-color: #C5D3EB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #334159;
}
.window-right {
	background-color: #C5D3EB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #334159;
}
.window-center {
	background-color: #C5D3EB;
	padding: 4px;
}

#search-widget {
	margin-bottom: 7px;
	margin-top: 2px;
}
.search-widget-fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 5px;
}
.search-widget-input {
	font-size: 11px;
}

/* the action bar inside the window */
#actionBar {
	background-color: #919AB1;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #373B43;
	border-right-color: #A9AEB9;
	border-bottom-color: #A9AEB9;
	border-left-color: #373B43;
	margin-bottom: 5px;
}
.actionButton {
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	height: 20px;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/button-action-bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F8F8F8;
	border-right-color: #66696F;
	border-bottom-color: #66696F;
	border-left-color: #F8F8F8;
}
.actionBar-other {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 5px;
}

/* the order page requires a path indicator */
#path {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 7px;
}

.pathBox {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #000000;
	padding: 2px;
}
.pathLinks {
	color: #333333;
	color: inherit;
}

/* the scrolling content area inside the window */
#window-scrollArea-type1 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 75px;
}

#window-scrollArea-type1-1 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 175px;
}

#window-scrollArea-type1-2 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 220px;
}

#window-scrollArea-type2 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 260px;
	vertical-align:top;
}
#window-scrollArea-type3 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 280px;
}
#window-scrollArea-type4 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 320px;
}

#window-scrollArea-type4-Large {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 520px;
}

#window-scrollArea-type4-1024plus {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 620px;
}

#window-scrollArea-type5 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 370px;
}

#window-scrollArea-fullsize {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 100%;
}

#window-scrollArea-phl {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 425px;
}
#window-scrollArea-noScroll {
	background-color: #FFFFFF;
	border: 1px solid #334159;

}
.list-columnHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E5D84;
	background-color: #A2B8EB;
	padding: 2px 4px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #334159;
}
.list-columnHead-indented {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E5D84;
	background-color: #A2B8EB;
	padding: 2px 4px 2px 25px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #334159;
}
.list-boundTogether {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5D3EB;
	line-height: 16px;
	background-color: #FFFFCC;
}
.list-changeAll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #334159;
	line-height: 16px;
	background-color: #2E5D84;
}
.list-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5D3EB;
	line-height: 16px;
}

.list-noSeparator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	line-height: 16px;
}

.list-noSeparator-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	line-height: 16px;
}

.list-noSeparator-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	line-height: 16px;
	font-weight:bold;  
}

.list-noSeparator-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	line-height: 16px;
	text-decoration: underline; 
}

.list-noSeparator-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.list-noSeparator-small-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;  
}

.list-noSeparator-vsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.list-noSeparator-vsmall-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

.list-noSeparator-error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	line-height: 16px;
	font-weight: bold;
}

.list-noSeparator-small-error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	line-height: 16px;
	font-weight: bold;
}

.list-noSeparator-vsmall-error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	line-height: 16px;
	font-weight: bold;
}
.deliver-selectedItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #919AB1;
	color: #FFFFFF;
	padding: 3px;
}
.deliver-numberBox {
	width: 30px;
}
.txt-address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.label-reviewOrder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.dataLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
}
.dataValue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}
#note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #FFFFCC;
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
#pagination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 7px;
}
#buttonArea {
	margin-top: 7px;
}

/* footer area */
#footer {
	width: 100%;
	padding: 5px;
}
html>body #footer { /* this style is only seen by more modern browsers -- it patches the above style assures consistent rendering */
	width: auto;
}
.footerContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #666666;
}

.border_none_active
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    BORDER-LEFT: medium none;
    color: #333333;
    BORDER-BOTTOM: medium none;
    font-family: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    background-color: #C5D3EB;
    padding-bottom: 0px;
}

.border_none_inactive
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    BORDER-LEFT: medium none;
    COLOR: #ffffff;
    BORDER-BOTTOM: medium none;
    font-family: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    background-color: #6B89CF;
	padding-bottom: 0px;
	cursor: hand;  
}

.border_none
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BORDER-LEFT: medium none;
    COLOR: #1b58e0;
    BORDER-BOTTOM: medium none;
    font-family: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

/* added by Deborani on 6/4/05 */

.list-columnHead-noBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E5D84;
	background-color: #e6e6e6;
	padding: 2px 4px 2px 4px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #334159;
}

.list-columnHead-noBorder-step1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E5D84;
	background-color: #e6e6e6;
	padding: 2px 4px 2px 4px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #334159;
}

.list-columnHead-noBorder-step2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E5D84;
	background-color: #EBEBEB;
	padding: 2px 4px 2px 4px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #334159;
}

.list-columnHead-noBorder-step3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E5D84;
	background-color: #EFEFEF;
	padding: 2px 4px 2px 4px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #334159;
}

.list-columnHead-noBorder-step4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E5D84;
	background-color: #F3F3F3;
	padding: 2px 4px 2px 4px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #334159;
}

.list-columnHead-noBorder-step5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E5D84;
	background-color: #F7F6F6;
	padding: 2px 4px 2px 4px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #334159;
}

#window-scrollArea-noScroll-type2 {
	background-color: #e6e6e6;
	border: none;

}

#window-scrollArea-noScroll-type3 {
	background-color: #ffffff;
	border: none;

}

#window-scrollArea-noScroll-step1 {
	background-color: #e6e6e6;
	border: none;
}

#window-scrollArea-noScroll-step2 {
	background-color: #EBEBEB;
	border: none;

}

#window-scrollArea-noScroll-step3 {
	background-color: #EFEFEF;
	border: none;

}

#window-scrollArea-noScroll-step4 {
	background-color: #F3F3F3;
	border: none;

}

#window-scrollArea-noScroll-step5 {
	background-color: #F7F6F6;
	border: none;

}

.list-content-type2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: none;
	line-height: 16px;
}

.list-content-type3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: none;
	line-height: 16px;
}

.list-content-boldFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: none;
	line-height: 16px;
}

.list-content-boldFont2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: none;
	line-height: 16px;
}

.list-columnHead-Bid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2E5D84;
	background-color: #C5D3EB;
	padding: 1px 1px 1px 1px;
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #334159;
}

.list-content-peopleList1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	VERTICAL-ALIGN: top;
	color: #333333;
	white-space: nowrap;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #C5D3EB;
	line-height: 22px;
}

.list-content-peopleList2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	VERTICAL-ALIGN: top;
	color: #495D80;
	white-space: nowrap;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #C5D3EB;
	line-height: 22px;
}

#window-scrollArea-Bid {
	background-color: #FFFFFF;
	overflow: none;
	border: 1px solid #334159;
	height: 320px;
}

#window-scrollArea-Bid2 {
	background-color: #FFFFFF;
	overflow: none;
	border: 1px solid #334159;
	height: 200px;
}

#window-scrollArea-verysmall {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #5B739D;
	height: 108px;
}

#notification-bid {
	background-color: #FFFFEC;
	background-image: none;
	background-repeat: no-repeat;
	background-position: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	border: 1px solid #FCC6C9;
	margin-bottom: 7px;
	margin-right: auto;
	width: 300;
	margin-left: auto;
}

#notification-bid-wide {
	background-color: #FFFFEC;
	background-image: none;
	background-repeat: no-repeat;
	background-position: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	border: 1px solid #FCC6C9;
	margin-bottom: 7px;
	margin-right: auto;
	width: 680;
	margin-left: auto;
}

.notification-content-bid {
	padding: 10px;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#actionBar2 {
	background-color: #D8E2F5;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9D2E4;
	border-right-color: #C9D2E4;
	border-bottom-color: #C9D2E4;
	border-left-color: #C9D2E4;
	margin-bottom: 5px;
}

.actionButtonBid{
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	height: 16px;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/button-action-bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F8F8F8;
	border-right-color: #66696F;
	border-bottom-color: #66696F;
	border-left-color: #F8F8F8;
}

.list-columnHead2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E5D84;
	background-color: #C2D4F0;
	padding: 2px 4px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B739D;
}

.actionBar3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #60697A;
	padding-right: 5px;
}

#content-small {
	width: 96%;
	padding: 5px 18px;
} 

/* added by Deborani on 6/21/05 */

#window-scrollArea-type6 {
	background-color: #e9eef7;
	overflow: auto;
	height: 390px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #334159;
}

/* the tree area in the order screen 6/21/05 */
#tree-entity2 {
	margin-right: 20px;
}

#tree-scrollArea2 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 338px;

}

#tree-scrollArea2-800 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 220px;

}

#window-scrollArea-type7 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 274px;
}

#window-scrollArea-type8 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 260px;
}

/* new nav related styles created by Deborani 6-22-05 */
#nav {
	position:relative;
	top:1px;
}
.navsubsub-on {
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	height: 22px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/nav-on-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3A3A3A;
	border-right-color: #3A3A3A;
	border-bottom-color: #3A3A3A;
	border-left-color: #3A3A3A;
}
.navsubsub-off {
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	height: 22px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/nav-off-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3A3A3A;
	border-right-color: #3A3A3A;
	border-bottom-color: #3A3A3A;
	border-left-color: #3A3A3A;
}

/* new window entity created by Deborani 6-28-05 */

#window-entity-2 {
	clear: left;
}
.window-top2 {
	background-color: #C5D3EB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #334159;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #334159;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #334159;
	height:3px;
}
.window-botm2 {
	background-color: #C5D3EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #334159;
	height:3px;
}
.window-left2 {
	background-color: #C5D3EB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #334159;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #334159;
	height:3px;
}
.window-right2 {
	background-color: #C5D3EB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #334159;
}
.window-center2 {
	background-color: #C5D3EB;
	padding: 4px;
}

.actionButton2{
	color: #4B4B4B;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	height: 16px;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/button-action-bkgrnd2.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E7E9EC;
	border-right-color: #8497B2;
	border-bottom-color: #90A0B7;
	border-left-color: #E7E9EC;
}

.actionButton3{
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	height: 16px;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/button-action-bkgrnd3.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDF1F6;
	border-right-color: #363400;
	border-bottom-color: #363400;
	border-left-color: #EDF1F6;
}


/* tabs added from sub-hub css by Deborani 6-30 */

#tabContent {
	margin-bottom: 15px;
}
.tabContent {
	border: solid 1px #999999;
	background: #FFFFFF;
	padding: 10px 10px 0px 10px;
}
.tabContent h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #34679E;
}
TABLE.detailview-projectName {
	margin-bottom: 5px;
}


TABLE.tabs {
	position: relative;
	top: 1px;
	font-weight: bold;
}
.tab-on {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-image: url(images/bg-tab-on2.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px;
}
.tab-on a {
	display: block;
	padding: 3px 15px 4px;
	text-decoration: none;
	color: #000000;
}
.tab-off-left, .tab-off-right {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/bg-tab-off2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ffffff;
	border-right-color: #A5A5A5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}
.tab-off-left {
	border-right-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.tab-off-left a, .tab-off-right a {
	display: block;
	padding: 4px 15px 3px;
	text-decoration: none;
}

#contentArea {
	background-color: #A1B8EC;
	background-image: url(images/bg-contentarea.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px 20px 15px;
}

TABLE.box-standard {
	border: solid 1px #000000;
	margin-bottom: 15px;
}
TABLE.box-standard th {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px 0px 0px;
	background-color: #CCCCCC;
	background-image: url(images/bg-boxlabel.jpg);
	border-top-width: 1px;
}
TABLE.box-standard h1 {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	background-image: url(images/boxlabel-grabbything.gif);
	background-repeat: repeat-y;
	background-position: left center;
	padding-left: 10px;
	float: left;
}
TABLE.box-standard th input {
	font-size: 9px;
}
.box-content-padded {
	margin: 15px;
}

.box-content-padded-small {
	margin: 4px;
}

TABLE.listView {
	background-color: #FFFFFF;
}
TABLE.listView th {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 2px 0px 2px 10px;
	background-color: #E3EBF4;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1B8EC;
}
TABLE.listView td {
	padding: 2px 0px 2px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}

.box-standard-scroll {
	height: 266px;
	overflow: auto;
	padding: 2px 2px 2px 2px;
}

A.CustLink:link {color :red;}
A.CustLink:visited {color:red;}
A.CustLink:active {color :red; }
A.CustLink:hover {color: red;}  

.text_msg_error
{
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 10px; 
	line-height: 14px;
	font-weight: bold; color: red; 
	text-decoration: none
}

.text_blue 
{
font-family: Verdana, Arial, Helvetica, sans-serif;  
font-size: 10px; 
line-height: 14px;
font-weight: normal; color: #0066CC; 
text-decoration: none
}
/*For Pop Up Blocker*/
.navLevelThree {
	margin-bottom: 10px;
	padding: 3px 10px 3px 8px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD736;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFD736;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFD736;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFD736;
	background-color: #FFFFE5;
}

.DataGridFixedColHeader 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	line-height: 16px;
	font-weight:bold; 	
	POSITION: relative; 
	TOP: expression(this.offsetParent.scrollTop - 1); 		
	z-index:2;
}

.DataGridFixedRowHeader 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	line-height: 16px;
	font-weight:bold; 
	
	POSITION: relative; 	
	left: expression(this.offsetParent.scrollLeft - 2); 
}

.tdclass
{
	padding-left:15px;
	background-color:#DCDCDC;
	height:50px;
}
.box-standard-scrollnew{
	background-color: #FFFFFF;
	height: 220px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 10px 10px;
	background-color:RGB(243,251,253);
}
.box-standardline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737373;
}
.bodysign{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.box-standardnewfeatures {
	background-color: #FFFFFF;
	height: 50px;
	overflow: auto;
	border: 0px solid #CCCCCC;
	padding: 10px 10px 10px 10px;
	background-color:RGB(243,251,253);
}
.box-standardAdvertisement
{
	background-color: #FFFFFF;
	height: 150px;
	overflow: auto;
	border: 0px solid #CCCCCC;
	padding: 10px 10px 10px 10px;
	background-color:RGB(243,251,253);	
}
.txt-itb-tinyLink-noUnderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E6BAA;
	text-decoration: none;
}

/* added by sudhnagsu das for bread crumb off -2009-01-06 */
.Bread_crumb_off
{
	display:none;
}
/* End Here */