/* News section styles */

#contentx table {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 25px;	
}
#contentx table td {
	padding-bottom: 10px;
}
#contentx table td.pr_subtitle {
	font-weight: bold;
	padding-top: 18px;
}
.pr_print {
	float: right;
	font-size: 12px;
}
.pr_dscr {
	background-color: #EDF6FF;
	background-image: url(../design_images/dotted_border_x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.pr_pix {
	background-image: url(../design_images/dotted_border_y.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	width: 1%;
	background-color: #F8F8F8;
}
.pr_pix img.px {
	border: 1px solid #999999;
	margin-bottom: 5px;
}
.pr_ft {
	background-color: #EDF6FF;	
}
.pr_order {
	text-align: center;
	vertical-align: bottom;
	background-color: #EDF6FF;	
}
.pr_sep {
	background-image: url(../design_images/dotted_border_x.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.pr_title {
	font-size: 16px;
	background-color: #EDF6FF;
}
/* Title Table */
#contentx td.title_holder {
	padding: 0px;
	margin: 0px;
}
#contentx td.title_holder table {
	margin-bottom: 0px;	
}
/* Order Table */
#contentx table table.tk_order {
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;	
}
#contentx table table.tk_order td {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
#contentx table table.tk_order td.tk_highlight {
	background-color: #EDF6FF;
	white-space: normal;
}
#contentx table table.tk_order td.tk_orderbtn {
	background-color: #F8F8F8;
}
#contentx table table.tk_tbl {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;	
}
#contentx table table.tk_tbl td {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
}
#contentx table table.tk_tbl td.tbl_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #003366;
}
#contentx table table.tk_tbl td.tbl_header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	text-align: center;
}
#contentx table table.tk_tbl td.tbl_subheader  {
	font-weight: bold;
	background-color: #A4CFFA;
}
