/* Started Thursday January 12, 2006 9:49am by Oliver Merk */
/* Revised Friday May 5, 2006 2:21pm by Oliver Merk */

/* ------------------------------------------------------------------- */
/* Base tags */
body {
	background-color: #ffffff;
	text-align: left;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 70%;
}

p {
	font-size: 12px;
	color: #000000;
}

a:link {/* implies unvisited */
	text-decoration: underline;
	color: #00488b;
	border: 0px;
}
a:visited {
	text-decoration: underline;
	color: #00488b;
	border: 0px;
}
a:hover {
	text-decoration: underline;
	color: #00488b;
	border: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

hr {
	width: 100%;
	color: #000000;
	height: 1px;
	padding: 10px 0px 10px 0px;
}

/* Nelson sepcific */
.nelsonBlue {color: #00488b;}
.nelsonYellow {color: #ffff3d;}
.lastUsed {background-color: #ddeeff;}
.Error {
	color: #cc0000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
}
.h1_span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

.h2_span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}



/* Main navigation bar links */
.Navbar a:hover {
	color: #0000ff;
}
.Navbar {
	color: #ffffff;
}
.Navbar a:link {
	color: #ffffff;
}
.Navbar a:visited {
	color: #ffffff;
}

/* Tables */
table {
	font-size: 100%;/*IE hack so font sizes inside tables stay consistent */
	margin-left: 0;
	margin-right: auto;
}
td.rightAlign { text-align: right; }
td.centerAlign { text-align: center; }

/* Login table */
table.loginTable {
	background-color: #ffffff;
	width: 600px;
	text-align: center;
	padding: 0px;
	border: 0px;
	margin-left: auto; margin-right: auto;
}
table.loginTable td {
	vertical-align: top;
	padding: 0px;
	border: 0px;
	text-align: left;
}


/* Menu table */
table.menuTable {
	color: #000000;
	background-color: #ffffff;
	width: 1024px;
	text-align: center;
	padding: 0px;
	border: 1px solid #000000;
	margin-left: auto; margin-right: auto;
}
table.menuTable td {
	vertical-align: top;
	padding: 10px;
	border: 0px;
	text-align: left;
}

/* Invoice table */
table.invoiceTable {
	width: 100%;
	border: 0px;
	padding: 2px;
	border-collapse: collapse;
	margin-top: 10px;
}
table.invoiceTable th {
	padding: 2px;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}
table.invoiceTable td {
	border: 1px solid #cccccc;
	vertical-align: bottom;
	padding-left: 2px;
	padding-bottom: 2px;
	text-align: left;
}

table.invoiceItemsTable {
	width: 100%;
	border-top: 1px solid #000000;
	padding: 2px;
	border-collapse: collapse;
}
table.invoiceItemsTable th {
	font-weight: bold;
}
table.invoiceItemsTable td {
	border: 1px solid #999999;
	vertical-align: top;
}

/* Setup table */
table.setupTable {
	background-color: #ffffff;
	text-align: left;
	padding: 0px;
	border: 0px;
	margin: 0px auto 0px auto;
}
table.setupTable td {
	padding: 2px;
	vertical-align: top;
}
table.setupTable td.tdTitle {
	white-space: nowrap;
	font-weight: bold;
}
table.setupTable td.tdContent {
	white-space: nowrap;
	padding: 5px 20px 5px 10px;
}

/* Search Table */
table.searchTable {
	border: 1px solid #000000;
	margin: 0px auto 0px 0px;
	background-color: #ffffff;
	width: 100%;
}
table.searchTable td {
	border: 0px;
	text-align: left;
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 14%;
	vertical-align: top;
	padding: 2px 4px 0px 4px;
}
table.searchTable td h1 {
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000cc;
	padding-top: 8px;
	margin: 0px;
}

/* List Table */
table.listTable {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin-left: 0px;
	font-size: 12px;
}
table.listTable th {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}
table.listTable td {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 2px;
	font-size: 12px;
}
table.listTable td .label {
	vertical-align: bottom;
	font-weight: bold;
}


/* Calendar Table */
table.calTable {
	background-color: #ffffff;
	border: 1px solid #000000;
	margin: 0px auto 0px auto;
}
table.calTable td {
	border: 1px solid #000000;
	text-align: left;
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 14%;
	vertical-align: top;
	padding: 0px;
}
table.calTable td a {
	text-decoration: none;
	color: #000000;
}
table.calTable td a:hover {
	text-decoration: none;
}
table.calTable tr#title {
	background-color: #000000;
	color: #ffffff;
}

table.calTable tr#title td {
	padding: 2px;
	font-weight: bold;
}
table.calTable td.selectedDate {
	background-color: #dedede;
	color: #cccccc;
}
table.calTable td.today {
	background-color: #dedede;
}
.calendarDay {/* Calendar days */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #000099;
	background-color: #eeeeee;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	text-align: left;
	clear: both;
	width: auto;
}
/* Setup layout Preview table */
table .previewTable {
	width: 200px;
	padding: 0px;
	border: 0px solid #000000;
	margin: 0px auto 0px 0px;
	text-align: left;
}
table .previewTable td {
	padding: 0px;
	border: 1px inset;
	margin: 0px;
}

/* Table with tight padding */
table .tableTight {
	margin: 0px;
}
table .tableTight td {
	margin: 0px;
	padding-left: 1px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003399;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	clear: both;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	clear: both;
}

hr {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	line-height: 0px;
	height: 1px;
	display: block;
	width: 100%;
}

/* ------------------------------------------------------------------- */
/* generic styles */
.Serif {font-family: Times,"Times New Roman", Times, serif;}
.Sans {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}
.Mono {font-family: Consolas, "Courier New", Courier, monospace;}

.Tiny {font-size: 10px;}
.Small {font-size: 11px;}
.Med {font-size: 13px;}
.Big {font-size: 15px;}
.Large {font-size: 17px;}
.Huge {font-size: 19px;}

.Normal {font-weight: normal; font-style: normal;}
.Bold {font-weight: bold;}
.Italic {font-style: italic;}

.HunterGreen {color: #000000;}
.Black {color: #000000;}
.Gray {color: #999999;}
.LightGray {color: #cccccc;}
.White {color: #ffffff;}
.Yellow {color: #ffee55;}
.LightYellow {color: #FFFF99;}
.Blue {color: #0000cc;}
.Green {color: #009900;}
.Red {color: #cc0000;}
.Orange {color: #cc5500;}
.Purple {color: #990099;}

/* ------------------------------------------------------------------- */
/* Form elements */
form {
	clear: none;
	margin: 0px;
	margin: 0px;
	text-align: inherit;
}

input {
	font-size: 13px;
	background-color: #dedede;
}
input.invoiceMoneyField {
	width: 50px;
	text-align: right;
}

textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	width: 400px;
	height: 60px;
	background-color: #dedede;
}

select {
	font-size: 13px;
	background-color: #dedede;
}

option {
	background-color: #dedede;
}

.required {
	background-color: #FFFF66;
}

.radioButton {
	background-color: transparent;
	margin-bottom: 0px;
	margin-left: 0px;
}

.buttonSmall {
	color: #000000;
	background-color: #dedede;
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
}
.buttonSmallAdd {
	color: #ffffff;
	background-color: #009900;
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
}
.buttonSmallEdit {
	color: #ffffff;
	background-color: #000099;
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
}
.buttonSmallFinished {
	color: #ffffff;
	background-color: #009900;
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
}
.buttonSmallList {
	color: #ffffff;
	background-color: #990099;
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
}
.buttonSmallDelete {
	color: #ffff00;
	background-color: #cc0000;
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
}
.buttonSmallPrint {
	color: #000000;
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
}
.buttonSmallSearch {
	color: #000000;
	background-color: #FFFF66;
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
}

.buttonTiny {
	color: #000000;
	background-color: #dedede;
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 10px;
}
.buttonTinyAdd {
	color: #ffffff;
	background-color: #009900;
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 10px;
}
.buttonTinyEdit {
	color: #ffffff;
	background-color: #000099;
	font-family: Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 10px;
}
