/* 
---------------------------------------------------------------------------------------------------------------------------------
	LTF Online Reservation System Stylesheet - Common Framework and General Elements
	Author: Jeremy Burgeson (jeremy@bicycletheory.com)
---------------------------------------------------------------------------------------------------------------------------------
*/



/* framework styles */

html, body, #ltf_wrapper_sign_in, #ltf_wrapper_app, #ltf_wrapper_app_popup {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

#ltf_wrapper_top {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}
#ltf_wrapper_bottom {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

#ltf_xpiron_footer {
	width: 100%;
	border-top: #cccccc solid 1px;
	margin: 20px 0px 0px 0px;
	padding: 8px 0px 10px 0px;
	text-align: center;
}

#ltf_xpiron_footer_popup {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}



/* common general element styles */

a { text-decoration: underline; color: #ff6600; font-weight: bold; }
a:visited { text-decoration: underline; color: #ff6600; font-weight: bold; }
a:hover { text-decoration: none; color: #ff6600; font-weight: bold; }
a:active { text-decoration: none; color: #ff6600; font-weight: bold; }

a.masthead { text-decoration: underline; color: #ffffff; font-weight: bold; }
a.masthead:visited { text-decoration: underline; color: #ffffff; font-weight: bold; }
a.masthead:hover { text-decoration: none; color: #ffffff; font-weight: bold; }
a.masthead:active { text-decoration: none; color: #ffffff; font-weight: bold; }

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 12px;
}

h1 {
	width: 100%;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	float: left;
}

.ltf_header_container {
	margin: 0px 0px 20px 0px;
}

.ltf_centered_body_text_container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	float: left;
}

.ltf_hr_dotted {
	width: 100%;
	height: 20px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background: url('/borg/ltm/img/framework/hr_dotted.gif') left top repeat-x;
	float: left;
}

.ltf_data_label {
	font-weight: bold;
	color: #999999;
}
