/** 
 * HTML Definitions
 */
* { font-size: 100%;}

html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body {  
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333333
}

.centered-table {
   margin-left: auto;
   margin-right: auto;
}

a, a:link, a:visited, a:active { 
	color: #333333;
}
a:hover {
	color: #008499;
}

h1 {
	margin: 0.7em 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.85em;
	font-weight: normal;
	color: #008499;
}

h2 {
	margin: 0.6em 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #008499;
}

h3 {
	margin: 0.6em 0;
	font-size: 1em;
}

p {
	margin: 0.8em 0;
}

img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding: 0;
}

.clear {
	clear: both;
	font-size: 1px;
}

/**
 * Layout Definitions
 */
#mainBox {
	margin: 0 auto;
	width: 650px;
}

/**
 * Form Definitions
 */
.default input, .default textarea, .default select {  
	padding: 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;

	background-color: #FFFFFF;
	width: 250px;
	border: 1px solid #008499;
}

.default select {
	width: auto;
}

.default textarea { 
	height: 85px;
}

.default .input_radio {
	width: auto;
	border: none;
	background-color: transparent;
}

.default .input_checkbox {
	width: auto;
	border: none;
	background-color: transparent;
}

.default .input_submit { 
	background-color: #D0D0D0;
	font-weight: bold;
	color: #727272;
	cursor: pointer;
	width: 254px;
}

.default .input_button { 
	background-color: #D0D0D0;
	font-weight: bold;
	color: #727272;
	cursor: pointer;
	width: 254px;
}

/** 
 * Table Definitions
 */
.formTable {
	width: 100%; 
	border: 1px solid #7A7A7A;
	border-collapse: collapse; 
	border-spacing: 0px;
	margin-bottom: 10px;
}
.formTable td {
	padding: 4px;
}
.formTable thead th {
	padding: 4px;

	background-color: #008499;

	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}


.listTable {
	width: 100%;
	border: 1px solid #7A7A7A;
	border-collapse: collapse; 
	border-spacing: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF
}
.listTable td { 
	padding: 4px;
	border: 1px solid #AAA7A1;
	vertical-align: top;
}
.listTable thead th {
	padding: 4px;
	background-color: #008499;

	border-bottom: 1px solid #7A7A7A;
	
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}
.listTable tfoot td {
	background-color: #008499;
}

.shopTable {
	margin-bottom: 10px;
}
.shopTable td {
	padding: 4px;
}
.shopTable thead th {
	padding: 4px;

	background-color: #008499;

	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

/**
 * Custom Definitions
 */
.mono { 
	font-family: "Courier New", Courier, mono;
}

.larger { font-size: 1.1em;}
.smaller { font-size: 0.9em;}

