/**
 * These CSS styles customize the Pflegeatlas WebInterface
 * $Id:$
 */

/** BEGIN GENERICS ************************************************************/

#pflegeatlas #outer {

}

#pflegeatlas p {
	font-family: sans-serif;
	font-size: 12px;
}

#pflegeatlas table {
	width: 100%;
	text-align: left;
}

#pflegeatlas fieldset {
	padding: 10px;
	border: 1px solid #5485BF;
	background: #EEEEEE;
	margin-top: 15px;
	text-align: left;
}

* html #pflegeatlas fieldset {
	padding: 10px;
	background: white;
	margin-top: 15px;
	border-style: solid;
}

#pflegeatlas fieldset legend {
	font-weight: bold;
	font-size: 12px;
	border: 0px solid #5485BF;
	border-bottom-width: 5px;
	margin-bottom: 11px;
}

* html #pflegeatlas legend {
	font-weight: bold;
	font-size: 12px;
	border: 0px #5485BF solid;
	border-bottom-width: 5px;
	margin-bottom: 11px;
}

#pflegeatlas fieldset label {
	font-weight: bold;
	color: #5485BF;
}

#pflegeatlas td,#pflegeatlas th {
	font-size: 12px;
	padding: 2px;
	font-weight: normal;
}

/**
 * Main header of a table
 */
#pflegeatlas thead th, #pflegeatlas th.pawi-th-header {
	border: 1px red white;
	border-width: 0px 0px 20px 0px;
	background: #5485BF;
	color: black;
	font-size: 12px;
	padding: 4px;
	background: url('/fileadmin/templates/pix/back_main_navi.png');
	background-repeat: repeat-x;
	height: 24px;
	font-weight: bold;;
	letter-spacing: 2px;
}

/**
 * Sub header of a table
 */
#pflegeatlas tbody th {
	background: #5485BF;
	color: white;
	font-size: 12px;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/**
 * Table footer column
 */
#pflegeatlas tfoot td {
	border: 0px solid black;
	border-width: 2px 0px 0px 0px;
	font-style: italic;
}

/**
 * Table body coloumn
 */
#pflegeatlas tbody td {
	border: 0px;
}

/** END GENERICS **************************************************************/

/** BEGIN CUSTOMS *************************************************************/

#pflegeatlas div.pawi_wrapper {
	width: 100%;
	text-align: center;
	border: 1px solid red;
}

#pflegeatlas tr.pa-insitution-frontpage-odd {
	background: #FAEBD7;
}

#pflegeatlas tr.pa-insitution-frontpage-even {
	background: #F0FFF0;
}

#pflegeatlas tr.pa-insitution-frontpage-odd:hover {
	background: #dddddd;
}

#pflegeatlas tr.pa-insitution-frontpage-even:hover {
	background: #dddddd;
}


#pflegeatlas tr.pa-insitution-frontpage-odd:hover td {
	background: #dddddd;
}

#pflegeatlas tr.pa-insitution-frontpage-even:hover td {
	background: #eeeeee;
}

#pflegeatlas div.pa-scroll-table {
	overflow: auto;
}

#pflegeatlas li.pa-insitution-frontpage-odd {
	background: #cccccc;
}

#pflegeatlas li.pa-insitution-frontpage-even {
	background: #eeeeee;
}

/** END CUSTOMS ***************************************************************/
