   
.pg-normal {
	color: white;
	font-weight: normal;
	text-decoration: none;    
	cursor: pointer;    
}

.pg-unavailable {
	color: gray;
	font-weight: normal;
	text-decoration: none;    
	cursor: default;    
}

.pg-selected {
	color: #ff6633;
	font-weight: bold;        
	text-decoration: none;
	cursor: pointer;
}

.detail-container {
	border-collapse: separate !important;
	width: 100%;
	padding: 10px !important;
	margin: 0px !important;
}

.detail-container td {
	padding: 5px;
}
.detail-container p {
	font-size: 11px;
	line-height: 18px;
}
.detail-container h3 {
	color: #ff6633 !important;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.pad_left {
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-left: 15px !important;
}
.perm {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	color: white;
	background-color: #ff6633;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}
.temp {
	padding-left: 10px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-top: 6px;
	color: white;
	background-color: #ff6633;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}
.filter {
	padding-top: 20px;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: dotted;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px !important;
}
.pad_right { !important;
 padding-right: 10px !important;            
}
h2.trigger {

	width: 160px;

	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: normal;

}
h2.trigger a {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 5px;
	background-color: #3e3e40;
	}
h2.trigger a:hover { background-color: #ff6633; font-size: 16px; color: #000000; }
h2.active {font-size: 16px; background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_filter {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 100%;
	clear: both;
}
.toggle_filter .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}
element {
}


/* Comment Out 

.detail-container input,
.detail-container textarea,
.detail-container select {
	height: 20px;
	background-color: #dfdfdf;
	padding: 5px;
	font-size: .9em;
	border: none;
	border-radius: 5px;	
}

*/


.detail-container input:focus,
.detail-container textarea:focus {
	opacity: 1;
	}
.btn {
	letter-spacing: 0.08em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
	opacity: .70;
	border-radius: 14px;	
	border: none;
	color: #3c5873;
	font-size: 11px;
	cursor: pointer;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .4s;
	-webkit-transition-timing-function: linear; 
	}
	
.btn:hover {
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
	background: #ffffff;
	border-radius: 14px;	
	border: none;
	color: #000;
	font-family:

	}
.alternate1 {
		background-color: #f4f4f4 !important;
	}
.alternate2 {
		background-color: #d8d8d8 !important;
	}





