/********************************************************************
 *     This file defines the default CSS Classes for the Myff       *
 ********************************************************************/

/********************************************************************
 *                            HELPERS                               *
 ********************************************************************/
 
/* If you want something to occupy all the space it has */
.full {
	height: 100%;
	width:	100%;
}

/* To use in tables, tr and tds that are used only for structure, without border or margins */
.struct {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin:  0px;
}

/* To use like struct, but without font */
.structBox {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin:  0px;
	font-size: 0px;
}

/* To use like struct, but with 100% height */
.struct100 {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin:  0px;
	height: 100%;
	width:100%;
}

/* struct for images */
img {
	border: 0;
}

/* To align the text left */
.l {
	text-align: left;
}

/* To align the text right */
.r {
	text-align: right;
}

/* To align the text center */
.c {
	text-align: center;
}

/* For texts showing user input error */
.alarmBox{
	background-color:#cc0000;
	color:#FFFFFF;
	font-weight:bold;
	max-width:100%; 
	width:auto;
	padding:1px;
	margin:1px;
	text-align : center;
}
.alarm {
	color : #cc0000;
	font-weight : bold;
}
td .alarm a 
{
	color : #cc0000;
	font-weight : bold;
}
/********************************************************************
 *                      MAIN PAGE FORMATS                           *
 ********************************************************************/
.column_one {
	width: 100px;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0;
}

.menu_right {
	width: 111px;
	vertical-align: top;
	text-align: center;
	font-size: 9px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
	}

.menu_left {
	width: 100px;
	vertical-align: top;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}

.column_two {
	vertical-align: top;
	width: auto;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}

.column_three {
	vertical-align: top;
	text-align: right;
	width: 115px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 4px;
	margin: 0;
}


/********************************************************************
 *                       FOOTER  FORMATS                            *
 ********************************************************************/

/* For the tables in the footer menu */
.footer {
	border-collapse: collapse;
	border:  0;
	padding: 0;
	margin:  0;
	width: 100px;
	table-layout: fixed;
}
/* To set the font on the navigation menu */
.footer td {
	vertical-align: middle;
	font-size: 9px;
	font-family: Arial, Verdana;
	text-align: left;
}
/* To place the buttons correct */
.footer a {
	border: 0px;
	vertical-align: top;
}

.footer .textinput {
	border: 0px;
	vertical-align: middle;
	text-align: left;
	font-size: 9x;
	font-family: Arial, Verdana;
}

.footer_l {
	width: 50px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.footer_r {
	width: 45px;
	text-align: right;
}

/* the mini shopcart on the right */
.nav_r						{text-align:right; padding: 0 3px 3px 0; }
.nav_l						{text-align:left;  padding: 0 0 3px 5px; }


/********************************************************************
 *                             LINKS                                *
 ********************************************************************/
.links {
	color: #375FA4;
}
 
a:link {
	font-weight: bold;
	color: #375FA4;
	text-decoration: none;
	vertical-align: baseline;
}
a:visited {
	font-weight: bold;
	color: #375FA4;
	text-decoration: none;
	vertical-align: baseline;
}
a:hover {
	font-weight : bold;
	color: #CF6F09;
	text-decoration: underline;
	vertical-align: baseline;
}
a:active {
	font-weight: bold;
	color: #CF6F09;
	text-decoration: underline;
	vertical-align: baseline;
}
a:focus {
	font-weight: bold;
	color: #CF6F09;
	text-decoration: underline;
	vertical-align: baseline;
}
.ausgegraut {
	color: #99A9C4;
}

/********************************************************************
 *                        GENERAL FORMATS                           *
 ********************************************************************/
html {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	text-align: left;
	height:100%;
	border:none;
}

body {
	background-color : #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	text-align: left;
	height:100%;
	border:none;
}

/* This creates a blue line */
hr {
	color : #375FA4;
	border: 1px solid #375FA4;
	margin: 0px;
}


.hintBox {
	background-color: #375FA4;
	color: #FFFFFF;
	font-weight: bold;
	max-width: 100%; 
	width: auto;
	padding: 1px;
	margin: 1px;
	text-align: center;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

td {
	text-align: left;
	font-size : 12px;
}

th {
	text-align: left;
	font-size : 12px;
	font-weight: bold;
}

form {
	margin : 0;
}

input {
	vertical-align : bottom;
}

select {
	vertical-align : bottom;
	border : 0 none inherit;
}

/********************************************************************
 *                        SHOPCART FORMATS                          *
 ********************************************************************/

.shopcart_title {
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0 0 5px 0;
	border: 0px;
	text-align: left;
}

/********************************************************************
 *                           SHOP FORMATS                           *
 ********************************************************************/

/* SHOP einzelner Artikel*/
table.shopItem {
	border-collapse: separate; 
	background-color: #dadada; 
	width: 530px; 
	padding: px; 
	margin: auto;
}
.shopItemImage {
	width: 161px; 
	height: 161px; 
	text-align: left; 
	vertical-align: middle;
	padding: 2px; 
}
.shopItemText {
	padding: 5px; 
	height: 161px; 
	text-align: left;
}
.shopItemKlein {
	border: 0 none inherit; 
	width: 40px; 
	height: 40px; 
	text-align: center; 
	vertical-align: middle;
	padding: 5px; 
}
.shopItemNix {
	border: 0 none inherit; 
	width: 40px; 
	height: 40px; 
	text-align: center; 
	vertical-align: middle;
	padding: 5px; 
}
/********************************************************************
 *                           SHOP FORMATS                           *
 ********************************************************************/
/* index: 3 advert boxes */

.advertTable {
	width: 540px;
	margin: 0px;
	border: none;
  	border-collapse: collapse;
	padding: 0px;
	background-color: #EFEFEF;
}
.advertOuterCell {
	width: 180px;
	margin: 0px;
	border: none;
	padding: 0px;
  	border-collapse: collapse;
  	background-color: #EFEFEF;
}
.advertInnerCell {
	width: 180px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
	padding: 0px 10px 0px 10px;
	background-color: #EFEFEF;
}

/********************************************************************
 *                   FIRE AND FORGET FORMATS                        *
 ********************************************************************/

/* when you are NOT in the page */
.ff_notstep {
	font-weight : light; 
	color : #aaaaaa; 
	font-weight : bold; 
	font-size : 10px; 
	text-align : left; 
	padding-left : 2px; 
	padding-right : 2px;
}

/* when you are in the page */
.ff_step {
	color : #FF9900;
	font-weight : bold;
	font-size : 10px; 
	text-align : left; 
	padding-left : 2px; 
	padding-right : 2px
}

/* the data in the table */
.ff_data {
	font-size : 10px; 
	text-align : left; 
	padding-left : 2px; 
	padding-right : 2px
}

		/**
 * FancyUpload Showcase
 *
 * @license		MIT License
 * @author		Harald Kirschner <mail [at] digitarald [dot] de>
 * @copyright	Authors
 */

/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

/* .hover simulates the flash interactions */
a:hover, a.hover {
	color: red;
}

#upload-flash-bars
{
    margin-top: 10px;
}

#upload-status
{
	width: 515px;
	margin: 10px 10px;
}

#upload-status .progress {
	background: url(http://imprint.dyndns.org/upload/assets/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
    vertical-align: middle;
}

.upload-error-spacer
{
    margin: 20px 0px 10px 0px;
}

#upload-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#upload-list {
	list-style: none;
	width: 515px;
	margin: 0;
    margin-bottom: 15px;
}

#upload-error-info
{
    width: 515px;
	margin: 0;
}

#zip-success-info
{
    width: 515px;
	margin: 0;
}

.zip-success-heading
{
    font-weight: bold;
}

#upload-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
    text-align: left;
	color: red;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	background: url(http://imprint.dyndns.org/upload/assets/failed.png) no-repeat 4px 4px;
    margin-right: 44px;
}

#upload-list li.file {
	border-bottom: 1px solid #eee;
	background: url(http://imprint.dyndns.org/upload/assets/file.png) no-repeat 4px 4px;
	overflow: auto;
    margin-right: 44px;
}
#upload-list li.file.file-uploading {
	background-image: url(http://imprint.dyndns.org/upload/assets/uploading.gif);
}
#upload-list li.file.file-success {
	background-image: url(http://imprint.dyndns.org/upload/assets/success.png);
}
#upload-list li.file.file-failed {
	background-image: url(http://imprint.dyndns.org/upload/assets/failed.png);
}
#upload-list li.file.file-hidden {
	display: none;
}

#upload-flash-bars
{
    text-align: left;
}

#upload-flash-bars div
{
    margin-bottom: 8px;
}

#upload-status
{
    text-align: left;
}


#upload-list li.file .file-name {
	font-size: 0.9em;
	display: block;
    text-align: left;
    margin-left: 44px;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#upload-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#upload-list li.file .file-info {
	display: block;
	margin-left: 44px;
    text-align: left;
	font-size: 0.9em;
	line-height: 20px;
	clear: left;
}
#upload-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}

.upload-error-heading
{
    color: red;
    font-weight: bold;
}

#upload-error-info
{
    margin-top: 10px;
}

.hidden
{
    display: none;
}

#upload ul li a {
	display: block;
	text-align: center;
	margin-bottom: 12px;
	width: 60px;
	height: 20px;
	background: #E4ECF2;
	border-color: #e4e4e4 #d6d6d6 #d6d6d6 #e4e4e4;
	border-style: solid;
	border-width: 1px;
	padding: 3px 5px;
	text-decoration: none;
}

#upload blockquote {
	background: #F9F9F9;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	margin: 10px;
	padding: 5px;
	font-weight: bold;
	color: green;
	font-size: 100%;
	font-family: monospace;
}

#upload p.last {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #EEEEEE;
}

#form_box {
	float: left;
	padding: 0.5em;
	margin-top: 3px;
	margin-bottom: 2px;
}

#form_box div {
	height: 25px;
	padding: 0.2em 0.5em;
}

#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}

#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}


#log {
	float: left;
	padding: 0.5em;
	margin-left: 10px;
	width: 290px;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	margin-top: 10px;
}

#log_res {
	overflow: auto;
}

#log_res.ajax-loading {
	padding: 17px 0pt 0pt;
	background: url(http://demos111.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

.source { float: right; }

