/* Base tags */
#chromeFix {
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0px;
	left: 0px;
}

body {
	margin: 4px;
	font-family: 'Ubuntu', Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 70%;
}

.fontDiner {
  font-family: 'Fontdiner Swanky', serif;
  font-weight: 400;
  text-shadow: 2px 2px 2px #aaa;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
}

a:active {
	text-decoration: none;
	color: #000000;
	border: 0px;
}

a:link {
	text-decoration: none;
	color: #000000;
	border: 0px;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #00aa00;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

hr {
	width: 100%;
	color: #000000;
	height: 1px;
}

/* Main navigation bar links */
.Navbar a:hover {
	color: #00ff00;
}

.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: auto;
	margin-right: auto;
}

td.rightAlign {
	text-align: right;
}

td.centerAlign {
	text-align: center;
}

/* Styles for main link page */
table.pagesTable {
	position: static;
	vertical-align: top;
	padding: 0px;
	margin: 0px auto 0px auto;
}

table.ctlnk {
	width: 100%;
	padding: 0px;
	border: 0px;
}

.ctlnkTD1 {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

.ctlnkTD2 {
	vertical-align: top;
	text-align: left;
}

.catWrap {
	width: 100%;
	padding: 0px 3px 0px 0px;
	border: 0px;
	text-align: right;
	vertical-align: bottom;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.catLeft {
	padding: 0px 0px 0px 3px;
	vertical-align: bottom;
	text-align: left;
	margin-bottom: 0px;
	float: left;
}

.catLeft a {
	line-height: 16px;
}

.catRight {
	padding: 2px 3px 0px 0px;
	margin: 0px;
	vertical-align: bottom;
	white-space: nowrap;
	float: right
}

.catRight img {
	border: 0px;
	margin-right: 0px;
}

/* Login table */
table.loginTable {
	color: inherit;
	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;
}

/* Setup table */
table.setupTable {
	color: inherit;
	background-color: #ffffff;
	text-align: left;
	padding: 0px;
	border: 0px;
	margin: 0px auto 0px auto;
}

table.setupTable td {
	padding: 2px;
	vertical-align: bottom;
}

table.setupTable td.tdTitle {
	white-space: nowrap;
	font-weight: bold;
}

table.setupTable td.tdContent {
	white-space: nowrap;
	padding-left: 10px;
}

/* Calendar Table */
table.calTable {
	background-color: #ffffff;
	color: inherit;
	border: 1px solid #000000;
	margin: 0px auto 0px auto;
}

table.calTable td {
	border: 1px solid #000000;
	text-align: left;
	font-family: 'Ubuntu', 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: #cccccc;
	color: #ccddff;
}

table.calTable td.today {
	background-color: #FFFFCC;
	color: inherit;
}

.calendarDay { /* Calendar days */
	font-family: 'Ubuntu', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	background-color: #ddeeff;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	text-align: left;
	clear: both;
	width: auto;
}

.calendarDeleteIcon {
	font-family: sans-serif;
	font-size: 8px;
	color: #cc0000;
	border: 1px solid #cc0000;
	background-color: #ffeeee;
}

.calendarMoveToNextDayIcon {
	font-family: sans-serif;
	font-size: 8px;
	color: #0066cc;
	border: 1px solid #0066cc;
	background-color: #eeeeff;
}

.calendarCopyToNextDayIcon {
	font-family: sans-serif;
	font-size: 8px;
	color: #00cc00;
	border: 1px solid #00cc00;
	background-color: #eeffee;
}

/* Alerts listing table */
table .alertsListTable {
	width: auto;
	background-color: #ffffff;
	color: inherit;
	margin: 8px 0px 0px 4px;
}

table .alertsListTable th {
	font-weight: bold;
	padding: 0px 12px 0px 2px;
}

table .alertsListTable .alertsListTableTR td {
	border: 1px solid #000000;
	vertical-align: top;
	padding: 2px;
}

/* 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;
}

h1 {
	font-family: 'Ubuntu', Tahoma, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	clear: both;
}

h2 {
	font-family: 'Ubuntu', Tahoma, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #000000;
	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%;
}

li {
	list-style-type: circle;
	margin: 0 0 20px 0;
}

/* ------------------------------------------------------------------- */
	/* generic styles */
.Serif {
	font-family: "Times New Roman", Times, serif;
}

.Sans {
	font-family: 'Ubuntu', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.Mono {
	font-family: "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;
}

.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;
}

.textShadow {
	text-shadow: 2px 2px 2px #aaa;
}

/* ------------------------------------------------------------------- */
	/* Form elements */
form {
	clear: none;
	margin: 0px;
	text-align: inherit;
}

input {
	font-size: 12px;
}

select {
	font-size: 12px;
}

.radioButton {
	margin-bottom: 0px;
}

.buttonSmall {
	background-color: #cccccc;
	font-family: 'Ubuntu', Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.buttonSmallAdd {
	background-color: #00ee00;
	font-family: 'Ubuntu', Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.buttonSmallEdit {
	background-color: #000099;
	font-family: 'Ubuntu', Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.buttonSmallFinished {
	background-color: #00ee00;
	font-family: 'Ubuntu', Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.buttonSmallList {
	background-color: #990099;
	font-family: 'Ubuntu', Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.buttonSmallDelete {
	background-color: #cc0000;
	font-family: 'Ubuntu', Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffff00;
}

.buttonSmallEmail {
	background-color: #00CCFF;
	font-family: 'Ubuntu', Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.buttonTiny {
	background-color: #cccccc;
	font-family: 'Ubuntu', Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

.buttonTinyAdd {
	background-color: #009900;
	font-family: 'Ubuntu', Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.buttonTinyEdit {
	background-color: #000099;
	font-family: 'Ubuntu', Tahoma, Verdana, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
