table.grid {
	clear:both;
    width:100%;
}

table.grid td {
	overflow:hidden;
}

.grid-header {
	width:100%;
	color:white;
	font-weight:bold;
	font-size:11px;
}
.grid-header .left {
	height:23px;
	background: transparent url("../img/title-bar-left-curve.gif") top left no-repeat;
	width:5px;
	padding-top:0px;
	padding-bottom:0px;
}

.grid-header .column {
	background:transparent url("../img/title-bar-background.gif") top left repeat-x;
	height:23px;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
}

.grid-header .center {
	background:transparent url("../img/title-bar-background.gif") top left repeat-x;
	padding: 0px;
	height:23px;
	width:100%;	
}

.grid-header .right {
	width:5px;
	background: transparent url("../img/title-bar-right-curve.gif") top right no-repeat;
	height:23px;
	padding-top:0px;
	padding-bottom:0px;
}

.grid-header a.header-link:link, a.header-link:active, a.header-link:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.grid-header a.header-link:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.grid-header .spacer {
	border-right: 1px solid white;
}

.grid td {
	padding-top:8px;
	padding-bottom:8px;
}

.grid .empty {
	font-weight: bold;
	height:41px;
	line-height:31px;
	text-align:center;
	color:#FF4B13;
	background-color:#E5E5E5;
}

.grid tr.odd {
	background-color:#F7F5F5;
	border-bottom:1px solid white;
}
.grid tr.even {
	background-color:#E5E5E5;
	border-bottom:1px solid white;
}
div.odd {
	background-color:#F7F5F5;
	border-bottom:1px solid white;
	padding:10px;
	overflow:hidden;
	clear:both;
}
div.even {
	background-color:#E5E5E5;
	border-bottom:1px solid white;
	padding:10px;
	overflow:hidden;
	clear:both;
}

table.grid td.break {
	background:transparent url("../img/title-bar-background.gif") top left repeat-x;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	padding: 5px 0;
}

table.grid div.header div.middle {
	background:transparent url("../img/title-bar-background.gif") top left repeat-x;
	float:left;
	height:33px;
	line-height:23px;
	color:white;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	width:99%;
}

.left-column {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#556295;
	text-align:right;
	width:30%;
	overflow:hidden;
	vertical-align:top;
}

.right-column {
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	padding-left:8px;
	width:70%;
	overflow:hidden;
	vertical-align:top;
}

.grid .row {
	font-size:11px;
}
.center-align {
	text-align:center;	
}

div.empty {
	background: #E5E5E5;
	color:#FF4B13;
	font-weight:bold;
	text-align:center;
	padding:10px;
}

.step-grid-header {
	width:100%;
	color:white;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

.step-grid-header .center {
	background:transparent url("../img/title-bar-background.gif") top left repeat-x;
	height:5px;
	width:100%;	
}

.grid td.divider {
	border-left:1px solid white;
}

.grid td.indent {
	padding-left:5px;
}
