/*	File:			Panel.css
 *	Author:			Matthias Friedrich
 *	Date:			07-01-2005
 */

a.panelList
{	padding-left: 4px;
}

div.panel1
{
 	background: #E8E8E8;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 112px;
	width: 100%;
	/*border: solid 1px #bbbbbb;*/
	margin: 0px 0px 0px 0px;
}

div.panel2
{
        background: #B7B7B7;
	/*background: #334b6f;*/
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 110px; /* 112px; */
	border-top: 2px solid #ffffff;
	/*border: solid 1px #bbbbbb;*/
	width: 100%;
	margin: 0px 0px 0px 0px;
}

div.panel3
{	background: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 112px;
	width: 100%;
}

div.panel4
{	background: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 112px;
	width: 100%;
}

div.panel5
{	background: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 112px;
	width: 100%;
}

div.panel6
{	background: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 112px;
	width: 100%;
}

div.panel7
{	background: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 112px;
	width: 100%;
}

div.panel8
{	background: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 112px;
	width: 100%;
}


td.dummyPanel {
	border-right: #ffc800 2px dashed;
	border-top: #ffc800 2px dashed;
	border-left: #ffc800 2px dashed;
	width: 100%;
	border-bottom: #ffc800 2px dashed;
	height: 112px;
	vertical-align: top;
}