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

.heightfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	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;
}


/* Standard list behaviour */

ul, ol {
	list-style-type: none;
}

.last_row {
	margin-bottom: 0px !important;
}

.last_in_row {
	margin-right: 0px !important;
}


/* Standard ul.errors behaviou */

ul.errors,
ul.success {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #B42D00;
	border-bottom-color: #EE3B01;
	border-right-color: #EE3B01;
	background-color: #CC3300;
	color: #FFFFFF;
}

ul.success {
	border-color: #58B200;
	border-bottom-color: #76F001;
	border-right-color: #76F001;
	background-color: #66CC00;
}

ul.errors li {
	margin-bottom: 3px;
}


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