/* panel - extended by floats */

div.panel
{
	overflow: auto;
	_overflow: visible;		/* ie6 hack */
	_height: 1px;
}

/* search */

div.search
{
	margin-bottom: 10px;
}

/* lists */

div.panel h1,
div.list h1,
div.list table th,
div.list div.pages
{
	padding: 1px;
}

div.panel h1,
h1.panel_title,
div.list h1,
div.list h2
{
	margin: 5px 0 0 0;
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin-bottom: 2px;
	float: left;
	clear: left;
}

h1.panel_title
{
	float: none;
}

div.list h2
{
	font-size: 11px;
}

div.list
{
	padding-left: 1px;
	padding-top: 1px;
}

div.list table
{
	width: 100%;
	border-left: 1px solid #99b8d4;
	border-top: 1px solid #99b8d4;
	clear: left;
}

div.list table th
{
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}

div.list table td,
div.list table th
{
	font-size: 11px;
	border-bottom: 1px solid #99b8d4;
	border-right: 1px solid #99b8d4;
	padding: 2px;
	vertical-align: top;
}

div.list table td.no_b,
div.list table th.no_b
{
	border-bottom: none;
}

div.list table th.cur,
div.list table td.cur,
table.frm th.cur,
table.frm td.cur,
div.list table th.num,
div.list table td.num,
table.frm th.num,
table.frm td.num
{
	text-align: right;
	padding-right: 4px;
	white-space: nowrap;
}

table.frm th.cur,
table.frm td.cur,
table.frm th.num,
table.frm td.num
{
	padding-right: 5px;
}

div.list table td.checkb,
div.list table th.checkb
{
	text-align: center;
	padding: 0;
	margin: 0;
	width: 40px;
	text-align: center;
}

div.list table td a.pdf
{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url(../../img/icons/pdf.gif) 0 0 no-repeat;
}

div.list table td a:hover
{
	text-decoration: underline;
}

div.list table td input.chk
{
	height: 13px;
	width: 13px;
	margin: 0;
	padding: 0;
	border: none;
}

div.list table th.search
{
	margin: 0;
	padding: 0 2px 2px 2px;
}

div.list table th.search input,
div.list table th.search select
{
	margin: 0;
	background-color: #eee;
	border: none;
	width: 90%;
}

div.list table th.search input
{
	padding: 1px;
}

div.list table th.search input.date
{
	width: 70px;
}


div.list table th.search select option
{
	border: none;
}

div.list table tr.odd td
{
	background-color: #d4fa9a;
}

div.list table a
{
	color: #336699;
}

/* pages */

div.list div.pages
{
	font-size: 11px;
	height: 15px;
	margin-top: 1px;
	border: 1px solid #99b8d4;
}

div.list div.pages label.page
{
	float: left;
}

div.list div.pages ul
{
	float: left;
}

div.list div.pages ul li
{
	float: left;
	margin-left: 5px;
}

div.list div.pages ul li.current
{
	color: #000;
	font-weight: bold;
}

/* forms */

dl.f,
ul.f
{
	float: left;
}

input.file_source,
.f input,
.f select,
.f textarea,
input.txt
{
	font-size: 11px;
	border: solid 1px #99b8d4;
	margin: 0;
}

.f input,
.f select,
.f textarea
{
	display: block;
	float: left;
	width: 160px;
	font-size: 11px;
	padding: 1px;
}

.f select
{
	padding: 0;
}

.f textarea
{
	height: 40px;
}

.f label
{
	display: block;
	float: left;
	font-size: 11px;
}

dl.f dd label,
ul.f li label
{
	margin-left: 2px;
	margin-right: 2px;
	width: auto;
	text-align: left;
}

.f label.req
{
	font-weight: bold;
}

.f input.chk
{
	border: none;
	width: 15px;
	padding: 0;
	height: 13px;
	margin: 2px 0 0 0;
}

dl.f dt input.chk
{
	float: right;
	margin-right: 20px;
}

.f input.date
{
	width: 70px;
}

.f input.datetime
{
	width: 130px;
}

.f input.dy
{
	width: 40px;
	margin-right: 2px
}

.f input.dm,
.f input.dd
{
	width: 20px;
	margin-right: 2px
}

.f a
{
	display: block;
	float: left;
	margin: 0 0 0 2px;
}

.f label a
{
	float: none;
	display: inline;
}

dl.f dt,
ul.f li
{
	float: left;
	clear: left;
	padding-top: 3px;
}

ul.f li
{
	white-space: nowrap;
}

dl.f dd
{
	float: left;
	padding-top: 3px;
}

input[disabled],
select[disabled],
textarea[disabled]
{
	background-color: #e8effb;
}

p.f
{
	float: left;
	clear: left;
	text-indent: 0;
	padding: 5px 0 5px 0;
}

/* buttons */

ul.buttons
{
	width: 90%;
}

ul.buttons li
{
	float: left;
	padding: 0;
	margin: 0;
}

input.sl,
ul.buttons li input,
ul.buttons li a
{
	display: block;
	float: left;
	background-color: #99b8d4;
	color: #fff;
	cursor: pointer;
	border: 1px solid #728a4a;
	font-size: 11px;
	margin: 0;
}

input.sl,
ul.buttons
{
	float: left;
	clear: left;
	margin-top: 10px;
	margin-bottom: 2px;
}

input.sl,
ul.buttons li input
{
	height: 22px;
}

ul.buttons li a
{
	padding: 3px 8px 0 8px;
	height: 17px;
	text-decoration: none;
}

ul.buttons li a:hover
{
	text-decoration: none;
	color: #fff;
}

/* err, msg */

ul.err,
ul.msg,
label.msg
{
	margin-top: 10px;
}

ul.err,
label.err,
input.err,
table.frm td.err,
table.frm td.err input
{
	color: #ff6c6c;
}

ul.msg,
label.msg
{
	color: #31af51;
}

label.msg,
label.err,
ul.err,
ul.err li,
ul.msg,
ul.msg li
{
	float: none;
}

ul.err li,
ul.msg li
{
	margin: 0;
	padding: 0;
	background-image: none;
}

div.panel label.msg,
div.panel label.err,
div.panel ul.err,
div.panel ul.err li,
div.panel ul.msg,
div.panel ul.msg li
{
	float: left;
	clear: left;
}

/* form table */

table.frm
{
	float: left;
	clear: left;
	margin-left: 1px;
	margin-top: 5px;
	border-left: 1px solid #acc3ea;
	border-bottom: 1px solid #acc3ea;
}

table.frm,
div.list table.frm
{
	width: 99%;
}

table.frm td,
table.frm th
{
	border-right: 1px solid #acc3ea;
	border-top: 1px solid #acc3ea;
	padding: 2px 4px 2px 4px;
}

table.frm input.int
{
	border: none;
}

/* forms */

dl.f
{
	width: 320px;
	clear: left;
}

dl.f dt
{
	width: 120px;
}

dl.f dd
{
	width: 200px;
}

.f input,
.f select,
.f textarea
{
	width: 180px;
}

.f label
{
	width: 100px;
	text-align: right;
}

dl.fl
{
	width: 575px;
}

dl.fl dd
{
	width: 350px;
}

.fm input,
.fm select,
.fm textarea
{
	width: 100px;
}

.fl input,
.fl select,
.fl textarea
{
	width: 330px;
}

.f textarea.h
{
	height: 80px;
}

.f textarea.hh
{
	height: 160px;
}

dl.fxl
{
	width: 835px;
}

dl.fxl dd
{
	width: 710px;
}

.fxl input,
.fxl select,
.fxl textarea
{
	width: 690px;
}

/* address */

.f input.addr_street
{
	width: 126px;
}

.f input.addr_no
{
	width: 21px;
	margin-left: 2px;
}

.f input.addr_postcode
{
	width: 45px;
}

.f input.addr_city
{
	margin-left: 2px;
	width: 129px;
}

table.frm input.curr,
.f input.curr
{
	width: 80px;
	text-align: right;
}

.f select.curr
{
	width: 55px;
}

.f .next
{
	margin-left: 2px;
}

table.frm input.curr
{
	float: right;
}

/* data */

.f input.date_month, .f input.date_day, .f input.date_mm
{
	width: 21px;
	margin-left: 2px;
}

.f input.date_hh
{
	width: 21px;
	margin-left: 10px;
}

.f input.date_year
{
	width: 45px;
}

.f input.date
{
	width: 85px;
}

/* sides */

div.side
{
	float: left;
}

div.side fieldset,
div.side .f
{
	clear: left;
}

/* fieldsets */

fieldset
{
	display: block;
	float: left;
	border: 1px solid #dedede;
	padding: 10px 5px;
	padding-top: 0;
	margin: 5px 5px 0 0;
}

fieldset legend
{
	padding: 5px;
	margin: 0 0 0 5px;
	font-weight: bold;
}

