/* Start: My SmarterTravel Page Generic Styles */
#MySmarterTravelPage {
	margin-bottom: 100px;
}

#MySmarterTravelPage a {
	color: #333466;
}

#MySmarterTravelPage .st_small_message {
	color: #888888;
	font-size: 11px;
}

#MySmarterTravelPage .st_error_message, #MySmarterTravelPage .st_success_message {
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	margin: 10px auto 10px auto;
	width: 400px;
}

#MySmarterTravelPage .st_error_message {
	border: 1px solid #DD0000;
	color: #DD0000;
}

#MySmarterTravelPage .st_success_message {
	border: 1px solid #00C021;
	color: #00C021;
}
/* End: My SmarterTravel Page Generic Styles */

/* Start: My SmarterTravel Page Header Area Styles */
#MySmarterTravelPage .st_header_area {
	overflow: hidden;
}

#MySmarterTravelPage .st_header_area a {
	text-decoration: underline;
}

#MySmarterTravelPage .st_header_area a:hover {
	text-decoration: none;
}

#MySmarterTravelPage .st_header_area .st_display_name {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px;
}

#MySmarterTravelPage .st_header_area .st_display_name .UserActionsLinks {
	color: #999999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 400px;
}
#MySmarterTravelPage .st_header_area .st_display_name .UserActionsLinks a {
	color: #999999;
	text-decoration: none !important;
}
#MySmarterTravelPage .st_header_area .st_display_name .UserActionsLinks a:hover {
	color: #333466;
}

#MySmarterTravelPage .st_header_area .st_display_name .UserActionsLinks .st_report_switch .st_reported_icon,
#MySmarterTravelPage .st_header_area .st_display_name .UserActionsLinks .st_reported_switch .st_report_icon {
	display: none;
}

#MySmarterTravelPage .st_header_area .st_avatar_col {
	background: url(/st/avatar-shadow.png) no-repeat 2px 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 15%;
	vertical-align: top;
}

#MySmarterTravelPage .st_header_area .st_avatar_col img {
	border: 2px solid #FFFFFF;
	display: block;
	margin-bottom: 5px;
}

#MySmarterTravelPage .st_header_area .st_avatar_col img.st_avatar_role {
	border: none;
	padding: 1px;
	margin-bottom: 0;
}

#MySmarterTravelPage .st_header_area .st_user_info {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 80%;
}

#MySmarterTravelPage .st_header_area .st_user_info div {
	margin-bottom: 5px;
}

#MySmarterTravelPage .st_editor_note {
	border: 1px solid #9acfdc;
	background-color: #eef7fe;
	color: #000;
	padding: 1em;
	font-style: italic;
}
#MySmarterTravelPage .st_editor_note h3 {
	font-style: normal;
	margin-bottom: 1em;
}
#MySmarterTravelPage .st_editor_note p {
	margin: 0;
	padding: 0;
}
/* this comes from a WYSIWYG so there could be
 * all sorts of stuff, and it's all supposed to
 * be italic */
.st_editor_note strong, .st_editor_note em,
.st_editor_note u, .st_editor_note b,
.st_editornote i, .st_editor_note span {
	font-style: italic;
}
/* End: My SmarterTravel Page Header Area Styles */

/* Start: My SmarterTravel Page Naviation Styles */
#MySmarterTravelPage .st_navigation_area {
*	clear: left;
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0 -1px 0;
	overflow: hidden;
	white-space: nowrap;
}

/* In IE6 the tab floats about 20px too high... */
/*\*/ * html #MySmarterTravelPage .st_navigation_area {
	margin-bottom: -20px;
} /**/

#MySmarterTravelPage .st_navigation_area .st_tab {
	border-bottom: 1px solid #67B3C6;
	border/**/: none;
	padding: 5px 15px;
	float: left;
	position: relative;
	top: 1px;
}

#MySmarterTravelPage .st_navigation_area .st_selected {
	background-color: #EEF7FE;
	border: 1px solid #67B3C6;
	border-bottom-color: #EEF7FE;
}

/* End: My SmarterTravel Page Naviation Styles */

/* Start: My SmarterTravel Page Content Area Generic Styles */
#MySmarterTravelPage .st_content_area {
	background-color: #EEF7FE;
	border: 1px solid #67B3C6;
*	clear: left;
	padding: 15px;
*	margin: 0;
}
/* Start: My SmarterTravel Page Content Area Generic Styles */

/* Start: My SmarterTravel Page Profile Area Styles */
#MySmarterTravelPage .st_content_area .st_my_profile form strong {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-right: 10px;
	width: 120px;
	*width: 130px;
	vertical-align: middle;
}

#MySmarterTravelPage .st_content_area .st_my_profile form div {
	margin-bottom: 10px;
}

#MySmarterTravelPage .st_content_area .st_my_profile input {
	border: 1px solid #000;
	padding: 0 2px;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_avatar div {
	margin-bottom: 0;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_avatar .st_other_avatars {
	clear: left;
	text-align: center;
	padding-top: 10px;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_avatar span input {
	background: none;
	border: none;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_avatar .st_other_avatars div {
	display: inline-block;
	padding: 10px 5px;

	zoom: 1;
	*display: inline;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_avatar .st_other_avatars span {
	display: block;
	padding-top: 3px;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_avatar strong {
	width: 100%;
	padding-right: 0;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_avatar_image,
#MySmarterTravelPage .st_content_area .st_my_profile .st_avatar_upload {
	float: left;
}

#MySmarterTravelPage .st_content_area .st_my_profile div.st_avatar_image {
	width: 132px;
	*width: 142px;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_avatar_upload {
	padding: 18px 0 0;
	width: 250px;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_avatar_upload input {
	padding: 2px;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_about_me textarea {
	border: 1px solid #000000;
*	clear: both;
	height: 100px;
	width: 100%;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_gender span {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-right: 10px;
}
#MySmarterTravelPage .st_content_area .st_my_profile .st_gender input {
	vertical-align: bottom;
	*vertical-align: middle;
	border: none;
	background: none;
	*margin-left: -5px;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_date_of_birth input {
	padding: 2px;
	width: 25px;
	text-align: center;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_date_of_birth_year input {
	width: 50px;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_traveler_types ul {
	padding: 0;
	margin: 0;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_traveler_types li {
	float: left;
	font-size: 11px;
	list-style-type: none;
	padding: 2px;
	margin: 0;
	width: 125px;
}

* #MySmarterTravelPage .st_content_area .st_my_profile .st_traveler_types input {
	background: none;
	border: none;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_other_traveler_type {
	width: 250px !important;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_other_traveler_type span input {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 1px;
	width: 150px;
	margin-left: 5px;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_submit_field {
	clear: left;
	padding-top: 10px;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_submit_field input {
	border: none;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_error_field {
	color: #DD0000;
}

#MySmarterTravelPage .st_content_area .st_my_profile .st_error_field input {
	border-color: #DD0000;
}
/* End: My SmarterTravel Page Profile Area Styles */

#MySmarterTravelPage .st_content_area .st_comment_item {
	border-bottom: 1px solid #67B3C6;
	padding: 20px 0;
}

#MySmarterTravelPage .st_content_area .st_first_comment {
	border-top: none;
	padding-top: 10px;
}

#MySmarterTravelPage .st_content_area .st_comment_item .st_comment_title {
	font-weight: bold;
}

#MySmarterTravelPage .st_content_area .st_comment_item .st_posted_date {
	color: #888888;
	font-size: 10px;
}

#MySmarterTravelPage .st_content_area .st_comment_item .st_comment_body {
	margin: 10px 0 0 20px;
}

#MySmarterTravelPage .st_content_area .st_comment_item .st_comment_body .st_comment_footer {
	margin-top: 5px;
}

#MySmarterTravelPage .st_content_area .st_navigation {
	padding: 10px 0 0;
	text-align: right;
}

#MySmarterTravelPage .st_content_area .st_subscription_item {
	margin-top: 10px;
}

#MySmarterTravelPage .st_content_area .st_subscription_item .st_newsletter_product {
	font-weight: bold;
	margin: 5px 0 2px;
}

#MySmarterTravelPage .st_content_area .st_subscription_item .st_newsletter_content {
	margin-left: 20px;
}

#MySmarterTravelPage .st_content_area .st_subscription_item .st_newsletter_content ul {
	margin: 0 0 10px 0;
}

#MySmarterTravelPage .st_content_area .st_subscription_item .st_newsletter_content li {
	margin: 0;
}

#MySmarterTravelPage .st_content_area .st_change_subscriptions {
	color: #EF8A08;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
}

#MySmarterTravelPage .st_content_area .st_change_subscriptions a {
	font-size: 11px;
	text-decoration: underline;
}

#MySmarterTravelPage .st_content_area .st_change_subscriptions a:hover {
	text-decoration: none;
}

#MySmarterTravelPage .st_content_area .st_change_email {
	border-bottom: 1px solid #67B3C6;
	padding-bottom: 15px;
}

#MySmarterTravelPage .st_content_area .st_change_password {
	padding-top: 15px;
}

#MySmarterTravelPage .st_content_area .st_change_email .st_current_email,
#MySmarterTravelPage .st_content_area .st_change_email .st_new_emails,
#MySmarterTravelPage .st_content_area .st_change_email .st_submit_field,
#MySmarterTravelPage .st_content_area .st_change_password .st_current_password,
#MySmarterTravelPage .st_content_area .st_change_password .st_new_passwords,
#MySmarterTravelPage .st_content_area .st_change_password .st_submit_field {
	margin-left: 20px;
}

#MySmarterTravelPage .st_content_area .st_change_email .st_new_emails input,
#MySmarterTravelPage .st_content_area .st_change_password .st_current_password input,
#MySmarterTravelPage .st_content_area .st_change_password .st_new_passwords input {
	border: 1px solid #000000;
	padding: 2px;
	width: 200px;
}

#MySmarterTravelPage .st_content_area .st_change_email .st_submit_field input,
#MySmarterTravelPage .st_content_area .st_change_password .st_submit_field input {
	border: none;
}

#MySmarterTravelPage .st_content_area .st_change_email .st_error_field label,
#MySmarterTravelPage .st_content_area .st_change_password .st_error_field label{
	color: #DD0000;
}

#MySmarterTravelPage .st_content_area .st_change_email .st_error_field input,
#MySmarterTravelPage .st_content_area .st_change_password .st_error_field input{
	border: 1px solid #DD0000;
}
/* End: My SmarterTravel Page */

/* Start: Comments & Recommendations Count */
.comments_and_recommendations_count_for_article {
	float: left;
	margin: 5px 0;
}

body .comments_and_recommendations_count {
	color: #999999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

body .comments_and_recommendations_count a {
	color: #999999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none !important;
}

body .comments_and_recommendations_count a:hover {
	color: #333466;
}

body .comments_and_recommendations_count img {
	padding-right: 2px;
	position: relative;
	top: 2px;
}

body .comments_and_recommendations_count .st_comments_count {
	font-weight: bold;
	padding-right: 5px;
}

body .comments_and_recommendations_count .st_separator {
	color: #CCCCCC;
	font-weight: bold;
}

body .comments_and_recommendations_count .st_recommendations {
	font-weight: bold;
	padding-left: 5px;
}

body .comments_and_recommendations_count .st_recommendations .st_recommendation_text {
	font-weight: normal;
}

body .comments_and_recommendations_count .st_recommend_switch .st_recommended_icon,
body .comments_and_recommendations_count .st_recommended_switch .st_recommend_icon{
	display: none;
}
/* End: Comments & Recommendations Count */

