body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	padding:0;

	margin-top:20px;
}

a, a:visited {
	color: #0066CC;
}

a:hover {
	background: #CCCCF2;
}

.button-link, .button-link:hover, .button-link:visited, .button-popup, .button-popup:hover, .button-popup:visited,
	.button-goto-parent, .button-goto-parent:hover, .button-goto-parent:visited {
	background: #3399FF;
	color: white;
	text-decoration: none;
	padding: 2px;
	cursor: default;
	font-size: small;
	font-variant: normal;
	font-weight: normal;
}

.button-link:after, a.link:after { /* Tlacitka, ktera jsou ve skutecnosti odkazy */
	content: "\2192";
}

.button-goto-parent:after, a.goto-parent {
	content: "\2193";
}

a.popup:after, .button-popup:after {
	content: "\2191";
}

h1, h2, h3, h4, h5, h6 {
	color: #336699;
	font-family: Trebuchet MS;
	font-variant: small-caps;
}

h1 {
	font-size : 170%;
}

h1 a, h1 a:visited { /* Akcni odkazy za nadpisem */
	color: #336699;
}

.green {
	color: green;
}

.red {
	color: red;
}

table {
	border-collapse: collapse;
}

fieldset {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-right: 2px;
	padding: 6px 8px 6px 8px;
}

hr {
	border: 0;
	height: 1px;
	overflow: hidden;
	background: #AAAAAA;
	margin-top: 30px;
}

#container {
	max-width: 1350px;
	margin: 0 auto;
	margin-top: 0;
	padding-top: 0;
	position: relative;
        background-color:white;

}

#main-menu {
	right: 0;
	padding: 0;
	margin: 0;
	top: -15px;
	z-index: 2;
}

#main-menu li a:hover {
	background: #0066CC;
}

#main-menu li a {
	background: #3399FF;
	color: white;
	border: 1px solid #2288EE;
}

#sub-menu {
	padding: 0;
	margin: 0;
	top: 8px;
	z-index: 1;
}

#sub-menu li a:hover {
	background: #3399FF;
}

#sub-menu li a {
	background: #0066CC;
	color: white;
	border: 1px solid #2288EE;
}

.drop-down-menu {
	list-style: none;
	position: absolute;
}

.drop-down-menu li {
	float: left;
}

.drop-down-menu li a {
	display: block;
	padding: 3px 6px 3px 6px;
	width: 70px;
	text-align: center;
	text-decoration: none;
	border-top: 0;
	border-bottom: 0;
}

.drop-down-menu li:hover ul {
	display: block;
}

.drop-down-menu li ul {
	list-style: none;
	width: 100%;
	padding: 0;
	display: none;
}

.drop-down-menu li ul li {
	display: block;
	float: none;
}

#footer {
	font-size: smaller;
	color: #666666;
}

.listing-table {
	border-collapse: collapse;
	margin-top: 8px;
}

.listing-table th, .double-listing th, .overview-listing th {
	background: #a5cdff;
	border: 1px solid #AAAAAA;
}

table.listing-table > tbody > tr > td {
	border: 1px solid #AAAAAA;
	padding: 2px 5px 2px 5px;
}

.listing-table .odd td, .double-listing .odd td {
	background: #E9EFF8;
}

.listing-table .after_datum_due td {
	background: #FF5F3F !important;
}

.listing-table .after_datum_due_pre td {
	background: #ffcccc;
}

.listing-table tr.not_in_live_schedule {
	background: rgb(145, 145, 255);
}

.listing-table td.not_in_live_schedule {
	background: rgb(145, 145, 255) !important;
}

.listing-table td.after_deadline {
	background: red !important;
}

.listing-table .log-error td {
	background: #FF5F3F !important;
}

.listing-table .log-warning td {
	background: #FFCCCC !important;
}

.listing-table .log-notice td {
	background: #CCCCFF !important;
}

.double-listing {
	border-collapse: collapse;
	margin-top: 8px;
}

.double-listing tr td {
	border: 1px solid #AAAAAA;
	padding: 2px;
}

input.input, textarea, select {
	border: 1px solid #0088FF;
	padding: 1px 2px 1px 2px;
}

textarea {
	padding: 3px;
	width: 300px;
	margin-bottom: 0;
}

input.submit, button.submit {
	color: white;
	background: #3399FF;
	border: 0;
	padding: 1px;
}

input[readonly], textarea[readonly], select[readonly], input[disabled], textarea[disabled], select[disabled] {
	background-color: #EEEEEE;
}

.pagination {
	color: #666666;
	float: left;
	width: 600px;
	margin-top: 10px;
}

#daily-options, #weekly-options, #monthly-options, #yearly-options { display : none; }
input.two-digit { text-align:right; width: 25px; }
input.number { text-align:right; width: 50px; }
input.bignumber { text-align:right; width: 80px; }
input.text { width: 300px;}
input.date { width: 100px;}
input.datetime { width: 100px; letter-spacing: -1px; word-spacing: 2px; }
input.short-text { width: 150px;}

.button-img { border: 0; }

.cell-changed {
	background: #AAAAAA;
	font-weight: bold;
}

.header-add-link {
	font-size: 12px;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.tooltip {
	position:absolute;
	z-index:1000;
	width:220px;
	background:#3399FF;
	border:2px double #0066CC;
	text-align:left;
	padding:5px;
	min-height:1em;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-border-radius:5px;
}

.tooltip h3 {
	font-size: 100%;
	font-variant: normal;
	margin: 0;
	color: white;
	font-weight: normal;
}

#timesheet-list .accepted td {
	background-color: #DDD !important;
}

#timesheet-list .billed td {
	background-color: #C0C0C0 !important;
}

td.float, th.float { text-align: right; }
td.date, th.date { text-align: right; }
td.datetime, th.datetime { text-align: right; }
td.hours, th.hours { text-align: right; }
td.price, th.price { text-align: right; }
td.center, th.center { text-align: center; }
td.right, th.right { text-align: right; }
td.left, th.left { text-align: left; }

.overview-listing {
	border-collapse: collapse;
	margin-top: 8px;
}

.overview-listing tr td {
	border: 1px solid #AAAAAA;
	padding: 2px;
}

.first-row {
	border-top: 3px solid #AAAAAA;
}

.second-row {
	border-bottom: 3px solid #AAAAAA;
}

td.r1, td.r2, td.r3, td.r4, td.r5 {
	background-color: #CCFF99;
}

td.r6, td.r7, td.r8, td.r9, td.r10, td.r11, td.r12 {
	background-color: #E9EFF8;
}

td.r13 {
	background-color: #D9DFE8;
}

td.r14a, td.r14b, td.r15a, td.r15b, td.r16a, td.r16b {
	background-color: white;
}

td.revision-changed {
	font-weight: bold;
	background-color: #CCCCCC !important;
}

ul.errors li.notice { color: green; }

ul.errors li.error { color: red; }

.discussion-table {
	border-collapse: collapse;
}

.discussion-table tr.row td {
	border: 1px solid #CCCCCC;
	padding: 6px;
}

.discussion-table tr.private td {
	background-color: #F5F5F5;
}

.discussion-table tr.blank td {
	height: 10px;
	overflow: hidden;
}

pre {
	font-family: monospace;
	font-size: 12px;
	background-color: #EEEEEE;
	padding: 4px;
	border: 1px dashed #C0C0C0;
	margin: 10px;
}

#note-div pre{

	width: 500px;
	overflow: scroll;
}

.discussion-table pre{

	width: 700px;
	overflow: scroll;
}


.data-table td, .data-table th {
	border: 1px solid #CCCCCC;
}

div.grippie {
	background:#A5CDFF;
	border-color:#0088FF;
	border-style:solid;
	border-width:0px 1px 1px;
	cursor:s-resize;
	height:3px;
	overflow:hidden;
}

.issue-type-10 td { background-color: #FCBDBD !important; }
.issue-type-15 td { background-color: #E3B7EB !important; }
.issue-type-20 td { background-color: #E3B7EB !important; }
.issue-type-23 td { background-color: #fbec88 !important; }
.issue-type-26 td { background-color: #FFFF99 !important; }
.issue-type-30 td { background-color: #C2DFFF !important; }
.issue-type-35 td { background-color: #D2F5B0 !important; }
.issue-type-40 td { background-color: #D2F5B0 !important; }
.issue-type-50 td { background-color: #D2F5B0 !important; }
.issue-type-60 td { background-color: #D2F5B0 !important; }
.issue-type-70 td { background-color: #C9CCC4 !important; }
.issue-type-80 td { background-color: #BBBBBB !important; }
.issue-type-90 td { background-color: #AAAAAA !important; }

.uwt-week {
	padding: 1px;
	text-align: right;
	background-color: #eee !important;
}

.uwt-weekend {
	padding: 1px;
	text-align: right;
	background-color: #fff !important;
}

#filters {
	font-size: smaller;
	padding: 0px;
}


.rotate_company {
    position: absolute;
    top: -36px;
    left: 35%;
    white-space: nowrap;
    font-size: 16px;
	opacity: 0.4;
}
