/********************************************************************************
* Project:       phpFraw (http://phpfraw.neflexis.ch, info@neflexis.ch)         *
* Copyright:     2006 neflexis GmbH (www.neflexis.ch)                           *
* Author:        Emanuel Zuber (emanuel.zuber@noreality.ch                      *
********************************************************************************/

body, table, tr, td, a, ul, li, input, select, option, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, select, textarea {
	border: 1px solid #BBBBBB;
	padding: 1px;
}
input:active,
input:hover,
select:active,
select:hover,
textarea:active,
textarea:hover {
	border: 1px solid #888888;
	background: white url(img/input_bg.png) repeat-x;
}
option:active,
option:hover {
	background: white url(img/input_bg.png) repeat-x;
	color: black;
}

.site {
	border-top: 1px solid #0A556E;
}

a {
	color: #0A556E;
	text-decoration: none;
}

a:hover {
	color: #0A556E;
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 120%;
	border-bottom: 1px solid gray;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

body {
	padding: 0px;
	margin: 0px;
}






.column_left {
	padding: 5px;
	height: 520px;
	background: #EEEEEE;
}



/* tabs */
.tabs {
	padding: 5px 5px 0px 0px;
	margin-left: 0px;
}

.tabs a {
	padding: 4px 6px 4px 6px;
	margin-left: 6px;
	line-height: 20px;
	border-top: 1px solid #0A556E;
	border-right: 1px solid #0A556E;
	border-left: 1px solid #0A556E;
	text-decoration: none;
}

.tabs a.current {
	background: #43859D;
	color: white;
	padding-bottom: 5px;
}

.tabs a:hover {
	background: #43859D;
	color: white;
}

/* end tabs */



/* portlets */
.portlet {
	padding-bottom: 3px;
	border: 1px solid #43859D;
	margin-bottom: 10px;
	background: white;
}

.portlet h1 {
	background: #0A556E;
	font-size: 100%;
	padding: 2px;
	margin: 0px;
	color: white;
}

.portlet h1 a {
	color: white;
}

.portlet .content {
	font-size: 100%;
	padding: 2px;
	margin: 0px;
	border: none;
}

.portlet .content label {
	float: left;
	width: 85px;
}
.portlet .content p {
	margin: 0px;
	padding: 0px;
}

.portlet a {
	display: block;
	padding-top: 2px;
}

.portlet .current {
	font-weight: bolder;
}

.portlet input {
	margin: 2px 0px 4px 0px;
	border: 1px solid gray;
}


/* end portlets */




.add_rapport {
	margin-bottom: 10px;
}

/* ALL HEADINS => REMOVE!!! */

.heading {
	color: white;
	background: #0A556E;
}
.heading2 {
	color: #000000;
	background-color: #8A8EB4;
}
.heading3 {
	color: #000000;
	background-color: #D9DAE7;
}

.weekday_separator {
	border-top: 1px solid black;
}

.status {
	border: 1px solid green;
	background: #ACDAAC;
	padding: 5px;
}
.warning {
	border: 1px solid orange;
	background: #F4DDB2;
	padding: 5px;
}
.error {
	border: 1px solid red;
	background: #F4C3C2;
	padding: 5px;
}

.error_label {
	color: red;
}

.public_holiday {
	color: blue;
}

.weekend {
	color: green;
}

.print_info {
	display: none;
}


select {
	margin: 1px 0px 1px 0px;
}

/* new styles */

fieldset {
	margin: 0px;
	border: 1px solid #AAAAAA;
	padding: 6px;
	margin-bottom: 12px;
}
legend {
	color: black;
	font-weight: bolder;
}

.print-marked-records {
	background: #EEEEEE;
}
.print-marked-records a {
	display: inline !important;
	margin-right: 10px !important;
}
.print-marked-records a:hover {
	font-weight: normal !important;
}


.fieldset-options {
	width: 300px;
	float: right;
	clear: right;
	margin-left: 5px;
}
.fieldset-options-big {
	width: 350px;
	float: right;
	clear: right;
	margin-left: 5px;
}

.box-home {
	width: 40%;
	height: 175px;
	float: left;
	margin-right: 5px;
}
.box-home-statistics {
	width: 55%;
	height: 577px;
	float: right;
	margin-right: 5px;
}

.more_details {
	width: 400px;
	float: right;
	clear: right;
	margin-left: 5px;
}

.fieldset-right {
	width: 350px;
	float: right;
	clear: right;
	margin-left: 5px;
}

.fieldset-newsletter-email {
	height: 250px;
}

.time_report {
	clear: left;
}

.statistics {
	width: 250px;
	float: right;
	clear: right;
	margin-left: 5px;
}


.noborder {
	border: none !important;
}


.table {
	border: 1px solid #BBBBBB;
}
.table th {
	background: #CCCCCC;
	text-align: left;
	font-weight: bolder;
	padding: 2px;
}
.table td {
	padding: 3px 2px 3px 2px;
}

.table .odd {
	background: #DDDDDD;
}

.table .even {
	background: #FFFFFF;
}

.table tr:hover {
	background: #CCCCCC;
}
.table .sum {
	font-weight: bolder;
	background: #CCCCCC;
}


.table_legend {
	margin-bottom: 5px;
}

.table_next_previous {
	float: right;
}



form {
	display: inline;
}

.standard-button {
	background: #DDDDDD;
	border: 1px solid #AAAAAA;
	margin: 6px 6px 0px 0px;
}

.submitter {
	background: #DDDDDD;
	border: 1px solid #AAAAAA;
	margin: 6px 6px 0px 150px;
}
.canceller {
	background: #DDDDDD;
	border: 1px solid #AAAAAA;
	margin: 6px 6px 0px 0px;
}

label {
	width: 150px;
	float: left;
}

.filter label {
	width: 110px;
	float: left;
}
.filter .submitter {
	margin-left: 110px;
}

p {
	margin: 2px 0px 2px 0px;
}


.top {
	border-top: 1px solid #0A556E;
	background: #43859D;
	padding: 4px 6px 4px 6px;
}


/* general information */
.information {
}

.kind_of_work {
	margin-top: 5px;
}
.kind_of_work input,
.kind_of_work textarea {
	margin: 1px;
	padding: 1px;
}


legend {
	font-size: 120%;
}

.offer_header,
.invoice_header {
	margin-bottom: 10px;
}
.offer_footer,
.invoice_footer {
	margin-top: 10px;
}




/* register / sheets */
.registers {
	width: 100%;
}
.registers .register {
	border: 1px solid #999999;
	width: 120px;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
	color: black;
	margin-left: 5px;
	line-height: 16px;
	cursor: pointer;
	background: #DDDDDD;
}

.registers a.register:hover,
.registers .register a:hover {
	background: white;
	color: black !important;
	padding: 1px 5px 2px 5px;
	border-bottom: none;
	font-weight: normal;
	cursor: pointer;
}

.registers a.current:hover,
.registers .register a.current:hover,
.registers a.standard:hover,
.registers .register a.standard:hover,
.registers .register.current,
.registers .register.standard {
	background: white;
	color: black !important;
	padding: 1px 5px 3px 5px;
	border-bottom: none;
	font-weight: normal;
	cursor: pointer;
}

.registers a {
	text-decoration: none !important;
}
.sheet {
	border: 1px solid #999999;
	padding: 5px;
	margin: 0px 2px 0px 2px;
}

.invisible {
	display: none;
}

.line {
	border: 1px solid gray;
}

.tango-link-small:hover,
.tango-link-big:hover {
	text-decoration: none;
}

.permission_green {
	display: block;
	background: green;
	width: 60px;
}
.permission_red {
	display: block;
	background: red;
	width: 60px;
}
.permission_green:hover,
.permission_red:hover {
	text-decoration: none;
	background: gray;
}

.settings-box {
	background: #EEEEEE;
	border: 1px solid gray;
	margin-bottom: 5px;
	padding: 5px;
}
.settings-box h3 {
	padding: 2px 0px 2px 150px;
	margin: 0px 0px 5px 0px;
	background: #DDDDDD;
}
.settings-box .settings-description {
	padding: 2px 0px 2px 150px;
}



.auto-completition ul {
	padding: 0px;
	width: 150px; 
	border: 1px solid #999;
	list-style-type: none;
	margin: 0px;
}
.auto-completition li { 
	padding: 2px; 
	cursor: default; 
	color: black;
	background: white; 
}
.auto-completition li:hover {
	color: white;
	background: #999999; 
}



#live_search_box {
	text-align: left;
	background: #EEEEEE;
	border: 1px solid gray;
}
#live_search_box ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#live_search_box li { 
	cursor: default; 
	color: black;
	background: #EEEEEE;
}

#live_search_box li h1 {
	padding: 2px;
	margin: 2px 0px 2px 0px;
	font-size: 110%;
	background: #0a556e;
	color: white;
}

#live_search_box li a { 
	padding: 2px;
	display: block;
	cursor: default; 
	color: black;
	background: #EEEEEE;
}

#live_search_box li a:hover {
	color: white;
	background: #999999;
	text-decoration: none;
}

