/***************************************************/
/*                                                 */
/* ---         © 2007 Kupferwerk GmbH          --- */
/*                                                 */
/* --- Standard CSS File for new Ruby projects --- */
/*                                                 */
/***************************************************/

/*
 * This file is available all over the project.
 *
 * Please do not edit this file.
 * For changes related to the current project, use
 * >> global.css
 * 
 * For changes wich will only take effect on an
 * object on one site, please use the CSS File
 * named like the controller (e.g. 'user.css').
 *
 * Each controller has one CSS File.
 * Class of body tag is namend like the current action.
 *
 */

*, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 0.01em;
}

body {
	background-color: transparent;
	font-family: 'Lucide Grande', 'Lucida Sans', Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}


/* Form */

input,
select,
textarea,
button {
	font-family: 'Lucide Grande', 'Lucida Sans', Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}

.auto_width {
	width: auto !important;
	min-width: 150px;
}

.max_width {
	width: 100% !important;
}


/* Clearfix */

.clearfix {
	clear: both;
}

.clearing {
	clear: both;
}

.clearfix:after,
.heightfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*+html .clearfix,
*+html .heightfix { /* IE 7 */
	zoom: 1;
}

* html .clearfix,
* html .heightfix { /* IE 6 */
	height: 1%;
}

.disabled {
	visibility: hidden;
}

.auto_width {
	width: auto !important;
}

.no_height {
	font-size: 0.01em;
}


/* Standard link behaviour */

a {
	text-decoration: none;
	color: #333333;
	outline: none;
}

a:hover {
	text-decoration: underline;
}


/* Standard image behaviour */

img {
	border: none;
	vertical-align: bottom;
}


/* Standard list behaviour */

ul {
	list-style-type: none;
}

/* Floating classes */

.right {
	float: right;
}

.left {
	float: left;
}

.first {
	background-position: top left;
	background-repeat: no-repeat;
}

.last {
	background-position: top right;
	background-repeat: no-repeat;
}


/* Kupferwerk.EnhancedTitleTag */

.floating_item {
	padding: 5px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}


/* Kupferwerk.Box */

#overlay { 
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-image: url(/images/mcc/overlays/overlay.png);
}


/* Kupferwerk.FormField */

.default_value {
	color: #BBBBBB !important;
}

.kupferwerk_formfield_busy,
.kupferwerk_formfield_clear {
	position: relative;
	margin-left: -12px;
	margin-top: 6px;
	cursor: default;
}

.kupferwerk_formfield_search {
	width: 156px;
	height: 16px;
	margin-right: -4px;
	margin-top: 4px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 4px;
	border: none;
	background-color: transparent;
	background-image: url(/images/mcc/smartlist/search_background.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #666666;
	font-size: 11px;
}


/* Kupferwerk.Ticker */

#kupferwerk_ticker {
	width: 200px;
	background-color: #DDD;
	overflow: hidden;
}

#kupferwerk_ticker {
	white-space: nowrap;
}