#plan_table {
	border-collapse: collapse;
	width:100%;
}

#plan_table td {
	padding: 5px;
	text-align: center;
	border: 1px solid #ffffff;
}

#plan_table td.left_column {
	text-align: left;
	padding-left: 7px;
}

#plan_table .medium_bold {
	font-weight: bold;
}

td.plan_name {
	text-align:center; 
	color: #0063b3;
	vertical-align: top;
	font-size: 140%;
	font-weight: bold;
	background-color: #99ccff;
}	

td.plan_level {
	text-align:center; 
	vertical-align: top;
	font-weight: bold;
	background-color: #99ccff;
}

td.highlighted, th.highlighted {
	background-color: #99ccff;
}

td.highlighted_2 {
	background-color: #FFF6B6;
}

#pop_box h1 {
	color: #0063b3;
	font-size: 22px;
	line-height: 24px;
	float: left;
	margin: 0px 0px 20px 20px;
}

#pop_box  h1 + * {
	clear: both;
}

#pop_box h3 {
	color: #0063b3;
	font-weight: bold;
	padding: 25px 0px 5px 0px;
}

#pop_box h4 {
	color: #0063b3;
	padding: 12px 0px 2px 0px;
}

#pop_box input.normal {
	width:300px;
}

#pop_box select.normal {
	width:305px;
}

#pop_box div.buttons {
	clear: both;
	padding-top: 8px;
	height: 34px;
	margin: 6px 0px 0px 0px;
	border-top: 1px solid #d7d7d7;
}

#pop_box .blue_button {
	float:left;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #006699;
	border: 1px solid #003366;
	padding: 6px 10px;
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
}

#pop_box .blue_button:hover {
	background-color: #107db4;
}

#pop_box {
	position: absolute;
	margin-top: 50px;
	width: 786px;
	text-align: left;
	z-index:503;
	color: #333333;
}

#pop_box #top {
	height: 10px;
	display: block;
	vertical-align: bottom;
}
#pop_box #bottom {
	height: 10px;
	display:block;
	vertical-align: top;
}
#pop_box #left {
	height: 100%;
	padding-left: 10px;
	background: url(/global/containers/ajax_pop_box/images/pop_box_border_lr.png) repeat-y left;
}
#pop_box #right {
	height: 100%;
	padding-right: 10px;
	background: url(/global/containers/ajax_pop_box/images/pop_box_border_lr.png) repeat-y right;
}
#pop_box #content {
	background-color: #ffffff;
	padding: 8px;
	border: 1px solid #004e99;
	cursor: move;
	z-index:103;
}

#pop_box #close_button {
	display:block;
	float:left;
	margin-top: 1px;
	width: 21px;
	height: 20px;
	background: url('/global/containers/ajax_pop_box/images/plan_close_button.gif') no-repeat 0px 0px;
}

#pop_box #close_button:hover {
	background: url('/global/containers/ajax_pop_box/images/plan_close_button.gif') no-repeat 0px -20px;
}
