body {
	background-color: #333333;
	padding: 0px;
	margin: 0px;
	font-family: 'Arial Unicode MS',Arial;
	font-size: 12px;
}
.select {
	letter-spacing:.06em;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
}
.barLeft {
	background-image: url(src/bar_left.gif);
	background-repeat: repeat-y;
	background-color: transparent;
}
a, a:hover, a:active, a:visited {
	color: #333333;
	text-decoration: none;
}
.footer {
	text-align: center;
	font-size: 12px;
	color: #666666;
}
.powered {
	font-size: 11px;
	color: #888888;
}
.adminMenu {
	font-size: 12px;
	text-align: center;
}
.notLoggedIn {
	font-size: 12px;
}
.LoggedIn {
	font-size: 12px;
	background: #e7e7e7;
	border-bottom: 1px solid silver;
}
.loginForm {
	border: 1px solid silver;
	background-color: #e7e7e7;
}
.inputText {
	border: 1px solid silver;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
}
.viewText {
	border: 1px solid silver;
	background-color: #e7e7e7;
	padding-left: 3px;
	padding-right: 3px;
}
.editBtn {
	border:0px;
}
#link {
	background-color: #e7e7e7;
	color: #333333;
	font-size: 12px;
	font-weight: Bold;
	font-family: Verdana;
	padding: 5px;
	cursor: pointer;
}
#link1 {
	background-color: #999999;
	color: azure;
	font-size: 12px;
	font-weight: Bold;
	font-family: Verdana;
	padding: 5px;
	cursor: pointer;
}
#link:hover {
	background-color: silver;
}
.dtbHead {
	font-size: 13px;
	font-weight: Bold;
	text-align: center;
	border-right:1px solid silver;
	border-bottom: 3px solid silver;
	background-color: lightSkyBlue;
}
.dtbHeadLast {
	font-size: 13px;
	font-weight: Bold;
	text-align: center;
	border-bottom: 3px solid silver;
	background-color: lightSkyBlue;
}
.dtbRow {
	font-size: 12px;
	border-right:1px solid silver;
	border-top:1px solid silver;
}
.dtbRowLast {
	font-size: 12px;
	border-top:1px solid silver;
}
.addRow {
	font-size: 12px;
	background-color: Silver;
}
#tooltip{
	font-family: Verdana;
	font-size: 10px;
	position: absolute;
	width: auto;
	border: 1px solid silver;
	padding: 5px;
	background-color: #666666;
	color: #ffffff;
	visibility: hidden;
	z-index: 100;
}
.ajaxButton {
	border:1px solid silver;
	border-right:2px solid silver;
	border-bottom:2px solid silver;
	font-size:10px;
	padding:1px;
}
.ajaxButton:hover {
	background-color: Azure;
}

.button {
	border: 2px dotted #ff6d8c;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-family: 'Comic Sans MS', Verdana;
	background-color: pink;
	letter-spacing: 1px;
}