body
{
	background-color: White;
	margin: 0;
	padding: 0;
}

#M33MenuDiv
{
	display: none;
}

/* Text */

*
{
	font-family: verdana;
	font-size: 11px;
}

.largeHeading
{
	font-size: 18px;
	color: Red;
}

.mediumHeading
{
	font-size: 14px;
	font-weight: bold;
	color: Navy;
}

.smallHeading
{
	font-size: 11px;
	font-weight: bold;
	color: Navy;
}

.requiredMarker
{
	color: #006699;
	padding-left: 5px;
	font-weight: bold;
}

.masterBody
{
	background-color: White;
}

.confirmationDiv
{
	background-image: url(img/DetailsBodyBkGr.JPG);
	background-repeat: repeat-x;
	border-color: #5D7B9D;
	border-style: Solid;
	border-width: 1px;
}

.mainBox
{
	background-image: url(img/MainBoxBkGr.JPG);
	background-repeat: repeat-x;
}

.navLinks
{
	color: Navy;
}

.boldText
{
	font-weight: bold;
}

/*JQuery */

#container
{
	width: 381px;
	height: 503px;
}
.surround
{
	border: thin solid #C0C0C0;
}
.selected
{
	border: 1px solid #FF0000;
}

/* Login Page */

.loginBox
{
	background-color: #F7F6F3;
	border-color: #C0C0C0;
	border-spacing: 4;
	border-style: Solid;
	border-width: 2px;
}

.loginInstructionText
{
	font-style: italic;
	color: Black;
}

.loginTitle
{
	background-image: url(img/PageHeaderBkGr.JPG);
	background-repeat: repeat-x;
	font-weight: bold;
	color: White;
	border-color: #5D7B9D;
	border-style: Solid;
	border-width: 1px;
}

#UXLogin_UXLog_on_names_UXLog_on_names_TextBox,#UXLogin_UserName,#UXLogin_Password
{
	width:200px;
}

.loginBkGr
{
	background-image: url(img/NoImage.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* Buttons */

.ProButton
{
	background-color: White;
	background-image: url(img/probutton1.gif);
	font-size: 11px;
}

.ProButtonLarge
{
	background-color: White;
	background-image: url(img/ProButtonLargeBkGr.JPG);
	font-size: 11px;
}


/* Page Header & Footer */

.pageHeader
{
	padding: 5px;
	font-weight: bold;
	color: White;
	background-image: url(img/PageHeaderBkGr.JPG);
	background-repeat: repeat-x;
}

.pageFooter
{
	padding: 5px;
	background-color: #5D7B9D;
	color: White;
	background-image: url(img/PageFooterBkGr.JPG);
	background-repeat: repeat-x;
}

.pageSubHeader
{
	padding: 3px;
	color: White;
	background-image: url(img/PageHeaderBkGr.JPG);
	background-repeat: repeat-x;
}

.pageSurround
{
	border-style: Solid;
	border-width: 3px;
	border-color: #5D7B9D;
}

.loginName
{
	color: White;
}

.masterPageTopBarLinks
{
	color: #B0E0E6;
	font-weight: bold;
}

/* Repeaters */

.repeaterHeader
{
	padding: 3px;
	font-weight: bold;
	background-image: url(img/RepeaterHeaderBkGr.JPG);
	background-repeat: repeat-x;
	border-color: White;
	border-style: Solid;
	border-width: 1px;
}

.repeaterRow
{
	padding: 3px;
	background-image: url(img/RepeaterRowBkGr.JPG);
	background-repeat: repeat-x;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.repeaterCellCommand
{
	padding: 3px;
	background-color: #5D7B9D;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.repeaterCellSurroundLight
{
	border-color: White;
	border-style: Solid;
	border-width: 1px;
}

.repeaterCellThickBottom
{
	white-space: nowrap;
	overflow: hidden;
	border-bottom-width: 2px;
}

.repeaterCellThickBottom:hover
{
	overflow: visible;
}


/* Details Boxes (Eg. Customer Details) */

.detailsHeader
{
	padding: 1px;
	background-image: url(img/RepeaterHeaderBkGr.JPG);
	background-repeat: repeat-x;
	border-color: White;
	border-style: Solid;
	border-width: 1px;
}

.detailsBody
{
	padding: 1px;
	background-image: url(img/RepeaterRowBkGr.JPG);
	background-repeat: repeat-x;
}

.detailsCellSurroundLight
{
	border-color: White;
	border-style: Solid;
	border-width: 1px;
}

.surroundBkGr
{
	background-image: url(img/SurroundBkGr.JPG);
	background-repeat: repeat-x;
}

.proofListBkGr
{
	background-image: url(img/NoImage.JPG);
}

.defaultMain
{
}

/* Javascript Disabled Text */

.javaDisabledText
{
	font-weight: bold;
	color: White;
}


/* Friendly Error Page */

.errorBox
{
	background-color: #F7F6F3;
	border-color: #E6E2D8;
	border-spacing: 4;
	border-style: Solid;
	border-width: 1px;
}

/* ViewProofPage */

/*Production Adverts Navigation*/
.prodAdNavHead
{
	padding: 3px;
	background-image: url(img/viewproofHeadBkGr.JPG);
	background-repeat: repeat-x;
	border-left: thin solid #C0C0C0;
	border-right: thin solid #C0C0C0;
	border-top: thin solid #C0C0C0;
}

.prodAdNavMiddle
{
	padding: 3px;
	background-image: url(img/viewproofMiddleBkGr.JPG);
	background-repeat: repeat-x;
	border-left: thin solid #C0C0C0;
	border-right: thin solid #C0C0C0;
}

.prodAdNavFooter
{
	padding: 3px;
	background-image: url(img/viewproofFooterBkGr.JPG);
	background-repeat: repeat-x;
	border-left: thin solid #C0C0C0;
	border-right: thin solid #C0C0C0;
	border-bottom: thin solid #C0C0C0;
}

/*Line Adverts Navigation*/

.lineAdNavHead
{
	padding: 3px;
	background-image: url(img/viewproofHeadBkGr.JPG);
	background-repeat: repeat-x;
	border-left: thin solid #C0C0C0;
	border-right: thin solid #C0C0C0;
	border-top: thin solid #C0C0C0;
}

.lineAdNavMiddle
{
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(img/LineAdNavMiddleBkGr.JPG);
	background-color: White;
	background-repeat: repeat-x;
	border-left: thin solid #C0C0C0;
	border-right: thin solid #C0C0C0;
}

.lineAdNavFooter
{
	padding: 3px;
	background-image: url(img/LineAdNavFooterBkGr.JPG);
	background-repeat: repeat-x;
	border-left: thin solid #C0C0C0;
	border-right: thin solid #C0C0C0;
	border-bottom: thin solid #C0C0C0;
}

.lineAdOrigionalTextBox
{
	background-color: #F7F6F3;
	border-color: #5D7B9D;
	border-spacing: 4;
	border-style: Solid;
	border-width: 1px;
}

.surroundBox
{
	border: thin solid #C0C0C0;
}

.headingUnderline
{
	border-width: 1px;
	border-bottom: black;
}

/* Background on the top of the form */
.formTop
{
	background-image: url(img/NoImage.JPG);
	background-repeat: repeat-x;
}

.advertSurround
{
	border: solid 1px #006699;
}

.membershipError
{
	color: Red;
}

.infoBox
{
	color: #006699;
	background-color: White;
	border-color: #E6E2D8;
	border-spacing: 4;
	border-style: Solid;
	border-width: 1px;
	padding: 5px;
}

.hidden
{
	display: none;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.basicHyperlink
{
	color: #B0E0E6;
	font-weight: bold;
}

.commandLink
{
	color: White;
	font-weight: bold;
}

.WarningText
{
	color: Blue;
}

.PoweredByLabel
{
	color: Gray;
}

/*Ajax tab control  */

.ajax__tab_inner
{
	font-weight: bold;
	color: Navy;
}

.ajax__tab_outer
{
	padding-left: 5px;
}

.darkBorder
{
	border: #5A6B7D 1px solid;
}

.barBackGround
{
	background-image: url(img/barBkGr.gif);
}

.masterTopCorners
{
	display: none;
}

.masterBottomCorners
{
}

.masterDivider
{
	display: none;
}

.termsLink
{
	font-size: 16px;
}

.termsLink input
{
	font-size: 16px;
}

.termsLink label
{
	font-size: 16px;
}

.termsMessage
{
 font-size: 20px;
 font-weight: bold;
 background-color: Yellow;
}

.uploadMessage
{
	font-size: 16px;
	font-weight: bold;
}

.valSummary
{
	font-weight: bold;
}


/* Adlist formating */
.adListTitle
{
	text-align: center;
}

.adListHeaderOuter
{
	overflow: hidden;
	width: 975px;
	border-color: White;
	border-width: 3px;
}

.adListItemOuter
{
	overflow: hidden;
	width: 975px;
}

.adListUrn
{
	width: 80px;
	float: left;
}

.adListTextVersion
{
	width: 50px;
	float: left;
}

.adListTitle
{
	width: 180px;
	float: left;
}

.adListSize
{
	width: 90px;
	float: left;
}

.adListPosition
{
	display: none;
}

/*Hide the return on the info tab */
#ctl00_BodyPlaceHolder_UXProofListContainer_UXProofListTabInfo div div div .adListReturnDeadline
{
	display: none;
}

/*Increase the width on the info tab*/
#ctl00_BodyPlaceHolder_UXProofListContainer_UXProofListTabInfo div div div .adListClass
{
	width: 308px;
	float: left;
}

.adListClass
{
	width: 290px;
	float: left;
}

.adListReturnDeadline
{
	width: 120px;
	float: left;
}

.adListCommandLink
{
	width: 98px;
	float: left;
	text-align: center;
}

.adListNoResultsRow
{
	width: 960px;
	overflow: hidden;
}

/* Insert list formatting */

.insHeader
{
	padding-top: 10px;
}

.insUrnHeader
{
	width: 80px;
	font-weight: bold;
}

.insUrnItem
{
	width: 100px;
	padding: 3px 3px 4px 3px;
}

.insTextVersionHeader
{
	width: 80px;
	font-weight: bold;
}

.insTextVersionItem
{
	width: 50px;
	padding: 3px 3px 4px 3px;
}

.insSizeHeader
{
	width: 80px;
	font-weight: bold;
}

.insSizeItem
{
	width: 170px;
	padding: 3px 3px 4px 3px;
}

.insPositionHeader
{
	width: 80px;
	font-weight: bold;
}

.insPositionItem
{
	width: 170px;
	padding: 3px 3px 4px 3px;
}

.insListHeader
{
	overflow: hidden;
	width: 980px;
	border-color: White;
	border-width: 3px;
	padding-top: 10px;
}

.insListRow
{
	overflow: hidden;
	width: 980px;
}

.insListTitle
{
	width: 350px;
	float: left;
}

.insListPubDate
{
	width: 120px;
	float: left;
}

.insListClosed
{
	width: 120px;
	float: left;
}

.insListClass
{
	width: 355px;
	float: left;
}

/*Customer details*/

.custOuterDiv
{
	margin: 10px;
}

.custDetailsTop
{
	width: 525px;
	overflow: hidden;
	margin: 0px 5px 0px 5px;
}

.custDetailsDetails
{
	float: left;
	padding-left: 5px;
}

.custDetailsDetails span
{
	font-weight: bold;
}

.custDetailsDrop
{
	float: right;
	z-index: 99;
	padding: 1px 5px 2px 0px;
}


.custDetailsContact
{
	overflow: hidden;
	width: 530px;
	margin-left: 4px;
}

.custDetailsLabel
{
	float: left;
	width: 120px;
	overflow: hidden;
}

.custDetailsLabel span
{
	font-weight: bold;
}

.custDetailsInfo
{
	float: left;
	width: 400px;
	overflow: hidden;
}

.custDetailsAddr
{
	width: 530px;
	margin-left: 4px;
}

/*User maintain */

.userOuterDiv
{
	width: 410px;
}

.userOuterDiv div
{
	padding: 2px;
}

.userIntro
{
	padding: 5px;
	text-align: justify;
}


.userRequired
{
	overflow: hidden;
}

.userCheck
{
	float: right;
	margin-right: 5px;
}

.userDataOuter
{
	padding: 10px;
}

.userDataOuter div
{
	overflow: hidden;
	margin-bottom: 2px;
}

.userLabel
{
	float: left;
	width: 185px;
	padding-top: 3px;
	font-weight: bold;
}

.userData
{
	width: 155px;
}

/* Main window */
.mainOuterDiv
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.mainDivOverHid
{
	overflow: hidden;
}

.mainCust
{
	width: 550px;
	float: left;
}

.mainProofsContainer
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.mainProofsTabsDiv
{
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	display: none;
}

.mainProofsList
{
	height: 500px;
	overflow: auto;
}

/*View proof */
.viewProofContainer
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

/*Upload */

.uploadOuterDiv
{
}

.uploadDiv
{
	padding: 10px 10px 0px 10px;
	vertical-align: middle;
}

.uploadSpacerDiv
{
	margin-top: 4px;
}

.DirectoryProof
{
    background-image: url(img/DirectoryProof.png);
    background-position: right;
    background-repeat: no-repeat;
}




