/***************************************************/
/*                                                 */
/* ---         © 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;
}


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;
}

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

*+html .clearfix { /* IE 7 */
	height: 1%;
}

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


/* Standard link behaviour */

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

a:hover {
	text-decoration: underline;
}


/* Standard image behaviour */

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


/* 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: 3px;
	background-color: #DBF38D;
	border: 1px solid #124A00;
}


/* 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.EnhancedTitleTag */

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