* {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 2em;
	margin-bottom: 2em;
}

body {
	background-color: #ffffff;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 3em;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 3em;
}

ul {
	margin-left: 20px;
}

li {
	list-style: square;
	padding: 2px;
}

.bold {
	font-weight: bold;
}

.heading {
	text-align: left;
	background-color: #0a6fcb;
	font-size: 15px;
	padding: 5px;
	color: #ffffff;
}

.rowbg {
	background-color: #eeeeee;
}

.parentbg {
	background-color: #D3D3D3;
}

td {
	padding: 2px;
	white-space: nowrap;
}

th {
	text-align: left;
	padding: 3px;
	background-color: #bbbbbb;
	color: #ffffff;
	white-space: nowrap;
}

.topline {
	border-top: 1px solid #bbbbbb;
}

.bottomline {
	border-bottom: 1px solid #bbbbbb;
}

.doubleline {
	border-bottom: 3px double #bbbbbb;
	border-top: 1px solid #bbbbbb;
}

a, a:hover {
	color: #3467cc;
}

input {
	vertical-align: middle;
}

#main {
	padding: 20px;
}

#info {
	width: 640px;
	font-size: ;
}

img {
	border: 0;
}

img.helpTip {
	cursor: help;
	margin: 2px;
	vertical-align: top;
}

img.note {
	cursor: help;	
}

.image {
	vertical-align: middle;
}

td.checkbox {
	text-align: center;
}

input.checkbox {
	height: 16px;
}

div.tip {
	font:11px Arial,Helvetica,sans-serif;
	border:solid 1px #666666;
	padding:1px;
	position:absolute;
	z-index:100;
	visibility:hidden;
	color:#333333;
	top:10px; left:90px;
	background-color:#ffffcc;
	layer-background-color:#ffffcc;
	text-align: left;
	white-space: normal;
}

img.help {
	vertical-align: middle;
}

#toolbar {
	height: 24px;
}


#toolbar a {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px 4px 4px 24px;
	border: 1px solid #ffffff;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 2px;
}

#toolbar a:hover {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px 4px 4px 24px;
	border: 1px solid #cccccc;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: 2px;
}

#toolfield {
	height: 19px;
}

#toolfield a {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 2px 2px 22px;
	border: 1px solid transparent;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 2px;
	vertical-align: middle;
}

#toolfield a:hover {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 2px 2px 22px;
	border: 1px solid #cccccc;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: 2px;
}

.msg {
color: Red;
}

