input[type=text], input[type=password], textarea, select {
	font-family: serif;
	font-size: 12pt;
	border: 1px inset #008000;
}

input.monospace {
	font-family: monospace;
}

textarea {
	overflow: scroll;
}

.exceptionText {
	border: 1px dotted black;
	background: #ddd;
	color: #000;
	width: 800px;
	height: 300px;
	margin: 10px auto;
}

.exceptionText p {
	margin: 0px;
}

.exceptionText code {
	display: block;
	white-space: pre;
	font-family: monospace;
	line-height: 12px;
	font-size: 10pt;
	overflow: auto;
	width: 750px;
	height: 250px;
	margin: 0px auto;
}


.whyLink {
	font-size: 8pt;
}

.clearBoth {
	clear: both;
}

.fakelink {
	cursor: pointer;
	font-size: smaller;
	color: blue;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

.nobutton {
	border: none;
	background: transparent;

}

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

body {
	margin: 0px;
	margin-left: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	background-image: url(../images/center_background_image.jpg);
	background-repeat: repeat-y;
	background-color: #72A33E;
}

#headerDiv {
	width: 1086px;
	height: 118px;
	font-size: 11px;
	background-image: url(../images/top_banner_slim.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}

#contentArea {
	width: 1086px;
}

#headerDiv .licensePlateArea {
	width: 180px;
	height: 100px;
	text-align: center;
	margin: 0px 5px;
	float: left;
}

#headerDiv .igocityLogo {
	float: left;
	width: 220px;
	margin-left: 10px;
	text-align: center;
}

#headerDiv .roadSigns {
	float: right;
	background: url("../images/road_signs.jpg") no-repeat top right;
	width: 650px; 
	height: 118px;
	margin-right: 10px;
	position: relative;
}

.igocityLogo .slogan {
	font-size: 110%;
	margin: 5px 0px;
}

.igocityLogo .discoverCity {
	margin: 5px 0px;
	font-weight: bold;
}

.roadSigns .smallSign {
	position: absolute;
	width: 90px;
	height: 25px;
	padding: 2px;
	color: white;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
}
.roadSigns .largeSign {
	position: absolute;
	width: 140px;
	height: 80px;
	padding: 2px;
	color: white;
	text-align: center;
}

.roadSigns .sign1 {
	top: 10px;
	left: 25px;
}

.roadSigns .sign1 {
	top: 10px;
	left: 25px;
}

.roadSigns .sign2 {
	top: 10px;
	left: 140px;
}

.roadSigns .sign3 {
	top: 10px;
	left: 260px;
}

.roadSigns .sign4 {
	top: 10px;
	left: 375px;
}

.roadSigns .sign5 {
	top: 5px;
	left: 495px;
}

.roadSigns .links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 60px;
	left: 30px;
}

.roadSigns .links li {
	float: left;
	margin: 0px 10px;
	font-size: 8pt;
	text-align: center;
}

.roadSigns .links a, .roadSigns .links {
	color: #821207;
}

.roadSigns .smallSign a {
	color: white;
}

.errorTitle {
	text-align: center;
	color: red;
}

.errorMessage {
	color: red;
	margin: 0px 3em;
}

.error {
	color: red;
}

.inline {
	display: inline;
}


.actionText {
	color: blue;
	text-decoration: underline;
	font-size: smaller;
	cursor: pointer;
}


.rightColumnFullWidth {
	width: 100%;
}


.dashboardMemberName, .profile_memberName {
	font-size: small;
	text-align: center;
	font-weight: bold;
}

.newPageSection {
	clear: both;
}


.online {
	border: 1px solid green;
	padding: 1px;
}

.offline {
	border: 1px solid red;
	padding: 1px;
}

.igoHeaderBottomBar {
	background: white url(../images/page_sep.png) repeat-x;
	color: white;
	height: 15px;
}

.igoHeader {
	height: 200px;
}

.igoHeader .imgMemberPhoto {
	display: block;
	margin: 10px auto;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
	background-color: #bcbcbc;
	overflow: hidden;
}

.announcementBoardImage {
	width: 234px;
	height: 180px;
	display: block;
	border: none;
	background: #bbb;
	text-align: center;
	vertical-align: middle;
	line-height: 180px;
}

.announcementBoardInfoBar {
	background: black;
	color: white;
	width: 234px;
	display: block;
	height: 20px;
}

.announcementBoardNavButtons {
	text-align: right;
	float: right;
	height: 20px;
	margin: 2px;
}

.widget {
	position: relative;
}

.announcementBoardContainer {
	width: 234px;
	height: 200px;
	float: right;
}

.userAnnouncement {
	text-align: center;
}

.igoHeaderLinks {
	font-size: smaller;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.igoHeaderLinks li {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.passengerSquare	{
	border: 2px solid white;
	padding: 2px;
	text-align: center; 
	width: 120px; 
	height: 140px;
	float: left;
	margin: 0px 10px;
	position: relative;
}

.passengerThumbnailArea {
	width: 120px;
	float: left;
}

.passengerExtendedArea {
	float: left;
}


.passengerSquare img {
	width: 75px;
	height: 75px;
	overflow: hidden;
	line-height: 75px;
	text-align: center;
	vertical-align: middle;
}

.passengerSquare p.passengerNote {
	line-height: 15px;
	height: 15px;
	padding: 0px;
	margin: 2px 0px;
	text-align: center;
	font-size: smaller;
}


.memberNote {
	height: 2.75em;
	overflow: hidden;
}

.memberHeadline, .businessHeadline {
	margin: 10px;
	margin-bottom: 0px;
}

.activePassengerIM, .passengerSquare:hover, .passengerSquare_hover	{
	border: 2px outset;
}

.firstPassenger {
	margin: 0px;
}

.activePassengerIM {
	margin: 0px;
}

.passengerSquare p {
	margin: 0px;
	padding: 0px;
}

.visible {
	visibility: visible;
}

.hidden {
	visibility: hidden;
}

.absolute {
	position: absolute;
}

.removed {
	display: none;
}


.relative {
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.autoWidth {
	width: auto;
}

.businessAddress {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: smaller;
}

.phone {
	display: block;
	font-weight: bold;
	font-size: larger;
}

.userPostits {
	width: 680px;
	height: 70px;
}

#passengerList {
	position: relative;
}


.formRow {
	clear: both;
	display: block;
}

.formRow label {
	float: left;
	width: 100px;
	display: block;
}

.formRow input {
	float: left;
}

.passengerExtendedArea {
	width: 80%;
	height: 140px;
	text-align: left;
}


.mceLayout, .passengerIMForm textarea {
	width: 100%;
}

.unread {
	font-weight: bold;
}

span.requiredText {
	color: red;
	font-size: 8pt;
}


.fs-orangeBox {
	text-align: left;
}

.fs-orangeBox .fs-content {
	border: 1px solid orange;
}

.fs-orangeBox .titleBar {
	margin: 0px;
	margin-bottom: 3px;
	line-height: 26px;
	vertical-align: center;
}

.fs-orangeBox .tab {
	background: url("/images/small_green_sign.jpg") no-repeat center center;
	padding: 2px;
	float: left;
	width: 104px;
	height: 26px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: center;
}

.fs-orangeBox .mainTitle {
	font-size: 18pt;
	line-height: 26px;
	vertical-align: center;
	margin-left: 200px;
}

.fs-accountDetails {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.friendsList .myFriendsLink {
	margin: 10px 0px;
	font-weight: bold;
}

.friendsList .friendBox {
	width: 100px;
	height: 100px;
	margin: 10px auto;
	text-align: center;
	display:block;
}

.friendsList .friendBox img {
	width: 75px;
	height: 75px;
	display: block;
	margin: 0px auto;
}

.friendsList .friendBox p {
	margin: 0px;
	text-align: center;
	font-size: smaller;
}

.radiobullets {
	list-style-type: none;
}

.radiobullets li input {
	margin-left: -20px;
}

#usCityState {
	width: 100%;
	float: left;
}

#otherCityState {
	width: 100%;
	float: left;
}

.regCountryListDropdown, .regStateListDropdown, .regCityListDropdown {
	width: 130px;
}


.friendBox {
	width: 100px;
	height: 100px;
	margin: 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.friendBox .friendPhotoContainer {
	width: 75px;
	height: 75px;
	position: relative;
	margin: 0px auto;
}

.friendBox .friendPhotoContainer img {
	width: 75px;
	height: 75px;
}

.friendBoxSmall {
	width: 100px;
	height: 70px;
	float: left;
	margin: 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.friendBoxSmall .friendPhotoContainer {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0px auto;
}

.friendBoxSmall .friendPhotoContainer img {
	width: 40px;
	height: 40px;
}


.friendBox .friendPhotoContainer input {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#lnkLogoLink {
	display: block;
	width: 250px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.tableList {
	border: 1px solid black;
	margin: 0px auto;
	background: #bbb;
	border-collapse: collapse;
}

.tableList thead {
	background: #bfb;
}

.tableList th, .tableList td {
	border: 1px solid black;
}

.tableList .odd {
	background: #ddd;
}

table.formLayout {
	width: 100%;	
}

table.formLayout td.label, table.formLayout td.input {
	vertical-align: top;
}

input.textLink, button.textLink {
	color: #00f;
	cursor: pointer;
	border: none;
	background: transparent;
}

input.textLink span, button.textLink span {
	text-decoration: underline;
}

#noteArea {
	position: absolute;
	top: 65px;
	left: 300px;
	width: 550px;
	height: 60px;
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
}

.previewPage #widLoginBox {
	font-size: 20pt;
	font-weight: bold;
}

.singleLineFS {
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 4px;
}

.singleLineFS .fsContents {
	display: none;
}

.fsRow {
	margin: 5px 0px;
}


fieldset.borderless {
	border: 0px;
	padding-left: 5%;
	margin-top: 2em;
}

fieldset.borderless legend {
	font-weight: bold;
	font-size: larger;
	margin: 0px;
	padding: 0px;
	margin-left: -5%;
	color: black;
}

.FormNVRow, .FormCHKRow {
	clear: both;
	display: block;
	width: 100%;
	margin: 5px 0px;
}

.FormNVRow label, .FormCHKRow .inputSub {
	float: left;
	text-align: right;
	width: 20%;
}

.FormNVRow input, .FormNVRow select, .FormNVRow textarea, .FormNVRow .inputSub , .FormCHKRow label {
	float: left;
	margin-left: 20px;
}

.FormNVRow .inputSub input, .FormNVRow .inputSub select, .FormNVRow .inputSub textarea {
	display: default;
	float: none;
	margin-left: 0px;
}

.FormBTNRow {
	text-align: center;
	margin: 10px 0px;
}

.FormBTNRow input {
	margin: 0px 10px;
}


a img {
	border: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}


ul.weekdayList, ul.monthList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.weekdayList li, ul.monthList li {
	float: left;
	width: 125px;
}

ul.noBullets {
	list-style-type: none;
}

.tab-content {
	padding: 3px;
	padding-bottom: 7px;
}

.pointerCursor {
	cursor: hand;
	cursor: pointer;
}

.addresseeList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 1px inset #008000;
}

.addresseeList input {
	border: none;
}

.popupTip {
	visibility: hidden;
	border: 1px solid black;
	border-bottom: none;
	background: #bcbcbc;
	padding: 3px;
}

.signLink {
	display: block;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: none;
	background: url(/images/blank_road_sign_business_page.jpg) no-repeat center center; 
	width: 100px; 
	height: 30px; 
	text-align: center; 
	color: white;
}

