/* tags */

html { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	height: 100%; 
}
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #fff;
	height: 100%;
}

small { 
	font-size: smaller;
}

input {
	font-size: 10pt;
	color: #111;
	padding: 2px;
	border: 1px solid #B5B195;
}
input.textField {
	width: 200px;
}
input.button {
	height: 25px;
	background-color: #DCD8B9;
	font-weight: bold;
	color: #000;
}

input.noBorder {
	border: 0px;
}

img {
	border: 0px;
}
label{
	font-size: smaller;
}
img.icon {
	float: left;
	margin-left: 4px;
	margin-top: 2px;
	margin-right: 8px;
}
img.icon2 {
	float: left;
	margin-left: 4px;
	margin-top: 2px;
	margin-right: 4px;
}

table {
	border: 0px;
	text-align: left;
	background-color: #F9FAF5;
	width: 100%;
}

form {
	background-color: #F9FAF5;
}

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	padding: 3px;
}

tr.dark {
	background-color: #ECEADB;
}

tr.medium {
	background-color: #F9FAF5;
}

tr.light {
	background-color: #fff;
}

.titleBarBG{
	text-align: left;
	background-color: #ECEADB;
}

/* end of tags */

/* divs */

#main {
	width: 368px;
	border-top: 2px solid #949A9C;
	border: 1px solid #949A9C;
	background-color: #F9FAF5;
}

#topImage {
	width: 100%;
	background-color: #B5B295;
	border-bottom: 1px solid #B5B195;
}

#titleBar {
	text-align: left;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #ECEADB;
	border-bottom: 1px solid #B5B195;
}

#footer {
	margin-bottom: 5px;
	margin-right: 5px;
}
#message{
	position: relative;
	padding-bottom: 5px;
}
/* end of divs */

/* other formatters */

.right {
	float: right;
}

.importantSmall
{
	padding: 5px;
	border: 1px solid #870046;
	background-color: #FFFFFF;
	color: #D00;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.important 
{
	margin: 5px;
	width: 300px;
	padding: 5px;
	border: 1px solid #870046;
	background-color: #FFFFFF;
	color: #D00;
	font-weight: bold;
	text-align: center;
}