html { overflow: -moz-scrollbars-vertical;}

BODY {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
}

BODY,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

FORM {
	margin: 0px;
}

.innerLayout {
	width: 1024px;
	height: 768px;
	border-left: 1px #0000CC solid;
	border-right: 1px #0000CC solid;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
}

.innerLayoutIframe {
	width: 800px;
	height: 768px;
	border-left: 1px #0000CC solid;
	border-right: 1px #0000CC solid;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
}

.importRunning {
	background-color: #666666;
	color: #FF6633;
	font-weight: bold;
	border: solid 1px #FFFFFF;
	padding: 5px;
	margin: 5 20 5 20;
	text-align: center;
}

.error {
	background-color: #666666;
	color: #FF6633;
	font-weight: bold;
	border: solid 1px #FFFFFF;
	padding: 5px;
	margin: 0 20 0 20;
}

.message {
	font-weight: bold;
	background-color: #666666;
	border: solid 1px #FFFFFF;
	padding: 5px;
	margin: 0 20 0 20;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */		
}

A.button {
    color: #000000;
    border: 1px solid black;
    background-color: #D3D5DF;
    font-size: 10px;
    font-weight:normal;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
}

A.button:hover {
   color: #ff6600;
   text-decoration: none;
}

A.button:visited {
    border: 1px solid black;
    text-decoration: none;
}

a.boxLink:link {
	color: #000000;
	text-decoration: none;
}
a.boxLink:visited {
	color: #000000;
	text-decoration: none;
}
a.boxLink:active {
	color: #000000;
	text-decoration: none;
}
a.boxLink:hover {
	color: #000000;
	text-decoration: none;
}

.thumb {
	border: 1px solid #666666;
	padding: 2px;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

.thumbSpace {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	width: 150px;
	height: 150px;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

.thumbSpaceContentLupe {
	border: 0px;
	background: transparent url(../images/lupe.gif) no-repeat right bottom;	
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */		
    position: relative;
    bottom: 22px;
    left: 63px;
    width: 20px;
}

.submitButton {
	color: #000000;
	height: 20px;
	border: 0px;
	background: transparent url(../images/right1.gif) no-repeat;
	background-position: right 50%;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    font-size: 14px;		
    padding-right: 40px;
}

.adminSite {
	background-color: #ffffff;
}