﻿body
{
	font-size:75%;
	font-family:verdana,arial,'sans serif';
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#000080;
	margin:0px;
	padding:0px;
	height:100%;
}

html, body, form, #wrap
{
	min-height:100%;
	height:100%;
}

/* font and text properties, exclusive of link indication, alignment, text-indent */
body, th, td, div, span, b {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	vertical-align: top;
}
input, select, label, textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	vertical-align:middle;
}

span
{
	padding: 0;
}

small {
	font-size: xx-small;
}

table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

small a:link, small a:visited
{
	color: #fff;
}

hr
{
	height:1px;
	color: #eee;
	border: dotted #000;
	border-width: 0 0 1px 0;
}

#header {
	height: 80px;
}

#headerUser {
	height: 45px;
	background-color: #036;
	color: #fff;	
	padding: 10px 0px 0px 10px;
	font-size:30px;
}

#header_right
{
	height: 45px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	text-align:right;	
	padding: 10px 10px 0px 0px;	
}

.headerLinks a:link, .headerLinks a:visited, .headerLinks
{
	color: #fff;
}

#centreposition {
}

#centercontent
{
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	width:100%;
	vertical-align: top;
}

#footerLogin
{
	position:absolute;
    width: 100%;
    height: 25px;
    background-color: #036;
	bottom: 0px;
	clear:both;
}

#footer 
{
	float:left;
    width: 100%;
    height: 25px;
    background-color: #036;
	margin-top: 25px;
	clear:both;
}
 

#left {
	width: 20%;
	position: absolute;
	top: 100px;
	left: 0px;
	padding: 10px 0px 10px 6px;
}


#right {
	width: 130px;
	position: absolute;
	top: 100px;
	right: 0px;
	height: 200px;
}

#breadcrumbs {
	padding: 2px 8px;
	text-decoration: none;
	border-top: 1px solid #fff;
	background-color: #ccc;
	border-bottom: 1px solid #555;
}

#login
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:450px;
}
.break 
{
	clear:both;
}

.breakline 
{
	background-color: Navy;
	height: 5px;
	width: 100%;
}

.formInputError
{
	display: block;
}

.inlineElement 
{
	display: inline;
}

.formLabel
{
	width:150px;
	text-align:right;
}

.formInput
{
	width:150px;
}
.formInputLong
{
	width:300px;
}

.formInputDoubleLong
{
	width:626px;
	height: 100px;
}
.formInputShort
{
	width:75px;
}

.lastColumn
{
	width:100%;
}

.tabs .linked, .tabs .th, .tabs .unlinked {
	background-image: url(../images/nw_min_036.gif);
	background-repeat: no-repeat;
}

.tabs .th {
	border-right: 1px solid #333;
	background-color: #ddd;
	color: #fff;
	border-left: 1px solid #fff;
}

.tabs
{
	background-color: #036;
	border-bottom: 6px #ddd solid;
	font-weight: bold;
	padding-left: 10px;
}

.tabs .unlinked, .tabs .unlinked a:link, .tabs .unlinked a:visited {
	color: #fff;
}

.tabs .linked, .tabs .linked a:link, .tabs .linked a:visited {
	color: #555;
}

.tabs a {
	text-decoration: none;
}

.linked, .unlinked
{
	padding: 3px 9px;
	text-align:center;
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align: top;
}
.linked
{
	background-color: #ddd;
	border-bottom: 1px solid #ddd;
}

.unlinked
{
	background-color: #999;
	border-bottom: 1px solid #036;
}


.subtabs .sublinked, .subtabs .th, .subtabs .subunlinked {
	background-image: url(../images/nw_min.gif);
	background-repeat: no-repeat;
}

.subtabs .th {
	border-right: 1px solid #333;
	background-color: #ddd;
	color: #fff;
	border-left: 1px solid #fff;
}

.subtabs
{
	border-bottom: 6px #ddd solid;
	font-weight: bold;
	padding-left: 10px;
}

.subtabs .subunlinked, .subtabs .subunlinked a:link, .subtabs .subunlinked a:visited {
	color: #fff;
}

.subtabs .sublinked, .subtabs .sublinked a:link, .subtabs .sublinked a:visited {
	color: #555;
}

.subtabs a {
	text-decoration: none;
}

.sublinked, .subunlinked
{
	padding: 3px 9px;
	text-align:center;
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align: top;
}
.sublinked
{
	background-color: #ddd;
	border-bottom: 1px solid #ddd;
}

.subunlinked
{
	background-color: #999;
	border-bottom: 1px solid #fff;
}



a:link.selfref, a:visited.selfref {
	color: #555 !important;
	text-decoration: none;
}

.errormessage{
	border-top: 5px solid #900;
	border-left: 1px solid #900;
	background-image: url(../images/icon_error_lrg.gif);
	background-repeat: no-repeat;
	background-position: 5px 1.33em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: .33em 0 .67em 42px;
	min-height: 32px;
	width: 358px;
}

#projecttools .body {
	padding-top: .33em;
}

#projecttools 
{
	padding: 0px 6px 6px 6px;
	margin: 0px 0px 6px 0px;
	width:130px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	display:-moz-inline-stack;
	display:inline-block;
}

#projecttools .label {
	padding-left: 2px;
	background-color: #ddd;
	border: none;
}

.toolgroup {
	background: #ddd;
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align: top;
}


.toolgroup .label {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #ddd;
	color: #555; 
	padding: 4px;
}

.toolgroup .body {
	border-top: 1px solid #aaa;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}

.toolgroup .body div {
	padding-bottom: .3em;
	padding-left: 1em;
	background-repeat: no-repeat;
	background-position: .5em .5em;
	background-image: url(../images/strich.gif);
}

.toolgroup .body div a:visited, .toolgroup .body div a:link
{
	text-decoration: none;
}

.toolgroup .body div div {
	margin-top: .3em;
	padding-bottom: 0;
}

.shopProfileThreeColumn 
{
	width:33%;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-spacing: 0px;
	
}

.shopProfileTwoColumn 
{
	width:48%;
	min-width:300px;
	border: 0px solid #000;	
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	margin: 2px 2px 2px 2px;
	padding: 0px;
	border-spacing: 0px;
}

.shopProfileTwoColumnTwoThirds
{
	width:64%;
	min-width:300px;
	border: 0px solid #000;	
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	margin: 2px 2px 2px 2px;
	padding: 0px;
	border-spacing: 0px;
}

.shopProfileTwoColumnOneThirds
{
	width:32%;
	min-width:300px;
	border: 0px solid #000;	
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	margin: 2px 2px 2px 2px;
	padding: 0px;
	border-spacing: 0px;
}

.shopProfileOneColumn 
{
	width:100%;
	border: 0px solid #000;	
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	margin: 2px 2px 2px 2px;
	border-spacing: 0px;
	padding: 0px;
}

.shopProfileTitle
{
	font-size:115%;
	color: #fff;
	font-weight:bold;
	margin: 2px 2px 2px 2px;
}

.shopProfileSectionTitle
{
	font-weight:bold;
	color:#000;
	font-size:100%;
	margin: 2px 2px 2px 2px;
}

.shopProfileSectionTitleSubsequent
{
	margin: 30px 2px 2px 0;
	padding: 2px;
}

.shopProfileSectionTitleBGColor
{
	background-color: #ddd;
}

.shopProfileTitleBGColor
{
	background-color: #036;
}

.shopProfileLabelTableMiddle
{
	vertical-align:middle;
	width:100px;
}

.centerTableContent {
	padding: 0 8px 0 0;
	border-spacing: 0px;
}

.centerTableContent2 
{
	width:100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-spacing: 0px;
}

.shopProfileGridSmallLayout
{
	width:100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-spacing: 0px;
}

.shopProfileGridSmallSpacedLayout
{
	width:100%;
	padding: 0px;
	margin: 0px;
	border-spacing: 2px;
}


.shopProfileGridSmallTitle
{
	font-weight: bold;
	background-color:#BCCCD7;
	color: #000;
	padding: 0.2em;
}

.shopProfileGridNullColumn
{
	width: 0px;
	padding: 0px;
	margin: 0px;
}

.shopProfileGridMediumLayout
{
	width:100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-spacing: 0px;
	font-size: 14px;
}

.shopProfileGridMediumTitle
{
	font-weight: bold;
	background-color:#BCCCD7;
	color: #000;
	padding: 0.2em;
	font-size: 14px;
}

.shopProfileGridMediumButton
{
	width:90px;
	text-align: left;
}

.shopProfileGridMediumText
{
	font-size: 13px;
}


.shopListProfileButton
{
  color:#000;
  font-size: 95%;
  background-color:#fff;
  border: 1px solid;
  border-color: #bbb #000 #000 #bbb;
  width: 150px;
}


.shopProfileGridNumericColumn
{
	width: 8em;
}

.shopProfileGridTextColumn
{
	width: 12em;
}

.shopProfileGridButtonSplitColumn
{
	width: 0.1em;
}

.shopProfileGridButtonSplitColumn hr
{
	width:1px;
	height:10px;
}

.shopProfileGridButtonColumn
{
	width: 5em;
}

input.dlButtonNew
{
  color:#000;
  font-size: 95%;
  background-color:#fff;
  border: 1px solid;
  border-color: #bbb #000 #000 #bbb;
  width: auto;
  float:left;
  margin: 0em 0 0 0;
  padding: 0em;
}

input.dlButton
{
  color:#000;
  font-size: 95%;
  background-color:#fff;
  border: 1px solid;
  border-color: #bbb #000 #000 #bbb;
  width: 5em;
  float:left;
  margin: 0em 0 0 0;
  padding: 0em;
}

.shopProfileGridLight
{
	background-color: #E9EEE2;
}
.shopProfileGridEdit
{
	background-color: #E7E2EE;
}
.shopProfileGridRight
{
	text-align: right;
}

.shopProfileGridCenter
{
	text-align: center;
}

.shopProfileGridTotal
{
	border-top: 1px solid #000;
}

.shopProfileBudgetInput
{
	width: 80%;
}


.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.expanded {
	background-image: url(../images/icon_arrowfolderopen2_sml.gif);
	background-repeat: no-repeat;
	padding-left: 34px;
	/* hide from macie5\*/
	float: left;
	/* resume */
	display: inline-block;
	height: 15px;
	width: 34px;
	padding-left: 0 !important;
	padding-right: 10px;
}

.collapsed {
	background-image: url(../images/icon_arrowfolderclosed1_sml.gif);
	background-repeat: no-repeat;
	padding-left: 34px;
	/* hide from macie5\*/
	float: left;
	/* resume */
	display: inline-block;
	height: 15px;
	width: 34px;
	padding-left: 0 !important;
	padding-right: 10px;
}

.leaf {
	background-image: url(../images/icon_doc_sml.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 14px;
	/* hide from macie5\*/
	float: left;
	/* resume */
	display: inline-block;
	height: 15px;
	width: 20px;
	padding-left: 0 !important;
}

.leaf-node {
	background-image: url(../images/../images/icon_folder_sml.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 14px;
	/* hide from macie5\*/
	float: left;
	/* resume */
	display: inline-block;
	height: 15px;
	width: 20px;
	padding-left: 0 !important;
}
.tablerow {
	display: table-row;
}


.shopDepthIndent1
{
	width:0px;
	padding: 0;
	float: left;
}

.shopDepthIndent2
{
	width:0px;
	padding: 0 20px 0 0;
	float: left;
}
.shopDepthIndent3
{
	width:0px;
	padding: 0 40px 0 0;
	float: left;
}
.shopDepthIndent4
{
	width:0px;
	padding: 0 60px 0 0;
	float: left;
}
.shopDepthIndent5
{
	width:0px;
	padding: 0 80px 0 0;
	float: left;
}
.shopDepthIndent6
{
	width:0px;
	padding: 0 100px 0 0;
	float: left;
}
.shopDepthIndent7
{
	width:0px;
	padding: 0 120px 0 0;
	float: left;
}
.shopDepthIndent8
{
	width:0px;
	padding: 0 140px 0 0;
	float: left;
}

.nullObj
{
	width: 0px;
	padding: 0px;
	margin: 0px;
	height: 0px;
}

.hiddenObj
{
	display: none;	
}

.axial th {
	background-color: #ddd;
	color: black;
	width: 100px;
	font-size: 11px;
}
.fixedwidth {
	font-family: 'Courier New';
	font-size: 11px;
}

table#ctl00_ctl00_ContentPlaceHolder1_adminMain_pur tr td label
{
	margin-top: -13px;
	margin-left: 23px;
}

/* Help Bubbles */
	.helpBubble { display:none; }
	.bhlpContainer { display:none; width:228px; position:absolute;}
	.bhlpContent { display:block; width:178px; padding:10px 10px 0 40px; background:url(../images/helpbubble_bg_228x460.png) top no-repeat; color:#000; }
	.bhlpBottom { width:228px; height:10px; background:url(../images/helpbubble_bottom_228x10.png) no-repeat; }


#filterShopListTable
{
	width:390px;
	background-color: #fff;
}

ul.StandardNonBulletedList
{	
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
   	float: left;
   	-webkit-padding-start: 0;
   	clear:both;
}

ul.StandardNonBulletedList li{
    float:left;
    clear: both;
    margin-bottom: 3px;
    position: relative;
}
