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

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

body {
 font-family: Arial, Helvetica, sans-serif;
  min-width: 770px;
  max-width: 1250px;
  color: #000000;
}

#pawi #outer {
	width: 715px;
	text-align: left;
	margin: 0 auto;
}

#pawi p {
	font-family: sans-serif;
	font-size: 11px;
}

#pawi table {
	width: 100%;
	text-align: left;
}
                        
#pawi fieldset {
	padding: 10px;
	border: 1px dotted #191970;
	background: #F5F5DC;
	margin-top: 15px;
	text-align: left;
}

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

#pawi fieldset legend {
	font-weight: bold;
	font-size: 12px;
	border: 0px #8A8A00 solid;
	border-bottom-width: 5px;
	margin-bottom: 11px;
}

* html #pawi legend {
	font-weight: bold;
	font-size: 12px;
	border: 0px #8A8A00 solid;
	border-bottom-width: 5px;
	margin-bottom: 11px;
}

#pawi fieldset label {
	font-weight: bold;
	color: #8B0000;
}

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

/**
 * Main header of a table
 */
#pawi thead th,#pawi th.pawi-th-header {
	border: 1px red white;
	border-width: 0px 0px 20px 0px;
	background: #028A00;
	color: black;
	font-size: 12px;
	padding: 4px;
	background: url('../images/thbg.jpg');
	background-repeat: repeat-x;
	height: 24px;
	font-weight: bold;;
	letter-spacing: 2px;
}

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

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

/**
 * Table body coloumn
 */
tbody td {
	
}

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

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

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

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

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

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

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


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

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

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

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

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

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