@charset "utf-8";
/* CSS Document */

body {
	background: #6a675e url(gfx/bg.gif) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}

h4 {
	font-size: 14px;
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

#cn {
	width: 948px;
	margin: 0 auto;
}
#shade_top {
	background-image: url(gfx/shade_top.png);
	height: 9px;
	width: 948px;
}
#shade_center {
	background-image: url(gfx/shade_center.png);
	background-repeat: repeat-y;
	width: 900px;
	padding: 15px 24px;
}
#shade_bottom {
	background-image: url(gfx/shade_bottom.png);
	height: 9px;
	width: 948px;
}

#header {
	overflow: hidden;
}
#header_left {
	background-image: url(gfx/ams_logo.png);
	width: 195px;
	height: 85px;
	float: left;
}
#header_right {
	background-image: url(gfx/header.jpg);
	width: 700px;
	height: 85px;
	float: right;
}
#header_bar {
	clear: both;
	margin-top: 5px;
	background-image: url(gfx/bg_header_bar.jpg);
	height: 25px;
	padding-right: 10px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
}
#header_bar a {
	color: #FFF;
}
#center {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 900px;
	position: relative;
}
#bg_menu {
	display: block;
	position: absolute;
	height: 100%;
	width: 195px;
	background-color: #e5e5e5;
}
#menu {
	float: left;
	width: 195px;
	position: relative;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px #d6d6d6 solid;
}

#menu li {
	line-height: 24px;
	border-top: 1px #d6d6d6 solid;
	padding-left: 10px;
}
#menu ul ul li {
	padding-left: 20px;
}
#menu li:first-child {
	border-top-style: none;
}
#menu > ul:first-child > li {
	background-image: url(gfx/bg_menu_item.gif);
	background-repeat: repeat-x;
}
#menu_spacer {
	width: 195px;
	height: 10px;
	background-color: #FFF;
}
#bdy {
	width: 700px;
	float: right;
}
#footer {
	overflow: hidden;
}
#footer_left {
	background-image: url(gfx/bg_footer_left.jpg);
	width: 195px;
	height: 25px;
	float: left;
}
#footer_right {
	background-image: url(gfx/bg_footer_right.jpg);
	width: 700px;
	height: 25px;
	float: right;
}

#login_wrapper {
	width: 100%;
	height: 400px;
}

#login {
	width: 270px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -50px;
	overflow: hidden;
}
#login label {
	float: left;
	line-height: 22px;
}
#login input {
	float: right;
	width: 200px;
	background-image: url(gfx/bg_menu_item.gif);
	height: 18px;
	border: 1px #CCC solid;
	padding-top: 4px;
}
#login .submit {
	cursor: pointer;
	width: 204px;
	height: 22px;
	padding-top: 0px;
}
#login input:hover, #login input:focus {
	background-color: #FFF;
	background-image: none;
}

.error {
	color: #F00;
}

.ok {
	color: #0C0;
}

#login_wrapper .error {
	text-align: center;
}

.inactive {
	color: #777;
	font-style: italic;
}

.hint {
	font-style: italic;
	font-size: 0.9em;
	font-weight: normal;
}

.list {
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 0 auto;
	margin-top: 15px;
}
.list th {
	border: 1px solid #000;
	border-bottom-width: 2px;
	border-top-width: 2px;
	padding: 0px 5px;
}
.list td {
	text-align: center;
	padding: 0px 5px;
	border: 1px dotted #000;
	font-size: 0.9em;
}
.list .actions {
	white-space: nowrap;
}
.invoice_elements {
	width: 99%;
}
.invoice_form .invoice_value {
    text-align: right;
    font-weight: bold;
    padding-right: 30px;
}
.invoice_form .invoice_value .value {
    display: inline-block;
    width: 80px;
}
.company_delete {
	text-align: center;
}
.additional_field {
	display: none;
}

#f_invoice_elements {
	display: block;
}

.invoice_element {
	border: 1px solid #e9e9e9;
	display: block;
}

.document_details .ddata {
	margin: 0px 0px 0px 120px;
	font-style: italic;
}

.file_list_filename {
	display: block;
}
.file_list_msg {
	display: block;
	margin-left: 50px;
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
}

.field {
	display: block;
	margin-bottom: 5px;
}
.field label {
	display: inline-block;
	width: 180px;
}
.field input[type="text"], .field select {
	width: 200px;
}
.field .hint {
	display: block;
	margin-left: 190px;
}
input.normal {
	width: 80px;
}
input.tiny {
	width: 30px; 
}
select.tiny {
	width: 50px;
}
input.narrow {
	width: 55px;
}
input.wide {
	width: 190px;
}
select.wide {
	width: 210px;
}
.filters label {
	display: inline-block;
	width: 130px;
}
.pages {
	text-align: center;
}
