/* CSS Document */

div, ul, li, img, p, input {
	margin: 0px; 
	padding: 0px;
}

table tr {
	vertical-align: top;
}

table tr td {
	/*padding: 5px 10px;*/
	vertical-align: top;
}

table.nowrap tr td {
	white-space: nowrap;
}

table tr td.nowrap {
	white-space: nowrap;
}

img {
	border: none;
}

ul li {list-style-type: none}

a {
	text-decoration: none;
}

a:link {
	color: green; 
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
/*
a:visited{
	color: gray;
}
*/
.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clear {
	clear: both;
	line-height: 0.1px;
}

.center {
	text-align: center !important;
}

.bold {
	font-weight: bold;
}

.invisible {
	display: none;
}

.visible {
	display: block;
}

.hidden {
	visibility: hidden;
}

.shown {
	visibility: visible;
}

.pointer {
	cursor: pointer;
}

.errMsg {
	color: red;
	text-align: center;
}

hr {
	background-color: gray;
}

.small {
	font-size: 80%;
}
