.tpl_edit {
	position: relative;
	display: inline-block;
}
.tpl_edit_box {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 20px;
	border: 1px solid #F5C265;
	cursor: pointer;
	z-index:10;
	margin: 0 !important;
	padding: 0 !important;
}
.tpl_edit_box:hover {
	border: 2px solid #F60;
}
.tpl_highlight {
	background-color:#8DF;	
}
fieldset table tr td {padding:4px;}
fieldset {padding:20px;}
/* TPL Ask */
.tpl_ask {
	background-color:#FFF;
	border:1px solid #000;
	position:fixed;
	z-index:11;
	top:25%;
	left:25%;
	width:450px;
}
#tpl_ask_header {
	color:#FFF;
	font-weight:bold;
	position:relative;
	background:url(../images/headings/default/center.gif) repeat-x #000;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding:3px;
	height:20px;
}
#tpl_ask_title {
	float:left;
	cursor:move;
	width:407px;
	padding:2px 2px 2px 12px;
	font-weight:bold;
}
#tpl_ask_close {
	width:22px;
	height:22px;
	background:url(../images/icons/close.png) no-repeat;
	float:right;
	cursor:pointer;
}
#tpl_ask_content { 
	clear:both;
	padding:16px;
	border-top:1px solid #000;
}
/* Contact Form Styles */
.tpl_contact {
	margin: 25px auto 0px auto;
	width: 400px;
}

.tpl_contact fieldset {
	border: solid 1px #000000;
	width: auto;
	margin: 0px 0px 8px 0px;
	padding: 10px 10px 10px 10px;
}

.tpl_contact legend {
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 5px;
}

.tpl_contact label {
	color: #000000;
	float: left;
	margin: 0px 5px 0px 0px;
	min-width: 100px;
	font-weight:bold;
	text-align: right;
}

.tpl_contact input, .tpl_contact select, .tpl_contact textarea {
	float: left;
	margin: 0px;
	padding: 0px;
}

.tpl_contact div {
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
.tpl_contact #label_Verify_Code {
	text-align: center;
	float:none;
}
.tpl_info {
	cursor:help;
	vertical-align:-2px;
}
/* TPL DataGrid */
.tpl_dataGrid {
	padding:0px;
}
.tpl_dataGrid_container {
	border:1px solid #777;
	border-top:0px;
	text-decoration:none;
}
.tpl_dataGrid .dg_nav, .tpl_dataGrid_container .dg_nav {
	height:20px;
	border-collapse: collapse;
	border-bottom:1px solid #669;
	font-size:12px;
	font-family:verdana,arial;
	background:url(../images/nav_bg.gif);
	padding:2px;
}
.tpl_dataGrid_selected_box {
	background:url(../images/gray_fade.gif);
	padding:10px;
	border-top:0px;
	border-bottom-width:1px;
}
.tpl_dataGridRowSelected td {
	background:#DDD;
	line-height:20px;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	font-family:verdana,arial;
	color:#094485;
	border-left:1px solid #669;
	border-bottom:1px solid #669;
}
.tpl_dataGridRowSelected img {
	border:#DDD;
}
.tpl_dataGridRowOdd td {
	line-height:20px;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	font-family:verdana,arial;
	color:#094485;
	border-left:1px solid #669;
	border-bottom:1px solid #669;
	background:#FFF;
}
.tpl_dataGridRowEven td {
	line-height:20px;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	font-family:verdana,arial;
	color:#094485;
	border-left:1px solid #669;
	border-bottom:1px solid #669;
	background:#efefef;
}
.tpl_dataGridRowOddInfo td {
	padding:20px;
	border-left:0px;
}
.tpl_dataGridRowEvenInfo td {
	padding:20px;
	border-left:0px;
}
.tpl_dataGridRow img {
	border:#F6F6F6;
}
.tpl_dataGridRowOdd:hover td, .tpl_dataGridRowEven:hover td {
	background:#e0e7ef;
	line-height:20px;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	font-family:verdana,arial;
	color:#094485;
	border-left:1px solid #669;
	border-bottom:1px solid #669;
}
.tpl_dataGridRowOddInfo, .tpl_dataGridRowEvenInfo {
	
}
.tpl_dataGridRowOddInfo:hover td {
	padding:20px;
	border-left:0px;
	background-color:#FFF;
}
.tpl_dataGridRowEvenInfo:hover td {
	padding:20px;
	border-left:0px;
	background-color:#efefef;
}
.tpl_dataGrid .dg_labels_cell{
	background:url(../images/dg_label_bg.gif) #EAEAEA;
	border-bottom:1px solid #669;
}
.tpl_dataGridLabels td {
	height:22px;
	line-height:22px;
	padding-left:6px;
	padding-right:6px;
	border-left:1px solid #669;
	border-bottom:1px solid #669;
	color:#094485;
}
/* TPL Buttons */
.tpl_button {
	float:left;
	padding-right:16px;
	color:#FFF;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.tpl_input_button {
	margin:0;
	padding:0px 20px 2px 20px !important;
	width:auto;
	overflow:visible;
	color:#FFF;
	cursor:pointer;
	border:0px;
	font-size:11px;
	font-weight:bold;
	height:21px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#000;
	background-repeat:repeat-x;
	outline: none;
}
.tpl_input_button:active {
	/*outline: none;*/
}
.tpl_input_button:focus {
	color:#AFF;
	border-top:1px solid #AFF !important;
	border-bottom:1px solid #AFF !important;
}
.tpl_input_button_border {
	display:inline-block;
	border:1px solid #000;
}
/* TPL Headings */
.tpl_headings{
	background-color:#272727;
}
.tpl_headings_print{
	background-color:#FFF;
	border-width:1px;
	padding:6px;
}
.tpl_headings_label {
	font-size:12px;
	font-family:verdana,arial;
	font-weight:bold;
	color:#FFF;
}
.tpl_headings_print .tpl_headings_label {
	font-size:12px;
	font-family:verdana,arial;
	font-weight:bold;
	color:#555;
}
.tpl_heading_content {
	padding:0px;
	border:1px solid #033;
	border-top:0px;
	margin-bottom:18px;
}
/* TPL Reports */
.tpl_error_report {
	border:1px solid #F00;
	background-color:#FFF;
	padding:8px;
	font-size:14px;
	line-height:20px;
	color:#F00;
	margin-bottom:16px;
}
.tpl_message_report {
	border:1px solid #00F;
	background-color:#FFF;
	padding:8px;
	font-size:14px;
	line-height:20px;
	color:#00B;
	margin-bottom:16px;
}
.tpl_warning_report {
	border:1px solid #E80;
	background-color:#FFF;
	padding:8px;
	font-size:14px;
	line-height:20px;
	color:#A70;
	margin-bottom:16px;
}
.tpl_success_report {
	border:1px solid #0B0;
	background-color:#FFF;
	padding:8px;
	font-size:14px;
	line-height:20px;
	color:#0B0;
	margin-bottom:16px;
}
.tpl_error {
	color:#C00 !important;	
}
/* Start Addition of Search Form CSS - DJ */
#tpl_ModSearch { 
	width: auto;
}	
#tpl_ModSearch div.result { 
	border-bottom: solid 1px #000000; 
	margin-bottom: 20px; 
	padding: 0px 20px 0px 20px; 
} 
#tpl_ModSearch span.highlight { 
	background-color: #3399FF;
	color: #000000; 
	font-weight: bold; 
}
#tpl_searchnav p {
	float:left;
	width:33%;
}
/* End Addition of Search Form CSS - DJ */