/* -----  Form Elements ---- */

/* Needed to not overwrite left input border in FF */
input {
  /*padding: 1px;*/
  /* Force safari to respect font-sizes. */
  font-size: 100%;
}

select {
  font-size: 100%;
}

.date_select select, input.checkbox {
  width: auto !important;
}

select, input, textarea {
  font-size: 100%;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #d6d6d6;
  background-color: #fefefe;
}

label {
  font-weight: bold;
}

fieldset {
  border: 1px solid Silver;
}

.required {
  color: Red;
}

/* A div that is a view for a description field */
div.text_area {
  height: 3em;
  margin-bottom: 1em;
}

form {
  margin: 0;
}

fieldset {
  margin: 0.5em;
  padding: 0.5em;
  border: none;
}

legend {
  padding: 0;
  margin-left: 0;
  color: Gray;
}

form br {
  clear: both;
}

form label {
  margin-right: 0.5em;
}

#sidebar .edit {
  float: right;
  padding: 0 0.2em;
  color: White;
}

h2.meeting_form {
  margin-bottom: 15px;
}


/* ----  One Column Form  ---- */
form.one_column label {
  display: block;
  width: 98%;
  margin-bottom: 0.25em;
}

form.one_column input, form.one_column textarea {
  width: 98%;
  margin-bottom: 1em;
}

form.one_column input.button {
  width: auto;
  margin-bottom: 1em;
  font-family: Arial, sans-Serif;
}

form.one_column textarea#mceEditor {
  width: 98%;
  font-family: Arial, sans-Serif;
}

form.one_column table#mceEditor_tbl {
  margin-bottom: 1em;
} 

div.mceEditorContainer {
  margin-bottom: 1em;
}


/* -- Two column form */
form.two_column {
  padding: 0 1em 1em 1em;
  color: #333333;
  margin-bottom: 20px;
  max-width: 150em;
}

form.two_column legend {
  font-size: 120%;
}

form.two_column table {
  width: 100%;
}

form.two_column table td {
  padding: 0.5em 0.2em;
}

form.two_column table td.label {
  text-align: right;
  width: 5em; /*maybe 10em*/
}

form.two_column td.text {
  vertical-align: top;
}

form.two_column label {
  font-size: 120%;
  color: #555555;
}

table tr.bio_padding td {
	padding-bottom: 1.5em; /*spacing after location form*/
}

table td.bio {
	vertical-align: top;
	padding-top: 1.6em; /*spacing above 'share' form*/
	border-top: 1px solid #efefef;
}

form.two_column input {
  font-family: Arial, sans-serif;
  font-size: 130%;
  padding: 0.1em 0.2em;
  width: 100%;
}

form.two_column span#label_at {
  font-weight: bold;
  padding: 0 0.5em;
	color: #bbb;
	font-size: 160%;
}

form.two_column input.button {
  width: auto;
}

/* extras for login form */
form.two_column input#remember_me {
  width: auto;
}

/* extras for sign up form */
form.two_column input#user_email,
form.two_column input#user_password,
form.two_column input#usercontroller_old_passwd,
form.two_column input#usercontroller_new_passwd {
  width: 20em;
}

/* extras for event form */
form.two_column input#subject {
	width: 90%;
}
form.two_column input#start_date,
form.two_column input#finish_date {
  font-size: 160%;
  width: 8.5em;
}

form.two_column input#start_time,
form.two_column input#finish_time {
  font-size: 160%;
  width: 25%;
}

form.two_column img {
  margin-left: 1em;
}

span.ui-dropslide {
  background-color: White;
  padding: 0 0.5em 0.5em 0;
}

/* ---- Inline Form  ----- */
form.inline_form {
  display: inline;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
}

form.inline_form div {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}

form.inline_form fieldset {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
}

.actions form.inline_form {
  border-right: solid 1px #CBCBCB;
}

.actions form.inline_form.last-child {
  border-right: none;
}

form.inline_form button {
  color: #66B6F8;
  border: none;
  background: transparent;
  text-decoration: none;
  font-style: normal;
  font-size: 95%;
  padding: 0;
  margin: 0 0.25em;
}

form.inline_form button:hover {
  color: #ffba3d;
  cursor: pointer; /*border-bottom: 1px dotted #ffba3d;*/
}

form.inline_form button:active {
  border-bottom: 1px dotted #ffba3d;
}

form.inline_form input.button {
  color: White;
  border: solid 1px Gray;
  background-color: Gray;
  width: auto;
  font-size: 10pt;
  margin-right: 0.5em;
}

form#share_form table, form#invite_form table {
  width: 95%;
}

form#share_form table input, form#invite_form table input {
  width: 97%;
}

/* ----   Buttons ---- */
button, a.button, input.button {
  font-family: "Trebuchet MS" , Sans-Serif;
  font-weight: bold;
  margin-right: 0.25em;
}

a.button {
  padding: 0.1em 0.3em;
  text-decoration: none;
}

button {
  /* Force safari to respect font-sizes. */
  font-size: 100%;
  padding-top: 0em;
  padding-bottom: 0em;
}

a.button img {
  vertical-align: -0.25em;
  padding-right: 0.5em;
	margin-left: .2em;
}

button img {
  vertical-align: -0.25em;
  padding-right: 0.5em;
}

input.editor_field {
  width: 45%;
  border-width: 1px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 0.5em;
}

/* --- Actions ---- */
/* Note - this css will replace the css above once all
   the page's have been redone. */

.actions {
  clear: both;
  padding: 0.5em;
}

.actions a {
  display: block;
  color: #66A6BA;
}

.actions form {
  display: block;
}

.actions button {
  background-color: Transparent;
  color: #66A6BA;
  padding: 0;
  cursor: pointer;
  font-weight: normal;
  border: none;
}

.actions button, 
.actions a.button {
  font-size: 115%;
  font-weight: bold;
}

table td.actions {
  text-align: left;
  width: 15em;
}

table td.actions * {
  white-space: nowrap;
}

div .actions a, div .actions button {
  padding: 0;
  margin-right: 0;
  text-align: left; /* makes ie happy */
}

/* --- Meeting Forms --- */

form.meeting_form select, form.meeting_form input {
  font-size: 160%;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #d6d6d6;
  background-color: #fefefe;
}

form.meeting_form table {
	width: 98%;
	float: left;
	background-color:#FCFCFC;
}

div.meeting_people {
	background-color:#FFFFFF;
	border:2px solid #EFEFEF;
	float:right;
	margin:1.5em;
	padding:0.2em 0 1.2em 1.2em;
	width:30%;
}

.meeting_people h3 {
	color: #555555;
	font-weight: bold;
	margin-top: 0;
	float: left;
}

h2.meeting_title {
	background-color:White;
	border-bottom:1px solid #CCCCCC;
	color: #4D4D4D;
	padding:0.5em 0.7em;
	text-transform:none;
	font-weight: bold;
	font-size: 135%;
}

.attendee_details {
	float: left;
	width: 70%;
}

.meeting_people .thumbnail {
	width: 90%;
	float: left;
}

.meeting_people .thumbnail img {
	float: left;
}

.meeting_people .thumbnail span {
	float:left;
	font-size:140%;
	margin:1em 0 0 1em;
	padding:0;
	width:75%;
}
.meeting_people .thumbnail span.status {
	font-size: 90%;
	margin: 0.4em 0 0 1.6em;
	font-style: italic;
	color: #555;
}

form.meeting_form {
	padding: 0;
}


/* --- Edit Profile Forms --- */

table.add_tags label, table.match_form label {
	font-weight: normal;
	margin-left: .5em;
}

td.field_label {
	width: 75%;
	background-color:#f6f6f6;
	border-bottom:1px solid #CCCCCC;
}

td.dropdown {
	background-color:#EFEFEF;
	border-bottom:1px solid #CCCCCC;
	text-align: right;
}

table.add_tags select {
	font-size:110%;
	width:24em;
}

table.add_tags h4 {
	color:#333333;
	font-size:108%;
	font-weight:bold;
}

table.add_tags tr.row_begin:first-child td.label, table.add_tags tr.row_begin:first-child td.input {
  border-top: 0;
}

table.add_tags tr.row_begin td.label, table.add_tags tr.row_begin td.input {
	border-top:1px solid #EFEFEF;
	padding: .6em 1em;
}

table.add_tags td.label {
	width: 14.5%;
}

table.add_tags td.field_label {
	width: 35%;
	background-color:#EFEFEF;
	border-bottom:1px solid #CCCCCC;
	border-right: 1px solid #f6f6f6;
	vertical-align: middle;
}

table.add_tags td.field_label select {
	margin-top: .5em;
	display: block;
	/* display: block; FOR ACTIVE CHECKBOXES */
}

table tr td.field_label:hover {
	background-color: #88C8DB;
	border-bottom: 1px solid #6797A6;
}

/* Find Button on Advanced Search */

#search_action {
	background-color:#EFEFEF;
	margin:1.7em 3% 1em;
	padding:0.2em 0.8%;
	-moz-border-radius: 1em;
}

form#exhibitor_advanced_search {
	padding: 0;
	width: auto;
}

.btn {
  margin: 1em 0em 1em 1em;
  display: block;
  position: relative;
  background: #444444;
  padding: 10px 5px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  width: 220px;
  text-align: center;
  -moz-border-radius: 0;
}

.btn_rpx_wrapper, .btn_rpx_wrapper * {
  display: inline;
}

.btn_rpx {
  border: 1px solid #efefef;
  background: white;
  cursor: pointer;
}

.btn_rpx:hover {
  border-color: #CCCCCC;
}

.btn.mini.admin {
  padding: 3px;
  width: 60px;
  margin: 0;
  font-size: 110%;
  margin-bottom: 0;
	margin-left: 0.5em;
	margin-right: 0.8em;
  display: inline;
  border:2px solid #222222;
}

.btn.small {
  padding: .4em;
  width: 200px;
  margin: 0;
  font-size: 120%;
  margin-bottom: 0;
  color: white;
  -moz-border-radius: 0;
}

#commit.btn.small {
  margin-top: 1em;
  width: 15em;
}

a {
  font-weight: bold;
}

.btn[class] {
  background-image: url(/images/buttons/btn.png);
  background-position: center bottom;
}

.btn.blue {
	font-size: 120%;
  background-color: #42B7DB;
  color: white;
  border: 2px solid #3794AA;
}

.actions2 .btn.blue {
  min-height: 3em;
}

.btn:hover {
  text-decoration: underline;
	border-color: #0F6280;
}

#exhibitor_advanced_search {
	border-bottom: none;
}

#exhibitor_advanced_search legend {
	font-size: 180%;
	color: #4d4d4d;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 0;
	letter-spacing: -0.03em;
} 

#exhibitor_advanced_search legend p{
	font-size: 75%;
	font-weight: normal;
	margin-top: 0;
	color: #777777;
	letter-spacing: 0em;
}

#exhibitor_advanced_search table tr td{
	padding: 0.4em 0;
}

#exhibitor_advanced_search table tr td.label {
	width: 10em;
}

#exhibitor_advanced_search label {
	font-size: 140%;
	width: 13.3em;
	color: #777;
	font-weight: normal;
}

#exhibitor_advanced_search input {
	font-size: 140%;
	width: 400px;
}

#exhibitor_advanced_search input:focus {
	background: #ffffff;
}

#exhibitor_advanced_search td.search_cell {
	padding-top: 1em;
}

.help_text {
	font-size: 113%;
}

/* Search Conversations 

#search_form_conv div {
  float: left;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
}

#search_button {
  margin-left:5px;
  margin-top:3px;
}

#clear_search {
  background: transparent url("/images/search_clear.png") no-repeat 0 0;
  color: transparent;
  padding: 0 5px;
  border: 0;
  text-indent: -9999px;
}

*/

/* Put Buttons side by side */

h3.underline {
  border-bottom: 1px solid #efefef;
}

.firstbutton,
.secondbutton {
  float: left;
  display: inline;
}

.secondbutton.normal {
  padding: 1.5em 2.1em 0;
  font-size: 140%;
}
