table.h1 {
	background-image:url(/theme/layout/ispace/img/dottedVertical.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:15px;
	margin-right:5px;
}
table.h2 {
	background-image:url(/theme/layout/ispace/img/dottedVertical.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:15px;
	margin-right:5px;
}
table.index {
	width:100%;
	border-top:2px #ebebeb solid;
	border-left:2px #ebebeb solid;
	border-bottom:2px #cccccc solid;
	border-right:2px #cccccc solid;
	background-image:url(/theme/layout/ispace/img/topbackground.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
td.indexHeader {
	font-size:85%;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
table.info {
	background-color:#ffff99;
	border:1px #cccccc solid;
}
td.header {
	background-color:#cccccc;
	color:#000000;
	font-size:80%;
	font-weight:bold;
}
td.item {
	height:30px;
	background-color:#ffffff;
	border-bottom:1px #ebebeb solid;
	padding-right:10px;
}
td.itemAlt {
	height:30px;
	/*background-color:#ebebeb;*/
	background-color:#ffffff;
	border-bottom:1px #ebebeb solid;
	padding-right:10px;
}

img.border {
	border:1px #333333 solid;
}
.border {
	border: 1px solid #a9a9a9;
}
.code {
	border: #666666 1px solid;
	background-color:#ebebeb;
	padding: 10px;
	color: #333333;
	margin-left: 0px;
}
.error {
	background-color:#FFFF99;
}
.formIndent {
	margin-left:16px;
	margin-right:16px;
}
.normalInput {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:90%;	
	border:1px #cccccc solid;
}
.shortInput {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:90%;	
	width:40%;
	border:1px #cccccc solid;
}
.longInput {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:90%;	
	width:80%;
	border:1px #cccccc solid;
}
.small1 {
	font-size:85%;
}
