@CHARSET "UTF-8";

/* tooltip */
.tooltip {
        width: 16px;
        height: 16px;
        background: url("../images/icons/help.gif") left no-repeat;
        position: absolute;
}

a.tooltip {
        text-decoration: none;
        color: #444444;
        font-weight: normal;
        font-size: 0.8em;
}

a.tooltip:hover {
        position: absolute;
}

a.tooltip span {
        position: absolute;
        width: 20em;
        top: 2em; left: 1em;
        background: #ffffdd;
        border: 1px solid #aaaaaa;
        padding: 7px;
        visibility: hidden;
}

.tooltip:hover span {
        z-index: 23;
        visibility: visible;
}

a.tooltip span b {
        display: block;
        font-weight: bold;
        border-bottom: 1px solid #888888;
        margin-bottom: 5px;
}

/* DIV COMBIS */
#combis {
	padding:0.5em;
	width: 600px;
	background: #fff;
	position: absolute;
	border: 3px solid #ccc;
	left: 30%;
	z-index: 50;
	font-size: 0.8em;
}

#combis p {
	font-size: 0.9em;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#combis .title {
	font-size: 1.5em;
}

#combis .headline .title a {
	color: #fff;
	font-size: 0.7em;
}

#combis table#all-combis {
	width: 100%;
}

#combis table#all-combis thead th a.tooltip {
	width: 16px;
	height: 16px;
	background: url("../images/icons/info_icon.gif") left no-repeat;
	position: absolute;
	margin-left: 5px;
	top: 22px;
	font-size: 1em;
}
/* DIV COMBIS END */

#add_combis input {
	float: left;
	clear: left;
}

#add_combis strong {
	float: left;
	margin: 1px 0 0 2px;
}

#add_combis a {
	float: left;
	font-size: 0.7em;
	margin: 5px 0 0 2px;
}

#btn_save_combis {
	margin: 5px 0 0 -1px;
}
/* week overview end */

/* page with all possible combis in red START */
table#all-combis {
	width: 600px;
	height: auto;
}

table#all-combis tbody th {
	text-align: center;
}

table#all-combis tbody tr.line-colored {
	background: #FFE4E1;
}

table#all-combis tbody tr.headline td {
	background: #d40000;
	color: #fff;
	font-weight: bold;
}

table#all-combis tbody tr.headline a {
	color: #fff;
}

table#all-combis tbody tr.headline td.title {
	text-align: left;
}

table#all-combis tbody tr td {
	padding: 0.4em;
	text-align: right;
}

table#all-combis thead th a.tooltip {
	width: 16px;
	height: 16px;
	background: url("../images/icons/info_icon.gif") left no-repeat;
	position: absolute;
	margin-left: 5px;
}

#page_bg table#all-combis {
	border: none;
}

#page_bg table#all-combis thead th a.tooltip {
	color: #444444;
}

table#all-combis td.title {
	text-align: left;
}


/* page with all possible combis END */

.text-right {
	text-align: right;
	width: 170px;
	float: left;
}

div.tooltip {
	position: absolute;
	display: none;
	width: 4em;
	background: #ffffdd;
	border: 1px solid #aaaaaa;
	padding: 5px;
	color: #000;
}

