
/**
 * api.css
 * Copyright: Siegfried Mairböck, 2012
 * Februar 2012
 * 
 */

body {
	font-family: arial,Helvetica,sans-serif;
	margin: 0;
	padding: 15px 0;
	font-size: 13px;
	background: #fff;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}




.Fehler {
	display: block;
	background-color: #fee;
	padding: 4px 15px;
	color: #000;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
	text-align: center;
	font-weight: normal;
	margin: 0 5px;
	border: 2px solid #c00;
	border-bottom-width: 0;
	border-radius: 5px 5px 0 0;
	box-shadow: inset 0px 2px 4px #fcc;
	font-size: 12px;
}


.Formular {
	margin: 0 0 12px 0;
	padding: 0px;
	padding: 10px 16px 2px 16px;
	background-color: #e4eaf4;
/*	background-image: url("../images/bg-form-01.png"); */
	background-repeat: repeat-x;
	background-position: top left;
	box-shadow: inset 0px 2px 4px #fff,0px 2px 6px #ddd;
	border: 1px solid #ccc;
/*	border-radius: 5px 5px; */
}

.FBlock {
	padding: 0px 5px 3px 0px;
}
.FName {
	display: block;
    color: #555;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 1px;
    padding-top: 3px;
	text-shadow: 0px 1px 0px #fff;
}

.FText {
	font-family: Monaco, arial, fixedsys;
	font-size: 13px;
	border: 0;
	padding: 3px 1px 3px 4px;
	-moz-box-shadow: inset 1px 1px 1px #999;
	-webkit-box-shadow: inset 1px 1px 1px #999;
	box-shadow: inset 1px 1px 1px #999;
	background-color: #e6f0ff;
}

input.InputText, 
textarea.InputText {
	font-family: Monaco, "Courier new", courier, arial, fixedsys;
	font-size: 12px;
	border: 0;
	padding: 3px 1px 3px 4px;
	resize: none;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.5), inset -1px -1px 0px 0 rgba(0,0,0,0.05);
}
select.InputText {
	font-family: Monaco, arial, fixedsys;
	font-size: 12px;
}
input.InputText:focus, 
textarea.InputText:focus {
	background-color: #ffc;
}

input.InputText-green,
textarea.InputText-green {
	background-color: #efd;
}

input.InputCheckbox {
	margin-right: 8px;
	margin-top: 1px;
	vertical-align: middle;
	line-height: 19px;
}
label.checkbox {
	line-height: 19px;
}
label.checkbox > span {
	font-size: 13px;
	line-height: 18px;
}
label > img {
	vertical-align: middle;
}

.FButtons {
	margin-top: 8px;
	margin-bottom: 4px;
	clear: left;
	overflow: hidden;
}

.FButtons input[type="submit"],
.myFButton { 
	font-size: 11px; 
	font-family: arial,sans-serif;  
    border: 1px solid #aaa;
    border-radius: 3px;

    background-color: #e0e0e0;
    padding: 3px 8px;
    box-shadow: inset 0 0 0px 1px #fff,0px 0px 2px 0px #bbb;
    margin-right: 0px;
	color: #333;

	background-image: url('../images/td-01.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

.FButtons input[type="submit"]:hover,
.myFButton-hover,
.myFButton:hover {
    box-shadow: inset 0px 0px 1px 0px #fff,0px 0px 2px 2px #9cf;
	background-color: #d0d0d0;
	border-color: #69c;
	color: #000;
	
	background-image: url('../images/td-hover01.jpg');

}
.FBlock-errormessage {
	background-color: #c00;
	color: #fff;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin: 0 7px 0 10px;
	padding: 4px 10px;
	font-size: 12px;
	text-shadow: 1px 1px 0px #600;
	-moz-box-shadow: 1px 2px 2px 0px #bbb;
	-webkit-box-shadow: 1px 2px 2px 0px #bbb;
	box-shadow: 1px 2px 2px 0px #bbb;
}
.FBlock-error .InputText {
	background-color: #fbb;
}
.FBlock-error .InputText:focus {
	background-color: #fee;
}
