/* Elements */
/* ---------------------------------------------------------- */

body 
{
	margin: 0px;
	padding: 0px;
	background-color: #8BA1BE;
	text-align: center;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	background: #8BA1BE url("../Images/background_imageRSFinal.gif") repeat-y 50% 0px;
	color: #000;
}

td, th, caption
{
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
}

input, select, textarea
{
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
}

h1
{
	font: 20px Arial, Helvetica, sans-serif;
	color: #EF3039;
	font-weight: bold;
	margin: 0px;
}

h2
{
	font: 18px/20px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
}

h3
{
	font: 16px/18px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
}

a
{
	color: #003063;
	text-decoration: none;
}

a:hover
{
	color: #9C0000;
	text-decoration: underline;
}

/* Form Elements */
/* ---------------------------------------------------------- */

textarea:focus, input:focus  {background-color: #ffc;}

input, select, textarea
{
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom: 6px;
}
select
{
	width: 205px;
}
textarea
{
	width: 220px;
}
.button
{
	color: #505870;
	border: solid 1px #505870;
	width: 50px;
	background-color: #C5CADB;
	font-weight: bold;
	font-size: 1em;
}

/* Layout */
/* ---------------------------------------------------------- */


#TopSpacer
{
	background-color: #8BA1BE;
	width: 786px;
	text-align: left;
	margin: 0px auto;
}

#TopSpacerInner
{
	width: 786px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

#Frame1 
{
	width: 786px; /* 922 */
	margin: 0px auto;
	text-align: left;
}

#Frame2 
{
	width: 786px;
	position: relative;
	z-index: 2;
}

#Header
{
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 786px;
	height: 62px;
	z-index: 10;
	background-color: #006288;
	border-bottom: solid 1px #fff;
}

#SubHeader
{	
	position: absolute; 
	top: 63px;
	left: 0px;
	width: 786px;
	height: 26px;
	background-color: #B5CFF1;
}


#Date
{
	display: inline;
	width: 170px;
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
	color: #08387B;
}

#Breadcrumb
{
	display: inline;
	width: 597px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

#WhiteSpace
{
	position: absolute;
	background-color: #fff;
	top: 89px;
	left: 0px;
	width: 786px;
	height: 21px;
	z-index: 5;
}

#MenuContentContainer
{
	width: 770px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#MenuColumn
{
	float: left;
	text-align: left;
	display: inline;
	margin-top: 110px;
	width: 150px;
	background-color: #fff;
}

#ContentColumn
{
	float: right;
	margin-top: 110px;
	width: 605px;
	margin-right: 1px;
	background-color: #fff;	
}

#Footer
{
	clear: both;
	text-align: center;
	margin: 100px 0px 30px 0px;
}

#PublisherContainer
{
	width: 786px;
	clear: both;
	background-color: #C1BDAE;
	margin: 0px auto;
	text-align: left;
}


/* Standard Layout Divs */
/* ---------------------------------------------------------- */

#MenuColumn h3, #AdColumn h3, #Footer h3, #QuickSearchContainer h3, #Breadcrumb h3
{
	display: none;
}

#SiteTitle
{
	display: block;
	float: left;
	background-image: url("../Images/ew-logo.gif");
	background-repeat: no-repeat;
	width: 290px;
	height: 56px;
	cursor: hand;
}

#SiteTitle span
{
	display: none;
}

#SupplierServicesLogo
{
	display: block;
	float: right;
	background-image: url("../Images/SS-logo.gif");
	background-repeat: no-repeat;
	width: 238px;
	height: 56px;
}

#SupplierServicesLogo span
{
	display: none;
}

#Copyright
{
	color: #666;
}

.FloatWithIn
{
	font-size: 0px; 
	clear: both; 
	height: 0px; 
	overflow: hidden; 
}

/*---------------------------------------------*/

#LogonDetails
{
	text-align: center;
	width: 750px;
	padding-top: 40px;
	clear: both;
	display: block
}
.LogonDetailsName
{
	font-weight: bold;
}
.ValidationDescription
{
	color: red;
}
#Section
{
	font: 16px Arial, Helvetica, sans-serif;	
	font-variant: small-caps;
	color: #EF3039;
	font-weight: bold;
	margin: 0px;
	margin-bottom: -20px;
}

#QuickLinks
{
	margin-top: 40px;
	padding-left: 130px;
}
#QuickLinks Div 
{
	width: 100px;
	float: left;
	text-align: center;
}
#QuickLinks Div Span
{
	display: block; 
	width: 100px;
	text-align: center;
}

/*--------------------------------------------------------------------*/


.FormRow
{
	clear: left;
	border-bottom: solid 1px #fff;
	margin: 0px;
	padding: 0px;	
}
.FormSectionTitle
{
	clear: both;
	margin-bottom: 10px;
	color: #000;
	font: 14px Arial, sans-serif;
	font-weight: bold;
	margin-top:15px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: solid 1px #D6CFC6;
}
/*.FormText
{
	display: block;

}*/
form
{
	clear: both;
}
form .Label
{
	float: left;
	width: 110px;
}
form .Required
{
	float: left;
	width: 10px;
	color: red;
}
form .DataFormat
{
	float: left;
	width: 100px;
	padding-top: 4px;
}
form .DatePickerIcon
{
	float: left;
	padding: 0px 6px 0px 2px;
}
.CurrentJobStatus
{
	font-weight: bold;
	
}
/*--------------------------------------------------------------------*/

#liSupplierID
{
	width: 403px;
	float: left;
}
#liProductCategoryItemID
{
	width: 403px;
	float: left;
}

#sIntro
{
	width: 403px;
	float: left;
}
#sTitle
{
	width: 403px;
	float: left;
}
#sKeywords
{
	width: 403px;
	float: left;
}
input.Text
{
	width: 200px;
	float: left;
}

input.DateTime
{
	width: 100px;
	float: left;
}

select.DateTimeHoursMins
{
	width: 40px;
	margin-right: 5px;
	float: left;
}

select.Expires
{
	width: 50px;
	margin-right: 5px;
	float: left;
}

input.SubmitButton
{
	clear: both;
	background-color: #E7EBC6;
	width: 90px;
	color: #08387B;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	margin-left: 120px;
	margin-top: 10px;
}

input.ClearButton
{
	float: left;
	background-color: #E7EBC6;
	width: 90px;
	color: #08387B;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	margin-left: 10px;
	margin-top: 10px;
}

input.DisabledButton
{
	float: left;
	background-color: #E7EBC6;
	width: 90px;
	color: #08387B;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	margin-left: 10px;
	margin-top: 10px;
}

input.FloatNone
{
	float: none;
	margin-bottom: 0px;	
}

label.FloatNone
{
	float: none;	
}
#RequiredText
{
	text-align: center;
	color: #999;
}
#RedStar, .Mandatory
{
	color: red;
}

/*--------------------------------------------------------------------*/

.FormColumns
{
	margin-bottom: 4px;
}
.FormColumnLeft
{
	width: 220px; 
	float: left;
	margin-bottom: 8px;
}
.FormColumnRight
{
	width: 220px; 
	float: right;
	margin-bottom: 8px;
}
.FormSpanColumn
{
	clear:both;
}

/*--------------------------------------------------------------------*/


#Listings
{
	width: 100%;
	clear: both;	
}
.Navigation
{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.NavLeftCol
{
	float: left;
	width: 300px;
}
#StatusLabel
{
	display: block;
	float: left;
	width: 50px;
	padding-top: 3px;
	font-weight: bold;
}
.NavLeftCol select
{
	width: 150px;
}
.Paging
{
	float: right;
}
#ListingsStart
{
	clear: both;
	border-bottom: solid 1px #D6CFC6;
}
.ListingsItem
{
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;	
	border-bottom: solid 1px #D6CFC6;
}
.AltListingsItem
{
	background-color: #fff;
}

/*--------------------------------------------------------------------*/

#ProductList, #ActivityList 
{
	clear: both;
}
#ProductList caption, #ActivityList caption
{
	padding: 2px;
	font-weight: bold;
	text-align: left;
}
#JobList th, #ActivityList th
{
	padding: 2px;
	color: #000;
	font-weight: bold;
	background-color: #B5CFF1;
}
#JobList td, #ActivityList td
{
	text-align: left;
	padding: 2px;
	border-bottom: solid 1px #A4C4F0;
	color: #666;
}

#JobList th a, #ActivityList th a
{
	color: #003063;
}

/*--------------------------------------------------------------------*/

#ProductInformation
{
	margin-top: 20px;
	width: 200px;
} 

#ProductInformation caption
{
	text-align: left;
} 
#ProductInformation th
{
	display: none;
} 
#ProductInformation td
{
	font-weight: bold;
} 

/*--------------------------------------------------------------------*/

#ActivityCriteria thead 
{
	display: none;
}
#ActivityCriteria caption 
{
	text-align: left;
}
#ActivityCriteria 
{
	width: 100%;
	margin-bottom: 10px;
}
#ActivityCriteria tbody td
{

}


#AggregateStatistics
{
	margin-top: 10px;
	border: solid 1px #A4C4F0;
	width: 500px;
	height: 38px;
	background-color: #D7E5F7;
	padding: 5px 10px 5px 10px; 
}

#AggregateStatistics div
{
	font-weight: bold;
	margin-top: 4px;
	margin-right: 15px;
	float: left;
}

#ActivityCriteria div span
{
	font-weight: bold;
}



/*Save Popup----------------------------------------------------------------*/

.savePopup
{
	border-right: #999999 1px solid;
	border-top: #ffffff 1px solid;
	font-weight: bold;
	border-left: #ffffff 1px solid;
	color: #000000;
	border-bottom: #999999 1px solid;
	background-color: #d4d0c8;
	text-align: center;
}
.okbut
{
	margin-top: 6px;
	font-size: 9pt;
	margin-bottom: 6px;
	width: 70px;
	font-family: Arial;
	float: none;
}
#splashcontainer
{
	visibility: hidden;
	border-bottom: #000000 1px solid;
}


/* ------------------------------------ */

.CriteriaResultsHeading
{
	font-weight:bold;
}

.CriteriaResults
{
}
