body
{
	margin: 0;
	padding: 0;
	font: normal 9pt arial,sans-serif;
	background: #fafafa;
	color: #333;
}
h2 
{
	font-size:14px;
	margin-top: 40px;
	margin-bottom: 10px;
}
h3 
{
	font-size:12px;
	margin-top: 40px;
	margin-left: 10px;
	display:inline;
}
a {
	color: #04749a;
}
#page
{
	margin-bottom: 5px;
	background: #e4eff3;
}
#tracker-dialog
{
	background: #e4eff3;

}

#header
{
	margin: 0;
	background-color:#fff;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	color: #999;
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 2px solid #0073ab;
}

#logo
{
	padding: 25px 0 25px 20px;
	font-size: 200%;
}

#mainmenu
{
	padding: 3px 0;
	margin: 0;
	border-bottom: 2px solid #0073ab;
	background-color: #fff;
}

#mainmenu li
{
	list-style: none;
	margin: 0;
	display: inline;
}
#mainmenu li a
{
	padding: 3px 1.4em;
	margin-left: 3px;
	border: 2px solid #0073ab;
	border-bottom: none;
	background:#04749a;
	text-decoration: none;
	color: #fff;
	font-size:0.8rem;	
}
#mainmenu li a:link { color: #fff; }
#mainmenu li a:visited { color: #fff; }

#mainmenu li a:hover
{
	background: #fff;
	color: #0073ab;
	border-bottom: : 2px solid #0073ab;
}
#mainmenu li.active a
{
	color: #0073ab;
	background-color:#e4eff3;
	text-decoration:none;
	border-bottom: 2px solid #e4eff3;
	font-weight:bold;
}

#submenu 
{
	padding-left: 0;
	margin-left: 0;
	background-color: #fff;
	color: #0073ab;
	float: left;
	width: 100%;
	border-bottom: 1px solid #0073ab;
}

#submenu li { display: inline; }

#submenu li a
{
	padding: 3px 1.4em;
	background-color: #fff;
	color: #0073ab;
	text-decoration: none;
	float: left;
}

#submenu li a:hover
{
	background:#e4eff3;
}

#submenu li.active a
{
	background: #0073ab;
	color: #fff;
	text-decoration:none;
}


div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 1em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:1em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}



#ui-datepicker-div {
    font-size: 1em;
}


#letterFilter {
	margin: .2em 0;
}

/* Grid-Views: Listen */
.grid-view-loading
{
	background:url(loading.gif) no-repeat;
}

.grid-view table.items
{
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 1px #D0E3EF solid;
}

.grid-view table.items th, .grid-view table.items td
{
	font-size: 1em;
	padding: 3px 1.4em;
}

.grid-view table.items th
{
	background: #0073ab;
	color: #fff;
}

.grid-view table.items th a
{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}

.grid-view table.items th a:hover
{
	color: #FFF;
}

.grid-view table.items th a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items th a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items tr.even
{
	background: #F8F8F8;
}

.grid-view table.items tr.odd
{
	background: #E5F1F4;
}

.grid-view table.items tr.inaktiv
{
	font-style: italic;
	color: #aaa;
}

.grid-view table.items tr.selected
{
	background: #BCE774;
}

.grid-view table.items tr:hover
{
	background: #ECFBD4;
}

.grid-view .link-column img
{
	border: 0;
}

.grid-view .button-column
{
	text-align: center;
	width: 60px;
}

.grid-view .button-column img
{
	border: 0;
}

.grid-view .checkbox-column
{
	width: 15px;
}

.grid-view .summary
{
	float: left;
	margin: 30px 0 5px 0;
	text-align: left;
}

.grid-view .pager
{
	float: right;
	margin: 30px 0 0 0;
	text-align: right;
}

.grid-view .empty
{
	font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select
{
	width: 100%;
	border: 1px solid #ccc;
}

.grid-view td.rightalign
{
	text-align: right;
}
.grid-view td.kreditor
{
	color: #f00;
}

ul.yiiPager
{
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}

ul.yiiPager li
{
	display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
	font-size: 1em;
	line-height: 2em;;
	text-decoration:none;
	background: #0073ab;
	color: #fff;
	margin: .2em 0;
	padding: .4em .8em;
}

ul.yiiPager .page a
{
	font-weight:normal;
}

ul.yiiPager .selected a
{
	color:#000;
}

ul.yiiPager .hidden a
{
	color:#ccc;
}


/* autocomplete auf projektseite */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin-left: -440px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_results li span.id {
	display:block;
	width: 25px;
	float:left;
	padding: 0 .2em;
	border-right: 1px solid #ccc;
}
.ac_results li span.name {
	padding: 0 .2em;
}
.ac_results li span.kunde {
	display:block;
	width: 250px;
	float:right;
	padding: 0 .2em;
	border-left: 1px solid #ccc;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
