

/* overall page definitions */
body {
	background-image: url(../../images/Bidcaster/body-bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

/* misc styles */
.link-white {
	color: #FFFFFF;
}

/* 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-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: 20px;
	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: 15px;
}
.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: 15px;
}

#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;
}

/* content area related styles */
#content {
	width: 100%;
	padding: 5px 15px;
} 
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: 7px;

}
.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;
}
.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: 14px;
	font-weight: bold;
	color: #A81F09;
	padding-top: 3px;
	padding-bottom: 3px;
}
#steps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 7px;
	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: 332px;

}
.list-tree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-right: 4px;
	padding-left: 4px;
}
.list-tree-alt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #E3E6EB;
}
.list-tree-selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFFF80;
}

/* 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: 284px;
}
#window-scrollArea-type2 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 260px;
}
#window-scrollArea-type3 {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	height: 280px;
}

#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;
	/*position:relative;*/
}
.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;
	vertical-align:top;
}
.deliver-selectedItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #919AB1;
	color: #FFFFFF;
	padding: 3px;
}
.deliver-numberBox {
	width: 20px;
}
.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;
}

/* new ITB styles */
#window-scrollArea-itbRecipients {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #334159;
	font-size:smaller;
}
.itb-stepNumber {
	position: relative;
	left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
}
.itb-stepTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 5px;
}
.itb-SearchTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
	background-color: #E6EEF9;
}
.txt-standardBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.itbRowWrapper {
	background-color: #E6EEF9;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid  #E6EEF9;
	-moz-border-radius: 4px;
}
.itbRowWrapper td {
	padding: 2px;
}
.txt-standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-itb-tinyLink-noUnderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E6BAA;
	text-decoration: none;
}
.txt-itb-tinyLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	
}
.RadUploadInputField
{
	width: 134px;
	background: transparent url('Img/RadUploadInputField.gif') no-repeat;
	_background-attachment: fixed; /* IE Only */
	_width: 144px;
	border: 0px;
	height: 23px;
	font: normal 11px Arial, Verdana, Sans-Serif;
	color: black;
	padding-top: 3px;
	padding-left: 7px;
	vertical-align: top;
}

input.RealFileInput
{
	z-index: 2;
	position: relative;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
}

.RadUploadSelectButton
{
	border: 0px;
	background: transparent url('Img/select.gif') no-repeat;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: black;
	height: 23px;
	width: 81px;
	vertical-align: top;
}

/* From Old CSS */
#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-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-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: hidden;
	border: 1px solid #334159;
	height: 320px;
}

#window-scrollArea-Bid2 {
	background-color: #FFFFFF;
	overflow: hidden;
	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); 
}

.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);	
}
._vistaButtonLarge
{
	border: 0px;
	background: transparent url('../../images/Bidcaster/VistaBtnLarge.gif') no-repeat;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: black;
	height: 22px;
	float: left;
	_margin-top: -1px;
}
._vistaButtonMedium
{
	background: transparent url('../../images/Bidcaster/VistaBtnMedium.gif') no-repeat;
	border: 0px;
	height: 23px;
	width: 114px;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: black;
}
._vistaButtonSmall
{
	background: transparent url('../../images/Bidcaster/VistaBtnSmall.gif') no-repeat;
	border: 0px;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: black;
	height: 22px;
	width: 66px;
	float: left;
	_margin-top: -1px;
}
.vistaActionButton {
	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/Bidcaster/VistaBtnMedium.gif');
	background-repeat: repeat-x;
	background-position: left center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	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;
}
 .updateProgress 
 {
    border-width:1px; 
    border-style:solid; 
    background-color:Yellow; 
    position:absolute; 
    width:130px; 
    height:50px;    
}
.updateProgressMessage {
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;
}
.background {
    background-color:gray; 
    filter:alpha(opacity=10); 
    opacity:0.1; 
} 
.toolbar
        {
         font-size: 13px;
         font-family: Verdana;
         padding: 6px;
        }
        .menuTabs
        {
            position:relative;
            top:1px;
            left:24px;
        }
        .tab
        {
            border:Solid 1px black;
            border-bottom:none;
            padding:0px 10px;
            background-color:#eeeeee;
        }
        .selectedTab
        {
            border:Solid 1px black;
            border-bottom:Solid 1px white;
            padding:0px 10px;
            background-color:#cccccc;
        }
        .tabBody
        {
            border:Solid 1px black;
            padding:20px;
            background-color:#cccccc;
        }
/* Vista Skin*/
.VistaStyleTable
{
	background: white url('../../images/Bidcaster/VistaBaseTable.gif') repeat-x;
	border: solid 1px #333;
	border-collapse: collapse;
	margin: 5px 0px;
	width: 100%;
	color: black;
}

.VistaStyleTable td
{
	padding: 4px;
}
/* button related styles */
#button {
	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 {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	text-align:center;
	text-decoration: none;
	white-space: nowrap;
}
/* Newly added for Sortable_n Grid */
div.popup
{
	BORDER-RIGHT: #466094 1px solid; 
	OVERFLOW: auto; 
	BORDER-LEFT: #466094 1px solid; 
	BORDER-BOTTOM: #466094 1px solid;
	BORDER-TOP: #466094 1px solid; 
	HEIGHT: 400px;
	background:#EDEFF2;
	
}

TABLE.box-standardDraft {
	border: solid 0px #000000;
	margin-bottom: 15px;
}
TABLE.box-standardDraft th 
{ font-size: 11px; font-weight: normal;  text-align: left; padding: 2px 0px 2px 0px;
	background-color: #E3EBF4; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #A1B8EC;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #A1B8EC;  
}
	TABLE.box-standardDraft h1 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	background-image: url(images/boxlabel-grabbything.gif);
	background-repeat: repeat-y;
	background-position: left center;
	padding-left: 10px;
	float: left;
}
TABLE.box-standardDraft th input {
	font-size: 9px;
}
TABLE.box-standardDraft td  {
	font-size: 12px; font-weight: normal;  text-align: left; padding: 2px 0px 2px 2px;
	 border-top-width: 0px; border-top-style: solid; border-top-color: #A1B8EC;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #A1B8EC;
}
.grid-Headernew
{
	font-size: 11px;
    font-weight: bold;
	text-align: left;
	padding: 2px 0px 2px 10px;
	background-color: #EDEFF2;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1B8EC;
	position:fixed;

	
}
/* Start Grid Styles */

table.grdContentHeader  {border:1px solid #596B89;}
table.grdContentHeader td
{
	font-size: 14px;
	padding:5px 2px 5px 2px;
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#DCDFE5, EndColorStr=#BCC2CB);	
}

div.grid
{
	BORDER-RIGHT: #466094 1px solid; 
	OVERFLOW: auto; 
	BORDER-LEFT: #466094 1px solid; 
	BORDER-BOTTOM: #466094 1px solid; 
	background:#EDEFF2;
	width:100%	
}

table.pager
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	background: #e0e3e8;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: solid 1px #466094;
	border-left: solid 1px #466094;
	border-right: solid 1px #466094;
	cursor:hand; 
	font-weight: normal;
	font-family: Verdana;
	
}

table.numpager
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	background: #e0e3e8;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: solid 1px #466094;
	border-left: solid 1px #466094;
	border-right: solid 1px #466094;
	cursor:hand; 
	font-weight: bold;
	font-family: Verdana; 
}


/* End Grid Styles */


/*Added here on 15th may 2008*/
/* COMMENTED BY ASHISH AS THIS IS REPEATED BELOW AGAIN
.linkHeader{background:url(../../images/tab_lblue_left.gif) no-repeat top left; padding-left:3px; float:left; margin-right:2px;text-decoration:none;}
.linkHeader h2, .linkHeader h2 a{color:#fff; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;text-decoration:none;}
.linkHeader h2{background:url(../../images/tab_lblue_right.gif) no-repeat top right; padding:8px 15px 4px 7px; margin:0;text-decoration:none;}
.linkHeader h2 a{}
.linkHeader h2 a:link, .linkHeader h2 a:visited{color:#323E4C;text-decoration:none;}
.linkHeader h2 a:hover, .linkHeader h2 a:active{color:#7C237C;text-decoration:none;}
*/

.header{background:url(../../images/tab_dblue_left.gif) no-repeat top left; padding-left:3px; float:left; margin-right:2px;text-decoration:none;}
.header h2, .header h2 a{color:#fff; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;text-decoration:none;}
.header h2{background:url(../../images/tab_dblue_right.gif) no-repeat top right; padding:2px 6px 4px 2px; margin:0;text-decoration:none;}
.header h2 a{text-decoration:none;text-decoration:none;}

#parent{text-align:center;}
#content{background:#b2c2e4; overflow:hidden; text-align:left; margin:0 auto; padding:10px 10px 10px 10px; border-top:0;}
.headernew{background:url(../../images/tab_dblue_left.gif) no-repeat top left; padding-left:8px; float:left; margin-right:2px;}
.headernew h2, .headernew h2 a{color:#fff; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}
.headernew h2{background:url(../../images/tab_dblue_right.gif) no-repeat top right; padding:8px 5px 4px 4px; margin:0;}
.headernew h2 a{text-decoration:none;}

.linkHeader{background:url('../../images/tab_lblue_left.gif') no-repeat top left; padding-left:8px; float:left; margin-right:2px;text-decoration:none;}
.linkHeader h2, .linkHeader h2 a{color:#fff; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;text-decoration:none;}
.linkHeader h2{background:url('../../images/tab_lblue_right.gif') no-repeat top right; margin:0; padding-left:2px; padding-right:6px; padding-top:4px; padding-bottom:2px;text-decoration:none;}
.linkHeader h2 a{}
.linkHeader h2 a:link, .linkHeader h2 a:visited{color:#323E4C;text-decoration:none;}
.linkHeader h2 a:hover, .linkHeader h2 a:active{color:#7C237C;text-decoration:none;}



.search
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.searchnew
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.moreoption
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	
}
.TreeView {overflow:auto; width:120px;height:400px; font-family: Verdana,Arial, Helvetica, sans-serif; font-size:10pt; background:#fff;}
.TreeView ul{list-style:none; margin:0; padding:0; float:left; background:#fff;}
.TreeView ul li { margin:0; padding:2px; float:left; background:#fff;}
.TreeView ul li a{ width:100px; text-align:left; padding:0 0 0 2px; float:left; margin:0; color:#000000;  text-decoration:underline; background:#fff;}
.TreeView ul li a.active:visited,
.TreeView ul li a.active:hover
{background-color:#fff; color:#000;}


/* end added on 15th may 2008*/

/* Grid Width Settings CSS */

div.tableContainer {
	width: 100%;		/* table width will be 99% of this*/
	height: 400px; 		/* must be greater than tbody*/
	overflow: scroll;
	margin: 0 auto;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.tableContainer table {
	width: 99%;		/*100% of container produces horiz. scroll in Mozilla*/
	border: none;
	background-color: #f7f7f7;

}

/*
 * Specific Firefox. Only Modern browser are able to interpret > . IE is not a modern browser
 */	
.tableContainer table>tbody { 
	overflow: auto; 
	/*height: 25px;*/
	overflow-x: hidden;
}

/*
 * Traget is IE5+ only. Only IE is able to interpret this kind of horrible expression Script
 * ----------
 * FOR HEADER
 */
.tableContainer thead tr {
	position:relative; 
	top: expression(offsetParent.scrollTop-1);
}

/*
 * Traget is IE5+ only. Only IE is able to interpret this kind of horrible expression Script
 * ----------
 * FOR FOOTER
 * ----------
 * Some explaination : 
 * with pseudo code : 
 * if (scroll_is_needed){
 * 	top = container_height + table_scrollTop - table_Height
 * } else {
 * 	//tfoot should be at the same place if there is a scroll or not
 *	top = container_height - table_height;
 * }
 */
/*.tableContainer table tfoot tr {
      position: relative; 
      overflow-x: hidden;
      top: expression(parentNode.parentNode.offsetHeight >= offsetParent.offsetHeight ? 
		offsetParent.offsetHeight + offsetParent.scrollTop - parentNode.parentNode.offsetHeight : 
		offsetParent.offsetHeight - parentNode.parentNode.offsetHeight);
}*/

/*
 * Classical Css
 */	
.tableContainer thead td, thead th, tfoot td {
	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;
	text-align:center;
}	
	
.tableContainer td {
	color: #666666;
	padding-right: 2px;
	/*text-align:left;*/
	font-size : 12px;
	/*border-bottom: solid 1px #FFFFFF;  Do not mark double boder */
	border-left: solid 1px #FFFFFF;
}


/*
 * FF scroll hide last column.
 * prevent this case
 */
.tableContainer td:last-child {
	padding-right: 20px;
}

/*****************************End of Grid Width Settings CSS *****************************/
/**************************** CSI list view*************************/
.CSIList{overflow:Auto; max-height:90px; font-family:Verdana, Arial, Helvetica, sans-serif; height:90px; width:100%;}
.CSIList table { background:none; margin:0; padding:0; }
.CSIList table td {
	 padding:0; margin:0; height:10px;
	 }
	 
csilisttd 
{
	padding:0; margin:0; border:1px solid red; height:10px;
}

.WaitCenter
	{
		text-align:center;
		padding-top:10%;
		height:50%;
	}
.csiview {overflow:auto; }
.csiview table { width:0; padding:0; margin:0; }
.csiview table tr td { padding:0; margin:0; text-align:center;}
/*.csiview thead tr {
	position:relative; 
	top: expression(offsetParent.scrollTop);
}
.csiview table>tbody { 
	overflow: auto; 
	height: 25px;
	overflow-x: hidden;
}*/

/* Dragable Grid CSS Stars*/

 * html #container {
    margin:15px 10px;
    
    }
	.drag {padding:5px; border:#999999 1 px solid; position:absolute;width:300px; background-color: #D9E9F4; color:#000000; font-size: 120%; z-index:1000;}
	.close a {padding:2px; font-size:12px; color: #FF0000; text-decoration:none; }
	.close a:hover {padding:2px; font-size:12px; color: #FF0000; text-decoration:underline; }
    #floater{
    position:fixed!important;
    position:absolute;
    border:10px solid #A2B8EB;
    line-height:20px;
    left:110px;
    top:150px;
    cursor:move;
    }
    #floater1{
    position:fixed!important;
    position:absolute;
    border:10px solid #A2B8EB;
    line-height:20px;
    left:110px;
    top:150px;
    cursor:move;
    }
    #floater2{
    position:fixed!important;
    position:absolute;
    border:10px solid #A2B8EB;
    line-height:20px;
    left:110px;
    top:150px;
    cursor:move;
    }
    #floater3{
    position:fixed!important;
    position:absolute;
    border:10px solid #A2B8EB;
    line-height:20px;
    left:110px;
    top:150px;
    cursor:move;
    }
    #floater4{
    position:fixed!important;
    position:absolute;
    border:10px solid #A2B8EB;
    line-height:20px;
    left:110px;
    top:150px;
    cursor:move;
    }
    #floater5{
    position:fixed!important;
    position:absolute;
    border:10px solid #A2B8EB;
    line-height:20px;
    left:110px;
    top:150px;
    cursor:move;
    }
    #floater6{
    position:fixed!important;
    position:absolute;
    border:10px solid #A2B8EB;
    line-height:20px;
    left:110px;
    top:150px;
    cursor:move;
    }
    #floater7{
    position:fixed!important;
    position:absolute;
    border:10px solid #A2B8EB;
    line-height:20px;
    left:110px;
    top:150px;
    cursor:move;
    }
/*End of Dragable Grid CSS Stars*/
/*    .form {}
    .form label { display:inline-block; width:100px;}
    
    .formInfo{}
    .formInfoLabel{display:inline-block; width:100px;text-align:right; margin:5px 0 0 0;font-size: 12px; color: #333333;}
    .formInfoLabelBig {display:inline-block; width:150px;text-align:right; margin:5px 0 0 0;font-size: 12px; color: #333333;}
    .formInfoOther{display:inline-block; margin:5px 0 0 0;}
    .maginCenter{display:inline-block; margin:0 0 0 100px;}*/
    .MainHeading {background-color: #739ec6; padding:3px 5px; font-size: 12px; font-weight:bold; text-align:left; border-top:2px solid #fff;}
    .MainHeading  span { text-align:center; font-size:12px; font-weight:normal;}
    .MainHeading a { float:left; color:#ffffff; display:inline;}
    .SubHeading { background: #f1f1f1; padding:5px 0; border-top:1px dotted #ccc;}
    /*.GridHeaderCheckBox{margin:0 0 0 5px;width:4%;}
    GridHeader4Percent{margin:0 0 0 5px;width:4%;}
    GridHeader10Percent{margin:0 0 0 5px;width:10%;font-size:13px;}
    GridHeader15Percent{margin:0 0 0 5px;width:15%;font-size:13px;}
    GridHeader20Percent{margin:0 0 0 5px;width:20%;font-size:13px;}
    GridHeader25Percent{margin:0 0 0 5px;width:25%;font-size:13px;}*/
   /*.list-noSeparator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	line-height: 24px;
	vertical-align:top;*/
 *, html { margin:0; padding:0;}
/*.button {background:url(../../images/Bidcaster/Buttons/Fifth_left.gif) no-repeat left ; height:22px; padding:0 2px; display:inline-block;}
.btn {background:url(../../images/Bidcaster/Buttons/Fifth_right.gif) no-repeat right top; padding:0px 5px 2px 5px;  height:22px; color:#FFFFFF; display:inline-block; text-decoration:none; border:none; font-weight:800; }
a.btn {background:url(../../images/Bidcaster/Buttons/Fifth_right.gif) no-repeat right top; padding:2px 5px;  height:22px; color:#FFFFFF; display:inline-block; text-decoration:none; border:none; font-weight:800; }*/

.button {background:url(../../images/Bidcaster/Buttons/Fifth_left2.gif) no-repeat left; height:22px; padding:0 2px; display:inline-block;display:inline-block;}
.btn {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.btn {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 {background:url(../../images/Bidcaster/Buttons/Fifth_left3.gif) no-repeat left; height:22px; padding:0 2px; display:inline-block;display:inline-block;}
.btn {background:url(../../images/Bidcaster/Buttons/Fifth_right3.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.btn {background:url(../../images/Bidcaster/Buttons/Fifth_right3.gif) no-repeat right top; padding:2px 5px;  height:22px; color:#000; display:inline-block; text-decoration:none; border:none; font-weight:800;}*/

/*.button {background:url(../../images/Bidcaster/Buttons/Fifth_left4.gif) no-repeat left; height:22px; padding:0 2px; display:inline-block;display:inline-block;}
.btn {background:url(../../images/Bidcaster/Buttons/Fifth_right4.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.btn {background:url(../../images/Bidcaster/Buttons/Fifth_right4.gif) no-repeat right top; padding:2px 5px;  height:22px; color:#000; display:inline-block; text-decoration:none; border:none; font-weight:800;}*/

/* added by sudhnagsu das for bread crumb off -2009-01-06 */
.Bread_crumb_off
{
	display:none;
}
/* End Here */