#container{
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#popupHeaderPanel{
	width:556px;
	_width:100%;
	padding_top:1px;
	padding-right:4px;
	height:22px;
	background-color:#E9E9E9;
	margin-bottom:25px;
	_padding-right:0px;/* Hack for IE-Win */
	/*Hack for IE-Mac*/
	/*\*//*/background-color:#E9E9E9;height:25px/**/
}
.popupHeaderTitle{
	font-size:12px;
	font-weight:bold;
	margin-left:15px;
	width:470px	
}

.headerButton{
	float:right;

}
p.popupPrint{
	clear:both;
	padding:0px;
	padding-top:26px;
	padding-bottom:22px;
}
/*#popupHeaderPanel span.headerButton{
	vertical-align:top;
	display: inline;
	list-style: none;
	float:right;
	text-align:right;
}*/
#contentPanel{
	margin:0px;
	float:none;
	width:500px;
	padding-left:26px;
	text-align:left;
	padding-right:26px;
	_width:560px;
}

#popupFooter{
	float: left;
	width:560px;
	text-align: center;
	width:100%;
	margin: 26px auto 5 auto;
	font-size: 9px;
	color: #333;
}

#popupFooter p.legal{
	font-size: 9px;
	position: relative;
	padding: 7px 0 8px 0;
	margin-top: 12px;
	margin-bottom: 1px;
	background-color: #E9E9E9;
}

.popupTitle{
	font-size: 14px;
	font-weight: bold;
	color: #c00;
	font-family: Verdana, sans-serif;
	padding: 0;
}




/* for tables */

.tableHeader{
	color:#000000;
	font-size:11px;
	font-weight:bold;
	padding: 3px 0 3px 3px;
	margin-bottom: 9px;
	background-color:#E7E3E7;
	border:solid 1px white;
}

.fixedWidthTable{
	table-layout: fixed;
}



.tdLeft{
	color: #333;
	font-size: 11px;
	border-bottom:solid 1px #CCC;
	padding-left:2px;
	padding-bottom: 5px;
}
.tdMiddle,.tdRight{
	color: #333;
	font-size: 11px;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	vertical-align:middle;
	text-align:center;
}
.row{
	float:left;
	width:100%;
	margin-bottom:2px
}

.column1{
	width:50%;
	float :left;
	/*Hack for IE-Mac*/
	/*\*//*/color:red;/**/
}
.column2{
	width:50%;
	float :left;
	text-align:center;

}
.column1Header{
	width:50%;
	float :left;
	background-color:#cccccc;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	/*Hack for IE-Mac*/
	/*\*//*/color:red;/**/
}
.column2Header{
	width:49%;
	float :left;
	text-align:center;
	background-color:#cccccc;
	padding-bottom: 5px;
	padding-top: 5px;
}

.dividerLine{
	margin-top:5px;
	margin-bottom:3px;
	border-top:solid 1px #CCCCCC;
}



