@import "global.css";
#main {
	background-image: url(../Images/feedbackHeader.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.feedback_page h1 {
	font-size: 70px;
	color: #F3F3F3;
	padding-bottom: 20px;
	padding-top: 20px;
}

#crumb {
	margin-bottom: 10px;
}

.feedback_header .feedback_button {
	height: 21px;
	font-weight: bold;
	color: #069;
	text-decoration: none;
	text-align: right;
	padding-top: 3px;
	float: right;
	margin-top: 10px;
	background-image: url(../Images/arrow_l.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}

/* --- SEARCH --- */
#feedback_search_panel {
	margin-bottom: 30px;
	margin-top: 20px;
	float: left;
	width: 400px;
}
#feedback_search_panel #head {
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	background-image: url(../Images/nav_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
}
#feedback_search_panel #search {
	padding: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
	
#feedback_search_panel #button {
	background-color: #C9C9C9;
	height: 31px;
}
#feedback_search_panel select {
	width: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
#feedback_search_panel input.feedback_button {
	width: 87px;
	height: 27px;
	cursor:pointer;
	background-image: url(../Images/Feedback/search_button.gif);
	background-repeat: no-repeat;
	float: right;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* feedback content */
.feedback_grid {
	width:100%;
}
.feedback_grid td {
	width:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

.feedback_grid_pager {
	font-weight:bold;
	padding-left: 10px;
	text-indent: 10px;
}
.feedback_search_listing {
	padding-bottom: 15px;
	position: relative;
	margin-left: 10px;
	padding-top: 15px;
}
.feedback_search_listing img {
    border: 0px;
    float: left;
}
.feedbackTextHolder {
	width: 780px;
	float: right;
	margin-bottom: 5px;
	padding-right: 5px;
}
.feedbackTextHolder h3 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666;
}
.feedbackTextHolder .title {
	font-weight: bold;
	color: #999;
	font-style: italic;
}
.feedbackTextHolder .readMore {
	background-image: url(../Images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: 70px 10px;
	width: 100px;
	padding-top: 5px;
}

.feedback_search_listing_thumb {
	position: relative;
	float: left;
	border: 0px ! important;

}

/* --- ENTRY --- */
hr {
    border: 0px;
    border-top: 1px solid #267eb0;
}


/* --- DETAILS --- */
#feedback_details_header {
	padding: 5px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
#feedback_details .feedback_header {
	padding-top: 20px;
	text-align: left;
	margin-left: 15px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-bottom: 30px;
}
#feedback_details   .feedback_header h3 {
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #666;
}
#feedback_details p {
	width: 800px;
}

.feedback_header  .feedback_details_button {
	font-weight: bold;
	background-image: url(../Images/arrow_l.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
	color: #006699;
	float: right;
	margin-right: 15px;
}

.feedback_details_photo {
	float: left;
	position: relative;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#feedback_entry h1  {
	padding-bottom: 20px;
	padding-top: 20px;
}
#feedback_entry #crumb {
	margin-bottom: 30px;
}
#feedback_entry table {
	margin-top: 30px;
	border: 1px dashed #CCC;
}
#feedback_entry table th {
	color: #666;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
}
#feedback_entry table td {
    vertical-align: top;
    padding: 5px 10px;
}
#feedback_entry table td input,
#feedback_entry table td select,
#feedback_entry table td textarea {
    width: 250px;
}
#feedback_entry table td textarea {
    height: 100px;
}
#feedback_entry table td input.checkbox {
    width: auto;
}
#feedback_entry table td select.month {
    width:60px;
}
#feedback_entry table td select.year {
    width:80px;
}
#feedback_entry table td input.submit {
	border: 0px;
	width: 84px;
	height: 26px;
	padding: 2px;
	cursor: pointer;
	float: right;
	background-image: url(../Images/submit.gif);
	background-repeat: no-repeat;
}

/* --- PHOTOS --- */
img.feedback_photo_left {
    float: left;
    margin: 10px 20px 10px 0px;
}
img.feedback_photo_right {
    float: right;
    margin: 10px 0px 10px 20px;
}

