/* optimized with flumpcakes.co.ui/css/ */
	/* margin: top right bottom left */
input {
	margin: 0;
	padding: 0;
}

.mainTripPage {
	text-align: left;
}

.mainTripPage p {
	margin: 1em;
}

.required {
	font-weight: bold;
}

form {
	clear: left;
}

form fieldset {
	clear: left;
	border-color: #000;
	border-width: 1px 0 0;
	border-style: solid none none;
	padding: 10px;
}

.tripItem {
	margin: 3px 0px 3px 0px;
	clear: left;
}

.error {
	color: #666;
	border: 1px solid #f00;
	background: #ffffe1 url(images/required_bg.gif) no-repeat top left;
}

#msgs_div {
	float: left;
	clear: left;
}

div.error p.error {
	background-color: transparent;
	background-image: url(images/icon_error.gif);
	background-position: left top;
	border-style: none;
	color: #FF0000;
	font-size: 88%;
	font-weight: bold;
	margin: 0 0 0 30px;
	width: 300px;
	padding: 3px 3px 5px 27px;
}

input {
	display: inline;
	float: none;
	margin: 3px 12px 3px 0px;
}

input.inputText {
	width: 200px;
}

input.inputNumeric {
	width: 120px;
}

legend {
	font-size: 120%;
	font-weight: normal;
	color: #000;
	padding: 0 5px;
}

.prefix {
	display: block;
	float: left;
	text-align: right;
	width: 130px;
	margin: 0px 10px 0px;
}

label.labelRadio {
	display: inline;
	margin: 0px 0px 0px 10px;
	text-indent: 0;
	width: auto;
}

label.labelRadio input {
	margin: 0px 0px 0px 0px;
}

div.notes {
	float: right;
	width: 158px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #666;
	color: #666;
	font-size: 88%;
	background: #ffffe1;
}

div.notes h4 {
	background-image: url(images/icon_info.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-color: #666666;
	border-style: solid;
	border-width: 0 0 1px;
	color: #666666;
	font-size: 120%;
	font-weight: bold;
	padding: 3px 0 3px 27px;
	margin: 0 0 10px;
	display: block;
}

.recentAdditions td {
	padding-left: 0.8em;
	padding-right: 0.8em;
	xbackground: #cccccc;
	text-decoration: none;
}

/* styles related to the login pages */
.tripNav {
	float: right;
	margin: 3px 3px 3px 10px;
	text-align: left;
	font-size: 80%;
	display: inline;
}

.driving_directions {
	margin-top: 1em;
}

#attachments_div table {
	text-align: left;
	background-color: #CCCCCC;
}

#loginLink.loggedOut {
	display: block;
}

/* * wildcard needed for ie6 for some bizarre reason */
#loginLink.loggedIn * {
	display: none;
}

#logoutLink.loggedOut {
	display: none;
}

#logoutLink.loggedIn {
	display: block;
}

#loggedInLinks.loggedIn {
	display: block;
}

/* include the * wildcard for ie6 */
#loggedInLinks.loggedOut * {
	display: none;
}

#homeLink.home {
	display: none;
}

.isEditable {
	
}

.notEditable,.editing {
	display: none;
}

.isModerator {
	
}

.notModerator {
	display: none;
}

.notAdmin * {
	display: none;
}

publishTripLink.published {
	display: none;
}

.login {
	display: none;
	border-style: solid;
	border-color: inherit;
	border-width: 1px;
	background-color: #CCCCCC;
	float: right;
	width: 35%;
	padding-left: 3px;
	padding-bottom: 3px;
}

.loginCloseBox {
	border-style: solid;
	border-width: 1px;
	padding: 1px 1px;
	float: right;
}

/* view classes */
.tripTable {
	float:left;
}

.headlineImage {
	float:right;
}

.headerSeparation {
	padding-top: 1em;
	clear:both;
}

.tripTitle {
	text-align: center;
}
.tripImage {
	display: inline;
	margin-right: 1em;
}

.tripCategory,.tripCategoryValue {
	white-space: nowrap;
	padding-top: 0.5em;
}

.tripCategory {
	padding-right: 2em;
}

tr.odd {
	background-color: #dddddd;
}

.tripSection {
	margin-bottom: 1em;
    margin-top: 1em;
    display:none;
}

.tripSection p {
	margin-top: 1em;
}
