
body.printable {
  background-color: #FFFFFF;
}


h3.insert {
  margin: 0px 0px 6px 0px;
}


hr {
  size: 1px;
  color: #F0F0F0;
}

p.spacer {
  margin: 0px;
	padding: 0px;
	font-size: 8px;
}

p.contentList {
	margin: 2px 0 2px 40px;
	text-indent: -40px;
}

p.contentList em, em.contentList {
	color: #6060B0;
}

span.infoTitle {
  color: #666666;
}

.mainLink {
  font-size: small;
  font-weight: bold;
  margin: 0 0 3px 8px;
  color: #003366;
  white-space: nowrap;
}

.hili {
  padding: 4px;
  background-color: #FFFFF0;
  width: 100%;
}


/* FORM FIELDS */

input.submit {
  color: #003366;
  font-weight: bold;
}

input.correct, input.cancel {
  color: #F02020;
  font-weight: bold;
}

input.update, input.change {
	margin: 0 8px;
	font-size: 8pt;
}

input.update {
	color: #F02020;
	font-weight: bold;
}
  



/* TABLES */

table.blank {
  margin: 4px 8px 6px 8px;
  background: #FFFFFF;
}



table.organizations {
  border-left: 4px solid #E0E0E0;
}

table.offices {
  border-left: 4px solid #C8E8C8;
}
table.contacts {
  border-left: 4px solid #D0D8F8;
}
table.brands {
  border-left: 4px solid #E0D0F0;
}
table.publications {
  border-left: 4px solid #F0D0E0;
}



p.description {
	margin-left: 24px;
}

table.gallery {
  margin: 0px 4px 0px 4px;
}


td.tableContent,td.prep,td.booking,td.closed {
  padding-right: 8px;
  padding-left: 8px;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}

td.prep {
  background-color: #E9B774;
}
td.booking {
  background-color: #B7CC55;
	font-weight: bold;
}
td.closed {
  background-color: #FFAE99;
}

table.info {
  border: 1px solid #E8E8E8;
  margin: 6px;
}

td.fieldTitle, td.info, td.infoSmall, td.infoEdit, td.fieldContent {
  padding: 3px 6px;
  border: 1px solid #F0F0F0;
}

th.fieldTitle, th.fieldTitleTop, th.colTitle, th.colTitleCenter, th.info, th.infoCenter, th.infoEdit, th.infoSmall {
  background-color: #F8F8F8;
  color: #986030;
  padding: 3px 6px;
  border: 1px solid #E8E8E8;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

th.colTitleCenter, th.infoCenter {
  text-align: center;
}

th.fieldTitleTop {
  vertical-align: top;
}

th.infoEdit {
  padding: 6px 8px 3px 4px;
}

th.infoSmall, td.infoSmall {
  font-size: x-small;
}


td.submitLine {
  padding-top: 12px;
  padding-left: 8px;
  padding-right: 8px;
}

div.submitLine {
	margin: 12px 0 8px 0;
}

p.fieldTitle {
  color: #986030;
  margin-bottom: 3px;
}  
.editBar {
  background-image: url("../images/member_bar.gif");
  background-color: #F5FDE8;
  margin: 8px 0 0 0;
  padding: 3px 8px 3px 8px;
}

.imageBorder {
  border: 1px solid #B0B0C0;
}

td.grand {
	font-size: 12pt;
	font-weight: bold;
}


/* SEARCH RESULTS */

div.standard {
	background: #FFFFFF;
	border: 1px solid #DDD;
	margin: 6px;
	padding-bottom: 6px;
}



div.standard h3, div.premium h3 {
	margin-top: 8px;
}



/* MODIFICATIONS */

th.blank, td.blank {
	border: none;
}

th.center {
  text-align: center;
}

a:link.red,a:visited.red { color: #D00000; font-weight: bold; }
a:link.pale,a:visited.pale { color: #9090A0; }

.red { color: #D00000; }
.green { color: #008000; }
.pale { color: #9090A0; }
.bgHili { background-color: #FFFAD0; }
.category { color: #6060B0; }
.big { font-size: 12pt; }
.correction {
	background-color: #FFECE8;
	border: 1px solid #D00000;
	line-height: 100%;
	padding: 2px 4px;
}

p.checkListIndent {
	margin-left: 48px;
	text-indent: -40px;
}

.small { font-size: 0.8em; }
.bold { font-weight: bold; }
.alignCenter { text-align: center; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
  
.nowrap {
	white-space: nowrap;
}

.spaceAfter {
	margin-top: 0;
	margin-bottom: 6px;
}

.spaceBefore {
	margin-top: 6px;
	margin-bottom: 0;
}

.noSpaceBefore {
	margin-top: 0;
	margin-bottom: 0;
}

.noBottomMargin, .noSpaceAfter {
  margin-bottom: 0;
}

.tip, .hint {
  font-style: italic;
  color: #003366;
}

div.updateLink {
	float: right;
	font-style: italic;
}


td input.update, td input.change {
	margin: 0;
}

table.standard {
	clear: both;
}

table.standard > tbody > tr > th.title {
	width: 180px;
	vertical-align: top;
	padding-top: 6px;
}

table.standard > tbody > tr > td.data {
	width: auto;
	border-right: none;
}

table.standard > tbody > tr > td.update {
	vertical-align: top;  	border-left: none;
	text-align: right;
}


img.alignLeft {
	float: left;
	margin: 4px 10px 8px 0;
	border: 2px solid #333;
}

img.alignRight {
	float: right;
	margin: 4px 0 8px 12px;
	border: 2px solid #333;
}

p.captionLeft {
	font-style: italic;
  margin: 16px 32px 4px 6px;
	padding-right: 20px;
	text-align: left;
	clear: left;
}

p.captionRight {
	font-style: italic;
  margin: 16px 6px 4px 0;
	text-align: left;
	clear: right;
}

.frameBlack, .frameWhite {
	padding: 2px;
	border: 1px solid gray;
}

.frameWhite {
	background-color: #FFF;
}

.frameBlack {
	background-color: #000;
}




 
 