@CHARSET "UTF-8";

a img{
    border: 0px solid black;
}
/*** 
 * main table on the login site
 */
.loginTbl {
	margin: auto;
	padding: auto;
}

.loginTbl td {
	color: #666666;
	font-family: Verdana;
	height: 100%;
	line-height: 10pt;
	font-size: 10px;
	text-decoration: none;
}

/*** 
 * input fields
 */
input, textarea, select {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFFFF url(inputBg.gif) no-repeat scroll left top;
	border: 1px solid #AAAAAA;
    font-size: 10px;
	margin-top: 3px;
	padding: 2px;
}

textarea {
	height: 100px;
}

input:hover,
textarea:hover,
select:hover {
	border:1px solid #888888;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 2px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 2px solid #CC0000;
}

/*** 
 * id for the error text
 */
#error {
	color: #CC0000;
}

/*** 
 * fieldsets for the login or registration
 */
fieldset {
	border: 2px solid #005BAB;
}

/***
 * secret pages
 */
#secretHeader {
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
	height: 25px;
	line-height: 11pt;
	padding-left: 20px;
	text-decoration: none;
}

/***
 * table cell admin page
 */
#adminPanel{
    margin-top: 0px;
    padding-top: 0px;
	vertical-align: top;	
}

/***
 * admin headline on the admin page
 */
#adminHeadline {
	font-size: 10px;
	font-weight: bold;
}

/***
 * table on the admin page
 */
.adminTable {
	border-collapse: collapse;
	border-spacing: 0px;
	color: black;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
    height: 100%
	margin: 10px auto 10px auto;
	text-decoration: none;
	width: 100%;
}

.adminTable td {
	border: 1px solid #666666;
	text-align: center;	
}

.adminTable th {
	font-size: 10px;
}

/***
 * blue table row
 */
#blue {
	background-color: #d5e6f5;	
}

/***
 * user headline on the admin page
 */
#userHeadline {
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
}

/***
 * user table on the admin page
 */
.userTable {
    font-size: 10px;
	font-weight: normal;
    margin: 10px auto;
    width: 100%;
}

.userTable td {
    padding: 20px auto 20px auto;
    vertical-align: top;
}


/***
 * file table on the upload page
 */
.fileTable {
    font-size: 10px;
	font-weight: normal;
    margin: 10px auto;
    width: 100%;
}

.fileTable th {
    text-align: left;
    padding: 20px auto 20px auto;
    vertical-align: top;
}

.fileTable td {
    text-align: left;
    padding: 20px auto 20px auto;
    vertical-align: top;
}

/***
 * file table with images
 */
.fileImgTable {
	border-bottom: 1px dotted black;
    font-size: 10px;
	font-weight: normal;
    margin: 10px 0px;
    width: 100%;
}

.fileImgTable td {
	text-align: left;
    padding: 5px;
    vertical-align: middle;
}

/***
 * main file table on the upload page
 */
.mainFileTable {
    border-bottom: 1px dotted black;
    font-size: 10px;
	font-weight: normal;
    margin: 10px auto;
    width: 100%;
}

.mainFileTable th {
    text-align: left;
    padding: 20px auto 20px auto;
    vertical-align: top;
}

.mainFileTable td {
    text-align: left;
    padding: 20px auto 20px auto;
    vertical-align: top;
}

/***
 * headline for the user table on the admin page
 */
#headline {
    font-weight: bold;
    width: 150px;
}


/***
 * success text
 */
#success {
	color: green;
}

/***
 * error text
 */
#error {
	color: red;
}

/***
 * little text
 */
#little {
	font-size: 8px;
    margin: 7px auto 5px 20px;
}

/***
 * note text
 */
#note {
	font-size: 8px;
}

/***
 * select field
 */
select {
	font-size: 10px;
    width: 200px;
}

#right {
	text-align: right;
}

#orderLink {
    text-decoration: none;
}