

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Payper Box - Common Cascading Style Sheet

Copyright (c) 2004 Payper Box. All rights reserved. 

Created: 09 Jul 2004
Updated: 14 Aug 2004

Revision History:
  1.00	Initial version. NK & TB, 09 Jul 2004
  1.01	Moved all the so-called "layout" CSS to a style sheet of its 
	own. TB, 28 Jul 2004
  1.02	Added margin-bottom spacing to initial class <h1> tags. TB, 
	14 Aug 2004

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
HTML tag styles */

body {
	margin: 10px;
}

acronym {
	color: #000;
	border-bottom: 1px dashed #000;
	cursor: help;
	font-weight: bold;
}

code {
	color: #6e241d;
	font-family: Courier New, Courier, monospace;
}

h1 {
	color: #02528e;
	font-size: 160%;
	margin-bottom: 0px;
}

h1.initial {
	margin-bottom: 22px;
}

h2 {
	font-size: 140%;
}

h2, h3, h4, h5, h6 {
	color: #029A2B;
	margin-bottom: 0px;
}

body, h1, h2, h3, h4, h5, h6, li, ol, p, table, td, th, ul { 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Generic class styles */

.leadIn {
	text-transform: uppercase;
}

.emphatic {
	font-style: italic;
}

.highlighted {
	background-color: yellow;
}

.highlighted02 {
	background-color: lime;
}

.smallCaps {
	font-variant: small-caps;
}

.UIControl {
	color: #333;
	font-style: italic;
	font-weight: bold;
}

.underlined {
	text-decoration: underline; 
}

.veryEmphatic {
	font-style: italic;
	font-weight: bold;
}

.warning {
	color: red;
	font-weight: bold;
}

div.warning, p.warning {
	border: 2px outset #fff;
	background-color: #f0f0f0;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
}

.withLeading { 
	margin-top: 10px;
}

.withoutLeading {
	margin-top: 0px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Table styles */

table.inPageTable {
	background-color: #fff;
	margin-top: 7px;
}

table.inPageTable tr th, table.inPageTable tr td {
	border-bottom: 1px solid #999;
	font-size: 70%;
}

table.inPageTable tr th {
	background-color: #e0e0e0;
	border-top: 1px solid #999;
	height: 25px;
}

table.inPageTable tr td {
	background-color: #fff;
	border-bottom: 1px solid #999;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tag-specific class styles */

input.button {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	margin-top: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Include styles */

#menu {
	background-color: #dae172;
	border: 4px solid #746ca6;
	padding: 10px;
}

#content {
	margin-left: 20px;
}

#otherLocations {
	background-color: #fc6;
	border: 4px solid #790064;
	margin-top: 20px;
	padding: 10px;
}

#peelOff {
	float: right; 
	background-color: #ffd72c;
	width: 200px;
	padding: 10px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Misc styles */

.devnote {
	display: none;
}


