html, body {
	background-color: #ffffff;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

form, table {
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: auto;
	width: 100%;
}

input {
	margin: 2px;
}

textarea {
   resize: none;
}

.smallselect {
	width: 150px;
	margin: 2px;
}

.middleselect {
	width: 300px;
	margin: 2px;
}

.largeselect {
	width: 380px;
	margin: 2px;
}

.longtext {
	width: 100%;
	margin: 2px;
	resize: none;
}

.main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
}

.header {
	width: 100%;
	display: table;
}

.logo {
	width: 100%;
}

.menubar {
	width: 100%;
	height: 33px;
	display: table;
}

.content {
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.content_child {
	padding: 10px;
}

.inner {
	vertical-align: top;
	text-align: left;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.nocolumn {
	vertical-align: middle;
	text-align: left;
	padding: 2px 5px 2px 5px;
	width: 100%;
}

.chapter
{
	vertical-align: middle;
	font-style: italic;
	text-align: left;
	width: 100%;
	padding: 2px 5px 2px 5px;
}

.leading {
	vertical-align: middle;
	text-align: right;
	font-weight: Bold;
	padding: 2px 5px 2px 5px;
	width: 20%;
}

.data {
	vertical-align: middle;
	text-align: left;
	padding: 2px 5px 2px 5px;
	width: 65%;
}

.trailing {
	vertical-align: middle;
	text-align: left;
	padding: 2px 5px 2px 5px;
	width: 15%;
}

.footer {
	width: 100%;
	height: 33px;
	display: table;
}

.margins {
	padding-left: 10px;
	padding-right: 10px;
	display: table-cell;
    vertical-align: middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.progress-label {
	float: left;
	text-align: center;
	margin-left: 45%;
	margin-top: 2px;
}

#ajax-loader {
    width:32px;
    height:32px;
    background-color: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.progressIndicatorStyle
{
    width:32px;
    height:32px;
    background-color: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
    top:48%;
    left:48%;
    z-index:99999;
    position:absolute;
    display:block;
}

/*************************************/
/*          image viewer             */
/*************************************/

#imageViewer
{
	border: 2px solid black;
}

div.imageViewer
{
	z-index: 90;
	position: absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom: 0px;
}

td.placeholderImage {
	text-align: center;
}

.specialImage {
	position: relative; 
	width: 100%; /* for IE 6 */
}

.specialImage h2 {
	font-size: 14px;
	position: absolute;
	top: -39px;
	left: 0px;
	width: 100%;
}

.specialImage h2 span {
	color: white;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	padding: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
}

#sub-table {
	border-collapse: collapse;
}

#sub-table thead tr td {
	border-bottom: 1px solid white;
}

#sub-table tfoot tr:first-child td {
	border-top: 1px solid white;
}

a.versionLink:link { color:#FFFFFF; text-decoration: underline; }
a.versionLink:visited { color:#FFFFFF; text-decoration: none; }
a.versionLink:hover { color:#FFFFFF; text-decoration: none; }
a.versionLink:active { color:#FFFFFF; text-decoration: underline; }

.inline_table {
	border: 1px solid;
	border-collapse: collapse;
	padding: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.selectImage {
    cursor: pointer;
}