/* General */
.left {
	float: left;
}
.right {
	float: right;
}
/* End General */

/* Moxyfy Bar */
#mxbar {
	border-bottom: 1px solid #bbb;
	height: 29px;
	padding: 2px;
	padding-left: 15px;
	color: #000;
	background: #fff url('../../images/users/module-texture-x.png') repeat-x 0px -200px;
}
.sortable_handle {
	cursor: move;
}

#login_container {
	margin-top: 4px;
}

#nav_links {
	float: left;
}
#nav_links a {
	line-height: 29px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
#mx_logo {
	margin-right: 15px;
	margin-top: 4px;
}
#options_link {
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
a#options_link {
	text-decoration: none;
}
/* End Moxyfy Bar */

/* Form Classes */
form {
	display: inline;
}
.required_star {
	color: #dd0e0e;
	font-size: .8em;
}
input {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	vertical-align: middle;
}
input[type="radio"] {
	font-size: 10px;
}
.button {
	height: 22px;
	font-size: 11px;
	padding: 0px 2px;
}
div.inline {
	margin-left: 4px;
	margin-right: 4px;
}
.field_disp {
	float: left;
	font-size: 14px;
	line-height: 20px;
}
.input_container {
	float: left;
}
.text_field, .password_field, .select_field {
	*_width: 120px;
	float: left;
	border: 1px solid #c9c7ba;
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	background-color: #FFFFFF;
	height: 20px;
}
select {
	padding: 1px;
	border: none;
}
.input_pretext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	height: 18px;
	line-height: 18px;
	padding: 2px 2px 0px 0px;
	float: left;
}
.input_left_bg {
	float: left;
	width: 2px;
	height: 22px;
	background: url('../../images/input-text-texture.gif') no-repeat 0px 0px;
}
.input_right_bg {
	float: left;
	width: 2px;
	height: 22px;
	background: url('../../images/input-text-texture.gif') no-repeat 0px -22px;
}
.text_field input, .password_field input {
	float: left;
	border: none;
	height: 18px;
	line-height: 16px;
	padding: 2px 2px 0px 2px;
	border-width: 0px;
}
.text_tooltip, .password_tooltip {
	float: left;
	width: 16px;
	height: 18px;
	margin: 0px;
	padding: 2px 0px;
	padding-right: 1px;
	cursor: pointer;
}
/* End Form Classes */




html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.spacer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
#header {
	text-align: left;
}
#login_form, #login_links {
	font-size: 12px;
	float: left;
}
#login_links {
	float: left;
	margin-left: 5px;
	font-size: 12px;
	line-height: 20px;
}
#login_form a {
	font-size: 12px;
}

/* help boxes */
.info_box {
	font-size: 11px;
	background: url('../../images/info_big.png') no-repeat 15px 50%;

	min-height: 32px;
	padding: 10px;
	padding-left: 62px;
	border: 1px solid #666;
	margin: 10px 0px;
}
.construction_box {
	font-size: 11px;
	background: url('../../images/construction.png') no-repeat 15px 50%;

	min-height: 32px;
	padding: 10px;
	padding-left: 62px;
	border: 1px solid #666;
	margin: 10px 0px;
}
/* end help box */



h1, h2, h3 {
	margin: 0px;
}
#nav {
	text-align: left;
}
#content {
	text-align: left;
}
#footer {
	bottom: 0px;
	width: 100%;
	text-align: left;
}

/* Prompt Window */
#prompt_container {
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 100;
	text-align: center;
}
#prompt_window {
	position: relative;
	margin: 0px auto;
}
#prompt_window_content {
	border-left: 1px solid #8fa136;
	border-right: 1px solid #8fa136;
	padding: 10px;
	text-align: center;
	background: #fff;
	color: #000;
}
#prompt_window_header_container {
	height: 25px;
	line-height: 25px;
	color: #8fa136;
	font-weight: bold;
	font-size: 14px;
	cursor: move;
}
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
/* End Prompt Window */




a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
}
#event_bubble_container {
	padding: 5px;
	margin: 0px auto;
	position: absolute;
	text-align: center;
	/*filter: alpha(opacity=70); breaks fader in ie7*/
	opacity: .95;
	z-index: 110;
}
#event_bubble_message_container {
	background-color: #fff;
	color: #000;
	font-size: 11px;
	font-family: 'Courier New', Courier, monospace;
}
#event_fader {
	position: absolute;
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	/*filter: alpha(opacity=70); breaks fader in ie7*/
	opacity: .6;
	background-color: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #222222;
	z-index: 110;
}
.success {
	color: #99FF99;
}
.error {
	color: #FF4444;
}
.notice {
	color: #FFFFFF;
	font-style: italic;
}
img {
	border: 0px;
	margin: 0px;
}





.text_link {
	cursor: pointer;
	color: #0000FF;
	text-decoration: none;
}
.text_link:hover {
	color: #0000FF;
}
td img {
	vertical-align: bottom;
}
.note {
	font-size: 10px;
}
.small_note {
	font-size: 8px;
}
.note input {
	font-size: 10px;
}
td {
	vertical-align: top;
}
/* Give a border and pointer cursor so it looks like a button */
.buttonize {
	border: 1px solid #c9c7ba;
	background-color: #f4f4f4;
	cursor: pointer;
	text-align: center;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	padding: 1px 7px;
}
img.buttonize {
	padding: 0px;
	vertical-align: bottom;
}
input[type="image"] {
	border: 1px double #c9c7ba;
	border: none;
}



/* Give a pointer cursor so it looks clickable */
.clickable {
	cursor: pointer;
}

div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	max-height: 150px;
	overflow: scroll;
}
div.autocomplete ul li.selected {
	background-color: #ffb;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0px;
	padding:2px;
	height:14px;
	cursor:pointer;
}
.map_info_box {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
}

.error_container {
	border: 3px double #000000;
}
.error_header {
	background-color: #a01a1a;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
.error_content {
	background-color: #FFFFFF;
	padding: 5px;
	color: #000000;
	font-weight: bold;
}

/* user menu */
#user_menu_container {
	position: absolute;
	background-color: #000000;
	color: #FFFFFF;
}
#user_menu_container p {
	color: #999999;
}
#user_menu_container a {
	display: block;
	color: #FFFFFF;
}
#user_menu_container a:hover {
	display: block;
	background-color: #00FF33;
	color: #000000;
}
/* end user menu */

/* menu container */
#menu_container {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	padding: 2px;
	z-index: 2;
}

.default_menu {
	background-color: #000000;
	border: 1px solid #808080;
	width: 162px;
	font-size: 12px;
	color: #FFFFFF;
}

.default_menu .context_divider {
	color: #808080;
}

.default_menu .option {
	display: block;
	padding-left: 18px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
}

.default_menu .option_hover {
	display: block;
	padding-left: 18px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;

	background-color: #5296F7;
	color: #FFFFFF;
}

.default_menu .disabled_option {
	display: block;
	padding-left: 18px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #9FB0CA;
}

.default_menu .disabled_option_hover {
	display: block;
	padding-left: 18px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #9FB0CA;
	background-color: #5296F7;
}
/* end menu container */

/* rating system */
#rating_container {

}
img.star{
	margin: 1px;
}
.rating_score {
	font-weight: bold;
}
.rating_info {
	font-style: italic;
	font-size: 11px;
}
/* end rating system */

/* status system */
.status_online {
	color: #76bd30;
}
.status_offline {
	color: #999999;
	font-style: italic;
}
.status_other {
	color: #76bd30;
}
/* end status system */

.field_note {
	font-size: 10px;
}

#tooltip_container {
	position: absolute;
	z-index: 110;
	border: 1px solid #808080;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;
	opacity: 0.80;
	font-size: 12px;
}

table.list {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin: 0;
}
table.list td, table.list th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 11px;
	vertical-align: text-top;
}
table.list td {
	padding: 7px 15px 9px 10px;
	vertical-align: top;
}
table.list th {
	padding: 9px 15px 6px 10px;
	text-align: left;
	line-height: 1.3em;
}

ul.button_list {
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
}
ul.button_list li {
	float: left;
	display: block;
}
ul.button_list li a {
	padding: 5px;
}

/* css table */
.css_table {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-bottom: none;
	width: 100%;
	clear: both;
	margin: 0px;
}
.css_table_row {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.css_table_col {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
.thead .css_table_col {
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	text-align: left;
	line-height: 1.3em;
}
.css_table_col, .thead .css_table_col {
	float: left;
	font-size: 11px;
	vertical-align: text-top;
}
.thead {
	background-color: #666666;
}
/* /css table */
