
body { margin: 0; padding: 0; color: black; }
body, td, input, select { font-family: Tahoma, Arial, Helvetica, Sans-serif; font-size: 11px; }

form { display: inline; padding: 0; margin: 0; }

/* Not currently being used owing to radio button groups not working */
/* Standard form layout */
.mix_form_style fieldset { display: block; border: none; margin: 0 0 0 10px; padding: 0; }

	/* Radio button groups */
	.mix_form_style fieldset fieldset { clear: left; }
	.mix_form_style fieldset.radio {  } /* margin: 1em 0 0 -1em; */
	.mix_form_style fieldset.radio input { position: static; clear: both; float: left; }
	.mix_form_style fieldset.radio label { position: relative; top: 0.5em; display: inline; width: auto; margin: 0 0 0 2em; font-weight: normal; }
	.mix_form_style fieldset.radio span { position: relative; top: 0.3em; }
	.mix_form_style fieldset.radio span span { position: normal; top: 0; }

	/* Labels */
	.mix_form_style fieldset legend { color: black; font-weight: normal; font-family: Tahoma, Arial, Sans-serif; padding: 0; margin: 5px 0 0 0; }
	.mix_form_style fieldset legend.bold { font-weight: bold; }
	.mix_form_style label { clear: both; float: left; display: block; width: 9em; margin-top: -0.8em; }
	.mix_form_style label.first { margin-top: 0.6em; }
	.mix_form_style label.no_input { margin-bottom: 0.6em; }

	/* Normal inputs */
	.mix_form_style input { position: relative; top: -1.6em; left: 9em; display: block; }
	.mix_form_style span.text { position: relative; top: -1.1em; left: 9em; display: block; width: 250px; }
	.mix_form_style input.submit { clear: both; top: 0; }
	.mix_form_style input.left { left: 1em; }
	.mix_form_style select { position: relative; top: -1.6em; left: 9em; display: block; }

/* Styles for mix admin pages */
#mix_body {
	border: none;
	padding: 8px;
	background-color: #3b679f;
	}

#mix_header {
	height: 40px;
	font-size: 15px;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	color: white;
	padding-left: 15px;
	font-weight: bold;
	vertical-align: top;
	}

	#mix_header div {
		background-repeat: no-repeat;
		position: absolute;
		height: 40px;
		padding-left: 60px;
		padding-top: 10px;
		}

#mix_container {
	}

#mix_tabletop {
	height: 16px !important;
	}
	#mix_tabletop div {
		height: 16px;
		background: transparent url(../admin/images/mix_tabletop_left.gif) no-repeat left top;
	}
	#mix_tabletop div div {
		height: 16px;
		margin-left: 9px;
		background: transparent url(../admin/images/mix_tabletop_right.gif) no-repeat right top;
	}

	#mix_tabletop img {
		top: -40px;
		float: left;
		position: relative;
		display: inline;
		}

#mix_buttons {
	height: 33px;
	padding-left: 16px;
	}

#mix_content {
	height: auto;
	background: #e4e4e4 url(../admin/images/mix_button_background.gif) repeat-x left top;
	}

#mix_footer {
	height: 0px;
	background-color: #e4e4e4;
	}

.mix_cell {
	padding: 1px;
	border: 1px solid #c2c2c2;
	background-color: white;
	}

	.mix_cell h2 {
		background: #518ad4 url(../admin/images/mix_cell_h2.gif) no-repeat right top;
		margin: 0 0 3px 0;
		padding: 3px 10px 4px 5px;
		font: bold 11px Tahoma, Sans-serif;
		color: white;
		line-height: normal;
		}

	.mix_group_title {
		margin: 6px 0 3px 8px;
		}

	.mix_option_select_list {
		margin: 0 0 0 15px;
		padding: 0;
		list-style: none;
		}
		.mix_option_select_list li {
			margin: 0;
			padding: 0;
			}

	.mix_option_select_input {
		margin: 0 0 3px 15px;
		}

.mix_menu {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	.mix_menu li {
		display: block;
		float: left;
		}
	.mix_menu img, .mix_menu_img img {
		border: none;
		vertical-align: middle;
	}
	.mix_menu a {
		height: 26px;
		margin-left: 20px;
		color: #666666;
		font-weight: bold;
		text-decoration: none;
		}
	.mix_menu a:hover {
		color: white;
		}

ul.mix_transparent {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	ul.mix_transparent li {
		margin: 0;
		padding: 0;
		}

ul.mix_seperated li {
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #dadada;
	}

/* Module specific styles */
.mix_search_list {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
	}
.mix_search_list li {
	margin: 0;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #dadada;
	}
	.mix_search_list a {
		color: #3b679f;
		text-decoration: none;
		}
	.mix_search_list a:hover {
		text-decoration: underline;
		}
	.mix_search_list li.pending a {
		color: #ff0000;
		}
	.mix_search_list li.published a {
		color: #999;
		}

	a {
		color: #3b679f;
		text-decoration: none;
		}
	a:hover {
		text-decoration: underline;
		}

.mix_file_list {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
	}
	.mix_file_list li {
		margin: 0;
		padding: 2px 0 2px 0;
		border-bottom: 1px solid #dadada;
		}
	.mix_file_list a {
		color: #3b679f;
		text-decoration: none;
		}
	.mix_file_list a:hover {
		text-decoration: underline;
		}

/* DHTML tree menu */
.foldheader { list-style-image: url(../admin/images/fold.gif); }
.foldinglist { list-style-image: url(../admin/images/list.gif); }
.foldheader span { cursor: pointer; cursor: hand; }






/* Table based data */
.mix_list_table td { padding: 2px; }
.mix_list_table th { font-weight: bold; font-size: 11px; text-align: left; padding-left: 15px; }
.mix_list_table_row_selected { background-color: #eee; }

/* Arbitrary grouping system */
ul.mix_arb_group {
	list-style: none;
	padding: 0;
	margin: 0;
	}



	ul.mix_arb_group li a {
		padding: 2px;
		padding-left: 1em;
		display: block;
		}
	ul.mix_arb_group li a.selected {
		background: url(../admin/images/email_tab_gradient.gif) repeat-y right top;
		}


.progresscontainer {
	margin-top: 5px;
	margin-left: 16px;
	width: 120px;
	padding: 1px;
	border: 1px #518ad4 solid;
	background-color: white;
}

.progressbar {
	width: 0px;
	height: 15px;
	background-color: #518ad4;
}






#mix_shop_tab_menu {
padding: 2px 0;
margin: 0.2em 0 0.2em 0;
background: url(../admin/images/shop_tab_menu_background.gif) repeat-x left bottom;
border-bottom: 1px solid #518ad4;
}

#mix_shop_tab_menu li {
list-style: none;
margin: 0;
display: inline;
}

#mix_shop_tab_menu li a {
padding: 2px 0.5em;
text-decoration: none;
}

	#mix_shop_tab_menu li a.selected, #mix_shop_tab_menu li a:hover  {
		text-decoration: none;
		color: white;
		background: url(../admin/images/shop_tab_menu.gif) repeat-x left bottom;
		}



.mix_shop_cat_tree {
	margin: 0 0 0 1em;
	padding: 0;
}

.mix_shop_cat_tree ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	background: url(../admin/images/shop_tree_menu.gif) no-repeat left top;
}
.mix_shop_cat_tree li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mix_shop_cat_tree span {
	position: relative;
	top: -0.3em;
	}


/*
.mix_shop_tab_menu {
	margin: 0;
	padding: 0;
	background-color: pink;
	vertical-align: middle;
	border-bottom: 1px #518ad4 solid;
	}

	.mix_shop_tab_menu li {
		list-style: none;
		margin: 0;
		padding: 0;
		height: 1em;
		background-color: yellow;
		display: inline;
		}

	.mix_shop_tab_menu li a {
		padding: 2px 3px 2px 8px;
		}

	.mix_shop_tab_menu a.selected, .mix_shop_tab_menu a:hover  {
		text-decoration: none;
		color: white;
		background: url(../admin/images/shop_tab_menu.gif) repeat-x left bottom;
		}
*/